Christopher Ahern
2758be8680
Fix/pylint cleanup ( #8 )
...
CI / build (3.10) (push) Waiting to run
CI / build (3.8) (push) Waiting to run
CI / build (3.9) (push) Waiting to run
* Fix pylint warnings across all 24 Python files in web_server
- Add module, class, and function docstrings (C0114, C0115, C0116)
- Fix import ordering: stdlib before third-party before local (C0411)
- Replace wildcard imports with explicit named imports (W0401)
- Remove trailing whitespace and add missing final newlines (C0303, C0304)
- Replace dict() with dict literals (R1735)
- Remove unused imports and variables (W0611, W0612)
- Narrow broad Exception catches to specific exceptions (W0718)
- Replace f-string logging with lazy % formatting (W1203)
- Fix variable naming: UPPER_CASE for constants, snake_case for locals (C0103)
- Add pylint disable comments for necessary global statements (W0603)
- Fix no-else-return, simplifiable-if-expression, singleton-comparison
- Fix bad indentation in stripe.py (W0311)
- Add encoding="utf-8" to open() calls (W1514)
- Add check=True to subprocess.run() calls (W1510)
- Register Celery task modules via conf.include
* Update `package-lock.json` add peer dependencies
2026-02-07 20:57:28 +00:00
white
e011dffe7d
UPDATE: changed init to use environment variables instead of hard coded URL
2025-03-05 12:33:16 +00:00
white
b62ebf584d
UPDATE: Cleaned up code for some blueprints
2025-03-02 15:54:03 +00:00
white
ef93df549b
FEAT: Added backend admin functionality
2025-02-26 12:04:00 +00:00
JustIceO7
46645b74d7
FEAT: Added HttpOnly to protect session
...
FEAT: VideoPage chat text now wraps around
2025-02-18 21:28:53 +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
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
Chris-1010
1499e042cb
FIX: General fixes and update to HomePage
2025-02-06 20:23:44 +00:00
a8af24e256
UPDATE: Refactored backend routes to improve readability
2025-02-05 21:04:05 +00:00
4396d71c2d
FEAT: Implemented auto-updating thumbnails (includes the addition of Redis and Celery)
2025-01-31 00:12:28 +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
e4a8ba9900
FEAT: Added errorhandling for status codes
2025-01-29 03:02:09 +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
f4aed8b0cc
Added Websockets to chat
2025-01-25 12:45:09 +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
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
Oscar Cao
be2248fcad
restrucuted blueprint layouts and added more skeleton api routes to be used from the frontend
2025-01-23 23:49:08 +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