Commit Graph

2312 Commits (6365ee7487d86d94f385bfab72a2cc3260cb6690)
 

Author SHA1 Message Date
TheFrenchGhosty fe73eccb90
Merge pull request from saltycrys/theme-flash
Apply dark theme immediately
Andre Borie b9544d9534
Update logrotate configuration command ()
Using sudo with `echo ... | tee /path/to/file` doesn't make sense, as the command requiring the superuser privileges is the `tee` command and not the echo.
TheFrenchGhosty 99ba9874b1
Merge pull request from tirz/fix-regex_parsing
fix: ytInitialData parsing with regex
Théo Gaillard b41ca72d2b
revert: remove 'JSON.parse("'
Théo Gaillard 1ba17a0e14
feat: centralize ytInitialData parsing
Théo Gaillard 480d31eb5e
fix: ytInitialData parsing with regex
TheFrenchGhosty 1973f93d4a
Merge pull request from matthewmcgarvey/extract-playlist-routes
Extract playlist routes from global file
Émilien Devos 3a2f4d4def
allow to set a custom anti-captcha api url ()
Matthew McGarvey 192d2b86b6 Extract playlist routes from global file
TheFrenchGhosty 6ca948ac3c
Merge pull request from saltycrys/empty-preference-values
Fill empty preference values
saltycrys 5f932e9749 Fix CSS specificity issues
saltycrys ff46c18164 Move themes into default.css
Now that themes are controlled with a class instead of setting
media="none" on the stylesheet link and both themes already being
duplicated in default.css for the automatic themeing it makes sense
to have all theme related CSS in the same place.

This commit also fixes the missing dark theme on embeds.
saltycrys de777907f2 Apply dark theme immediately
Themes are now controlled with a class on the body element.

If a preference is set the body element will have either "dark-theme"
or "light-theme" class. If no preference is set or the preference is
empty the class will be "no-theme".

"dark-theme" and "light-theme" are handled by darktheme.css and
lighttheme.css respectively.

"no-theme" is handled by default.css where depending on the value of
"prefers-color-scheme" the styles corresponding to "dark-theme" or
"light-theme" are applied.

Unfortunately this means that both themes are duplicated, once in the
theme .css and once in default.css.
saltycrys 72c4fd868a Fill empty preference values
Perflyst 4bc2cd003d
Merge pull request from unixfox/patch-1
Remove duplicate Referrer-Policy
Émilien Devos c9c6c1f769
Remove duplicate Referrer-Policy
Perflyst bb7d8735cb
Merge branch 'master' into patch-1
Perflyst 557b0d76ab
Merge pull request from edumoreira1506/feature/add-buttons-top-page
Add Previous/Next page buttons at the top of the page
Perflyst 13073411cc
Merge pull request from saltycrys/storyboards
Update videojs-vtt-thumbnails to latest upstream version and improve storyboard display
saltycrys 0530045536
Remove double empty line
Johnquai 6d29e9c1b7
Fix missing videos tab on some channels ()
* Fix missing videos tab on some channels

* Fixed formatting

Co-authored-by: Linux User <user@localhost.local>
saltycrys d3e4739745 Improve storyboard display
saltycrys 3379f3ef61 Update videojs-vtt-thumbnails to latest upstream version
Note that the latest version on NPM is over two years old so this was built from source.
Perflyst 9da7919062
Merge pull request from matthewmcgarvey/embed-routes
Extract embed routes into separate classes
Stefan Haan aeed7deb2d
Update README.md ()
Update README.md
Matthew McGarvey 38b617d848 Formatting
Matthew McGarvey dda02f783f Extract embed routes into separate classes
Perflyst cda322e311
Merge pull request from raycheung/master
Fix stale playlist video counting on add/drop ()
Perflyst 934d3178a2
Merge pull request from matthewmcgarvey/extract-watch-route
Extract /watch route from main file
Matthew McGarvey 2cded8dcac Extract /watch route from main file
Ray Cheung babe0c31ad Fix stale playlist video counting on add/drop (https://github.com/iv-org/invidious/issues/1448)
The return of `cardinality()` is not affected by the `array_append()`
and `array_remove()` of the same statement.
TheFrenchGhosty aa2ae37365
Merge pull request from saltycrys/master
Fix storyboards
saltycrys 9a8b81fcbe Fix storyboards
TheFrenchGhosty 138f38aade
more polish ()
TheFrenchGhosty 42914bff6f
polish some stuff ()
milotype 59acf95bf5
Update README.md ()
Updated "Hosted Weblate" link and added two items about translations, in order to make this kind of information more prominent.
Qt Resynth 31c1046771
Add liability clause ()
* Add liability clause

* Update README.md
Triplesalt ec4a22687f
Update get_about_info for polymer (iv-org/invidious#1423) ()
Update get_about_info for polymer ()
Ben Heller 22d9d16a7a
Update parsing of ytInitialData ()
Update parsing of ytInitialData
Matthew McGarvey 0520e67303
[refactor] Finish converting jobs to new job setup ()
[refactor] Finish converting jobs to new job setup
Matthew McGarvey d571573e52
Set preferences before conditional breaks in before_all ()
TheFrenchGhosty 0f643daac6
Use the new version of lsquic.cr ()
Matthew McGarvey 989317e5d3
Extract RefreshChannelsJob ()
TheFrenchGhosty cce6db4aeb
Replace the riot.im link with a matrix.to link ()
TheFrenchGhosty 46109abde5
More readme enhancements and fixes ()
* More enhancements and fixes to the readme

* Move liberapay away from the features list
TheFrenchGhosty 2e16774190
Major readme enhancements and fixes ()
* Major enhancement to the readme
Perflyst 812a21bce6
Merge pull request from tleydxdy/patch-1
Add exponential backoff to refresh_channels
TheFrenchGhosty 17e0207120
Merge pull request from Perflyst/channel-api-v3
Use channel API v3
Perflyst e02608edf8
Use channel API v3
TheFrenchGhosty 1a7e160956
Merge pull request from matthewmcgarvey/feed-menu-overlap
Fix feed menu overlap at iPad screen widths