summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-10-14Remove SSL redirectOmar Roth
2019-10-14Remove invalid source map directive for videojs-quality-selectorOmar Roth
2019-10-13Merge pull request #817 from TheFrenchGhosty/masterOmar Roth
French Translation updated - Rewording and corrections
2019-10-12Assume feed means subscriptions feedTheFrenchGhosty
2019-10-12French Translation updated, rewording and correctionsTheFrenchGhosty
2019-10-12Remove Patreon linksOmar Roth
2019-10-10Avoid override for X-Client headersOmar Roth
2019-10-10Add YouTube-Client headers to HTTP requestsOmar Roth
2019-10-09Add support for zh-TW translationOmar Roth
2019-10-09Update Arabic translationButterflyOfFire
2019-10-09Merge pull request #791 from l10n-tw/translationOmar Roth
Add zh-TW translations.
2019-10-05Hide scrollbar for player menusOmar Roth
2019-10-04Fix default value for empty descriptionOmar Roth
2019-10-04Fix z-index, scrollbar in playerOmar Roth
2019-10-04Add description to RSS bodyOmar Roth
2019-10-04Refactor process_video_paramsOmar Roth
2019-10-04Refactor storyboard generationOmar Roth
2019-10-04Merge pull request #792 from delightfulagony/masterOmar Roth
Fixed bug that made the whole 'Invidious' home link div clickable. Solves #691
2019-10-02Fixed bug that made the whole 'Invidious' div clickable. Solves #691agony
2019-10-02Add zh-TW translations.Jeff Huang
2019-09-30Bump supported Crystal versionOmar Roth
2019-09-30Merge pull request #743 from girst/rssparamsOmar Roth
Forward query string parameters from Atom feeds
2019-09-30Forward parameters given in &params= from Atom feedsgirst
Any parameters given in &params=... are appended to /watch URLs. This allows e.g. passing &raw=1&listen=1 to a playlist of music and use an rss reader like newsboat as a media player, like so: https://invidio.us/feed/playlist/XXX?params=%26raw%3D1%listen%3D1 All three feeds--channels, playlists, subscriptions--are supported.
2019-09-26Update silvermine quality selectorOmar Roth
2019-09-24Merge pull request #765 from leonklingele/docker-travis-warningsOmar Roth
docker,travis: fail build on any warning
2019-09-24Merge pull request #766 from leonklingele/travis-shallow-cloneOmar Roth
travis: unshallowly clone Git repo
2019-09-24Update privacy policyOmar Roth
2019-09-25travis: unshallowly clone Git repoLeon Klingele
This fixes a compilation error if too many commits were made after the most recent tag: fatal: No names found, cannot describe anything. In src/invidious.cr:60:19 60 | CURRENT_VERSION = {{ "#{`git describe --tags --abbrev=0`.strip}" }} Error: expanding macro See https://travis-ci.org/leonklingele/invidious/jobs/588672881#L275-L290.
2019-09-25docker,travis: fail build on any warningLeon Klingele
2019-09-24Merge remote-tracking branch 'weblate/master'Omar Roth
2019-09-24Add fix for index out of bounds during high loadOmar Roth
2019-09-24Update DB calls for 0.31.0Omar Roth
2019-09-24Fix overflow for player controlsOmar Roth
2019-09-24Add config options for host binding and portOmar Roth
2019-09-24Add support for Turkish translationOmar Roth
2019-09-24Add Turkish translationOguz Ersen
2019-09-24Update Turkish translationOguz Ersen
2019-09-24Add Turkish translationOguz Ersen
2019-09-24Update to Crystal 0.31.0, resolve compiler deprecation warnings, update ↵leonklingele
dependencies (#764) * shard: update to crystal 0.31.0 Additionally, no longer use the Crystal "markdown" library which has been removed from the Crystal stdlib in version 0.31.0. See https://github.com/crystal-lang/crystal/pull/8115. Also fix some deprecation warnings using the following commands: find . \( -type d -name .git -prune \) -o -type f -exec sed -i 's/URI\.escape/URI\.encode_www_form/g' "{}" \; find . \( -type d -name .git -prune \) -o -type f -exec sed -i 's/URI\.unescape/URI\.decode_www_form/g' "{}" \; sed -i 's/while \%pull\.kind \!\= \:end_object/until \%pull\.kind\.end_object\?/g' src/invidious/helpers/patch_mapping.cr
2019-09-22Fix typo in Google loginOmar Roth
2019-09-21Update videojs-quality-selectorOmar Roth
2019-09-21Add additional handling for unplayable videosOmar Roth
2019-09-21Update Google loginOmar Roth
2019-09-14Merge pull request #752 from gnomus/masterOmar Roth
[Fix][Docker] Update Package Repository for Install
2019-09-13Update Package Repository for Installgnomus
2019-09-12Update sub_count extractorOmar Roth
2019-09-12Hide video count for auto-generated channelsOmar Roth
2019-09-12Add support for abbreviated sub count in searchOmar Roth
2019-09-12Filter movies from recommended videosOmar Roth
2019-09-09Fix plurilzation regexOmar Roth