|
40becb01ce
|
Set partitions to private by default (inaccessible from search for other users)
|
2024-02-29 13:14:28 +01:00 |
|
|
7ae8a1939a
|
config: add DISABLE_ACCOUNT_DELETION
|
2024-02-28 23:59:14 +01:00 |
|
|
bfb6a127f0
|
logging: Add "password change" and "account deletion" events
|
2024-02-28 23:38:14 +01:00 |
|
|
5d0535ef70
|
Remove whitespaces
|
2024-02-25 15:54:48 +01:00 |
|
|
c702cb714e
|
Move to gs to generate thumbnails
|
2024-02-25 15:53:51 +01:00 |
|
|
b9a5f92a56
|
Add /settings
|
2024-02-25 15:28:51 +01:00 |
|
|
3f83f1c44a
|
check search pdfs
|
2024-02-21 15:53:49 +01:00 |
|
|
9a6d08d2e1
|
Fix logs incorrect formatting
|
2024-02-18 19:40:58 +01:00 |
|
|
ebc454f7a2
|
Add launch page
|
2024-01-29 18:37:30 +01:00 |
|
|
74444871c0
|
localization: Update all base strings to be in English
|
2024-01-26 09:48:11 +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 |
|
|
56d01ee3e2
|
Several minor changes (pylint)
|
2024-01-16 21:32:00 +01:00 |
|
|
64d06dcfe2
|
Move thumbnails to instance directory
|
2024-01-16 21:00:14 +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 |
|
|
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 |
|
|
85fd8d8228
|
Add import uuid back
|
2023-11-21 23:28:53 +01:00 |
|
|
f697bd0498
|
Reduced albums & groupes UUID's size
Added a new "share" dialog
|
2023-11-19 18:45:25 +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 |
|
|
340b6541ca
|
Shorter path for partitions
`/albums/<album_uuid>/<partition_uuid>` -> `/partition/<partition_uuid>`
|
2023-10-13 14:36:04 +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 |
|
|
3e2569222a
|
Split utils.py into multiple files
|
2023-10-10 11:14: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 |
|
|
08908ffdf7
|
search: Multithreaded the downloads
search: Thumbnails are now created on-demand
|
2023-08-28 14:14:57 +02:00 |
|
|
e4777cf7a6
|
Redirect logged-in users
|
2023-06-25 09:24:44 +02:00 |
|
|
3c018bc336
|
Add config:DISABLE_REGISTER
|
2023-06-24 16:05:05 +02:00 |
|
|
782da97a1f
|
Add h2 to login/ register
|
2023-06-24 15:37:43 +02:00 |
|
|
13039dcf07
|
Various small fixes
|
2023-06-22 16:06:48 +02:00 |
|
|
b86c7322dc
|
Add create-album dialog
|
2023-06-17 21:25:13 +02:00 |
|
|
4c29460ab2
|
Remove add-partition template
|
2023-06-15 21:55:01 +02:00 |
|
|
7369e6f8d3
|
New album.html
|
2023-06-11 21:33:54 +02:00 |
|
|
ea04e8271e
|
Added user colors (depends on the css)
Planning to put them in the config later
(or maybe adding themes, but not today)
|
2023-06-10 17:07:24 +02:00 |
|
|
781134f4a4
|
Cache user albums and partitions
|
2023-06-10 16:50:33 +02:00 |
|
|
b5d83e3c50
|
Pass current user to every render_template
|
2023-06-10 16:49:07 +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 |
|
|
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 |
|