Emily
00541a435d
add confirmation prompts for url schemes ( #302 )
...
* add confirmation prompts for url schemes
This commit adds a confirmation prompt before following urls with
with certain schemes.
Wether or not a scheme requires confirmation can be configured in the
new `[url-promps]` section.
* Use other instead of default
* Use other instead of default
Co-authored-by: makeworld <makeworld@protonmail.com>
2022-04-25 21:01:08 -04:00
makeworld
dc84332124
Move rr pkg to its own repo
2022-01-18 09:47:59 -05:00
makeworld
33bf9603b5
Keybinding to open URL with URL handler instead of proxy
...
Fixes #143
2021-12-28 17:35:08 -05:00
makeworld
eab0a6a626
Support restricting client certs to subpaths
...
Fixes #115
2021-12-23 00:23:06 -05:00
makeworld
d312a801e3
Lint fix
2021-12-22 20:39:17 -05:00
makeworld
40865f977e
Don't leave zombie processes
...
Fixes #219
2021-12-22 17:49:07 -05:00
mooff
baebc86c09
Modal fixes ( #281 ) ( #284 )
2021-12-22 17:09:47 -05:00
makeworld
1c4d13b055
Use new go-gemini to handle invalid status codes, show error modal for out of range ones
...
Ref #266
2021-12-07 19:07:20 -05:00
makeworld
043242392c
Accept spaces in paths for url-handlers config
...
Fixes #214
2021-12-07 15:56:12 -05:00
makeworld
97ee1aa368
Use default application to open unknown schemes
...
Fixes #207
2021-12-07 15:28:34 -05:00
mooff
92fd9ed0bc
Auto redirect if the new URL just adds a trailing slash ( #271 )
2021-12-03 09:59:34 -05:00
makeworld
6e17b57837
Appease linter
2021-12-01 11:18:20 -05:00
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