Commit Graph

17 Commits

Author SHA1 Message Date
ffbf1907ad Generalization of drag & drop for attachments 2024-10-11 09:35:00 +02:00
5d0535ef70 Remove whitespaces 2024-02-25 15:54:48 +01:00
c219f28a37 Fix recently introduced bugs 2024-01-26 11:14:43 +01:00
74444871c0 localization: Update all base strings to be in English 2024-01-26 09:48:11 +01:00
7acb446837 Localization: add templates strings 2024-01-25 16:22:04 +01:00
fb13e396e5 Use lazy loading on all thumbnails 2024-01-16 21:25:32 +01:00
64d06dcfe2 Move thumbnails to instance directory 2024-01-16 21:00:14 +01:00
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