Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #263 from git-bruh/master | Simon Brazell | 2021-07-25 |
|\ | | | | | add libreddit instance | ||
| * | add libreddit instance | git-bruh | 2021-07-17 |
| | | |||
* | | Merge pull request #257 from Kotuklion/master | Simon Brazell | 2021-07-25 |
|\ \ | |/ |/| | Add Wikiless support | ||
| * | cleanup | Kotuklion | 2021-07-12 |
| | | |||
| * | better GET processing | Kotuklion | 2021-07-12 |
| | | |||
| * | check host instead of the whole href for occurence of wikipedia.org | Kotuklion | 2021-07-12 |
| | | |||
| * | left some unnecessary spaces here and there | Kotuklion | 2021-07-12 |
| | | |||
| * | fix minor typos | Kotuklion | 2021-07-12 |
| | | |||
| * | add Wikiless support | Kotuklion | 2021-07-12 |
| | | |||
* | | Merge pull request #259 from unixfox/invidious.fdn.fr | Simon Brazell | 2021-07-16 |
|\ \ | | | | | | | removing invidious.fdn.fr | ||
| * | | removing invidious.fdn.fr | Emilien Devos | 2021-07-14 |
| |/ | |||
* | | Merge pull request #256 from unbranched/patch-3 | Simon Brazell | 2021-07-16 |
|\ \ | | | | | | | Italian translation fix | ||
| * | | Italian translation fix | unbranched | 2021-07-11 |
| |/ | | | | | Title fix | ||
* | | Merge pull request #254 from timharek/master | Simon Brazell | 2021-07-16 |
|\ \ | |/ |/| | Add redirect for Norwegian Google Translate | ||
| * | Add redirect for Norwegian Google Translate | Tim Hårek Andreassen | 2021-07-10 |
|/ | | | | Signed-off-by: Tim Hårek Andreassen <tim@harek.dev> | ||
* | Bump version & update dependencies. | SimonBrazell | 2021-07-10 |
| | |||
* | Closes #242: remove "new" tag from SimplyTranslate. | SimonBrazell | 2021-07-10 |
| | |||
* | Merge pull request #248 from FantasyCookie17/master | Simon Brazell | 2021-06-17 |
|\ | | | | | Add reddit.artemislena.eu | ||
| * | Added reddit.artemislena.eu | FantasyCookie17 | 2021-06-16 |
| | | |||
* | | Merge branch 'master' of github.com:SimonBrazell/privacy-redirect | SimonBrazell | 2021-06-16 |
|\ \ | |||
| * \ | Merge pull request #250 from GaurangTandon/fix-license-link | Simon Brazell | 2021-06-16 |
| |\ \ | | | | | | | | | Fixed license link | ||
| | * | | Fixed license link | Gaurang Tandon | 2021-06-16 |
| | |/ | |||
| * | | Merge pull request #246 from B0pol/autoplay | Simon Brazell | 2021-06-16 |
| |\ \ | | | | | | | | | Only append autoplay parameter if necessary | ||
| | * | | Only append autoplay parameter if necessary | bopol | 2021-06-12 |
| | |/ | |||
| * | | Merge pull request #243 from unbranched/patch-1 | Simon Brazell | 2021-06-16 |
| |\ \ | | | | | | | | | Add Italian translation | ||
| | * | | Italian translation | unbranched | 2021-06-06 |
| | |/ | |||
| * | | Merge pull request #244 from unbranched/patch-2 | Simon Brazell | 2021-06-16 |
| |\ \ | | | | | | | | | Add italian translation | ||
| | * | | Italian translation | unbranched | 2021-06-06 |
| | |/ | |||
| * | | Merge pull request #234 from austinhuang0131/patch-1 | Simon Brazell | 2021-06-16 |
| |\ \ | | | | | | | | | Update various instances | ||
| | * | | update nitter instances (2) | Austin Huang | 2021-05-11 |
| | | | | |||
| | * | | update nitter instances (1) | Austin Huang | 2021-05-11 |
| | | | | |||
| | * | | update bibliogram instances | Austin Huang | 2021-05-11 |
| | |/ | | | | | | | closes #233 | ||
| * | | Merge pull request #226 from unixfox/patch-1 | Simon Brazell | 2021-06-16 |
| |\ \ | | | | | | | | | Fix link for the Invidious instances list | ||
| | * | | Fix link for the Invidious instances list | Émilien Devos | 2021-04-25 |
| | |/ | |||
| * | | Merge pull request #225 from jaki/support-redd.it | Simon Brazell | 2021-06-16 |
| |\ \ | | |/ | |/| | Redirect redd.it | ||
| | * | fix: add comments prefix for /foo/ | Jason Kim | 2021-04-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Links that end in trailing slash but don't have "/comments/" should add "/comments" prefix but don't because the regex match succeeds. Fix the regular expression to be more robust and add prefix for paths like - /foo/ - /////foo - /foo///// - ////foo//// and not add prefix for paths like - /comments/foo - /////comments/foo - /comments/////foo - ////comments////foo - ////comments////foo///// | ||
| | * | fix: add comments prefix if no nested path | Jason Kim | 2021-04-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous fix failed to consider links like "redd.it/r/.../comments/...". Those don't really exist in the wild, and they don't work (when redirects are turned off). Still, play it safe and don't add "/comments" prefix unless the path has height 1. Now, redirects should work for - redd.it/foo - redd.it/comments/foo - redd.it/r/bar/comments/foo even though the only kind of native link that works is - redd.it/foo | ||
| | * | fix: add "/comments" prefix only if it's missing | Jason Kim | 2021-04-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | Although I have never seen it in the wild, it is possible to navigate to "redd.it/comments/...". This should redirect to "teddit.net/comments/..." in the case of instance teddit.net. However, the current code redirects it to "teddit.net/comments/comments/...". Fix it by avoiding adding the prefix if it's already there. | ||
| | * | feat: support teddit by adding /comments hint | Jason Kim | 2021-04-22 |
| | | | | | | | | | | | | | | | Redirecting tedd.it links to teddit instances works when the link starts with "/comments". Add "/comments" to the path for teddit. | ||
| | * | note: explain why redirect is needed for redd.it | Jason Kim | 2021-04-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you try visiting a redd.it site like <https://redd.it/1fwqjw> (first link that came up when searching "site:redd.it"), you may think that the redirect works because it goes to your configured instance. However, there's a leak: redd.it is a redirect to a www.reddit.com site, and that's when the redirect to instance happens. If you observe the network traffic, you'll see that a GET request goes to redd.it, and redd.it returns HTTP code 302 and location https://www.reddit.com/... Let's not do that. Redirect at redd.it so that requests don't hit reddit servers. This does not seem to work for teddit instances, so don't redirect for them. | ||
| | * | fix: don't redirect redd.it for teddit | Jason Kim | 2021-04-22 |
| | | | | | | | | | | | | redd.it redirects don't work for teddit, so don't do it. | ||
| | * | feat: add redd.it to reddit targets | Jason Kim | 2021-04-22 |
| | | | | | | | | | | | | | | | Although it doesn't work for teddit, add redd.it to the list of URLs to redirect. | ||
| * | | Merge pull request #224 from fattalion/add-simplytranslate-to-readme | Simon Brazell | 2021-04-24 |
| |\ \ | | |/ | |/| | Add SimplyTranslate to README | ||
| | * | Add SimplyTranslate to README | fattalion | 2021-04-20 |
| |/ | |||
| * | Merge pull request #222 from TotalCaesar659/patch-1 | Simon Brazell | 2021-04-18 |
| |\ | | | | | | | Update Russian translation | ||
| | * | Update Russian translation | TotalCaesar659 | 2021-04-16 |
| |/ | |||
* | | Fixes #238 | SimonBrazell | 2021-06-16 |
| | | |||
* | | Redirect Twitter "video" subdomain & update dev dependencies. | SimonBrazell | 2021-06-16 |
|/ | |||
* | Update translations | SimonBrazell | 2021-04-16 |
| | |||
* | Fixes #146 - OSM redirect breaks Google Earth | SimonBrazell | 2021-04-16 |
| |