Commit Graph

25 Commits

Author SHA1 Message Date
Chris-1010
04d99928aa FEAT: End any ongoing stream before a user logs out;
UPDATE: Remove assignments to session after registering a new user;
UPDATE: Create directories for user upon logging in in case they do not exist yet;
2025-03-03 01:55:57 +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
b62ebf584d UPDATE: Cleaned up code for some blueprints 2025-03-02 15:54:03 +00:00
Chris-1010
82e6074d23 REFACTOR: Update style of AuthModal 2025-02-27 21:11:22 +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
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
a6bbf696f4 FEAT: Added automated email bot after authentication 2025-02-05 10:41:52 +00:00
JustIceO7
b5d9756766 UPDATE: Added user_id into session
BUGFIX: Fixed typo
2025-01-31 03:58:11 +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
JustIceO7
dfdbe4a7d4 MAJOR: Reworked database to be easier to use and close automatically to prevent resource leaks 2025-01-29 17:47:29 +00:00
white
f63dc4a368 PATCH: removed commit_data method from database as it is no longer necessary 2025-01-29 11:59:12 +00:00
white
e2070be9f9 PATCH: fixed issues with authentication 2025-01-29 11:31:43 +00:00
bc1a48a571 UPDATE: Added stream title and selected category to users table 2025-01-29 00:38:10 +00:00
Chris-1010
25235c5c26 PATCH: Fix to Database Changes 2025-01-28 15:14:33 +00:00
Chris-1010
93b3ffbc0b Patch: Tidy up of style code and fix to authentication logic
Feat: Added ability to access user's username through AuthContext
2025-01-27 16:18:01 +00:00
white
4e9fa011fa Update: remove unused imports, added better comments and refactored for all blueprints 2025-01-27 12:49:42 +00:00
white
3dc44da69a UPDATE: fixed signup method and added input sanitisation 2025-01-27 11:21:55 +00:00
Chris-1010
a409e74992 - Added Chat frontend, interfaces with backend;
- Updated styles for VideoPage;
- Added StreamerRoute component;
- Remove unused Login and Signup pages;
- Update to Navbar and Logo components for new structure on different pages;
- Update to auth flow to display error messages to user;
2025-01-25 02:34:06 +00:00
Chris-1010
5c16092b1c - Refactor of StreamsContext:
Added `featuredCategories` section,
Added personalised variations of HomePage contents;
- Removal of redundant/unused files from backend;
- Update to README: Updated to current method for deploying;
- Known bug: StreamsContext is being called before AuthContext, leading to unpersonalised streams & categories each time, even when logged in;
2025-01-24 17:24:10 +00:00
Chris-1010
8ec60b1c41 Major: Added Authentication Functionality, interfaces with backend;
Added new styles to HomePage & VideoPage;
Added AuthContext to persist logged_in status;
2025-01-24 15:44:27 +00:00
white
33111ea077 Created new chat table in scheme.sql, Added chat.py with 3 methods (incomplete) 2025-01-23 13:10:22 +00:00
c0674c58b4 Moved frontend out of webserver into it's own container 2025-01-23 11:28:53 +00:00
Chris-1010
1ede987914 Fix: Imports on backend
Fix: Connected Backend to Frontend over localhost
2025-01-21 23:54:11 +00:00
043effb6db Reorganised the webservers (temp for now) and docker-compose.yml now works 2025-01-21 00:29:07 +00:00