Anas Mohamed
|
a3713075dd
|
Added ability to save about: pages. (#236)
Co-authored-by: makeworld
|
2021-05-13 16:38:53 -04:00 |
|
makeworld
|
8e7300726d
|
🚧 Initial work
|
2021-02-27 18:17:49 -05:00 |
|
makeworld
|
180d108827
|
🔥 Removed favicon support - fixes #199
|
2021-02-22 17:41:48 -05:00 |
|
makeworld
|
c9468c11ef
|
✨ Support sensitive input - fixes #106
|
2021-02-17 14:48:03 -05:00 |
|
makeworld
|
9198572f34
|
cview update (#107)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
Co-authored-by: Stephen Robinson <stephen@drsudo.net>
Co-authored-by: Trevor Slocum <trevor@rocketnine.space>
Co-authored-by: Stephen Robinson <sudobash1@users.noreply.github.com>
|
2021-02-17 14:17:13 -05:00 |
|
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 |
|