Commit graph

213 commits

Author SHA1 Message Date
e3bc937036 Fix date not being set correctly
Fix small UI not having correct controlls on empy groups
Not being able to login
Overflowing text on upload button
2023-04-05 18:58:17 +00:00
ca1204d6f4 Update Version 2023-04-05 16:57:42 +00:00
a49d6dc321 Daddy PyLint 2023-04-05 16:57:07 +00:00
4627498b8d Change database structure
Update naming to something more useful
Date filled in automatically
2023-04-05 16:35:59 +00:00
bf083a85ad Move logs to the root of the configuration folder 2023-04-05 16:34:32 +00:00
ee220bacbc Correct error handling 2023-04-05 16:34:00 +00:00
b40428f5aa Remove custom resolution
This can be abused to fill up storage
2023-04-05 16:33:36 +00:00
3bfa890751 Login not working correctly 2023-04-05 16:33:01 +00:00
ce64821500 Check for webp image support 2023-04-05 11:50:05 +00:00
ad44f0119e Update settings banner 2023-04-05 11:22:21 +00:00
7eebb8bfd9 Switch from filled icons
Fix smol banner styling
2023-04-05 10:19:01 +00:00
c5d381a049 Made buttons work and removed temp forms 2023-04-04 20:45:35 +00:00
95bc745b03 Update banner structure and styling 2023-04-04 19:36:24 +00:00
7e12de02bf Adjust image hover animation 2023-04-04 19:02:02 +00:00
52a7923ee5 Add remember me option to login page 2023-04-04 17:46:07 +00:00
dafe49355f Add more useful error message 2023-04-04 15:00:04 +00:00
271eb728dd Very temporary user profiles 2023-04-04 14:55:32 +00:00
c417457d31 Gwa Gwa 2023-04-04 14:37:04 +00:00
bf8142623e Fix lazyLoading script 2023-04-04 14:21:16 +00:00
a83930e377 Switch out error image 2023-04-04 14:08:34 +00:00
f0496a5808 :3 2023-04-04 14:01:08 +00:00
97119ced54 Linting 2023-04-04 14:00:00 +00:00
a4d19bf32a recompile sass when a file is updated 2023-04-03 22:49:28 +00:00
af497b7da7 Add alt_id to database for cookie management
update version
2023-04-03 22:28:12 +00:00
4e50a66514 Switch to Flask_Login for user/session management 2023-04-03 18:04:49 +00:00
33f475e828 Change default thumbnail size
Change text color in the upload panel
2023-04-03 17:28:28 +00:00
ad547c4ccf Move popups to correct loading order
Move away from yeeted Ajax code to fetch
2023-04-03 03:43:20 +00:00
e2bf5ed4e2 Gwa Gwa 2023-04-03 03:17:34 +00:00
d33585afca Use correct naming scheme for views 2023-04-03 01:17:11 +00:00
fe82109272 Correct path for Webassets 2023-04-03 01:16:56 +00:00
f540c234f3 Remove theme manager in favour of webassets 2023-04-03 00:58:22 +00:00
c89df1613d Yeet old fonts 2023-04-03 00:43:27 +00:00
654ab0eba3 Move JS into pre and post loading folders 2023-04-03 00:43:21 +00:00
266e959605 Add a manifest file for themes
This may be removed later
2023-04-03 00:42:42 +00:00
4dfaa17c44 More Deepsource shit, AAAAAAAAAAAAA 2023-04-02 23:24:36 +00:00
36a7f83db6 Follow DeepSource reccommendations
Nolonger binding to the address, by default it is always localhost
2023-04-02 23:20:34 +00:00
6f759bb678 Yeet JQuery in favor of vanilla JS 2023-04-02 22:07:14 +00:00
c7e38dfcfb Change navbar colour in image groups 2023-04-02 21:15:51 +00:00
45c5a0f682 Crashing on empty groups 2023-04-02 21:15:24 +00:00
91ea307b66 Update version 2023-04-02 17:40:45 +00:00
c0f95e134c 💀 2023-04-02 17:10:05 +00:00
94ea3a1f30 Missed PyLint errors 2023-04-02 17:00:32 +00:00
7b97b8e0ef DeepSource Fixing Antipatterns 2023-04-02 16:50:52 +00:00
1152856f2a Clean up Database queries 2023-04-02 16:36:05 +00:00
454d1f89c8 Make text more readable
Slightly speed up the metadata parsing
2023-04-02 13:51:01 +00:00
696e72e3e8
Merge pull request #12 from Fluffy-Bean/main
Catchup with fixes
2023-04-01 19:27:42 +01:00
b3948881c3
Merge pull request #11 from Fluffy-Bean/deepsource-autofix-7441e262
Remove unnecessary call to .bind()
2023-04-01 19:26:36 +01:00
502a67cdf1
Merge pull request #10 from Fluffy-Bean/deepsource-autofix-d531b481
Remove unnecessary whitespace
2023-04-01 19:26:23 +01:00
deepsource-autofix[bot]
1a541bc288
refactor: Remove unnecessary call to .bind()
The bind() method is used to create functions with specific `this` values and, optionally, binds arguments to specific values. When used to specify the value of `this`, it's important that the function actually uses `this` in its function body.
2023-04-01 18:26:09 +00:00
deepsource-autofix[bot]
9ac10a8dd3
refactor: Remove unnecessary whitespace
Blank lines should not contain any tabs or spaces.
2023-04-01 18:25:14 +00:00