Commit Graph

3208 Commits (a779cdd46344faea70771bb93e958a07122a2f08)
 

Author SHA1 Message Date
syeopite 349f073b8e
Remove unnecessary "Welcome, " on username display
TheFrenchGhosty 84e271be4b
Merge pull request from weblate/weblate-invidious-translations
Translations update from Weblate
Reza Almanda f215fa936b
Update Indonesian translation
syeopite 75d04a92c8
Merge pull request from makos/display-username
Display username of currently logged in user
Mateusz Makowski 90c907710c
Display username in header
TheFrenchGhosty 00425670d7
Merge pull request from syeopite/instance-redirect-button
Add instance redirects!
syeopite cb525af0a2
Connect to api.invidious.io with https
syeopite 09f7e38eed
Disable automatic instance redirection by default
syeopite 7c49a0ba7a
Rephrase auto instance redirect preference
syeopite 45e57f1ad3
Refactor fetch_random_instance
syeopite eb911de928
Handle if inst. api is down for rand inst fetch
syeopite b393e31b76
Fix inst. fetching for inst w/ disabled stats/err
syeopite 4a095eb98e
Fix <hr> styling on empty search page
syeopite d793d4ba78
Add switch invidious instance btn to all chan tabs
syeopite 2f54ec4e18
Fix locale consistency for err template redirects
syeopite b9cd40fe1e
Add redirect buttons to error template
syeopite 173cd7c15e
Fix switch invidious instance btn on videos
syeopite 950c8f7104
Enhance fetch_random_instance func
Handle cross-inst. redirect w/ broken health stats

Add check for instance version in cross-redirect
syeopite b63bebb519
Allow automatic instance redirect to be turned off
Instead the "switch invidious instance" link would bring users to
redirect.invidious.io
syeopite cf72b34866
Fix locale discrepancy for instance redirect btn
syeopite d06cf2a07b
Add playlist redirect
syeopite 10804927bb
Add channel redirect
syeopite f178297452
Generalize redirect route
syeopite 311e7684b2
Add instance redirect on empty/broken search
syeopite 37ff2ac2b9
Overhaul button icon html and styling
syeopite 4786d586cf
Add new icon button for instance redirects
syeopite b7aaae4a19
Add 'Switch Invidious Instance' to en locale
syeopite 008598b56f
Change wording of redirect hyperlink
syeopite f3bc55e37e
Expose instance redirect to frontend
syeopite 31fa3dfd59
Add route to redirect to another instance
syeopite 5b47438b71
Add helper function to fetch random instance
TheFrenchGhosty c33ee83d87
Merge pull request from raycheung/master
Fix storyboard when proxied with an external port
TheFrenchGhosty 835dd1abcc
Merge pull request from weblate/weblate-invidious-translations
Translations update from Weblate
Gert-dev 576f5496c0
Update Dutch translation
Rex_sa ff460c7736
Update Arabic translation
TheFrenchGhosty 22adbe2073
Merge pull request from SamantazFox/rewrite-response-headers
Rewrite response headers
TheFrenchGhosty b8f0b4b583
Typo
TheFrenchGhosty f88e5f09b4
Merge pull request from syeopite/hooks-and-scripts
Add scripts to ease development
TheFrenchGhosty 2b9c6c95b1
Merge pull request from SamantazFox/fix-utf8-in-search
Multiple search fixes
TheFrenchGhosty 3f34db549f
Merge pull request from syeopite/workflow-improvements
Workflow improvements
syeopite f4c0ee49a7
Merge pull request from 808-cowbell/increase-hr-margins
Add 10px margin to top and bottom of hr element
syeopite 2fc0a6df93
Prevent CI run when src or wrkflows aren't chngd
syeopite 0a9c804940
Reduce PR stale length
PRs should be active. Anything that hasn't had activity in more than 45 days should be considered abandoned.
TheFrenchGhosty 96faa9d12b
Delete For-Matrix-org-Support.md
Samantaz Fox 42d9fd9c88 Rewrite response headers
Fixes  and 
Graham 908bc7561b
Add 10px margin to top and bottom of hr element
Samantaz Fox 3de92b337d Use if/else instead of return in search route
syeopite 31466785ad
Merge pull request from MrPaulBlack/master
Disallow /watch path for bots again
Paul Braeuning e38b602b7d Disallow /watch path for bots again
Samantaz Fox a2f5342a83 Multiple search fixes
* Remove percent-encoding of the search query when calling youtube API, as it
  breaks UTF-8
* Empty search redirects to /search, not /
* Show the fullscreen search "home page" (from ) at /search
* Allow 'region=' parameter to be passed to /search
* Other minor fixes