Commit Graph

10 Commits

Author SHA1 Message Date
eaaf4a979a Fix wrong username in partition details 2023-11-23 21:22:16 +01:00
f8670f4901 Add the ability to attach files to a partition 2023-10-26 14:14:40 +02:00
340b6541ca Shorter path for partitions
`/albums/<album_uuid>/<partition_uuid>` -> `/partition/<partition_uuid>`
2023-10-13 14:36:04 +02:00
2c16625162 Revert "Profile pictures: CSS fixed"
This reverts commit 37ce178b21.
2023-10-01 14:47:49 +02:00
37ce178b21 Profile pictures: CSS fixed
Now broken: tables and `/partition/{uuid}/details` CSS
(css is really scaring me)
2023-09-22 15:22:16 +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
782da97a1f Add h2 to login/ register 2023-06-24 15:37:43 +02:00
4a38cf135a Rewrite admin panel & partition edit HTML 2023-06-23 22:19:00 +02:00
7841612299 Update admin panel 2022-12-19 15:19:58 +01:00
a0b7f4f0c3 Add edit and delete partition 2022-12-18 22:40:07 +01:00