Commit Graph

9 Commits

Author SHA1 Message Date
f697bd0498 Reduced albums & groupes UUID's size
Added a new "share" dialog
2023-11-19 18:45:25 +01:00
f8670f4901 Add the ability to attach files to a partition 2023-10-26 14:14:40 +02:00
8ff2f29617 Create groupes 2023-10-11 17:15:49 +02:00
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
bc1a59f52e Add edit button 2022-12-18 21:39:01 +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
121fa288d2 Ajout de la recherche google 2022-08-17 09:44:31 +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