Commit Graph

478 Commits

Author SHA1 Message Date
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
c23802216e
Add logging of requests to ek 2018-08-18 11:50:38 +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
8a2dbfec7a
Cleanup author and checkin
All checks were successful
the build was successful
2018-08-05 23:16:13 +02:00
dc7493737a
Improve author handling
All checks were successful
the build was successful
2018-08-05 22:44:42 +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
6ed7dc8ddb
Include refs in microsub.Item
All checks were successful
the build was successful
2018-08-05 17:23:50 +02:00
207fd8ecd6
Copy type instead of guessing
All checks were successful
the build was successful
2018-08-05 14:03:21 +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
8495656ea0
Remove .idea files
All checks were successful
the build was successful
2018-08-05 13:47:03 +02:00
0a2d2ee886
Add .gitignore 2018-08-05 13:46:41 +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
0bf2125aee
Add goland settings 2018-08-05 11:09:08 +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
1d84cebe2d Fix name of repository
All checks were successful
the build was successful
2018-07-28 17:56:28 +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
e4a26e7c96 Don't fully reset session with using /auth 2018-07-25 14:58:42 +02:00
14a1edee57 Log the session after verification 2018-07-25 14:55:36 +02:00
4078559a89 Create a session when starting at auth 2018-07-25 14:52:13 +02:00
d9bdf78fd2 Remember NextURI when logging in 2018-07-25 14:27:23 +02:00
1cea51d5d5 Use logo property for Icon 2018-07-25 13:54:55 +02:00
0429821c08 Check error getAppInfo 2018-07-25 13:52:13 +02:00
dae386ef87 Remove some logging and useless comment 2018-07-25 13:51:59 +02:00
06a8df3bb8 Check if grant_type is used in token_endpoint 2018-07-25 13:51:00 +02:00
de9e27cac4 Show app info when logging in 2018-07-25 13:50:25 +02:00
09d2a72b33 Use channel adder with matchers 2018-07-16 22:38:21 +02:00
aa22931786 Fix actual include code 2018-07-16 22:34:25 +02:00
f2d9d450d0 Remember include_regex 2018-07-16 22:26:04 +02:00
023209c5d5 Add matching of includeRegex 2018-07-16 22:24:50 +02:00
09e5a81227 Add testing of ExcludeRegex 2018-07-16 22:16:12 +02:00
acf0721ba5 Add some settings 2018-07-16 22:05:28 +02:00
633cfabbfd Remove unused init() function 2018-07-16 21:36:11 +02:00
f3da9da58d Clean up url generation and callback 2018-07-16 21:05:52 +02:00
e596a116bb Add Dockerfile.ek 2018-07-15 08:28:36 +02:00
c3d8fb2802 Add type to item 2018-07-15 00:21:30 +02:00
3d03a17f42 Set ok = true in formencoded item 2018-07-15 00:16:57 +02:00