1
0
Fork 0
Commit Graph

12 Commits

Author SHA1 Message Date
Peter Steinberg a378eaf37a
Add more `about:` pages (#187)
Co-authored-by: makeworld
2021-02-12 21:26:07 -05:00
makeworld 86bde5ec11 🐛 Handle empty META - fixes #176 2021-02-04 18:06:56 -05:00
makeworld 8ec9bb780c about:version page
Fixes #126
2020-12-20 16:39:33 -05:00
makeworld 008d713de3 🐛 Handle redirects for subscription URLs
Fixes #144
2020-12-17 21:48:23 -05:00
makeworld 2043ed7212 🚨 Lint fixes 2020-12-17 11:37:48 -05:00
makeworld 90089cba0a 🐛 Downloading re-uses request
Fixes #140
2020-12-17 11:29:03 -05:00
makeworld 39290b09c6 🐛 Make sub popup accurate when viewing a text feed 2020-12-09 22:52:35 -05:00
makeworld ecf229d3dc 🚸 Show sub popup even if they're already subbed 2020-12-09 16:00:51 -05:00
makeworld dd7550dffb Add pagination 2020-12-06 20:57:57 -05:00
makeworld 1a2fba92c2 Add subscription manager, fix corrupt read/write & short URI panic
More info on corrupt reads and writes:
https://github.com/makeworld-the-better-one/amfora/issues/61#issuecomment-735042805

The panic was occuring due to lines like:

    if u[:6] == "about:"

These would cause panics for URIs that were shorter than 6, like "docs/".
strings.HasPrefix was used instead to fix this.
2020-12-05 20:35:15 -05:00
makeworld 62102d4f98 Add handleAbout() 2020-11-27 18:25:17 -05:00
makeworld 5722c50432 Move funcs to handlers.go 2020-11-27 17:57:19 -05:00