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

320 Commits

Author SHA1 Message Date
makeworld
d7d7c3054e 🚑 Don't panic when adding a feed/page for the first time
Fixes #151
2020-12-21 12:42:43 -05:00
makeworld
11148ff95c 📝 Thank Lokesh Krishna 2020-12-20 23:50:22 -05:00
makeworld
c93d09b26b 🐛 Allow search for single word, like before 2020-12-20 22:58:25 -05:00
makeworld
9ad3dd82a0 🐛 Empty quote lines don't disappear 2020-12-20 17:52:06 -05:00
makeworld
1b92bc9bc4 🔖 Ready for v1.7.0 2020-12-20 17:26:39 -05:00
makeworld
36455e800b 🐛 Make sure file:// dir paths end in slash 2020-12-20 16:58:29 -05:00
makeworld
8ec9bb780c about:version page
Fixes #126
2020-12-20 16:39:33 -05:00
makeworld
b6ad49dfb0 Add cache time limit
Fixes #110
2020-12-20 15:54:47 -05:00
makeworld
8412b211b6 🐛 Use custom downloads dir 2020-12-20 15:23:00 -05:00
makeworld
a0ae0ca835 New search vs. URL detection logic 2020-12-20 15:13:26 -05:00
makeworld
507c6e8dec 📝 Wiki script, link to wiki on new tab 2020-12-20 00:31:14 -05:00
makeworld
95f077c083 Ability to go back to new tab page 2020-12-19 20:19:47 -05:00
makeworld
ae9bfa5e2b 📌 Use replace for progressbar dep 2020-12-19 20:09:25 -05:00
makeworld
f5063c8424 🚨 Ignore line length in tests 2020-12-19 19:43:54 -05:00
makeworld
8aec339283 Fix invalid URLs, NFC norm., support IDNs
Fixes #138
2020-12-19 19:41:25 -05:00
makeworld
bd7bb5f9f0 🚨 Use err from AddPage 2020-12-18 16:30:06 -05:00
makeworld
008d713de3 🐛 Handle redirects for subscription URLs
Fixes #144
2020-12-17 21:48:23 -05:00
makeworld
8672b78d69 🐛 Detect feed for any XML file 2020-12-17 12:00:34 -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
0caf5011bc 📝 Update README 2020-12-15 14:35:43 -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
1735f1c53c 🐛 Prevent concurrent map panic for tofuStore 2020-12-09 15:17:07 -05:00
makeworld
4a2c7da529 🐛 Don't have a Next Page link on the last subs page 2020-12-07 18:09:10 -05:00
makeworld
6d8e823e51 🔀 Merge branch 'feeds' - subscriptions feature
See #61 for details on this feature.
2020-12-07 15:33:44 -05:00
makeworld
d7942c68b0 👷 Fix ignore syntax 2020-12-07 15:32:35 -05:00
makeworld
9729802149 👷 Ignore docs files in CI, let all jobs run 2020-12-07 15:25:14 -05:00
makeworld
1cdcd1dbc0 Update docs to prep for merge 2020-12-07 15:18:47 -05:00
makeworld
dd65368976 Lint fixes 2020-12-06 22:15:24 -05:00
makeworld
d0c8184cc0 Merge branch 'master' into feeds 2020-12-06 22:11:05 -05:00
makeworld
cf52850cb0 Fix lint by not using goconst 2020-12-06 21:05:36 -05:00
makeworld
ef23d9e45f Logging removed 2020-12-06 21:02:41 -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
Serge Tymoshenko
fe0b2504cf
Add One Dark theme (#136) 2020-12-04 13:26:08 -05:00
makeworld
7932f8f2d3 📝 Add #133 to changelog 2020-12-01 14:01:59 -05:00
p1gp1g
cafbb5c4c1
show links (#133)
Co-authored-by: pigpig <pigpig@pig.pig>
2020-12-01 14:00:01 -05:00
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