1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-15 19:15:24 +00:00
Commit Graph

226 Commits

Author SHA1 Message Date
makeworld
ba28b2b5f9 Merge branch 'master' into feeds 2020-11-23 21:11:51 -05:00
makeworld
c53c36a4d0 ⬆️ go-gemini v0.9.3
Timeout when header takes too long, downloading uses proxies if appropriate
2020-11-23 21:09:48 -05:00
Mattias Jadelius
51fd32e1ea
fix for #103: Simple handling of local (file://) urls (#117)
Co-authored-by: Mattias Jadelius <mattias.jadelius>
2020-11-22 16:25:20 -05:00
makeworld
a04c281ae0 Revert "🚸 Support numpad enter key"
This reverts commit 4b78a13140.
See #123 for more info on why this was reverted.
2020-11-21 19:35:17 -05:00
makeworld
4b78a13140 🚸 Support numpad enter key 2020-11-21 12:45:54 -05:00
makeworld
8875af6c57 Ask about downloading if user doesn't add feed 2020-11-19 21:14:19 -05:00
makeworld
8ffc0ca29c Refine post prefix logic
Improved for hosted users and feeds with titles and authors.
2020-11-19 12:50:49 -05:00
makeworld
fb8af885ab Fix duplicated bookmarks bug 2020-11-19 11:39:08 -05:00
makeworld
ce81c97def Display paths better, remove more unused content, fix author nil panic 2020-11-19 11:34:10 -05:00
makeworld
12321f82a7 Update every X minutes with X workers 2020-11-18 21:24:26 -05:00
makeworld
d0d8b15bbb 🚧 Autodetect all kinds of feeds 2020-11-18 20:39:27 -05:00
makeworld
c72a225a43 🚧 Fix duplicate entries in feed page 2020-11-18 16:10:22 -05:00
makeworld
cf5e65f75a 🚧 Adding & displaying feeds/pages works
See NOTES.md for things still left
2020-11-17 20:56:15 -05:00
makeworld
781b89af61 🚧 Allow caching, increase curDay initial" 2020-11-17 11:59:06 -05:00
makeworld
bc4c72bba9 Merge branch 'master' into feeds 2020-11-17 10:45:28 -05:00
makeworld
81fee446d4 🚑 Remove unused import
Whoops
2020-11-05 10:42:07 -05:00
makeworld
383d8bcee0 🐛 Remove newlines from META error strings 2020-11-05 10:38:40 -05:00
makeworld
b05885e710 Disable cache for redirects - fixes #114 2020-11-04 21:11:33 -05:00
makeworld
277cc91881 More fine-grained error codes, support client cert errors 2020-11-04 20:55:34 -05:00
makeworld
fb47eff23e 🐛 Make .. command work like in v1.4.0 2020-11-04 20:41:09 -05:00
makeworld
b7efbdaeea 🐛 Fixes #81 2020-11-04 20:01:11 -05:00
makeworld
eb10c26599 🐛 Fixes #91 2020-11-04 19:54:58 -05:00
makeworld
4fbaa978d4 Don't cache client cert domains 2020-11-04 19:40:34 -05:00
makeworld
5adb676a68 🚨 Make linter happy 2020-11-04 18:47:27 -05:00
makeworld
b3482d3a09 🐛 Fixes #77 2020-11-04 18:35:56 -05:00
makeworld
e6a081000b 🔀 Merge branch 'master' into feeds 2020-10-10 20:11:00 -04:00
makeworld
efc10a2b3e 🐛 Don't allow creation of invalid bkmks - fixes #95 2020-10-01 19:08:26 -04:00
grimmware
391f9bfef0 Remove protocol filter for bookmarking 2020-10-01 21:05:29 +01:00
Alex Wennerberg
cceedfac15
Emoji Favicons (#90) 2020-09-18 17:44:31 -04:00
makeworld
e9204022c6 Merge branch 'master' into feeds 2020-09-16 10:57:10 -04:00
Jansen Price
298034078e Add 'e' keybinding feature to edit current URL 2020-09-05 13:04:55 -05:00
makeworld
0f5458c730 🔀 Merge branch 'master' into feeds 2020-09-01 22:26:34 -04:00
makeworld
c0c1ef898c 🐛 Make link colors all purple on proxy pages - fixes #84 2020-09-01 16:41:30 -04:00
makeworld
e1dc0a0ccd 🚨 Fix lint issues 2020-09-01 16:30:06 -04:00
makeworld
1d3e309556 Support mutiple proxies per-scheme - fixes #80 2020-09-01 16:22:44 -04:00
makeworld
30873e1b0b 🐛 Fix empty proxy bug, start on #80 2020-09-01 14:55:52 -04:00
Sotiris Papatheodorou
9d7c7370e0
Custom new tab page (#83) 2020-09-01 13:55:09 -04:00
makeworld
3dfbeb5bda 🐛 Make TOFU warning accurate when proxy enabled 2020-09-01 12:56:44 -04:00
makeworld
d4c23638f1 🐛 Fix date rounding and update time comparison 2020-08-29 20:51:51 -04:00
Jansen Price
6d9b954716
Fixes #55 - ignore navigation keypresses while help is open (#78) 2020-08-29 11:52:25 -04:00
makeworld
5c84991940 🚧 Feeds page rendering fixed, still untested 2020-08-28 19:33:37 -04:00
makeworld
d95963aa62 🚨 Remove nolints for now-disabled check 2020-08-28 12:22:49 -04:00
makeworld
2357e25b07 🚨 Fix lint issues 2020-08-28 12:18:30 -04:00
makeworld
3a63b73300 🔀 Merge branch 'master' into feeds 2020-08-28 12:07:08 -04:00
makeworld
11c3b1fec9 🔥 Use gemini.QueryEscape instead 2020-08-27 20:04:02 -04:00
makeworld
dbe87a3e99 🐛 Recog. colon-only scheme URLs and add normalizeURL tests 2020-08-27 19:57:06 -04:00
Sotiris Papatheodorou
4452fcfec6
Add option to automatically follow redirects (#75)
Co-authored-by: makeworld
2020-08-27 18:55:42 -04:00
makeworld
580e87bcc9 🚨 Add .golangci.yml, run gofmt, add PR to changelog 2020-08-27 18:52:38 -04:00
Sotiris Papatheodorou
6c3583b1ac
Add option to open unknown URLs (#74) 2020-08-27 18:02:19 -04:00
makeworld
8371960fd8 🚨 All lint issues should be fixed 2020-08-27 17:57:19 -04:00
makeworld
6853bb9c6d 🚨 More linting fixes and unix build fix 2020-08-27 11:47:57 -04:00
makeworld
13163352b3 🚨 More linting fixes
Source: https://github.com/makeworld-the-better-one/amfora/actions/runs/224468383
2020-08-25 21:03:21 -04:00
makeworld
de41930d0a 🚨 Fix linting errors and switch to disable-all model
Lint errors source: https://github.com/makeworld-the-better-one/amfora/actions/runs/224352889
2020-08-25 19:17:06 -04:00
Adrian Hesketh
5d13054a1e
Provided default message in case of no error information. 2020-08-22 14:03:13 +01:00
makeworld
f22ee7d76c 🎨 Fix comment style and remove reset() 2020-08-18 19:48:10 -04:00
Chloe Kudryavtsev
ef0675fc0b Allow relative URLs in bottom bar 2020-08-18 17:32:53 -04:00
makeworld
8ea57ee5c5 🚧 Fix lint errors 2020-08-17 17:36:50 -04:00
makeworld
e5fe550bc2 🚧 Feeds page rendering, untested 2020-08-17 15:33:53 -04:00
makeworld
5cb629f4c3 F1 & F2 keys for tab nav. - #64 2020-08-06 15:08:19 -04:00
makeworld
70438cfdb5 🔧 Use shift_numbers - #64 2020-08-06 13:55:43 -04:00
makeworld
789e7e23a6 🐛 Support text/* for favicon 2020-08-05 17:55:43 -04:00
makeworld
0bc5939600 Emoji favicon support - fixes #62 2020-08-05 13:31:59 -04:00
makeworld
edd128e7c5 🎨 Rename page cache funcs 2020-08-04 21:05:12 -04:00
makeworld
2d81886dda 🐛 Repeated redirects don't leave "Loading..." - fixes #53 2020-07-28 19:17:15 -04:00
makeworld
2d99db371d 🐛 Pressing Esc in bottombar doesn't jump to page beg. 2020-07-28 19:06:00 -04:00
makeworld
0977cabb18 🐛 Stop jumping to top of page
This was a regression, the bug was not present in v1.3.0. This could be due to the cview update?
2020-07-28 18:14:03 -04:00
makeworld
ede504caaf 🐛 Fix not being able to interact with page after modal
This was a regression, the bug was not present in v1.3.0. This could be due to the cview update?
2020-07-28 18:09:36 -04:00
makeworld
27537c7edb 🐛 Able to leave help page
This was a regression, the bug was not present in v1.3.0. This could be due to the cview update?
2020-07-28 17:33:18 -04:00
makeworld
420b8a83a2 🐛 Allow open new tab while loading 2020-07-28 17:16:57 -04:00
makeworld
56a56896c9 Themeing support 2020-07-28 16:58:32 -04:00
makeworld
fdd8a6e59b 📝 Ctrl-C is "hard quit" 2020-07-26 16:25:37 -04:00
makeworld
e740c58ff9 🐛 Catch errors when downloading 2020-07-26 12:12:54 -04:00
makeworld
aa28bc78b2 ️ Don't re-set text when there hasn't been changes 2020-07-26 11:50:18 -04:00
makeworld
a2a56b942a 🐛 Don't keep query string on '..' - fixes #49 2020-07-26 11:33:59 -04:00
makeworld
d32fc9159a 🐛 Stop double requests - fixes #50 2020-07-26 11:31:13 -04:00
makeworld
481e2797f7 🐛 Catch Ctrl-C - fixes #51 2020-07-26 11:21:33 -04:00
makeworld
28b2235ddb Permanent redirects are cached - fixes #22 2020-07-25 20:26:40 -04:00
makeworld
258c8589ce 🚚 Create util.go file and move funcs 2020-07-21 11:30:32 -04:00
makeworld
cfc528d311 Number keys for links - fixes #47 2020-07-19 11:27:39 -04:00
makeworld
aa4edc4344 Tab can enter link selecting mode - fixes #48 2020-07-19 11:09:33 -04:00
makeworld
7d71af116d 🐛 Can't change links while page is loading 2020-07-10 19:49:17 -04:00
makeworld
bde371cff2 🔖 Ready for v1.3.0 2020-07-10 19:16:13 -04:00
makeworld
9b8985905f Add cert expiry info to TOFU warning - fixes #34 2020-07-10 18:59:51 -04:00
makeworld
74d5edd695 Support text/x-ansi - fixes #45 2020-07-10 17:45:14 -04:00
makeworld
7fe78f4d6b Response size and time limit - fixes #30 2020-07-10 15:33:39 -04:00
makeworld
eae118faac 🚧 Downloading all content seems to work 2020-07-10 14:37:18 -04:00
makeworld
39fa7c6a8b 🚧 Downloading pages works - #38 2020-07-09 19:28:39 -04:00
makeworld
06a112b1cc 🐛 Portal open uses http config setting - fixes #42 2020-07-07 21:51:20 -04:00
makeworld
543d15abfc 🔀 Refactor to use tab struct
Squashed commit of the following:

commit 72f36afc9e
Author: makeworld <colecmac@protonmail.com>
Date:   Tue Jul 7 16:15:45 2020 -0400

    🚧 Scroll is applied correctly when navigating around

commit 4b8982723f
Author: makeworld <colecmac@protonmail.com>
Date:   Tue Jul 7 15:34:45 2020 -0400

    🚧 Fix bottomBar code

    Make sure it always resets to a selected link if one was selected before

commit be09ffcf91
Author: makeworld <colecmac@protonmail.com>
Date:   Mon Jul 6 20:30:54 2020 -0400

    🚧 Switch to using tab pointers instead of ints

    Almost finished overall work.

commit ef8ab3da39
Author: makeworld <colecmac@protonmail.com>
Date:   Mon Jul 6 12:10:50 2020 -0400

    🚧 Fixed some bugs, major ones remain

commit d3d47a344d
Author: makeworld <colecmac@protonmail.com>
Date:   Sat Jul 4 20:58:46 2020 -0400

    🚧 Everything uses tab struct, no compile errors, untested

commit 44bf54c12f
Author: makeworld <colecmac@protonmail.com>
Date:   Sat Jul 4 13:24:49 2020 -0400

    🚧 Initial work on tab struct
2020-07-07 21:13:45 -04:00
makeworld
518c35453a 🎨 Rename reformat func 2020-07-04 11:32:11 -04:00
makeworld
92eb544b0a 🐛 Handle plaintext for dynamic wrapping - fixes #33 2020-07-03 17:28:56 -04:00
makeworld
36c2206785 Wrapping done - fixes #33 2020-07-03 12:22:44 -04:00
makeworld
3aff20f43b 🚧 Dynamic wrapping #33
This is the majority of the work for this issue completed.
2020-07-02 23:55:24 -04:00
makeworld
4d6656adf8 🔖 Release v1.2.0 2020-07-02 14:54:18 -04:00
makeworld
d2c8231377 🐛 TOFU popup has question mark now 2020-07-02 14:36:41 -04:00
makeworld
6f1f14a67a Cache pages with queries, don't cache bB URLs - fixes #29 2020-07-02 11:55:41 -04:00
makeworld
a480c0eed8 🐛 Allow opening regular new tabs
This is a regression due to previous commits, and it worked fine in v1.1.0
2020-07-01 20:44:16 -04:00
makeworld
0791079e13 🐛 Wrap new tab text - fixes #31 2020-07-01 20:37:34 -04:00
makeworld
85e2191a9a 🐛 Hardwrap help table cells 2020-07-01 20:08:07 -04:00
makeworld
581b498a0f Open link in new tab - fixes #27 2020-07-01 13:39:13 -04:00
makeworld
8cfff2296f Display selected URL and support Esc - fixes #24 2020-06-29 15:20:24 -04:00
makeworld
3e807ab5b8 Support paging - fixes #19 2020-06-29 15:01:41 -04:00
makeworld
2a395008fa 🥅 Raise Error modal when input makes URL too long - fixes #25 2020-06-29 14:25:25 -04:00
makeworld
33f0c6781f Add support for .. in bottom bar - fixes #21 2020-06-29 13:56:27 -04:00
makeworld
6499fe6ae9 💬 Add Num to bottomBar prompt 2020-06-29 13:39:47 -04:00
makeworld
d81f0aa0b3 🐛 Input fields are always in focus now - fixes #5 2020-06-29 13:30:20 -04:00
makeworld
293a1a1db0 Add alt-arrows for history nav - fixes #23 2020-06-28 21:06:58 -04:00
makeworld
6b1882f1a4 ️ Fix perf on loading long cached pages - #26 2020-06-28 18:09:52 -04:00
makeworld
e75c539dac 🐛 Use domain from URL for TOFU, not from cert 2020-06-24 13:31:01 -04:00
makeworld
3db81c3ac6 🚸 Bookmarks are sorted alphabetically - fixes #17 2020-06-24 13:18:23 -04:00
makeworld
e8e23c7fe6 🐛 Don't rerequest resource when bypassing TOFU 2020-06-24 12:06:44 -04:00
makeworld
5056bd303d 🐛 Add no-color UI elements - fixes #16 2020-06-24 11:37:32 -04:00
makeworld
cfe58cb5f3 Add bookmarks! - fixes #10 fixes #13 2020-06-23 20:07:25 -04:00
makeworld
f0a75cf4a7 🐛 bottomBar is not in focus when loading 2020-06-21 23:56:25 -04:00
makeworld
db69646dbd Support all text/* documents - fixes #12 2020-06-21 23:49:43 -04:00
makeworld
7ab1a2bda9 ⬆️ Status 21 is invalid now 2020-06-21 23:39:33 -04:00
makeworld
c2c74cbe28 Add TOFU continue option - fixes #6 2020-06-21 20:37:27 -04:00
makeworld
61e2c51e40 🐛 New tab is now shifted too - with prev. commit, this fixes #1 2020-06-21 17:15:21 -04:00
makeworld
850d6f0454 Side-scrolling and margin UX greatly improved
#1 will be fixed completely once margins are added to the new tab page
2020-06-21 16:53:12 -04:00
makeworld
847bd6eefa Add built in search 2020-06-20 17:17:34 -04:00
makeworld
fdd98a1487 🎨 Move render code around 2020-06-20 00:09:01 -04:00
makeworld
92738f54b3 Give Error modals titles 2020-06-19 14:05:05 -04:00
makeworld
41075c8c41 🐛 Reset bottomBar on invalid URL or error 2020-06-19 11:18:28 -04:00
makeworld
a1162fe471 📝 Update README with Gif 2020-06-18 19:10:45 -04:00
makeworld
9abb5ee27f 📝 Add shields 2020-06-18 17:23:54 -04:00
makeworld
4951ffa9fe 🎉 Initial commit, full featured 2020-06-18 16:54:48 -04:00