Commit Graph

26 Commits (9e82e6fc1ba161245d1e36bc8422d94ec9b16829)

Author SHA1 Message Date
Émilien Devos 98301a2237
Add ability to disable all user notifications ()
PrivacyDevel 4fc5d43374
Update config.example.yml
PrivacyDevel 9656067296
Add "light" and "auto" as accepted values for dark_mode
PrivacyDevel 9eb2ad367e
Correct config.example.yml dark_mode comment
Samantaz Fox 3b39b8c772
Add table cleaning job ()
Jakub Filo 7c45026383 Fix playlist limit
Jakub Filo 4818b89ab1 Allow to set maximum custom playlist length via a config variable.
Émilien Devos 3d77642a1e
Disable decrypt_polling by default + add comment ()
Émilien Devos 644ba46945
Remove mentions that decrypt_polling is broken
And add notice about bandwidth usage, related to https://github.com/iv-org/invidious/issues/3234
Samantaz Fox 7f445f6167
Merge pull request from MathiusD/RefreshChannelsJob-frenquency
Allow configuration of the time between 2 RefreshChannelsJob
Samantaz Fox d8bb75be63
Document 'extend_desc' in config.example.yml
Thanks to "Le Jester" on Matrix for noticing that it was missing!
Féry Mathieu (Mathius) e60a1836fe
Lint config.example.yml and config.cr
Follow lint indications :
- https://github.com/iv-org/invidious/pull/2915#discussion_r812396203
- https://github.com/iv-org/invidious/pull/2915#discussion_r812396807
Féry Mathieu (Mathius) fd0ac3a671
Update management of channel_refresh_interval
Follow indications:
https://github.com/iv-org/invidious/pull/2915#discussion_r811373503
Féry Mathieu (Mathius) dfab62ce48
Rename new property to channel_refresh_interval
Follow indications :
https://github.com/iv-org/invidious/pull/2915#discussion_r811373503
Féry Mathieu (Mathius) 18197e7e3e
Lint description of channel_refresh_time
Féry Mathieu (Mathius) f75a81c9ee
Make configurable time between each RefreshChannelsJob
Dimitris Apostolou 7e4690e43c
Fix typos
Samantaz Fox e00f9a869d
config: remove note about QUIC disabled at Google
The situation is back to normal.
Samantaz Fox 4940759627
Example config: Change 'use_quic' default value
Related to commit a120f143d7
Also point towards the Github issue.
Samantaz Fox a12571e748
Fix minor error in config.example.yml
Update the "note" for `locale`
Dmitry Sandalov ea0b1fdf44
Feature Request: Localization for trending (reword region doc)
Dmitry Sandalov d9c58c4837
Feature Request: Localization for trending iv-org#331
Samantaz Fox adc12addfa
Add config option to display source code URL in footer ()
Samantaz Fox 9f5f5da894
config_example.yaml: document all possible options ()
Fixes https://github.com/iv-org/documentation/issues/46
Andre Borie 79e99908de Allow providing 12-Factor-style Database URL in config
saltycrys b566c4ba1a
Untrack config.yml ()
* Untrack config.yml

`config/config.yml` has been untracked and moved to `config/config.example.yml`.

The Dockerfile has been updated to copy all `config/config.*` files and to try
to move `config/config.example.yml` to `config/config.yml`. If a user supplied
`config/config.yml` exists it is not overwritten.

* Update Dockerfile to use `shard.lock`

* Fix tests