|
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 |
|
|
3e2569222a
|
Split utils.py into multiple files
|
2023-10-10 11:14:16 +02:00 |
|
|
4fff0e49e2
|
Remove footer left-margin
|
2023-10-01 15:01:11 +02:00 |
|
|
0bbac278c6
|
Merge branch 'better-footer-implementation'
|
2023-10-01 14:49:00 +02:00 |
|
|
4542739a48
|
Revert "I may have fixed the broken scrolling..."
This reverts commit 48f1d7f675 .
|
2023-10-01 14:48:16 +02:00 |
|
|
2c16625162
|
Revert "Profile pictures: CSS fixed"
This reverts commit 37ce178b21 .
|
2023-10-01 14:47:49 +02:00 |
|
|
031f2af91f
|
This solution might be simpler...
...and might not need a complete rewrite of the whole CSS
|
2023-09-30 00:33:09 +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 |
|
|
48f1d7f675
|
I may have fixed the broken scrolling...
..but broken (at least) the admin page at the same time
|
2023-09-22 14:57:39 +02:00 |
|
|
5d2f150bf8
|
Fix bash syntax error
|
2023-09-08 13:59:22 +02:00 |
|
|
20eb87dca2
|
Add a footer with version+repo link
|
2023-09-08 13:56:08 +02:00 |
|
|
89995f6419
|
Automatically create SECRET_KEY on init
|
2023-09-08 13:53:56 +02:00 |
|
|
85c2740f9c
|
Merge pull request #2 from partitioncloud/dev
|
2023-09-02 11:42:03 +02:00 |
|
|
8b354fab30
|
Merge remote-tracking branch 'origin/master' into dev
|
2023-08-30 19:51:05 +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 |
|
|
65c8d608e8
|
Merge pull request #1 from partitioncloud/dev
|
2023-08-30 18:59:05 +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 |
|
|
c735b1e496
|
Automatically close db connexion
|
2023-06-24 16:05:50 +02:00 |
|
|
566caac0a5
|
search: Add message when no results
|
2023-06-24 16:05:26 +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 |
|
|
1cb8d45960
|
Fix that sidebar
|
2023-06-24 15:37:03 +02:00 |
|
|
78f229211a
|
Update README.md
Change previews
|
2023-06-24 10:47:35 +02:00 |
|
|
ad04e395ab
|
Update webmanifest
|
2023-06-23 22:37:53 +02:00 |
|
|
ec105dc187
|
Tout petit bout de JS, reste 100% fonctionnel sans
|
2023-06-23 22:22:55 +02:00 |
|
|
4a38cf135a
|
Rewrite admin panel & partition edit HTML
|
2023-06-23 22:19:00 +02:00 |
|
|
491b6abb51
|
Merge remote-tracking branch 'origin/master' into v1.0-redesign
|
2023-06-22 16:29:10 +02:00 |
|
|
4b775ec0a8
|
New {login,register}.html
|
2023-06-22 16:22:52 +02:00 |
|
|
1c1dc0bbcc
|
Various other fixes
|
2023-06-22 16:22:11 +02:00 |
|
|
13039dcf07
|
Various small fixes
|
2023-06-22 16:06:48 +02:00 |
|
|
341dcdb567
|
Re-upload add-partitions.html
|
2023-06-22 16:05:46 +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 |
|
|
4e6421f9dc
|
New login.html
|
2023-06-11 22:01:03 +02:00 |
|
|
7fb6648fa1
|
"No album" displayed when user not logged in
|
2023-06-11 21:55:57 +02:00 |
|
|
fb630f863b
|
Nex index.html (kinda empty)
|
2023-06-11 21:45:54 +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 |
|
|
f73e5bbd42
|
Upload new base html
|
2023-06-10 16:46:55 +02:00 |
|
|
079cd5458a
|
Create LICENSE
|
2023-03-12 15:46:22 +01:00 |
|
|
d80ebec0cc
|
Update README.md
Fix typo
|
2023-03-07 19:13:29 +01:00 |
|
|
40f03d957a
|
Update README.md
|
2023-03-05 16:08:03 +01:00 |
|
|
bf6ab63644
|
Create README.md
|
2023-03-05 12:55:30 +01:00 |
|
|
037756b323
|
Automatically add new user (root:root) on init
|
2023-03-04 19:49:15 +01:00 |
|
|
46684a0f7e
|
Update register.html
|
2023-03-04 19:48:37 +01:00 |
|
|
d5a59248ab
|
Forgot to add that too
|
2023-01-19 18:03:52 +01:00 |
|