1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-04-20 02:48:42 +00:00
farside/lib/farside
Ben Busby 932f3bbcab
Preserve redirect with /_/ path prefix (#13)
This adds a straightforward way of preserving Farside's redirecting
behavior in the user's browser history. That way if an instance becomes
unavailable between the 5 min scans, the user can opt to navigate back
one page and be taken to a new instance.

This is accomplished using a single line of JS, and could potentially
work as the default behavior of Farside (with the current default
behavior requiring a path prefix instead). This should be revisited down
the road when more people are using this service.
2022-01-27 11:57:41 -07:00
..
application.ex Remove FARSIDE_NO_ROUTER env var 2021-12-09 15:33:58 -07:00
instances.ex Broaden HTTPoison status code inspection 2021-12-28 12:33:04 -07:00
router.ex Preserve redirect with /_/ path prefix (#13) 2022-01-27 11:57:41 -07: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 Fix formatting 2021-11-12 14:40:05 -07:00