about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
...
| | * fix: add "/comments" prefix only if it's missingJason Kim2021-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 hintJason Kim2021-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.itJason Kim2021-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 tedditJason Kim2021-04-22
| | | | | | | | | | | | redd.it redirects don't work for teddit, so don't do it.
| | * feat: add redd.it to reddit targetsJason Kim2021-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-readmeSimon Brazell2021-04-24
| |\ \ | | |/ | |/| Add SimplyTranslate to README
| | * Add SimplyTranslate to READMEfattalion2021-04-20
| |/
| * Merge pull request #222 from TotalCaesar659/patch-1Simon Brazell2021-04-18
| |\ | | | | | | Update Russian translation
| | * Update Russian translationTotalCaesar6592021-04-16
| |/
* | Fixes #238SimonBrazell2021-06-16
| |
* | Redirect Twitter "video" subdomain & update dev dependencies.SimonBrazell2021-06-16
|/
* Update translationsSimonBrazell2021-04-16
|
* Fixes #146 - OSM redirect breaks Google EarthSimonBrazell2021-04-16
|
* Fixes #135 - Handle Twitter usernames with "tweets" in them.SimonBrazell2021-04-16
|
* Fixes #173 - Instance list clicking issue.SimonBrazell2021-04-16
|
* Prepare for release 1.1.47SimonBrazell2021-04-16
|
* Merge pull request #219 from jaki/handle-reddit-imgSimon Brazell2021-04-16
|\ | | | | Redirect reddit images for libreddit instances
| * refactor: drop teddit image redirect supportJason Kim2021-04-09
| | | | | | | | | | No longer redirect image links for teddit instances. Add a comment detailing the two issues I found. Now, the feature should be stable.
| * fix: don't redirect for rest of instancesJason Kim2021-04-09
| | | | | | | | | | Unbreak old.reddit.com and i.reddit.com by ignoring image redirects for them.
| * fix: redirect teddit differentlyJason Kim2021-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Teddit image urls are different from libreddit. Handle each separately. Test manually: - libredd.it: pass - libreddit.spike.codes: pass - libreddit.kavin.rocks: pass - libreddit.insanity.wtf: fail (site doesn't work in general) - libreddit.dothq.co: pass - teddit.net: mostly fail - teddit.ggc-project.de: mostly fail - teddit.kavin.rocks: mostly fail - old.reddit.com: fail - i.reddit.com: fail - snew.notabug.io: fail (site doesn't work in general) Teddit image urls have two issues. First, the links almost never work (404) if the image url is visited directly before visiting the main page. Once the main page is visited, however, the image url starts working. I'm guessing this is an issue with teddit instances not fetching images unless the main page is accessed. Second, some image links are different/incompatible for some reason. For example, <https://i.redd.it/htg3owj12ok21.png> turns into <https://teddit.net/pics/w:null_TpEyuHnjif6578pV0lBuM-kNW1bXqxbvqbOHjhRZVr0.png>. Libreddit seems to not have this issue.
| * feat: add img prefix for i.redd.itJason Kim2021-04-08
| | | | | | | | | | "i.redd.it/<imgfile>" redirects "libredd.it/<imgfile>". Make it redirect to "libredd.it/img/<imgfile>". Tested only for "libredd.it".
| * feat: add i.redd.it to reddit targetsJason Kim2021-04-08
| | | | | | | | | | | | Add "i.redd.it" to list of urls to redirect for Reddit. Although the redirect works, the link should be invalid because it still needs an "img" path prefix.
* | Merge pull request #216 from alefvanoon/masterSimon Brazell2021-04-16
|\ \ | | | | | | add some instance
| * \ Merge branch 'master' into masterSimon Brazell2021-04-16
| |\ \ | |/ / |/| |
* | | Merge pull request #214 from cloudrac3r/patch-1Simon Brazell2021-04-16
|\ \ \ | | | | | | | | Update Bibliogram instances list
| * | | Update Bibliogram instances listCadence Ember2021-04-07
| | |/ | |/| | | | | | | | | | Set it to match the list of actually working instances. https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md
* | | Merge pull request #206 from Camille019/masterSimon Brazell2021-04-16
|\ \ \ | | | | | | | | Add Ecosia search engine
| * | | Add Ecosia search engineCamille0192021-03-20
| |/ /
* | | Merge pull request #202 from hbarsaiyan/masterSimon Brazell2021-04-16
|\ \ \ | | | | | | | | Add Whoogle Search
| * \ \ Merge branch 'master' into masterSimon Brazell2021-04-16
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #198 from fattalion/add-simply-translate-supportSimon Brazell2021-04-16
|\ \ \ \ | | | | | | | | | | Add SimplyTranslate support
| * | | | Disable SimplyTranslate redirects by defaultfattalion2021-03-02
| | | | |
| * | | | Add SimplyTranslate supportfattalion2021-02-25
| | |/ / | |/| |
* | | | Merge pull request #193 from tenpura-shrimp/masterSimon Brazell2021-04-16
|\ \ \ \ | | | | | | | | | | add invidious instance
| * | | | add invidious instanceAndrew Zhao2021-02-24
| |/ / /
* | | | Merge pull request #188 from Elaborendum/masterSimon Brazell2021-04-16
|\ \ \ \ | | | | | | | | | | Add spanish translation
| * | | | Create store.mdElaborendum2021-02-20
| | | | |
| * | | | Create messages.jsonElaborendum2021-02-20
| |/ / /
* | | | Merge pull request #182 from obeho/patch-1Simon Brazell2021-04-16
|\ \ \ \ | |/ / / |/| | | Update reddit.js
| * | | Update reddit.jsobeho2021-02-14
|/ / / | | | | | | Added instance libreddit.himiko.cloud
| * | Update manifest.jsonHarsh Barsaiyan2021-04-05
| | |
| * | Add ViewTubeHarsh Barsaiyan2021-03-30
| | |
| * | Add Whoogle SearchHarsh Barsaiyan2021-03-11
|/ /
| * remove nitter.weaponizedhumiliation.comalefvanoon2021-04-10
| |
| * add bird.trom.tfalefvanoon2021-04-10
| |
| * add insta.trom.tfalefvanoon2021-04-10
| |
| * add search.trom.tfalefvanoon2021-04-10
| |
| * add searx.silkky.cloudalefvanoon2021-04-09
| |
| * add libreddit.silkky.cloudalefvanoon2021-04-09
| |
| * add some invidious insalefvanoon2021-04-09
| |