Commit Graph

311 Commits

Author SHA1 Message Date
8b5b1ddf70
Add json import
All checks were successful
the build was successful
2018-09-10 21:33:16 +02:00
b2a4410d6c
Add export to a JSON file 2018-09-10 21:25:02 +02:00
47edcc41be
Import feeds from OPML
All checks were successful
the build was successful
2018-09-10 20:41:30 +02:00
8bad2d1a88
Add export opml command
All checks were successful
the build was successful
2018-09-10 20:19:32 +02:00
691be5300d
Remove cache-control header 2018-09-08 20:29:07 +02:00
453b695901
Try other headers
All checks were successful
the build was successful
2018-09-08 20:26:19 +02:00
b38f2f526f
Remove space in ACAH header
All checks were successful
the build was successful
2018-09-08 20:21:29 +02:00
8d42585672
Use the API right
All checks were successful
the build was successful
2018-09-08 20:16:53 +02:00
c116139f89
Add ticker for real
All checks were successful
the build was successful
2018-09-08 20:12:55 +02:00
58b7027259
Add default ticker
All checks were successful
the build was successful
2018-09-08 20:07:05 +02:00
f0bdae1855
Add missing file
All checks were successful
the build was successful
2018-09-08 19:59:49 +02:00
a64a4e1541
Add events
Some checks failed
the build failed
2018-09-08 19:56:54 +02:00
bd05576f1c
Add cache-control to allowed methods
All checks were successful
the build was successful
2018-09-08 19:32:01 +02:00
56c25c6ab2
Add too simple events to the server
All checks were successful
the build was successful
2018-09-08 19:12:53 +02:00
0d1d391f2a
Microsub events test
All checks were successful
the build was successful
2018-09-08 17:49:20 +02:00
348fc5f33f
StablePartition the channels based on unread count
All checks were successful
the build was successful
2018-09-02 11:12:07 +02:00
218f3ffa08
Improve template handling
All checks were successful
the build was successful
2018-09-01 13:35:02 +02:00
572c108dc1
Reset before and after if no new values are found
All checks were successful
the build was successful
2018-08-29 20:42:59 +02:00
dc5f9883f2
Use empty slice instead of null slice
All checks were successful
the build was successful
2018-08-28 21:29:18 +02:00
89a50821d4
Remove Redis from microsubHandler and pass as parameter
All checks were successful
the build was successful
2018-08-28 21:17:42 +02:00
e02050013d
Fix a number of data races in the memory backend 2018-08-28 21:15:22 +02:00
fa61569e56
Add Access-Control-Allow-Origin header to all requests
All checks were successful
the build was successful
2018-08-27 22:54:39 +02:00
4693b95f77
Move OPTIONS response higher up
All checks were successful
the build was successful
2018-08-26 18:54:45 +02:00
a4416164cd
Add Access-Control-Allow-Origin and friends
All checks were successful
the build was successful
2018-08-26 18:50:11 +02:00
67c27a6139
Remove cloud profiler 2018-08-26 18:50:00 +02:00
407d4fb155
Fix error in micropub input
All checks were successful
the build was successful
2018-08-19 20:11:24 +02:00
64730b0e50
Cleanup summary, and use h-feed author
Some checks failed
the build failed
2018-08-19 17:00:09 +02:00
118b072f38
Simplify matching of inclusion/exclusion regex
All checks were successful
the build was successful
2018-08-18 20:57:43 +02:00
8360c178c7
Also look at referenced items for included text 2018-08-18 20:50:10 +02:00
99edcd6d40
Improve usage text
All checks were successful
the build was successful
2018-08-18 12:09:35 +02:00
c10bf83c41
Add -verbose option to enable logging
All checks were successful
the build was successful
2018-08-18 11:58:57 +02:00
03c7375064
Update channels count with new items for include matching
All checks were successful
the build was successful
2018-08-15 20:08:03 +02:00
3addbb50de
Simplify markasread function
All checks were successful
the build was successful
2018-08-15 19:04:44 +02:00
507aff683e
Use gomodule version of redis library 2018-08-15 19:04:15 +02:00
c678fc67da
Add missing deferred body Close calls 2018-08-15 19:03:45 +02:00
d4b51a6ad7
include: check for text and html content
All checks were successful
the build was successful
2018-08-11 20:45:25 +02:00
41c079b871
Add more debug logging for WebSub
All checks were successful
the build was successful
2018-08-05 21:02:10 +02:00
d89dac6159
Check exclude regex on HTML as well 2018-08-05 21:01:55 +02:00
fddea5e39b
jf2test - add testing program for JF2 output
All checks were successful
the build was successful
2018-08-05 13:57:42 +02:00
1cb3e21e7c
Move fetching code to fetch package 2018-08-05 13:45:12 +02:00
573816d75f
Move jf2 to own package, start cleanup of fetch 2018-08-05 12:15:59 +02:00
27f1187399
Add a few more tests for simplification
All checks were successful
the build was successful
2018-08-05 11:09:21 +02:00
64390e1965
Add tests for simplification functionality
All checks were successful
the build was successful
Signed-off-by: Peter Stuifzand <peter@stuifzand.eu>
2018-08-05 11:02:07 +02:00
66489b6de7 Move jsonfeed to it's own package
All checks were successful
the build was successful
- Also implement hubs for jsonfeed
2018-08-04 22:43:57 +02:00
c1f2b7a5a7 Add missing license matters
All checks were successful
the build was successful
2018-07-28 18:03:21 +02:00
af3e90c964 Move from github.com/pstuifzand to p83.nl/go/ekster
All checks were successful
the build was successful
2018-07-28 17:52:59 +02:00
55ef797f68 Try to not escape HTML in timeline response 2018-07-28 13:42:32 +02:00
67fd816e3f Fix memory leak
Close resp.Body in the main Fetch function. When the resp.Body is not
closed, it will keep all HTTP responses in memory and that amount will
grow, quite fast.
2018-07-28 10:07:07 +02:00
e79b883faa Remove unused caching structs 2018-07-26 19:50:08 +02:00
0d3e2638c1 Add profiler for microsub server 2018-07-26 19:49:55 +02:00