Commit Graph

2116 Commits

Author SHA1 Message Date
MerlinScheurer ccdef58e1d Add latest frontend folders to README.md 2025-01-31 18:04:02 +01:00
MerlinScheurer 5cd67ae315 Fix typo in CONTRIBUTING.md 2025-01-31 18:01:11 +01:00
MerlinScheurer 2c8fb72e47 Fix remove unused import 2025-01-31 17:58:41 +01:00
MerlinScheurer 45da47f99b Fix sponsorblock set progress onVideoEnd 2025-01-31 17:56:35 +01:00
Simon 168412724e
fix continue watching none IDs, add showEmbeddedVideo to useEffect 2025-01-31 10:38:10 +07:00
MerlinScheurer 702000a493 Add video player hotkeys 2025-01-30 20:17:30 +01:00
MerlinScheurer b836697e2a Fix missing formatNumbers on dislike count 2025-01-30 20:11:12 +01:00
MerlinScheurer 43bfa1ab93 Refac prepare updating watched state based on progress endpoint 2025-01-30 18:33:46 +01:00
MerlinScheurer 9146ecb82d Refac search reduce debounce time to 300ms and add enter key bypass 2025-01-30 18:12:57 +01:00
Simon 87b65caf8a
handle is_watched state in backend 2025-01-30 22:02:48 +07:00
Simon 43bd5359ba
sort download queue autostart on top 2025-01-30 20:40:43 +07:00
Simon 2a331f855c
clear download queue text on submit 2025-01-30 20:29:28 +07:00
Simon 937ff5c92c
debounce search 2025-01-30 20:26:20 +07:00
MerlinScheurer d643e8c573 Fix watched state update for both player styles 2025-01-29 20:10:20 +01:00
MerlinScheurer 4a67da12f7 Fix video player flickering when changing watched state 2025-01-29 20:02:01 +01:00
MerlinScheurer 1c643bef8e Add error message to login 2025-01-29 19:02:36 +01:00
MerlinScheurer 3c06b06960 Refac hide total_hits on channels page until we added total_hits to video list and playlist pages 2025-01-29 18:32:11 +01:00
MerlinScheurer 9e4f9de119 Refac invert filter toggle text to be inline with other pages 2025-01-29 18:31:05 +01:00
MerlinScheurer c2cd02e7bd Fix channel list having 1rem offset, compared to video list entries 2025-01-29 18:17:17 +01:00
MerlinScheurer b78d881bf6 Fix scrollbar causing page flicker/jiggle 2025-01-29 18:07:28 +01:00
MerlinScheurer fe4ee6a2d7 Refac jump to an empty player wrapper when opening the EmbeddableVideoPlayer 2025-01-28 17:41:01 +01:00
Simon baf0c568a8
various improvements, #build
Changed:
- Fixed partial refresh on UI toggle
- Fixed channel extraction
- Fixed showIgnored filter on downloads agg
- Better debug messages in dev mode
- Hide 0 comment linke count
- better cookie validation, use caching
- cache channel search result
- mobile fixes
- sleep on download queue
2025-01-28 18:10:48 +07:00
Simon 4d23b7dce4
fix mobile settings CSS 2025-01-28 17:52:27 +07:00
Simon a5e97cc4b5
cache channel url search results 2025-01-28 17:29:22 +07:00
Simon 0b393304d1
cache cookie validation 2025-01-28 14:57:10 +07:00
Simon 074311339a
sleep on download queue 2025-01-28 10:30:06 +07:00
Simon 206efc784c
hide 0 comment_likecount 2025-01-28 10:14:15 +07:00
Simon 870582f732
pass showIgnored filter state to channel dl aggs 2025-01-28 10:02:14 +07:00
Simon 10a4b13506
blackhole deploy fix, take 2 2025-01-28 09:45:40 +07:00
Simon a49a1d36ff
fix channel extraction metadata error handling 2025-01-28 09:45:23 +07:00
Simon 40198cd799
remove quiet in debug 2025-01-28 09:44:54 +07:00
MerlinScheurer 781dd8d2fc Fix embeddable player focus by using useRef 2025-01-27 19:04:49 +01:00
Simon 78528c4260
fix partial implemented refresh for config useEffect, #869 2025-01-27 21:17:42 +07:00
Simon 759f57aa0c
fix blackhole deployment 2025-01-27 21:15:22 +07:00
Simon 05ff9df049
Appsettings migration fix, #build
Changed:
- Fixed calling appsettings migration at startup
2025-01-27 17:51:06 +07:00
Simon 190d9b3b10
fix inconsistent casing 2025-01-27 17:47:11 +07:00
Simon 5dc25b081c
fix appconfig migration at startup 2025-01-27 17:46:58 +07:00
Simon 726fb6d667
Redis Socket, better port parsing, #build
Changed:
- Allow for unix:// REDIS_CON sockets
- Parse ports for CORS
2025-01-27 16:37:07 +07:00
Simon 73bd392488
parse unix connection string for redis socket 2025-01-27 16:36:19 +07:00
Simon a68798842b Merge branch 'master' into testing 2025-01-27 08:36:15 +07:00
Simon cce6d85d69
revert too soon commited REDIS_HOST var 2025-01-27 08:35:02 +07:00
MerlinScheurer a4978f5ae9 fix pre-commit - black 2025-01-26 20:30:29 +01:00
MerlinScheurer 641cc361a2 Fix add port to TA_HOST parsing for cors 2025-01-26 20:22:52 +01:00
Simon 26fc8e51d4
CORS fix, #build
Migration guide: https://gist.github.com/bbilly1/7b6abc52ab689f56671bf9011879379a

Changed:
- fixed CORSE header building
- fixed startup schedule creating
- Bump TA_VERSION to unstable
2025-01-27 01:08:11 +07:00
Simon ffeb7cd95c
fix CORS headers overwrite 2025-01-27 01:04:55 +07:00
MerlinScheurer cac61d16d6 Chore update frontend dependencies 2025-01-26 19:00:57 +01:00
Simon 3dac21c4bc
remove unneded appconfig lookup 2025-01-27 00:38:35 +07:00
Simon f0ab718be0
bump TA_VERSION 2025-01-27 00:36:19 +07:00
Simon 93d28b167c
New React Frontend, #build
Migration guide: https://gist.github.com/bbilly1/7b6abc52ab689f56671bf9011879379a

Changed:
- First testing build of the new React frontend
2025-01-26 23:10:07 +07:00
Simon a706ba601a
disable blank issues 2025-01-26 23:09:50 +07:00