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