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

532 Commits

Author SHA1 Message Date
makeworld
e5891a52e7 📝 Reference wiki on readme 2020-12-01 10:52:06 -05:00
Benjamin Réthoré
d9637d338e
Adds solarized dark and light themes (#132)
Co-authored-by: Benjamin Réthoré <benjamin@subitolabs.com>
2020-11-30 10:46:56 -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
makeworld
71be668652 Prevent potential nil error on timestamps 2020-11-27 17:52:36 -05:00
makeworld
f6e89fdaa1 Switch subscription-based naming 2020-11-27 17:01:29 -05:00
makeworld
d1048edd96 📝 Add screenshots of gruvbox theme - #130 2020-11-26 13:29:41 -05:00
Grey
4e17ddd2fa
Add gruvbox theme (#130) 2020-11-26 13:27:02 -05:00
makeworld
7cd8abcf7e 📝 Remove travis shield 2020-11-25 10:11:12 -05:00
makeworld
1aeaadbb19 🐛 Support Go 1.13 and 1.14 2020-11-23 21:26:44 -05:00
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
makeworld
8cc240bb4e 💄 Add dracula theme 2020-11-23 13:19:05 -05:00
makeworld
ef8295b0a4 Handle multiple links per post, prefer item author over feed author 2020-11-22 20:04:09 -05:00
makeworld
9eebbb54e7 📝 Doc for #117 2020-11-22 16:27:34 -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
73bd071753 🔧 Use single quotes for commands and paths in config 2020-11-19 20:49:16 -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
ed7de1d05e 📝 Themes need truecolor 2020-11-19 00:37:34 -05:00
makeworld
780cf41137 📝 Document user themes 2020-11-19 00:34:02 -05:00
makeworld
f740ce6cf9 💄 Switch pre. text color to yellow - less passive 2020-11-19 00:07:56 -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
e026eb25e0 🐛 Fix 'concurrent map writes' panic and don't check for cert every time 2020-11-18 19:29:22 -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
0a963a0d8d 🚧 Support JSON feeds 2020-11-17 11:26:49 -05:00
makeworld
bc4c72bba9 Merge branch 'master' into feeds 2020-11-17 10:45:28 -05:00
makeworld
67000c120a Merge branch 'master' of https://github.com/makeworld-the-better-one/amfora 2020-11-16 18:21:03 -05:00
makeworld
524dee9635 💄 Preformatted text grey by default 2020-11-16 18:20:53 -05:00
Lokesh Krishna
8a1a845ab2
Add the Nord theme (#118) 2020-11-12 21:53:42 -05:00
makeworld
1839b7be9e ⬆️ go-gemini v0.9.1
Adds support for CN-only wildcard certs
2020-11-10 14:53:54 -05:00
makeworld
b314053f48 📝 Remove 'v's from changelog 2020-11-06 00:00:07 -05:00
makeworld
99c117589b 📝 Add 5 year expiry to openssl demo cmd 2020-11-05 11:09:37 -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
adf03b9aed 📝 Add client cert gen command 2020-11-04 22:18:43 -05:00
makeworld
445be96e46 🔖 Ready for v1.6.0 2020-11-04 21:31:08 -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
6993c24470 🔥 Remove unused func 2020-11-04 20:42:30 -05:00
makeworld
fb47eff23e 🐛 Make .. command work like in v1.4.0 2020-11-04 20:41:09 -05:00
makeworld
819023daec 🐛 Support ANSI color codes in preformatted blocks 2020-11-04 20:31:04 -05:00
makeworld
b7efbdaeea 🐛 Fixes #81 2020-11-04 20:01:11 -05:00