summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-02-25TypoTheFrenchGhosty
Co-authored-by: Perflyst <mail@perflyst.de>
2021-02-24show how long ago stream startedAndrew Zhao
2021-02-25Remove Lapis-Tube since it's dead, and update the Cloudtube linkTheFrenchGhosty
2021-02-25Enhance more stuff, againTheFrenchGhosty
2021-02-25Link to docs.invidious.io moreTheFrenchGhosty
2021-02-25Enhance more stuffTheFrenchGhosty
2021-02-25Massively enhance the READMETheFrenchGhosty
2021-02-24do not preload captionsAndrew Zhao
2021-02-21Use UTC for published datebopol
2021-02-21Fix comment replies countbopol
2021-02-20Merge pull request #1793 from iv-org/revert-1790-bump-dependenciesPerflyst
Revert "Bump dependencies"
2021-02-20Revert "Bump dependencies"Perflyst
2021-02-20Merge pull request #1790 from saltycrys/bump-dependenciessaltycrys
Bump dependencies
2021-02-20Bump dependenciessaltycrys
2021-02-18Merge pull request #1781 from 138138138/player-speed-adjustmentTheFrenchGhosty
Skip duration multiply by playback rate
2021-02-17Skip duration multiply by playback rate138138138
Fast Forward/Backward like YouTube. The skip duration is multiplied by playback rate.
2021-02-14Merge pull request #1766 from weblate/weblate-invidious-translationsTheFrenchGhosty
Translations update from Weblate
2021-02-14Enable the Hebrew translation since it's now translated at more than 80%TheFrenchGhosty
2021-02-14Enable the Indonesian translation since it's now translated at more than 80%TheFrenchGhosty
2021-02-14Update Indonesian translationReza Almanda
2021-02-14Update Finnish translationRiku Viitanen
2021-02-14Merge pull request #1776 from gripped/crystalversionPerflyst
Update README.md
2021-02-14Update README.mdgripped
Ubuntu / Debian instructions installing an old version of Crystal.
2021-02-11Merge pull request #1759 from weblate/weblate-invidious-translationsTheFrenchGhosty
Translations update from Weblate
2021-02-11Update Hebrew translationJohn Johnson
2021-02-11Merge pull request #1757 from weblate/weblate-invidious-translationsTheFrenchGhosty
Translations update from Weblate
2021-02-10Update Hebrew translationOmer I.S
2021-02-10Add Hebrew translation (#1753)Omer I.S
* Add Hebrew translation * Update he.json * Update he.json * Update he.json * Update he.json * Update he.json * Update he.json * Update he.json * Update he.json Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>
2021-02-10Merge pull request #1750 from weblate/weblate-invidious-translationsTheFrenchGhosty
Translations update from Weblate
2021-02-10Update Finnish translationRiku Viitanen
2021-02-10Add Hebrew translationOmer I.S
2021-02-10Merge pull request #1754 from saltycrys/fix-various-artists-playlistsaltycrys
Fix playlists with `Various Artists` author
2021-02-10Fix playlists with `Various Artists` authorsaltycrys
2021-02-10Fix ; () {}138138138
2021-02-09Merge pull request #1724 from iv-org/add-issue-templatesTheFrenchGhosty
Add issue templates
2021-02-08Split enhancement and feature request, apply suggestionsPerflyst
2021-02-05Merge pull request #1715 from tenpura-shrimp/searchchannelthumbnailsPerflyst
Use large thumbnail for channels in search
2021-02-04use large thumbnail for channels in searchAndrew Zhao
2021-02-04Merge pull request #1730 from notpushkin/patch-1Perflyst
Add link[rel="alternate"] pointing to YouTube version
2021-02-04Merge pull request #1744 from saltycrys/crystal-0.36.1saltycrys
Bump dependencies and update to Crystal 0.36.1
2021-02-04Update to Crystal 0.36.1saltycrys
2021-02-04Bump dependenciessaltycrys
2021-02-03Update player.js138138138
2021-02-02Merge pull request #1734 from saltycrys/crystal-0.36.0TheFrenchGhosty
Crystal 0.36.0
2021-02-02Update to Crystal 0.36.0saltycrys
Crystal versions below `0.36.0` are no longer supported.
2021-02-02Update code for Crystal 0.36.0saltycrys
Rename `HTTPClient@socket` to `HTTPClient@io`, see https://github.com/crystal-lang/crystal/pull/9543. Rename `URI#full_path` to `URI#request_target`, see https://github.com/crystal-lang/crystal/pull/10099.
2021-02-02Fix double duration on all Apple devices138138138
The fix will be applied when Safari browser is detected.
2021-02-02Merge pull request #1738 from saltycrys/adjust-routessaltycrys
Adjust routes
2021-02-02Adjust routessaltycrys
Simple routes have been moved into a single `Misc` file. Embed routes have been moved into a single `Embed` file. The preferences route has been renamed to be more consistent with other parts of the codebase.
2021-02-01Update player.js138138138
Fixes audio mode duration doubled in iPhone iOS browsers. The player will stop after reaching the real duration. iOS() checks both iOS and iPadOS. Only tested on iPhone iOS browsers. Testers needed for behavior of iPadOS and MacOS.