Commit Graph

119 Commits

Author SHA1 Message Date
92db6efebf Add 'source' to partition table scheme
possible values:unknown,upload,_any url_
run this command against your DB before pulling:
`ALTER TABLE partition ADD source TEXT DEFAULT 'unknown'`
2023-08-30 19:50:00 +02:00
08908ffdf7 search: Multithreaded the downloads
search: Thumbnails are now created on-demand
2023-08-28 14:14:57 +02:00
e4777cf7a6 Redirect logged-in users 2023-06-25 09:24:44 +02:00
c735b1e496 Automatically close db connexion 2023-06-24 16:05:50 +02:00
566caac0a5 search: Add message when no results 2023-06-24 16:05:26 +02:00
3c018bc336 Add config:DISABLE_REGISTER 2023-06-24 16:05:05 +02:00
782da97a1f Add h2 to login/ register 2023-06-24 15:37:43 +02:00
1cb8d45960 Fix that sidebar 2023-06-24 15:37:03 +02:00
ad04e395ab Update webmanifest 2023-06-23 22:37:53 +02:00
ec105dc187 Tout petit bout de JS, reste 100% fonctionnel sans 2023-06-23 22:22:55 +02:00
4a38cf135a Rewrite admin panel & partition edit HTML 2023-06-23 22:19:00 +02:00
4b775ec0a8 New {login,register}.html 2023-06-22 16:22:52 +02:00
1c1dc0bbcc Various other fixes 2023-06-22 16:22:11 +02:00
13039dcf07 Various small fixes 2023-06-22 16:06:48 +02:00
341dcdb567 Re-upload add-partitions.html 2023-06-22 16:05:46 +02:00
b86c7322dc Add create-album dialog 2023-06-17 21:25:13 +02:00
4c29460ab2 Remove add-partition template 2023-06-15 21:55:01 +02:00
4e6421f9dc New login.html 2023-06-11 22:01:03 +02:00
7fb6648fa1 "No album" displayed when user not logged in 2023-06-11 21:55:57 +02:00
fb630f863b Nex index.html (kinda empty) 2023-06-11 21:45:54 +02:00
7369e6f8d3 New album.html 2023-06-11 21:33:54 +02:00
ea04e8271e Added user colors (depends on the css)
Planning to put them in the config later
(or maybe adding themes, but not today)
2023-06-10 17:07:24 +02:00
781134f4a4 Cache user albums and partitions 2023-06-10 16:50:33 +02:00
b5d83e3c50 Pass current user to every render_template 2023-06-10 16:49:07 +02:00
f73e5bbd42 Upload new base html 2023-06-10 16:46:55 +02:00
037756b323 Automatically add new user (root:root) on init 2023-03-04 19:49:15 +01:00
46684a0f7e Update register.html 2023-03-04 19:48:37 +01:00
d5a59248ab Forgot to add that too 2023-01-19 18:03:52 +01:00
5fbb47ca80 Add black border to css (dark theme is still ugly) 2023-01-19 18:03:26 +01:00
055bb3df14 Add dark mode 2022-12-22 18:20:41 +01:00
4d3444c624 Update style.css 2022-12-19 18:27:03 +01:00
323f7c6198 Update mobile.css 2022-12-19 18:21:46 +01:00
8289ff7c3d Update mobile.css 2022-12-19 18:19:29 +01:00
ec1d2bfb7e Fix html 2022-12-19 18:11:50 +01:00
7841612299 Update admin panel 2022-12-19 15:19:58 +01:00
f226a80046 Set css grid layout 2022-12-19 10:04:50 +01:00
a0b7f4f0c3 Add edit and delete partition 2022-12-18 22:40:07 +01:00
6131235918 Update webmanifest 2022-12-18 21:39:30 +01:00
cd1d1d5dc4 Update css 2022-12-18 21:39:14 +01:00
bc1a59f52e Add edit button 2022-12-18 21:39:01 +01:00
55f63122d7 Add webmanifest 2022-11-21 21:00:48 +01:00
234e0f784f Option redirect=true pour une recherche en ligne
Modification du schéma sqlite:
`ALTER TABLE search_results ADD url TEXT;;`
2022-10-28 23:01:02 +02:00
067240b8a7 Revert "Close db"
This reverts commit 29590525ba.
2022-10-28 22:18:22 +02:00
29590525ba Close db 2022-10-28 22:13:03 +02:00
b6a965dd87 Add MAX_ONLINE_QUERIES parameter 2022-10-25 18:45:08 +02:00
7b0566fbff Add partition download_name 2022-10-03 20:45:10 +02:00
f34ffa205e Minor html changes 2022-10-02 20:59:37 +02:00
2a0787441c Ajout d'un panneau d'administration 2022-08-31 13:54:13 +02:00
1c7e272f91 Ajout d'un menu dropdown 2022-08-30 21:39:02 +02:00
e40a344e2b Ajout d'une option permettant de quitter un album 2022-08-30 19:47:29 +02:00
dc4f1f21d3 Add config file 2022-08-30 18:18:38 +02:00
664266bafd Changements mineurs concernant l'interface
Détails:
- Ajout d'une icône
- Modifications concernant les images de profils des utilisateurs
- Changement de l'ordre des partitions
2022-08-24 22:53:51 +02:00
f36bc93e32 Ajout de la liste des utilisateurs 2022-08-18 14:54:55 +02:00
89cec8ef35 Possibilité d'ajouter les partitions depuis la recherche 2022-08-17 23:52:58 +02:00
de34d8afec Fix search.py 2022-08-17 14:18:53 +02:00
1685ea94ce Suppression des résultats refusés 2022-08-17 14:17:37 +02:00
a7df482f29 Fix errors 2022-08-17 14:15:18 +02:00
121fa288d2 Ajout de la recherche google 2022-08-17 09:44:31 +02:00
ca72bbb89b Ajout de création de compte par un administrateur 2022-08-16 20:14:56 +02:00
870d71fc5b Ajout d'une vue de toutes les partitions 2022-08-16 18:44:52 +02:00
b1052563f7 Ajout de la recherche en local 2022-08-16 18:13:00 +02:00
dfa3945a77 Ajout du css 2022-08-16 15:22:03 +02:00
8e7671af12 Ajout du module utils.py et modification du html 2022-08-16 15:21:12 +02:00
45240c4347 Implémentation de l'ajout de partitions 2022-08-16 00:00:20 +02:00
260cef29d4 Add thumbnails 2022-08-14 21:16:21 +02:00
ace8895652 Fix delete 2022-08-14 13:33:31 +02:00
937d77a349 Add delete and join options 2022-08-14 13:24:05 +02:00
1072956d26 Add base code 2022-08-13 23:36:10 +02:00
241b947f92 Initial commit 2022-08-13 16:28:57 +02:00