d36699bd1f
Update database
...
Correctly link user to their posts and groups
Change the table names to Group, Post and User
Remove unused Bans and Logs table, possibly will return later
2023-04-12 15:16:43 +00:00
b62d58b9fc
oopsie
2023-04-11 08:17:03 +00:00
7c553e99b8
Switch to Flask-SQLAlchemy
...
Add FLask-Migrate for next step in the Migration 😉
2023-04-09 19:12:35 +00:00
128464d43f
Format code with Black
2023-04-07 12:35:30 +00:00
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
52a7923ee5
Add remember me option to login page
2023-04-04 17:46:07 +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
36a7f83db6
Follow DeepSource reccommendations
...
Nolonger binding to the address, by default it is always localhost
2023-04-02 23:20:34 +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
b208b872d7
Make buttons more consistent
...
Rename JumpUp button to top-of-page
2023-03-12 18:19:43 +00:00
3ee287d6e3
Add ALT text to images
...
Correct static methods
Tidy up code
2023-03-11 22:14:03 +00:00
b5bc0ec50c
Switched to keeping time with UTC for easier timezones
...
Removed useless JS
2023-03-08 21:58:58 +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
44a6712b6e
Image upload added
...
Added temporary fix to loading images on the home page
Fix api.py for requesting images
Minor tweaks to default theme
2023-01-10 18:12:55 +00:00
e395139656
Rename routes to gallery
...
Move methods to api.py
Remove old db manager as its unused
Remove old db tables as theres a new schema file
Rename onlylegsSass to sassy, unused for now
Update example.env to reflect new layout
2023-01-10 14:40:43 +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