EvanLin3141
69a2405c90
FIX: Live Broadcast Not Appearing
...
Style: Added some Styling
2025-03-04 18:30:08 +00:00
04d7e55011
REFACTOR: Cleaned up routes
2025-03-04 13:57:47 +00:00
b6b7d5643d
PATCH: Fixed VoDs not generating after stream end
2025-03-04 13:56:05 +00:00
fc4dcd3359
UPDATE: Attempting to add authentication to .ts route (WIP, not working)
2025-03-03 21:42:24 +00:00
b454386b29
PATCH: Fixed end stream not working with OBS
2025-03-03 20:23:27 +00:00
Chris-1010
45a0f364a0
UPDATE/REFACTOR: Rework of UserPage;
...
FIX: Fallback for profile pictures;
REFACTOR: Removal of unnecessary files & routes;
REFACTOR: Improve documentation for flask routes;
FIX: Correct data to return when fetching vods;
2025-03-03 11:05:10 +00:00
11c2d67a43
PATCH: Fixed incorrect SQL query
2025-03-02 21:41:35 +00:00
Chris-1010
2fceb6c19d
REFACTOR: Documentation for some Flask routes & nginx.conf
2025-03-02 17:48:50 +00:00
4b252b366b
UPDATE: Implemented the ability to upload a custom thumbnail (untested during /update_stream)
2025-03-02 16:55:04 +00:00
18d8519482
UPDATE: Adjusted underlying file system to use user-centric instead of type-centric formatting
2025-03-02 16:28:11 +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
EvanLin3141
613d50605f
BUG: /categories/recommended
2025-03-01 22:11:41 +00:00
cf2df13b2d
PATCH: Forgot about a syntax error (lol)
2025-03-01 08:30:16 +00:00
EvanLin3141
98198893db
FIX: Vods Showing Issue
2025-03-01 01:25:17 +00:00
EvanLin3141
a101716a2d
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
2025-03-01 00:44:34 +00:00
EvanLin3141
8fcba8a030
UPDATE: Get All Vods
2025-03-01 00:44:33 +00:00
3dddcdd107
UPDATE: Removed get profile picture route and moved it to NGINX, and updated how thumbnails were saved to use path_manager
2025-02-28 20:35:58 +00:00
6f449eea4e
REFACTOR: Moved streaming tasks to dedicated folder and updated refs
2025-02-28 19:38:03 +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
eb65e71cfb
REFACTOR: Remove current_stream_title and current_selected_category_id from users table
2025-02-27 14:03:01 +00:00
e9aff9fa08
UPDATE: Added some debug info
2025-02-26 15:33:24 +00:00
3d05dc8571
PATCH: Added check to see if stream ever published in /end_stream, otherwise errors occured
2025-02-26 15:31:13 +00:00
cefd88f525
UPDATE: Changed stream access URL to use streamer_name instead of streamer_key, to hide streamer key.
2025-02-26 15:07:09 +00:00
white
de68651685
FIX: fixed issues with streaming not working
2025-02-26 13:13:15 +00:00
Chris-1010
9cc5b40b25
UPDATE: Change to how streams are accessed, detected and published to the application
2025-02-22 12:19:08 +00:00
Chris-1010
7484c927f1
FEAT: Add StreamDashboardPage;
...
UPDATE: Add route to `StreamDashboardPage`;
UPDATE: `VideoPlayer` for improved stream handling;
UPDATE: `Navbar` to include navigation to `StreamDashboardPage`;
UPDATE: Expand `stream_data` method to include `stream_key` in `streams.py`;
REFACTOR: Format `streams.py`;
2025-02-20 06:58:19 +00:00
JustIceO7
6999e1a0a1
UPDATE: Added more categories to database and updated categories page
2025-02-20 00:08:13 +00:00
62d83aa4eb
PATCH: Thumbnails not stop generating after stream ends
2025-02-17 19:07:25 +00:00
white
3528b6517a
FIX: fixed issues loading content on new accounts
2025-02-17 12:18:23 +00:00
Oscar
9bd1e249ed
FEAT: Added offset to routes when searching for categories
2025-02-13 14:24:05 +00:00
45a586748d
FEAT: VoDs accessible from browser, named as {vod_id}.mp4
2025-02-12 14:01:38 +00:00
55fed8a778
PATCH: Refactored underlying file system for streams, seperated vods, streams and thumbnails
2025-02-12 01:29: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
JustIceO7
e6b8ad9b9e
MAJOR: Restructured backend Flask application moved all non-routes into utils, renamed routes to not prefix get, created middleware.py to replace utils.py within blueprints
2025-02-08 14:35:46 +00:00
white
43edc52c25
UPDATE: migrated one time util methods to blueprints
2025-02-07 17:18:46 +00:00
white
ff44f5b379
UPDATE: removed recommendation_utils and migrated methods into streams.py
2025-02-07 14:57:29 +00:00
Chris-1010
45208a51be
FEAT: CategoryPage updated to display streams;
...
General fixes and cleanup of unecessary logging;
Update to 404 (NotFound) Page;
2025-02-07 03:57:54 +00:00
Chris-1010
16dc8f1ea2
FEAT: Added more info & functionality to UserPage & Added ability to follow streamers on both UserPage and VideoPage;
...
Added shortcut to toggle chat;
2025-02-07 02:11:22 +00:00
Chris-1010
1499e042cb
FIX: General fixes and update to HomePage
2025-02-06 20:23:44 +00:00
JustIceO7
eb83fd297a
FEAT: Added feature to return streamers data given their username
2025-02-06 14:52:23 +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
4b0bbb12ae
UPDATE: Removed unnecessary imports
2025-02-06 00:21:53 +00:00
2cc969c2c9
REFACTOR: Organised routes into groups, may still move user routes into user blueprint
2025-02-06 00:17:40 +00:00
a8af24e256
UPDATE: Refactored backend routes to improve readability
2025-02-05 21:04:05 +00:00
Chris-1010
60c19b3052
UPDATE: Fix to stream/userpage routing, Added UserPage and Tidy to code;
...
Added ability to visit a user's profile page from their stream;
Cleaned up code formatting, primarily changing from single quotes to double quotes;
Removed unused SignupForm component;
2025-02-04 14:59:18 +00:00
JustIceO7
80609eceff
UPDATE: Removed deprecated routes
2025-02-01 23:15:21 +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
4396d71c2d
FEAT: Implemented auto-updating thumbnails (includes the addition of Redis and Celery)
2025-01-31 00:12:28 +00:00