summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-12-08do not proxy hls on supported browserAndrew Zhao
2020-12-07Merge pull request #1544 from schwukas/fix-youtube-subscription-importTheFrenchGhosty
Fix youtube subscription import
2020-12-07Merge pull request #1546 from schwukas/fix-empty-documentsTheFrenchGhosty
Fix #1516 Document is empty
2020-12-07Update link to instructionsLukas
2020-12-07Fix #1516 Document is emptyLukas
2020-12-07Merge pull request #1543 from schwukas/update-screenshotsTheFrenchGhosty
Add missing screenshot and update the older ones
2020-12-06Fix YouTube subscription import parserLukas
2020-12-06Add temporary link to subscription export instructionsLukas
2020-12-06Add missing screenshot and update the older onesLukas
2020-12-06Increase YouTube request timeout (#1540)saltycrys
Increase YouTube request timeout
2020-12-06Merge pull request #1539 from saltycrys/fix-commentsTheFrenchGhosty
Fix comments
2020-12-06Fix comment continuation testssaltycrys
2020-12-06Fix commentssaltycrys
The YouTube headers are now always added for requests to YouTube. Previously they were only added for requests going through QUIC. The session token is now JSON decoded to unescape escaped Unicode characters. The comment continuation protobuf has been updated and the request now goes through the YouTube `pbj` JSON API.
2020-12-05Merge pull request #1538 from Sonic-Y3k/masterTheFrenchGhosty
Fix invidious version for docker image
2020-12-05Fix invidious version for docker imageSonic-Y3k
As Alpine-Linux per default uses the busybox date command, the -f option is not available and the build will fail.
2020-12-04Merge pull request #1519 from saltycrys/github-actions-ciTheFrenchGhosty
Switch to GitHub Actions for CI
2020-12-04Merge pull request #1529 from saltycrys/fix-versionTheFrenchGhosty
Fix invidious version for old git versions
2020-12-04Fix invidious version for old git versionssaltycrys
The `%cs` format was only added to git in version 2.25 while `%ci` has been around forever.
2020-12-03Merge pull request #1525 from saltycrys/fix-video-descriptionsTheFrenchGhosty
Fix `extract_polymer_config`
2020-12-03Merge pull request #1526 from saltycrys/fix-redirect-channelsTheFrenchGhosty
Fix redirect channels
2020-12-03Fix redirect channelssaltycrys
Redirect channels may use JS to redirect now, instead of only a response header as it used to be. This fix reads the channel to redirect to from `ytInitialData`.
2020-12-03Fix `extract_polymer_config`saltycrys
The `ytInitialPlayerResponse` regex can now handle `var` and `window` assignments. The video streams can now be extracted from `player_response` and `initial_data`. This fixes the descriptions on videos and videos themselves. Videos are technically broken right now, but work becasue of a fallback that goes through embeds.
2020-12-03Run CI on `api-only` branch, toosaltycrys
2020-12-02Better message for the Stale actionTheFrenchGhosty
2020-12-02Replace the Stale bot with a Github action because it has been reported as deadTheFrenchGhosty
2020-12-02Merge pull request #1520 from matthewmcgarvey/extract-search-endpointsTheFrenchGhosty
Extracting search endpoints from global file
2020-12-02Update the Stale bot config with a 1 month delay between mark and closeTheFrenchGhosty
2020-12-02Add the Stale bot configTheFrenchGhosty
2020-12-02Run CI only once per changesaltycrys
2020-12-02Add shard caching to CIsaltycrys
2020-12-02Track shard.locksaltycrys
2020-12-02Display lint fixes on lint errorsaltycrys
2020-12-01Extracting search endpointsMatthew McGarvey
2020-12-01Switch to GitHub Actions for CIsaltycrys
Travis CI is slow, builds are first queued up forever and then the builds themselves are slow, too. GitHub Actions run pretty much immediately and are fast. Also separate jobs run at the same time unlike on Travis CI.
2020-12-01Merge pull request #1513 from saltycrys/improve-error-message-2TheFrenchGhosty
Improve error message 2
2020-12-01Improve error message 2saltycrys
Electric Boogaloo The long backtrace has been moved into a `<details>` HTML element, as suggested by @B0pol. To make the error still visible it has been added to the top under `Title:`. This also encourages informative issue titles.
2020-12-01Switch to date based versioning schemesaltycrys
Since no new tags are created for releases the version has been frozen for some time, with only the commit hash changing. Versions based on the latest commit date make it much easier to identify them.
2020-11-30Update the readme with links to the new documentation repositoryTheFrenchGhosty
2020-11-30Merge pull request #1506 from tirz/fix-channel_parsingTheFrenchGhosty
fix: channel info parsing
2020-11-30fix: channel info parsingThéo Gaillard
2020-11-30Remove the donation link from the readmeTheFrenchGhosty
2020-11-30Fix formatting of #1504TheFrenchGhosty
2020-11-30Merge pull request #1504 from saltycrys/improve-error-messageTheFrenchGhosty
Improve error message
2020-11-30Improve error messagesaltycrys
The error message has been reworded and the issue template now includes the date, route, version and backtrace.
2020-11-30Remove backtrace on YouTube errorsaltycrys
YouTube returning an error is not a bug in Invidious, so it should not print a backtrace.
2020-11-30Add backtraces to errors (#1498)saltycrys
Error handling has been reworked to always go through the new `error_template`, `error_json` and `error_atom` macros. They all accept a status code followed by a string message or an exception object. `error_json` accepts a hash with additional fields as third argument. If the second argument is an exception a backtrace will be printed, if it is a string only the string is printed. Since up till now only the exception message was printed a new `InfoException` class was added for situations where no backtrace is intended but a string cannot be used. `error_template` with a string message automatically localizes the message. Missing error translations have been collected in https://github.com/iv-org/invidious/issues/1497 `error_json` with a string message does not localize the message. This is the same as previous behavior. If translations are desired for `error_json` they can be added easily but those error messages have not been collected yet. Uncaught exceptions previously only printed a generic message ("Looks like you've found a bug in Invidious. [...]"). They still print that message but now also include a backtrace.
2020-11-28Merge pull request #1479 from saltycrys/theme-flashTheFrenchGhosty
Apply dark theme immediately
2020-11-28Update logrotate configuration command (#1500)Andre Borie
Using sudo with `echo ... | tee /path/to/file` doesn't make sense, as the command requiring the superuser privileges is the `tee` command and not the echo.
2020-11-26Merge pull request #1490 from tirz/fix-regex_parsingTheFrenchGhosty
fix: ytInitialData parsing with regex
2020-11-26revert: remove 'JSON.parse("'Théo Gaillard