summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-02-23Add missing '_label' suffix to translation identifierSamantaz Fox
2022-02-23Move the "watch history" checkbox under the "user" sectionSamantaz Fox
2022-02-23Let 'shards update' sort the shard.lock fileSamantaz Fox
2022-02-23Fix typo in shard.ymlSamantaz Fox
2022-02-23Bump 'spectator' to v0.10.5Samantaz Fox
2022-02-23Bump 'sqlite3' to v0.19.0 and 'pg' to v0.26.0Samantaz Fox
2022-02-23Make the history recording optional.Le Jester
2022-02-23Use a dedicated endpoind for downloadsSamantaz Fox
This allows us to not pass file name ("title") in the form data and to enforce some sanity checks
2022-02-22Move remaining routes to new structurematthewmcgarvey
2022-02-22Extract live endpoints to routematthewmcgarvey
2022-02-23Merge pull request #2924 from iv-org/SamantazFox-patch-1TheFrenchGhosty
Clean make help
2022-02-23Clean make helpSamantaz Fox
Forgot to mute the echo commands :X
2022-02-22Lint config.example.yml and config.crFéry Mathieu (Mathius)
Follow lint indications : - https://github.com/iv-org/invidious/pull/2915#discussion_r812396203 - https://github.com/iv-org/invidious/pull/2915#discussion_r812396807
2022-02-22Reduce regex in player scriptFéry Mathieu (Mathius)
Following correction at: https://github.com/iv-org/invidious/pull/2895#issuecomment-1048245008
2022-02-22Merge pull request #2923 from iv-org/SamantazFox-patch-1Samantaz Fox
Fix captions regex
2022-02-22Patch updateCookie for preserve extra args (like domain)Féry Mathieu (Mathius)
2022-02-22Fix captions regexSamantaz Fox
2022-02-22Update cookie domain definition in player scriptFéry Mathieu (Mathius)
Related with : https://github.com/iv-org/invidious/pull/2895#issuecomment-1047762544
2022-02-22Add sameSite policy in cookie management in server sideFéry Mathieu (Mathius)
2022-02-22Apply suggestionTheFrenchGhosty
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2022-02-22Make a function that builds the download widget's HTMLSamantaz Fox
2022-02-22Enforce the source of the image (mostly for Podman compatibility)TheFrenchGhosty
2022-02-22Remove the enforced container_name following suggestionsTheFrenchGhosty
2022-02-22Update cookie declaration for preserve SameSite directiveFéry Mathieu (Mathius)
2022-02-22Removal of changes to methods now unrelated to the issueFéry Mathieu (Mathius)
Unrelated to the issue since the change in management of channel_refresh_interval Cf this remark : https://github.com/iv-org/invidious/pull/2915#discussion_r811373503
2022-02-22Remove useless config inside docker-composeFéry Mathieu (Mathius)
Follow lint indications : https://github.com/iv-org/invidious/pull/2915#discussion_r811501709
2022-02-22Enforce a container_name and rename the postgres containerTheFrenchGhosty
2022-02-22Re-order the configs in the order of the config file + add statistics_enabledTheFrenchGhosty
2022-02-22Move to an Alpine-based Postgres imageTheFrenchGhosty
2022-02-22Fix YAML syntaxTheFrenchGhosty
2022-02-22Add a comment explaining that it builds an image from sourceTheFrenchGhosty
2022-02-22Enhance the development compose fileTheFrenchGhosty
2022-02-22Update management of channel_refresh_intervalFéry Mathieu (Mathius)
Follow indications: https://github.com/iv-org/invidious/pull/2915#discussion_r811373503
2022-02-22Move TimeSpanConverter with another ConvertersFéry Mathieu (Mathius)
Follow indications : https://github.com/iv-org/invidious/pull/2915#discussion_r811373953
2022-02-22Lint config propertiesFéry Mathieu (Mathius)
Follow lint indications : https://github.com/iv-org/invidious/pull/2915#discussion_r811375584
2022-02-22Merge pull request #2912 from MathiusD/share-with-timestampSamantaz Fox
Add currentTimestamp in shared url by videojs-share
2022-02-22Rename new property to channel_refresh_intervalFéry Mathieu (Mathius)
Follow indications : https://github.com/iv-org/invidious/pull/2915#discussion_r811373503
2022-02-22Lint docs of addCurrentTimeToURL in player scriptFéry Mathieu (Mathius)
Follow lint indications : https://github.com/iv-org/invidious/pull/2912#discussion_r811479583
2022-02-22Merge pull request #2910 from MathiusD/expose-versionSamantaz Fox
Expose version by default on api/v1/stats
2022-02-22Lint conditional deletion of t in addCurrentTimeToURL inside player scriptFéry Mathieu (Mathius)
Follow lint indications : https://github.com/iv-org/invidious/pull/2912#discussion_r811474927
2022-02-22Remove extra space in shareOptions.embedCode of player scriptFéry Mathieu (Mathius)
Follow lint indications : https://github.com/iv-org/invidious/pull/2912#discussion_r811367117
2022-02-22Merge pull request #2916 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Hosted Weblate
2022-02-22Update Greek translationHosted Weblate
Co-authored-by: THANOS SIOURDAKIS <siourdakisthanos@gmail.com>
2022-02-22Update Croatian translationHosted Weblate
Co-authored-by: Milo Ivir <mail@milotype.de>
2022-02-22Update French translationHosted Weblate
Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr>
2022-02-22Update Albanian translationHosted Weblate
Co-authored-by: Besnik Bleta <besnik@programeshqip.org>
2022-02-22Update Russian translationHosted Weblate
Co-authored-by: AHOHNMYC <lqwh2h2cwa@protonmail.com>
2022-02-22Add albanian to the locales listSamantaz Fox
2022-02-22Remove useless config inside docker-composeFéry Mathieu (Mathius)
Follow lint indications : https://github.com/iv-org/invidious/pull/2910#discussion_r811367959
2022-02-21Lint description of channel_refresh_timeFéry Mathieu (Mathius)