Commit graph

116 commits

Author SHA1 Message Date
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
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
42375af3c3 Daddy PyLint is not happy 2023-04-01 17:40:42 +00:00
ff1af6b888 goofy ah 2023-04-01 16:59:46 +00:00
95e5f3938f Clean up theme compiler and thumbnail generation
Fix signup not clearning blanks - Thanks to Fennec
2023-04-01 16:59:17 +00:00
0e24004c0b Make image groupings prettier
Fix image view from a group not showing the groups its in
Make drag target bigger for upload tab
Tags are now correctly overflowing
2023-04-01 16:16:07 +00:00
cf65b8d309 Drag down to dissmiss upload on mobile 2023-03-30 19:53:48 +00:00
c2e42e7179 Clean up JavaScript code and make it more reliable
Update version
2023-03-30 15:51:06 +00:00
95a116ef50 Fix console getting spammed with errors
Page actually jumps down once you exit image view
2023-03-27 07:15:18 +00:00
3331edf24d Remove Thumbnails table
Daddy PyLint not happy with me
2023-03-26 23:34:03 +00:00
db20ce7919 Update version :3 2023-03-26 21:29:29 +00:00