Commit Graph

82 Commits

Author SHA1 Message Date
Sage Vaillancourt 945d819f0e Pull from ALL projects, and move the dashboard section.
Now sits between 'Your pull requests' and 'Recently closed pull requests'
1.0.18.xpi
2024-12-19 14:26:14 -05:00
Sage Vaillancourt 4081e176ce Add show-errored-prs.js (currently only enabled for the sagevaillancourt user)
1.0.17.xpi
2024-12-19 13:55:49 -05:00
Sage Vaillancourt f85f3534ca Add 1.0.16 xpi 2024-10-11 16:35:55 -04:00
Sage Vaillancourt 59b4246d06 Add PR reviewer suggestions 2024-10-11 16:33:57 -04:00
Sage Vaillancourt 71b9a39a23 Bump version and add 1.0.15 xpi file 2024-09-16 08:57:40 -04:00
Sage Vaillancourt 9bf2be5ae9 Add a simple author filter 2024-09-16 08:52:13 -04:00
Sage Vaillancourt d68b13094b Merge branch 'main' of https://git.sagev.space/sage/Pail 2024-09-12 12:00:03 -04:00
Sage Vaillancourt faf975da12 Add `make lint` and specify as self-hosted 2024-06-30 11:03:33 -04:00
Sage Vaillancourt c816d26348 Move server-specific gitignores into server/.gi 2024-06-30 10:59:27 -04:00
Sage Vaillancourt e951b475cc More correct and comprehensive `zip` excludes
Add package.json with addons-linter installed.
2024-06-30 10:55:14 -04:00
Sage Vaillancourt 8f1f87a5b0 Import cleanup 2024-06-24 02:59:23 -04:00
Sage Vaillancourt 07a6af683d Replace node server with rocket/rust 2024-06-24 02:56:11 -04:00
Sage Vaillancourt 2dd46af5b3 Merge branch 'main' of https://git.sagev.space/sage/Pail 2024-06-24 01:01:53 -04:00
Sage Vaillancourt 7a8b72d257 A bit of commenting to describe the response type 2024-06-24 01:01:31 -04:00
sage 0deb6217e8 Add logo to README 2023-12-05 19:49:07 -05:00
Sage Vaillancourt 8f7fda2732 Remove old unrelated screenshot image. 2023-12-05 19:43:56 -05:00
Sage Vaillancourt 87761a4be0 Move server files into dedicated server/ dir 2023-12-05 19:39:35 -05:00
Sage Vaillancourt f1f4c89526 Add simple express-based server for updates 2023-12-04 20:30:39 -05:00
Sage Vaillancourt 4de6f44dfe Update README for Pail 2023-12-04 20:21:47 -05:00
Sage Vaillancourt 3dedf5cc13 Update README for Pail 2023-12-04 20:06:59 -05:00
Sage Vaillancourt f7276dcb3d Add auto-update support 2023-12-04 11:32:45 -05:00
Sage Vaillancourt de342265b1 Automatically enter folders when file-scrolling 2023-12-04 10:53:33 -05:00
Sage Vaillancourt 46b873e71d Add some varName sanitization. 2023-12-04 10:23:47 -05:00
Sage Vaillancourt ab9f6641f4 More var highlighting 2023-12-04 10:14:33 -05:00
Sage Vaillancourt e71e2fb699 Fixed up scroll-wheel folder de-nesting 2023-12-04 10:04:20 -05:00
Sage Vaillancourt 8cdcfac87d Tweak spacing. 2023-02-07 15:14:06 -05:00
Sage Vaillancourt 62ade8de28 Add scroll hints. 2023-02-07 15:04:56 -05:00
Sage Vaillancourt be9719be8c Missed de-nest in file-scroll.js 2023-02-07 14:08:19 -05:00
Sage Vaillancourt 22079471bc Add scroll-wheel file browsing.
Improve backtick comments (works on non-diff pages)
Other small bits of cleanup.
2023-02-07 14:07:58 -05:00
Sage Vaillancourt bee9f4e2b2 Sort repo search results.
Prioritizes shared project repos and the current user's repos before other users'
2023-02-02 15:57:09 -05:00
Sage Vaillancourt 92fc3dd021 Now a bitbucket addon.
Performs some simple UI enhancements.
2023-02-02 14:36:40 -05:00
Tom Watson 577073326a bump to version 1.6.1 2023-01-03 15:16:46 +01:00
Tom Watson 48d3b5e6a0
Merge pull request #73 from iudex-/patch-1
fix gallery redirect, closes #72
2023-01-03 15:15:46 +01:00
Nils 4d86433e0f
fix gallery redirect, closes #72 2023-01-03 15:09:14 +01:00
Tom Watson 7e41360e60 add unique redirect for gallery links
Closes https://github.com/tom-james-watson/old-reddit-redirect/issues/60

A gallery link in the form https://www.reddit.com/gallery/qnjjvh can be
redirected to
https://old.reddit.com/r/OnePiece/comments/qnjjvh/marines_as_shinigami_by_norridzuan_art.
We only have the id to work with, but reddit will actually redirect
https://old.reddit.com/qnjjvh to the full url, so we can just redirect
to that instead.
2021-11-07 10:07:53 +01:00
Tom Watson 92e7ecd25e feat: bump to version 1.5.1 2021-07-12 10:27:31 +02:00
Tom Watson 275331e773
Merge pull request #54 from nelsonblaha/master
Exclude '/community-points' path
2021-07-12 10:26:29 +02:00
Ben Nelson 7b974bd31a
Exclude '/community-points' path
Exclude this path because it 404s in old reddit.
2021-07-09 22:31:46 -05:00
Tom Watson f4f61587a2 feat: bump to version 1.5.0 2021-06-13 12:44:13 +02:00
Tom Watson 4f1da4265c feat: hide problematic elements
This hides the eu cookie notice which contains a problematic redirect
to new.reddit.com. It also hides the "get new" link in the header.

Closes https://github.com/tom-james-watson/old-reddit-redirect/issues/50
Closes https://github.com/tom-james-watson/old-reddit-redirect/issues/51
2021-06-13 12:43:35 +02:00
Tom Watson b1f4153917 add list of redirected/whitelisted domains to readme 2021-01-24 12:16:30 +01:00
Tom Watson 846389b48f add makefile 2021-01-24 12:14:39 +01:00
Tom Watson 621c2b05ee also redirect i.reddit.com
Closes https://github.com/tom-james-watson/old-reddit-redirect/issues/45
2021-01-24 12:08:27 +01:00
Tom Watson 01f71cf361 bump to 1.3.0 2021-01-23 14:46:15 +01:00
Tom Watson 9cacda42f3 don't redirect new.reddit.com
This provides a useful workaround for viewing the new site if there is
something broken on old.reddit.com (e.g. polls), as well as giving a way
to just check something on the new site if you want to.

Closes https://github.com/tom-james-watson/old-reddit-redirect/issues/44
Closes https://github.com/tom-james-watson/old-reddit-redirect/pull/28
Closes https://github.com/tom-james-watson/old-reddit-redirect/pull/27/files
Closes https://github.com/tom-james-watson/old-reddit-redirect/issues/12
2021-01-23 14:42:29 +01:00
Tom Watson 97dfde8fa3 prettier fixes 2021-01-23 14:40:00 +01:00
Tom Watson ea26a03353
Merge pull request #34 from Lachcim/galleries
Collective fix for new Reddit features as of July 2020
2020-07-19 15:09:27 +02:00
Michał Szopiński ce7c67857b Bump version to 1.2.0 2020-07-18 22:01:51 +02:00
Michał Szopiński f481bcdbfb Refactor URL parsing, fix equalities 2020-07-18 22:01:26 +02:00
Michał Szopiński 629926126e Remove unnecessary exceptions 2020-07-17 15:19:05 +02:00