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

77 Commits

Author SHA1 Message Date
makeworld
1cdcd1dbc0 Update docs to prep for merge 2020-12-07 15:18:47 -05:00
makeworld
d0c8184cc0 Merge branch 'master' into feeds 2020-12-06 22:11:05 -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
e5891a52e7 📝 Reference wiki on readme 2020-12-01 10:52:06 -05:00
makeworld
f6e89fdaa1 Switch subscription-based naming 2020-11-27 17:01:29 -05:00
makeworld
7cd8abcf7e 📝 Remove travis shield 2020-11-25 10:11:12 -05:00
makeworld
ba28b2b5f9 Merge branch 'master' into feeds 2020-11-23 21:11:51 -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
780cf41137 📝 Document user themes 2020-11-19 00:34:02 -05:00
makeworld
bc4c72bba9 Merge branch 'master' into feeds 2020-11-17 10:45:28 -05:00
makeworld
99c117589b 📝 Add 5 year expiry to openssl demo cmd 2020-11-05 11:09:37 -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
424ce099dd 📝 Update changelog and config for #112 2020-11-04 16:45:34 -05:00
makeworld
d917ed8179 📝 Install amfora from Arch pkgs 2020-10-30 10:47:24 -04:00
makeworld
9292d86c45 📝 Show build status for master branch only 2020-10-24 12:22:41 -04:00
makeworld
e6a081000b 🔀 Merge branch 'master' into feeds 2020-10-10 20:11:00 -04:00
makeworld
80b8228683 📝 Add brew HEAD install to readme 2020-09-20 17:33:45 -04:00
makeworld
e9204022c6 Merge branch 'master' into feeds 2020-09-16 10:57:10 -04:00
makeworld
fe0fd784bb 📝 Use official tap 2020-09-15 13:54:32 -04:00
makeworld
b2b8e3082d 🔨 Stop using go env
go env changes env vars globally for users, altering their existing setups
2020-09-12 19:35:12 -04:00
makeworld
32e3015b27 📝 Remove now-false Makefile info 2020-09-12 17:41:16 -04:00
makeworld
0eea591ff6 📝 Remove make desktop command 2020-09-12 17:40:27 -04:00
makeworld
d312efcf1b 📝 Windows Term UTF-8 link, watching releases, + 2020-09-04 21:03:07 -04:00
makeworld
0156769591 🔀 Merge branch 'master' into feeds 2020-09-04 20:45:07 -04:00
makeworld
84efeb5d9c 📝 Fix readme 2020-09-02 14:06:38 -04:00
makeworld
d9c6c92d98 📝 Add lang to make example 2020-09-02 13:02:40 -04:00
makeworld
7a1b9e2364 📝 Docu. that Makefile needs git 2020-09-02 12:55:33 -04:00
makeworld
038df04648 Makefile 2020-09-02 11:05:14 -04:00
makeworld
0f5458c730 🔀 Merge branch 'master' into feeds 2020-09-01 22:26:34 -04:00
makeworld
ac46c68e17 📝 Mention emoji favicons are disabled by default 2020-09-01 20:07:46 -04:00
makeworld
922e7981a9 🔖 Ready for v1.5.0 release 2020-09-01 19:55:06 -04:00
makeworld
30873e1b0b 🐛 Fix empty proxy bug, start on #80 2020-09-01 14:55:52 -04:00
makeworld
b37af27b80 📝 Add ANSI bug 2020-08-31 12:09:54 -04:00
makeworld
9ba405a42f 📝 Remove from v1.5.0 changelog 2020-08-31 12:06:06 -04:00
makeworld
c25e270d64 📝 Add Known Bugs section 2020-08-29 16:17:14 -04:00
makeworld
476e36c3f2 📝 Use cross-platform way to enable go modules 2020-08-29 15:57:12 -04:00
makeworld
3a63b73300 🔀 Merge branch 'master' into feeds 2020-08-28 12:07:08 -04:00
makeworld
164ed98588 Proxy support 2020-08-27 22:40:40 -04:00
makeworld
6de2b355b5 📝 Add #75 to changelog 2020-08-27 19:02:12 -04:00
makeworld
8371960fd8 🚨 All lint issues should be fixed 2020-08-27 17:57:19 -04:00
makeworld
f5e45a70ed 💚 Remove older Go versions 2020-08-25 17:22:49 -04:00
makeworld
c45f011fb5 📝 Recommend Windows Terminal 2020-08-11 12:11:03 -04:00
makeworld
1e378fced2 🎨 Reorder config.Init code 2020-08-07 12:27:50 -04:00
makeworld
70438cfdb5 🔧 Use shift_numbers - #64 2020-08-06 13:55:43 -04:00
makeworld
0bc5939600 Emoji favicon support - fixes #62 2020-08-05 13:31:59 -04:00
makeworld
fb2bce5a78 📝 Added homebrew pkg 2020-08-04 11:14:32 -04:00
makeworld
297a00ee9f 📝 Add AUR pkg and change roadmap order 2020-08-03 11:23:27 -04:00
makeworld
887a98ed25 📝 themeing -> theming 2020-07-28 20:18:38 -04:00