Commit Graph

53 Commits

Author SHA1 Message Date
Christopher Ahern
8e7a959062 Add empty database (#4) 2025-04-28 16:17:01 +01:00
Chris-1010
3611e0bd4e MINOR: Update README & .gitignore
UPDATE: Remove unused files
2025-03-12 23:22:28 +01:00
white
eb0047903a UPDATE: fixed search bar algorithm (again) 2025-03-07 09:12:10 +00:00
JustIceO7
29f4400e8c ISSUE: Reverted database back to using fts to get searchbar working 2025-03-07 02:27:15 +00:00
JustIceO7
d8bf1411c7 UPDATE: Changed database stream titles to be more diverse 2025-03-06 22:15:06 +00:00
white
ead8573cb3 UPDATE: removed virtual tables and triggers for fts 2025-03-06 16:44:29 +00:00
white
71e350fa0a UPDATE: reset database 2025-03-05 15:59:30 +00:00
white
d6ac20d609 UPDATE: removed Gaming category 2025-03-05 15:22:50 +00:00
8cf04569e8 UPDATE: Added custom thumbnail bool to stream table 2025-03-02 16:49:03 +00:00
JustIceO7
f1ec304fb7 FIX: Added data back 2025-03-01 02:36:24 +00:00
JustIceO7
9815ee5a09 MISC: Added data and tested catgory page to be working 2025-03-01 02:25:41 +00:00
EvanLin3141
98198893db FIX: Vods Showing Issue 2025-03-01 01:25:17 +00:00
EvanLin3141
8fcba8a030 UPDATE: Get All Vods 2025-03-01 00:44:33 +00:00
Chris-1010
1d55caff03 FIX: Route to category page upon clicking on a followed category on the sidebar 2025-02-28 14:50:27 +00:00
white
bce119b0b3 UPDATE: Added functions for adding to newsletter 2025-02-28 11:53:42 +00:00
JustIceO7
00b2a3547e CHANGE: Changed Userpage styling 2025-02-27 19:21:56 +00:00
Chris-1010
de7a01d893 UPDATE: Add more category thumbnails & rename some categories 2025-02-27 14:03:02 +00:00
white
ef93df549b FEAT: Added backend admin functionality 2025-02-26 12:04:00 +00:00
JustIceO7
f192518382 UPDATE: Added user follow category routes 2025-02-23 16:53:11 +00:00
JustIceO7
6999e1a0a1 UPDATE: Added more categories to database and updated categories page 2025-02-20 00:08:13 +00:00
Chris-1010
d79f617b4f REFACTOR: Enhance Categories Page;
REFACTOR: Update ListRow component;
REFACTOR: Improve component structure and navigation; FEAT: Scroll fetching hook;
REFACTOR: Add more testing_data to database to demonstrate updated ListRow component;
2025-02-16 23:37:24 +00:00
df9fb69b7b PATCH: Fixed error that caused users without a set stream title to be unable to stream 2025-02-12 19:56:31 +00:00
JustIceO7
1b167b60f1 FEAT: OAuth now redirects to last URL signed in
UPDATE: Created the page to display lists of categories
2025-02-11 23:08:26 +00:00
899764eaf8 FEAT: Streams now save to mp4 after a stream is stopped, instead of discarded 2025-02-11 20:57:27 +00:00
JustIceO7
3698948124 CLEANUP: Deleted unused table 2025-02-07 04:22:36 +00:00
white
1841e08a09 UPDATE: Added database functionality for search bar, still need to integrate with webapp 2025-02-06 18:57:21 +00:00
c0ddca85ba PATCH: Fixed a load of broken user routes 2025-02-06 17:25:25 +00:00
JustIceO7
eb83fd297a FEAT: Added feature to return streamers data given their username 2025-02-06 14:52:23 +00:00
JustIceO7
3b075c1015 UPDATE: Added salt_recorder table to record the salts used to generate token to reset password 2025-02-06 02:59:12 +00:00
6a8509ca42 REFACTOR: Moved user routes into user blueprint, and grouped them, fixed some (not all) routes 2025-02-06 01:00:46 +00:00
a8af24e256 UPDATE: Refactored backend routes to improve readability 2025-02-05 21:04:05 +00:00
4c79c80f3d UPDATE: Added VOD table and moved is_live to the users table 2025-02-05 13:48:42 +00:00
white
5d3479e726 UPDATE: Added more complete test queries, fixed recommendations queries 2025-01-30 11:24:52 +00:00
Chris-1010
6586506c97 MAJOR Fix: Resolved API Request Delays;
Feat: Added a dev test account to users for expedited login;
Refactor: Improve socket connection handling and add logging for API request duration & update to ListRow key generation for improved uniqueness;
Feat: Made it so streams with no set thumbnail use their category's thumbnail;
Minor Fix: Corrections to db recommendation methods;
2025-01-30 03:53:33 +00:00
white
4d9e819b39 UPDATE: Improved chat tranmission speed by 3seconds 2025-01-29 16:50:26 +00:00
JustIceO7
46c7ca3f10 UPDATE: Added followed_categories to db to track users following stream categories 2025-01-29 03:02:52 +00:00
6964234231 UPDATE: Added functionality that updates database on stream start and on stream end. Adds new stream to database 2025-01-29 00:59:05 +00:00
bc1a48a571 UPDATE: Added stream title and selected category to users table 2025-01-29 00:38:10 +00:00
440063bbd0 UPDATE: Revamped database class, and implemented some routes in streams.py 2025-01-28 20:36:13 +00:00
cbef531b3e PATCH: Fixed jsonifying the SQL output 2025-01-28 19:02:36 +00:00
Chris-1010
25235c5c26 PATCH: Fix to Database Changes 2025-01-28 15:14:33 +00:00
ThisBirchWood
13d7351588 UPDATE: Began on removing streamers table, and replacing the corresponding code, NOT TESTED (if it's too messy to work with then rollback) 2025-01-28 11:01:06 +00:00
ThisBirchWood
7b511677c9 Patch: Adjusted SQL schema to remove errors, and added sample data to test Flask routes 2025-01-28 09:06:54 +00:00
JustIceO7
64a5bf6f82 Changed the organization of the database in addition to some tables 2025-01-26 05:44:31 +00:00
white
ae9cd96333 Improved chat.py and created a temporary chat.html to be transferred to react later 2025-01-24 17:02:56 +00:00
JustIceO7
ca2a7e9baf created code for user routes and linked olds routes to reflect new ones 2025-01-24 05:11:03 +00:00
Oscar
52f977e885 final clean-up for database 2025-01-24 01:50:10 +00:00
Oscar Cao
ced77e718a merged and resolved database conflicts 2025-01-23 23:47:54 +00:00
Oscar Cao
f9636f8650 updated database creating more tables 2025-01-23 22:41:45 +00:00
Chris-1010
66957efe6f Update to structure 2025-01-23 12:13:50 +00:00