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 |
|
JustIceO7
|
b26becb9e8
|
BUGFIX: Profile folder is now created within docker volumes for accounts registered using Google OAuth
|
2025-03-07 01:45:18 +00:00 |
|
JustIceO7
|
5e9345463a
|
CLEANUP: Tidied up backend code removed unused imports and debugging print statements
|
2025-03-06 17:26:41 +00:00 |
|
JustIceO7
|
a4812e6222
|
FIX: Made Oauth more secure
Changed styling
|
2025-03-03 12:44:42 +00:00 |
|
white
|
fc934a57ff
|
UPDATE: Improved chat functionality and cleaned up code
|
2025-03-02 15:58:25 +00:00 |
|
JustIceO7
|
76de1b7d9d
|
FEAT: Added Celery Beat
FEAT: Added preferences Celery task to automatically record what categories users watched
|
2025-02-18 02:02:34 +00:00 |
|
Chris-1010
|
bd091b079a
|
REFACTOR: HomePage and ResultsPage for improved data handling
|
2025-02-16 23:20:56 +00:00 |
|
JustIceO7
|
88c9b168fd
|
UPDATE: Updated VideoPage UI
UPDATE: Added response to successful password reset redirect to homepage
|
2025-02-14 00:14:16 +00:00 |
|
Oscar
|
e5e92db400
|
FIX: OAuth now dynamically creates url to redirect based on .env instead of static url
|
2025-02-13 12:49:43 +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 |
|
JustIceO7
|
0984271a11
|
FEAT: Added Google OAuth login feature to sign up as well as login
|
2025-02-11 02:22:27 +00:00 |
|
white
|
43edc52c25
|
UPDATE: migrated one time util methods to blueprints
|
2025-02-07 17:18:46 +00:00 |
|
JustIceO7
|
1f952b172f
|
UPDATE: Added util function to get session data via email, added session update in OAuth
|
2025-02-06 14:07:53 +00:00 |
|
JustIceO7
|
088675785c
|
FEAT: Added blueprints for Google OAuth
|
2025-01-30 22:12:35 +00:00 |
|