summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-05-29Update docker buildOmar Roth
2020-05-28Fix reCaptchaOmar Roth
2020-05-26More consistent HTML IDs for info section (#1156)mendel5
* More consistent IDs for info section More consistent IDs for info section: watch-on-youtube, annotations and download * Consistent IDs: channel-name * Consistent IDs: published-date The term "published" can also be found in the answer for the following YouTube API request: https://developers.google.com/youtube/v3/docs/videos/list
2020-05-25Update captcha jobOmar Roth
2020-05-13Update captcha handlerOmar Roth
2020-05-08Cleanup request headersOmar Roth
2020-05-08Update signature paramOmar Roth
2020-04-30Verify download, fix invidious file permission (#949)tleydxdy
* Fix docker
2020-04-30Consistent IDs for info section (#1133)mendel5
2020-04-20Merge weblateOmar Roth
2020-04-20Update Portuguese (Brazil) translationLucas Araujo
2020-04-20Update Turkish translationOğuz Ersen
2020-04-20Update Ukrainian translationTolstovka
2020-04-20Add Portuguese (Portugal) translationBruno Guerreiro
2020-04-20Update Basque translationkhalasa47
2020-04-20Update Russian translationMihail Iosilevitch
2020-04-20Update Swedish translationAllan Nordhøy
2020-04-20Update Romanian translationAllan Nordhøy
2020-04-20Update Italian translationSylke Vicious
2020-04-20Add Serbian (cyrillic) translationbongo bongo
2020-04-20Add Hungarian translation (#1111)Tamas Cservenak
2020-04-15Hide playlist widget when user has no playlistsOmar Roth
2020-04-14Move privacy type into playlists.sqlOmar Roth
2020-04-10Fix authorThumbnails in /api/v1/channelsOmar Roth
2020-04-10Fix playlist_ajaxOmar Roth
2020-04-09Fix warnings in latest version of CrystalOmar Roth
2020-04-09Bump dependenciesOmar Roth
2020-04-09Fix player matchingOmar Roth
2020-04-09Support adding video to playlist from watch pageOmar Roth
2020-04-04Add support for Swedish localeOmar Roth
2020-04-04Fix /c/ redirectOmar Roth
2020-04-02Add Swedish translation (#1078)Olle Jonsson
Co-authored-by: Daniel Lublin <daniel@lublin.se>
2020-04-02nb-NO: Translate "subscription" correctly (#1089)Olle Jonsson
Co-authored-by: Oskar Gewalli <gewalli@gmail.com>
2020-03-30Refactor extract_plidOmar Roth
2020-03-30Add spec for extract_plidOmar Roth
2020-03-29Fix JSON serializationOmar Roth
2020-03-27Fix player mouseover eventsOmar Roth
2020-03-19Add manifest-src to CSPOmar Roth
2020-03-15Add toggle_parent to dynamic handlersOmar Roth
2020-03-15Remove VarInt classOmar Roth
2020-03-15Strip invalid characters from referer URLsOmar Roth
2020-03-15Migrate to a good Content Security Policy (#1023)leonklingele
So attacks such as XSS (see [0]) will no longer be of an issue. [0]: https://github.com/omarroth/invidious/issues/1022
2020-03-10Escape 'sort_by'Omar Roth
2020-03-10Switch textcaptcha to HTTPSOmar Roth
2020-03-06Bump dependenciesOmar Roth
2020-03-06Replace static asset requests with QUICOmar Roth
2020-03-06Add debug info to videoplaybackOmar Roth
2020-03-05Prevent storyboards from hangingOmar Roth
2020-03-04docker: allow to configure Invidious by env var (#1030)Omar Roth
Invidious gained support to read its configuration from an env var instead of config file in e3c10d779d315adc630e08005b6bdbdce32f7446. Unfortunately, Docker doesn't allow newline characters in env var values (see [0]) which means we can only provide a proper YAML config by using the inlined configuration in docker-compose.yml which, unfortunately, is tracked by Git. Once support for multiline env var values has been added to Docker, we should migrate and read the config from a .env file instead (which is not tracked by Git). [0]: https://github.com/docker/compose/issues/3527
2020-03-04Skip validation checks for videoplayback, ggphtOmar Roth