Commit Graph

143 Commits

Author SHA1 Message Date
ebc454f7a2 Add launch page 2024-01-29 18:37:30 +01:00
3f888c39d2 Add html lang attribute 2024-01-27 12:25:52 +01:00
eb5e1edf5e Fix bad mobile scaling 2024-01-27 12:25:27 +01:00
bf48ed29d7
Merge pull request #4 from partitioncloud/localization
Add localization
2024-01-26 19:32:48 +01:00
511a4b3626 Add automatic translations compilation 2024-01-26 19:32:22 +01:00
a97070eb2e Add flask-babel installation hook 2024-01-26 19:30:41 +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
210ab6c0d3 Localization: add python strings 2024-01-22 16:06:03 +01:00
2ff7a515d5 Add ENABLED_LOGS config option 2024-01-19 13:48:23 +01:00
99c9781767 Add admin logs view 2024-01-19 13:38:05 +01:00
191ffebd7e Add logs server-side 2024-01-17 12:56:01 +01:00
5a7c3ed09d Hide qrcode loading 2024-01-16 21:39:28 +01:00
56d01ee3e2 Several minor changes (pylint) 2024-01-16 21:32:00 +01:00
fb13e396e5 Use lazy loading on all thumbnails 2024-01-16 21:25:32 +01:00
bb59dfe992 Change webapp background color 2024-01-16 21:24:42 +01:00
9baae929cd Fix fatal make.sh error 2024-01-16 21:13:04 +01:00
6ad1192cec Update make.sh for v1.5.1 2024-01-16 21:03:01 +01:00
93c8078bdb Add ellipsis on long domain names in search 2024-01-16 21:02:37 +01:00
10621d70c7 Resize icons 2024-01-16 21:02:18 +01:00
64d06dcfe2 Move thumbnails to instance directory 2024-01-16 21:00:14 +01:00
ec3a7d4523 make.sh: wrong path for thumbnails 2024-01-16 19:46:34 +01:00
6f5031623c Move all instance files to instance directory
Still to move: thumbnails
2024-01-16 18:50:19 +01:00
f43b1e1090 Factorise duplicated code 2024-01-15 18:53:57 +01:00
d54419fd35 Add MAX_AGE config parameter 2024-01-13 12:44:28 +01:00
acaa8367d6 Fix more pylint warnings 2023-12-15 13:38:32 +01:00
11ddbf0169 Take advice from pylint 2023-12-15 11:36:34 +01:00
2d807112c7 Optimized local search a bit + better results 2023-12-06 19:57:28 +01:00
2c144674ba album.html: Fix wrong element 2023-11-24 12:08:47 +01:00
eaaf4a979a Fix wrong username in partition details 2023-11-23 21:22:16 +01:00
85fd8d8228 Add import uuid back 2023-11-21 23:28:53 +01:00
bdd9115f70 Add qrcode requirement 2023-11-19 19:03:56 +01:00
f697bd0498 Reduced albums & groupes UUID's size
Added a new "share" dialog
2023-11-19 18:45:25 +01:00
8ef2928ab3 Fix minor details of the migration script 2023-11-19 16:05:23 +01:00
76cfe9657f Add migration tool 2023-11-19 15:52:48 +01:00
2de234870e Fix groupe deletion (removed orphans) 2023-10-26 23:38:09 +02:00
34cae34236 Forgot this one as well 2023-10-26 14:35:09 +02:00
83b033a779 Testing a simple API 2023-10-26 14:33:06 +02:00
3b08f2e08c Delete attachments when deleting a partition 2023-10-26 14:24:30 +02:00
f8670f4901 Add the ability to attach files to a partition 2023-10-26 14:14:40 +02:00
971d54af41 Fix online search sometimes blocking local search 2023-10-18 14:45:40 +02:00
1d02292c61 remove big "Create groupe" button 2023-10-13 14:46:22 +02:00
2ed8c92533 Added the ability to add online search to groupe 2023-10-13 14:37:10 +02:00
340b6541ca Shorter path for partitions
`/albums/<album_uuid>/<partition_uuid>` -> `/partition/<partition_uuid>`
2023-10-13 14:36:04 +02:00
972231e4b2 Added more JS tweaks (still optional) 2023-10-11 17:19:11 +02:00
8ff2f29617 Create groupes 2023-10-11 17:15:49 +02:00
d35fd063bd Fix a "small fix" 2023-10-11 16:17:10 +02:00
3f68ac0419 A bunch of small fixes 2023-10-11 15:57:06 +02:00
a65a80cd8b Remove urllib from requirements 2023-10-11 15:51:22 +02:00