Commit graph

23 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
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
97119ced54 Linting 2023-04-04 14:00:00 +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
7b97b8e0ef DeepSource Fixing Antipatterns 2023-04-02 16:50:52 +00:00
3331edf24d Remove Thumbnails table
Daddy PyLint not happy with me
2023-03-26 23:34:03 +00:00
de79f5bc54 Add image cache generation 2023-03-26 20:58:17 +00:00
733a443835 PyLint wasnt done with me 2023-03-20 17:57:47 +00:00
b426a6f6c4 Bendover for PyLint 2023-03-20 17:19:42 +00:00
3008a55899 Moved some scripts to a utils folder
Renamed upload route to file as its more approprete
Fixed random CSS issues that occur on older browsers or Safari
2023-03-14 22:07:17 +00:00
0d10de923d Move routes to their own folder 2023-03-12 15:52:23 +00:00
2eec988815 Move prechecks to run file
Add Verbose option
Cleanup run file
2023-03-12 12:29:29 +00:00
3ee287d6e3 Add ALT text to images
Correct static methods
Tidy up code
2023-03-11 22:14:03 +00:00
e3a0eaf60b Add basic Image Group functions
Make the Upload Pannel usable on mobile
Remove useless code as Django had built-in functions to read the config
Remove useless JS code
Cleanup tempaltes
2023-03-09 23:31:58 +00:00
91278e2d11 I with push my head through a conrete wall
I hate Joins
2023-03-05 18:16:28 +00:00
0a27d79a82 Move most of the processing into the upload 2023-03-05 16:22:11 +00:00
7ed3b455dd Submitted to PyLints needs :3 2023-03-04 13:45:26 +00:00
2e86bfa072 Switch to SQLAlchemy for database management
Add Favicon
2023-03-03 00:26:46 +00:00
828167f762 Added settings page
Added logging to a .log file
Fixed Images loosing colour and rotation on thumbnail generation
Added more info to README
2023-03-01 23:29:34 +00:00
bb98701430 Unifying style of the gallery
Fixed HTML and Sass layout
Moved upload and login pages to popups
Added deletion confirmation
2023-01-25 15:13:56 +00:00
a499e6c840 Update to reccommended file structure
Use reccommended database structure
Switch to SQLite and update scheme along with it
2023-01-10 12:39:29 +00:00