Commit graph

23 commits

Author SHA1 Message Date
02d99a1671 Format with Black 2023-04-12 15:18:13 +00:00
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
157db05fd1 💀 2023-04-10 23:12:37 +00:00
aa655a40a2 PyLint 2023-04-10 23:09:39 +00:00
7358c1dc58 oopsie! 2023-04-10 23:03:04 +00:00
7c553e99b8 Switch to Flask-SQLAlchemy
Add FLask-Migrate for next step in the Migration 😉
2023-04-09 19:12:35 +00:00
e144407b0e Opimising EVERYTHING 2023-04-09 00:42:14 +00:00
128464d43f Format code with Black 2023-04-07 12:35:30 +00:00
8357241487 Correct code I did done yesterday 2023-04-07 09:18:03 +00:00
d1b3afdb22 Forgor to update group page 2023-04-06 21:48:10 +00:00
a46192566f Pagination
I hate math
2023-04-06 18:42:04 +00:00
f33842ead3 Move views/routes to seperate files 2023-04-06 16:22:56 +00:00
0404976e15 AAAA 2023-04-05 19:21:44 +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
c5d381a049 Made buttons work and removed temp forms 2023-04-04 20:45:35 +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
bf8142623e Fix lazyLoading script 2023-04-04 14:21:16 +00:00
f0496a5808 :3 2023-04-04 14:01:08 +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
d33585afca Use correct naming scheme for views 2023-04-03 01:17:11 +00:00