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
Chris-1010
555aedffcb
UPDATE: Move user status fetch to App.tsx;
...
REFACTOR: Rename `Vods` & `Following` to `VodsPage` & `FollowingPage` and improve structure;
UPDATE: Change default profile picture;
REFACTOR: Remove VOD testing data;
UPDATE: Change `VideoPlayer` atrributes;
2025-03-06 22:49:20 +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
Chris-1010
028e618830
UPDATE: Remove viewing data queries from testing_data.sql
2025-03-02 17:46:50 +00:00
8cf04569e8
UPDATE: Added custom thumbnail bool to stream table
2025-03-02 16:49:03 +00:00
white
a5d27f9497
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
2025-03-02 14:51:52 +00:00
EvanLin3141
451994b755
FIX: Followed Categories
2025-03-01 23:18:26 +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
98f27c0478
REFACTOR: Update to handling sending and receiving stream data in frontend and backend, making it more secure
2025-02-28 15:49:22 +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
Chris-1010
eb65e71cfb
REFACTOR: Remove current_stream_title and current_selected_category_id from users table
2025-02-27 14:03:01 +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
45a586748d
FEAT: VoDs accessible from browser, named as {vod_id}.mp4
2025-02-12 14:01:38 +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
4a4fde9256
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
2025-02-11 20:57:54 +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
white
1a572cc172
FEAT: Implemented working search bar using FTS and Ranking
2025-02-11 16:38:46 +00:00
JustIceO7
0984271a11
FEAT: Added Google OAuth login feature to sign up as well as login
2025-02-11 02:22:27 +00:00
JustIceO7
3698948124
CLEANUP: Deleted unused table
2025-02-07 04:22:36 +00:00
Chris-1010
1499e042cb
FIX: General fixes and update to HomePage
2025-02-06 20:23:44 +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
JustIceO7
1036494b7d
UPDATE: Added recommended categories as well as streamer data
...
BUGFIX: Fixed wrong datatypes
2025-01-31 03:52:25 +00:00
JustIceO7
908870f751
FEAT UPDATE: Updated Utils to use new database. Changed route arguments. Added unfollow feature
2025-01-31 02:00:31 +00:00
Chris-1010
3c0d9d3131
UPDATE: Updated chat message structure;
...
Bug: Session seems to be empty when chat.py routes are called.
2025-01-30 17:57:38 +00:00
white
5d3479e726
UPDATE: Added more complete test queries, fixed recommendations queries
2025-01-30 11:24:52 +00:00
white
f981b69c94
PATCH: Fixed database not returning data in recommendations
...
UPDATE: Decreased polling time to 1 second for later use
2025-01-30 10:24:26 +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
JustIceO7
79598f0e0d
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
2025-01-30 01:22:35 +00:00