Commit Graph

2102 Commits

Author SHA1 Message Date
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
Simon 368a9e73d8
bump yt-dlp 2025-01-26 23:03:11 +07:00
Simon d49d549caa
extend native dev instructions 2025-01-26 21:57:12 +07:00
Simon 4bb34b280f
channel about help 2025-01-26 18:43:14 +07:00
Simon 55aa360c96
add help text to appsettings page 2025-01-26 18:31:31 +07:00
Simon d408b5bb52
add show helptext user config value 2025-01-26 16:18:45 +07:00
Simon c633544eac
ensure user config is set 2025-01-26 15:36:17 +07:00
Simon 3bbe91416d
fix none key lookup 2025-01-26 14:35:24 +07:00
Simon 17a00fa361
undo 2025-01-26 14:19:43 +07:00
Simon 34203b70ae
add appsettings sync at startup 2025-01-25 00:54:47 +07:00
Simon a8336ed04d
better error messages for failed index, #858 2025-01-24 21:31:59 +07:00
Simon bde706cc5e Merge branch 'testing' into refactor-react-migration 2025-01-19 09:50:59 +07:00
Simon 0154136114
bump TA_VERSION 2025-01-19 09:39:55 +07:00
Simon 351242a7a8 Merge branch 'testing' into refactor-react-migration 2025-01-17 09:39:33 +07:00
Simon 5e5c17a4fb
fix comment extraction, #build
Changed:
- Bump yt-dlp to 2025.01.15
- Fix comment extraction
2025-01-17 08:50:19 +07:00