262 Commits

Author SHA1 Message Date
Christopher Ahern
2758be8680 Fix/pylint cleanup (#8)
Some checks are pending
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
Christopher Ahern
fed1a2f288 Update theme and documentation (#7)
* Set default theme to light in `ThemeContext`

* Update README and environment configuration files for clarity and completeness and to reflect current project status

* Update dark theme colour scheme
2026-02-07 19:57:29 +00:00
Chris-1010
b027b57b2a FIX: Categories' viewers for recommendations on HomePage;
FIX: New messages sent into chat by streamer are correctly highlighted;
REFACTOR: Remove console log & comment;
2025-03-09 22:12:30 +00:00
JustIceO7
ddc4486a35 UPDATE: Changed default profile picture image 2025-03-07 02:54:47 +00:00
JustIceO7
cc62cf400f BUGFIX: Google OAuth accounts password now cannot be reset 2025-03-07 02:47:47 +00:00
JustIceO7
4b9c1196d4 BUGFIX: Reset password now only sends email to accounts which exist within the database 2025-03-07 01:18:05 +00:00
Chris-1010
1173896710 FIX: VOD results on ResultsPage;
FIX: Correct aspect-ratio of users' profile pictures on `ResultsPage`;
UPDATE: Remove elements from `VodListItem` that are not being used;
2025-03-06 23:28:28 +00:00
Chris-1010
38f8c52ad8 FEAT: Add VODs to ResultsPage 2025-03-06 22:55:30 +00:00
Chris-1010
b243191b2e UPDATE/REFACTOR: Change how VODs are accessed & loaded;
FIX: `isLive` -> `streamerIsLive`;
FIX: `Sidebar` profile pictures;
2025-03-06 22:55:30 +00:00
Chris-1010
9c44dfe598 UPDATE: Display altered message in chat when sent by streamer;
FIX: Chat order;
FIX: `num_viewers` display on `HomePage`;
FIX: Remove ability for streamer to follow themselves;
2025-03-06 22:53:22 +00:00
Chris-1010
555aedffcb UPDATE: Move user status fetch to App.tsx;
REFACTOR: Rename `Vods` & `Following` to `VodsPage` & `FollowingPage` and improve structure;
UPDATE: Change default profile picture;
REFACTOR: Remove VOD testing data;
UPDATE: Change `VideoPlayer` atrributes;
2025-03-06 22:49:20 +00:00
EvanLin3141
db0d78419c ADD: Navigation to Vods in Home Page 2025-03-06 19:34:43 +00:00
JustIceO7
4a27f69776 UPDATE: Added navigation to streamers page on sidebar
UPDATE: Added text to following page for no search results
2025-03-06 18:49:51 +00:00
Chris-1010
708828c2a3 FIX: Time display on dashboard;
REFACTOR: Styling on `ResultsPage`
2025-03-05 22:39:38 +00:00
EvanLin3141
f62b807e0c FIX: Thumbnails show up on Content Box 2025-03-05 19:59:09 +00:00
Chris-1010
9e665318c0 FIX: Celery preferences task using Redis
Co-authored-by: JustIceO7 <oscarcao777@gmail.com>
2025-03-05 17:36:04 +00:00
Chris-1010
04c88e345e FEAT: Add new style - Midnight 2025-03-05 17:36:04 +00:00
Chris-1010
4f53c8aac3 FIX: Remove ability to follow yourself when watching your stream 2025-03-05 17:36:04 +00:00
EvanLin3141
e05ab5e0e0 Add: ToolTip for Follow Buttons 2025-03-05 16:41:34 +00:00
EvanLin3141
b85cc30b28 FIX: Thumbnails in HomePAGE 2025-03-05 16:35:57 +00:00
EvanLin3141
5c0e4a006f FIX: Thumbnails in VodsDashboard 2025-03-05 16:32:12 +00:00
EvanLin3141
741a6f605b UPDATE: Vods go Horizontally 2025-03-05 16:14:12 +00:00
Chris-1010
2ec1983e92 REFACTOR: Change Stream Dashboard button depending on live status 2025-03-05 14:11:12 +00:00
Chris-1010
c71ffaf8d7 REFACTOR: Clean code, don't show category name on categoryPage, fix path, remove console logs 2025-03-05 14:11:12 +00:00
white
1bb3f60ec0 Test: Thumbnail Test 2025-03-05 13:33:38 +00:00
white
e011dffe7d UPDATE: changed init to use environment variables instead of hard coded URL 2025-03-05 12:33:16 +00:00
JustIceO7
633776dfe9 FEAT: Users can now edit their own user bios 2025-03-05 02:54:50 +00:00
JustIceO7
dd0a557612 UPDATE: Updated styling for quality of life improvements 2025-03-04 22:26:37 +00:00
EvanLin3141
43232bac4b FIX: User Page Current Live Style Issues 2025-03-04 18:49:50 +00:00
EvanLin3141
69a2405c90 FIX: Live Broadcast Not Appearing
Style: Added some Styling
2025-03-04 18:30:08 +00:00
EvanLin3141
552a379baa ADD: Pfp in Following on Sidebar
added styling for streamer box
2025-03-04 17:30:59 +00:00
EvanLin3141
b974ea09c5 STYLE: ListRow ScrollBar 2025-03-04 17:09:22 +00:00
EvanLin3141
726ba83a98 STYLE: Primary Page ScrollBar 2025-03-04 17:04:54 +00:00
EvanLin3141
1d4d1a09f0 STYLE: Background Color Now Suits Every Theme 2025-03-04 17:04:54 +00:00
white
59b290ebd9 UPDATE: Goose favicon added, think I prefer this to the monkey 2025-03-04 16:56:49 +00:00
JustIceO7
5b5bc161f1 UPDATE: Changed Chatpanel to show crown to indicate subscribed user without the need to refresh 2025-03-04 02:44:07 +00:00
EvanLin3141
8aae8a0430 ADD: Pfp in Follow 2025-03-04 00:37:36 +00:00
EvanLin3141
082b01ef51 STYLE: Added Styling for Categories, Vods and Following 2025-03-04 00:19:07 +00:00
white
1fbab4b9a6 UPDATE: Changed title to Gander in index.html 2025-03-03 21:51:35 +00:00
white
369f6785e5 Merge branch 'main' of https://github.com/john-david3/cs3305-team11 2025-03-03 21:41:01 +00:00
white
d4e1783887 FEAT: Added a beautiful favicon 2025-03-03 21:40:57 +00:00
EvanLin3141
6934034f3a Merge branch 'main' of https://github.com/john-david3/cs3305-team11 2025-03-03 21:31:57 +00:00
EvanLin3141
ad50a20637 ADD: VODS 2025-03-03 21:31:55 +00:00
Chris-1010
d08809dc4d FIX: Search from ResultsPage 2025-03-03 21:05:39 +00:00
white
138379bcf1 FIX: solved merge conflicts 2025-03-03 15:37:39 +00:00
white
4d9afb77f1 Merge branch 'main' of https://github.com/john-david3/cs3305-team11 2025-03-03 15:33:16 +00:00
white
0969177a42 FEAT: Added React route to platform for unsubscribing from newsletter 2025-03-03 15:31:47 +00:00
white
e5c7fa0386 FEAT: Added frontend for unsubscribing from newsletter 2025-03-03 15:31:17 +00:00
EvanLin3141
2494e40ffd Refactor: Follow and Follow Categories in the same page 2025-03-03 13:31:37 +00:00
EvanLin3141
653fbb7352 UPDATE: Following Page now Works 2025-03-03 13:24:37 +00:00