This website requires JavaScript.
2758be8680
Fix/pylint cleanup (#8 )
main
Christopher Ahern
2026-02-07 20:57:28 +00:00
fed1a2f288
Update theme and documentation (#7 )
Christopher Ahern
2026-02-07 19:57:29 +00:00
7e3b061926
Update ci.yml
John David White
2025-06-09 14:06:59 +01:00
b4940a721c
Update ci.yml
John David White
2025-06-09 14:04:58 +01:00
0c47dddc84
Update ci.yml
John David White
2025-06-09 14:02:52 +01:00
c1583d31bd
Create test.log (#6 )
John David White
2025-06-09 13:56:45 +01:00
55fcedb377
Update ci.yml
John David White
2025-06-09 13:56:23 +01:00
8ca78fe0cd
Update ci.yml
John David White
2025-06-09 13:54:31 +01:00
cc3982dab0
Update ci.yml
John David White
2025-06-09 13:51:00 +01:00
488b1dad14
Update ci.yml
John David White
2025-06-09 13:47:01 +01:00
571737a5c0
Update ci.yml (#5 )
John David White
2025-06-09 13:45:28 +01:00
8f360549a6
Create ci.yml
John David White
2025-06-09 13:40:03 +01:00
622d482696
Create .gitattributes
John David White
2025-05-28 09:14:51 +01:00
8e7a959062
Add empty database (#4 )
Christopher Ahern
2025-04-28 17:17:01 +02:00
dddaee5f24
UPDATE: .gitignore
Chris-1010
2025-03-12 23:23:55 +01:00
3611e0bd4e
MINOR: Update README & .gitignore UPDATE: Remove unused files
Chris-1010
2025-03-12 23:22:28 +01:00
b027b57b2a
FIX: Categories' viewers for recommendations on HomePage; FIX: New messages sent into chat by streamer are correctly highlighted; REFACTOR: Remove console log & comment;
Chris-1010
2025-03-09 22:12:30 +00:00
14e948021a
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
ThisBirchWood
2025-03-09 17:27:43 +01:00
2595625d62
UPDATE: Thumbnails now generate every 180 seconds, instead of 10
ThisBirchWood
2025-03-09 17:27:38 +01:00
87794b8f33
FIX: streams was returning users, fixed
white
2025-03-08 17:55:08 +00:00
45579438a4
UPDATE: updated the gitignore
white
2025-03-07 12:12:44 +00:00
eb0047903a
UPDATE: fixed search bar algorithm (again)
white
2025-03-07 09:12:10 +00:00
ddc4486a35
UPDATE: Changed default profile picture image
JustIceO7
2025-03-07 02:54:47 +00:00
cc62cf400f
BUGFIX: Google OAuth accounts password now cannot be reset
JustIceO7
2025-03-07 02:47:47 +00:00
29f4400e8c
ISSUE: Reverted database back to using fts to get searchbar working
JustIceO7
2025-03-07 02:27:15 +00:00
b26becb9e8
BUGFIX: Profile folder is now created within docker volumes for accounts registered using Google OAuth
JustIceO7
2025-03-07 01:45:18 +00:00
4b9c1196d4
BUGFIX: Reset password now only sends email to accounts which exist within the database
JustIceO7
2025-03-07 01:18:05 +00:00
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;
Chris-1010
2025-03-06 23:28:28 +00:00
38f8c52ad8
FEAT: Add VODs to ResultsPage
Chris-1010
2025-03-06 22:44:31 +00:00
b243191b2e
UPDATE/REFACTOR: Change how VODs are accessed & loaded; FIX: isLive -> streamerIsLive; FIX: Sidebar profile pictures;
Chris-1010
2025-03-06 22:44:08 +00:00
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;
Chris-1010
2025-03-06 22:40:21 +00:00
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;
Chris-1010
2025-03-06 22:38:13 +00:00
d8bf1411c7
UPDATE: Changed database stream titles to be more diverse
JustIceO7
2025-03-06 22:15:06 +00:00
db0d78419c
ADD: Navigation to Vods in Home Page
EvanLin3141
2025-03-06 19:34:43 +00:00
4a27f69776
UPDATE: Added navigation to streamers page on sidebar
JustIceO7
2025-03-06 18:49:51 +00:00
4141fcd428
UPDATE: VoD Thumbnails now take a screenshot from exactly halfway through the stream, instead of the beginning
ThisBirchWood
2025-03-06 18:26:29 +00:00
d2ac393f3f
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
JustIceO7
2025-03-06 17:26:56 +00:00
5e9345463a
CLEANUP: Tidied up backend code removed unused imports and debugging print statements
JustIceO7
2025-03-06 17:26:41 +00:00
ead61bbabd
FEAT: Added vods to search bar (needs to be integrated with search bar
white
2025-03-06 17:17:32 +00:00
00b491ac02
FIX: made search algorithm work good
white
2025-03-06 16:45:46 +00:00
ead8573cb3
UPDATE: removed virtual tables and triggers for fts
white
2025-03-06 16:44:29 +00:00
089eae46a4
UPDATE: removed unused search routes
white
2025-03-06 14:02:27 +00:00
9119df70b9
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
ThisBirchWood
2025-03-05 22:41:33 +00:00
e0f36cfb0e
PATCH: Retrieving last 50 chats now
ThisBirchWood
2025-03-05 22:41:31 +00:00
708828c2a3
FIX: Time display on dashboard; REFACTOR: Styling on ResultsPage
Chris-1010
2025-03-05 22:39:21 +00:00
cf798eb984
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
ThisBirchWood
2025-03-05 22:35:56 +00:00
9873cea39b
PATCH: Last 50 chats, instead of first 50
ThisBirchWood
2025-03-05 22:35:53 +00:00
b51c321f4a
UPDATE: User no longer needs to reload VideoPage after subscribing to update subscription status
JustIceO7
2025-03-05 22:07:19 +00:00
6a6292b688
UPDATE: Stripe now launches from Docker
ThisBirchWood
2025-03-05 21:13:16 +00:00
80067cf63e
UPDATE: Fixing some stripe stuff, still needs more testing
ThisBirchWood
2025-03-05 21:08:53 +00:00
a6852c0de5
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
ThisBirchWood
2025-03-05 21:00:50 +00:00
56071983dd
FEAT: Added Stripe to docker-compose
ThisBirchWood
2025-03-05 21:00:48 +00:00
f62b807e0c
FIX: Thumbnails show up on Content Box
EvanLin3141
2025-03-05 19:59:09 +00:00
46efaa8fc7
REFACTOR: Remove logging
Chris-1010
2025-03-05 17:35:52 +00:00
9e665318c0
FIX: Celery preferences task using Redis
Chris-1010
2025-03-05 17:35:28 +00:00
4be3aa9a96
FIX: publish_stream input data handling
Chris-1010
2025-03-05 17:12:49 +00:00
04c88e345e
FEAT: Add new style - Midnight
Chris-1010
2025-03-05 17:11:28 +00:00
4f53c8aac3
FIX: Remove ability to follow yourself when watching your stream
Chris-1010
2025-03-05 17:10:32 +00:00
942b8f1590
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
EvanLin3141
2025-03-05 16:41:37 +00:00
e05ab5e0e0
Add: ToolTip for Follow Buttons
EvanLin3141
2025-03-05 16:41:34 +00:00
b85cc30b28
FIX: Thumbnails in HomePAGE
EvanLin3141
2025-03-05 16:35:57 +00:00
5c0e4a006f
FIX: Thumbnails in VodsDashboard
EvanLin3141
2025-03-05 16:32:12 +00:00
741a6f605b
UPDATE: Vods go Horizontally
EvanLin3141
2025-03-05 16:14:12 +00:00
71e350fa0a
UPDATE: reset database
white
2025-03-05 15:59:30 +00:00
9c89999ca9
UPDATE: increased number of search results to 4
white
2025-03-05 15:47:28 +00:00
e9599e7b68
FIX: fixed sanitiser default not including whitespace
white
2025-03-05 15:45:01 +00:00
7426394153
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
white
2025-03-05 15:22:57 +00:00
d6ac20d609
UPDATE: removed Gaming category
white
2025-03-05 15:22:50 +00:00
2ec1983e92
REFACTOR: Change Stream Dashboard button depending on live status
Chris-1010
2025-03-05 14:10:56 +00:00
c71ffaf8d7
REFACTOR: Clean code, don't show category name on categoryPage, fix path, remove console logs
Chris-1010
2025-03-05 13:52:24 +00:00
37156ead22
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
ThisBirchWood
2025-03-05 13:48:14 +00:00
79a4141bd6
UPDATE: Reduced HLS Latency again
ThisBirchWood
2025-03-05 13:48:11 +00:00
30dcddd1fa
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
white
2025-03-05 13:33:51 +00:00
1bb3f60ec0
Test: Thumbnail Test
white
2025-03-05 13:33:38 +00:00
b3afdab8a2
PATCH: FIXED OSCARS MISTAKE (oscar did not help)
ThisBirchWood
2025-03-05 13:29:47 +00:00
138ef8971b
PATCH: Fixed broken dashboard
ThisBirchWood
2025-03-05 13:21:51 +00:00
e011dffe7d
UPDATE: changed init to use environment variables instead of hard coded URL
white
2025-03-05 12:33:16 +00:00
cf7e6afe0b
UPDATE: Thumbnail generation for VoDs implemented at /vods/<username>/<vod_id>.png
ThisBirchWood
2025-03-05 12:19:24 +00:00
633776dfe9
FEAT: Users can now edit their own user bios
JustIceO7
2025-03-05 02:54:50 +00:00
dd0a557612
UPDATE: Updated styling for quality of life improvements
JustIceO7
2025-03-04 22:26:37 +00:00
43232bac4b
FIX: User Page Current Live Style Issues
EvanLin3141
2025-03-04 18:49:50 +00:00
69a2405c90
FIX: Live Broadcast Not Appearing
EvanLin3141
2025-03-04 18:30:08 +00:00
116ac451fa
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
ThisBirchWood
2025-03-04 18:00:23 +00:00
552a379baa
ADD: Pfp in Following on Sidebar
EvanLin3141
2025-03-04 17:30:59 +00:00
b974ea09c5
STYLE: ListRow ScrollBar
EvanLin3141
2025-03-04 17:09:22 +00:00
726ba83a98
STYLE: Primary Page ScrollBar
EvanLin3141
2025-03-04 17:04:48 +00:00
1d4d1a09f0
STYLE: Background Color Now Suits Every Theme
EvanLin3141
2025-03-04 16:42:57 +00:00
59b290ebd9
UPDATE: Goose favicon added, think I prefer this to the monkey
white
2025-03-04 16:56:49 +00:00
04d7e55011
REFACTOR: Cleaned up routes
ThisBirchWood
2025-03-04 13:57:47 +00:00
b6b7d5643d
PATCH: Fixed VoDs not generating after stream end
ThisBirchWood
2025-03-04 13:56:05 +00:00
5b5bc161f1
UPDATE: Changed Chatpanel to show crown to indicate subscribed user without the need to refresh
JustIceO7
2025-03-04 02:43:54 +00:00
8aae8a0430
ADD: Pfp in Follow
EvanLin3141
2025-03-04 00:37:36 +00:00
082b01ef51
STYLE: Added Styling for Categories, Vods and Following
EvanLin3141
2025-03-04 00:19:07 +00:00
12c09fe261
PATCH: Fixed broken routes
ThisBirchWood
2025-03-03 23:19:37 +00:00
ae4d9d8a48
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
ThisBirchWood
2025-03-03 22:23:00 +00:00
3427e9d1bd
PATCH: Removed auth for ts files for now
ThisBirchWood
2025-03-03 22:22:58 +00:00
ec4a53027e
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
white
2025-03-03 21:51:39 +00:00
1fbab4b9a6
UPDATE: Changed title to Gander in index.html
white
2025-03-03 21:51:35 +00:00
fc4dcd3359
UPDATE: Attempting to add authentication to .ts route (WIP, not working)
ThisBirchWood
2025-03-03 21:42:24 +00:00
43f3b54e22
PATCH: Fixed old .ts files still being present after stream end
ThisBirchWood
2025-03-03 21:41:50 +00:00