1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-04-20 19:08:42 +00:00
farside/lib/farside
Ben Busby d280f961f5
Prepend /u/ for Bibliogram redirects if not present
Bibliogram links require a "/u/" prefix when viewing a user's profile,
which does not match Instagram's URL paradigm. This adds a bit of logic
for Bibliogram links to prepend this prefix if the user is not visiting
a post (indicated by a "/p/" prefix, which Bibliogram and Instagram BOTH
use) or the home page of an instance (indicated by an empty path value).
2022-06-21 15:53:16 -06:00
..
application.ex Remove FARSIDE_NO_ROUTER env var 2021-12-09 15:33:58 -07:00
instances.ex Replace poison dependency w/ jason 2022-02-14 11:21:32 -07:00
router.ex Prepend /u/ for Bibliogram redirects if not present 2022-06-21 15:53:16 -06:00
scheduler.ex Use quantum core for update scheduling 2021-11-24 09:35:21 -07:00
server.ex Use format str for search engine queries 2021-11-29 16:31:55 -07:00
throttle.ex Reuse previous instance within rate-limit interval 2022-03-18 13:51:37 -06:00