Commit Graph

7 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
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
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