Commit Graph

223 Commits

Author SHA1 Message Date
a43c987a9a Remove mention code
Should be readded more generally, so we can add posts mentioning some
regex to a channel
2018-05-16 17:30:59 +02:00
b177dfd82e Remove google cloud profiler 2018-05-16 17:29:40 +02:00
9024590457 Fix drone.yml 2018-05-16 17:27:40 +02:00
1d589ade0e Call new server from Dockerfile 2018-05-16 17:25:15 +02:00
26c8295193 Rename microsub-server --> ekster
- Server is called eksterd
- Client is called ek
2018-05-16 17:24:26 +02:00
532bcf016b Use channel instead of uid for channel delete 2018-05-13 19:44:42 +02:00
da53190a97 Improve logging on client calls 2018-05-13 19:38:46 +02:00
28e5f4d7be Add uid to channel message 2018-05-13 19:38:27 +02:00
0a6841d9b9 cli: align items in channels output 2018-05-12 18:56:30 +02:00
22f47cde40 cli: add help text 2018-05-12 18:36:59 +02:00
845e2ce43e Remove program from args to simplify command parsing 2018-05-12 18:25:59 +02:00
fa35d331ec If text format is not available show HTML 2018-05-12 15:19:11 +02:00
57bedde9b1 Add Create, Update and Delete 2018-05-12 15:18:58 +02:00
b9ab3e0b4c Fix order of after and before in client library 2018-05-12 14:49:27 +02:00
6d57b4e58d Improve display of items 2018-05-12 14:37:51 +02:00
e2b577eef9 Fix order of before and after 2018-05-12 14:37:29 +02:00
ada6c45a0a cli: show items always in the same way 2018-05-12 14:08:40 +02:00
eba2afc746 cli: Add more commands to client 2018-05-12 13:58:01 +02:00
fa969e3602 cli: clieanup and save endpoints and me 2018-05-12 13:41:08 +02:00
3615bdb64d cli: cleanup 2018-05-12 13:20:13 +02:00
9a8ab7e719 cli: extract loadEndpoints 2018-05-12 13:16:15 +02:00
8edcde3471 cli: extract loadAuth 2018-05-12 13:11:13 +02:00
c84e139903 Add Microsub CLI client 2018-05-12 13:08:36 +02:00
798c5c39d6 Fix repost error type conversion 2018-05-06 12:39:54 +02:00
6e89e8d4f7 Add profiling support for cloud.google.com
- Adds dependency on env var GOOGLE_APPLICATION_CREDENTIALS, which
should contain a json file with a service key
2018-05-06 10:43:45 +02:00
e935820387 Add redis caching of http requests and hub subscription 2018-05-03 21:50:16 +02:00
dd4b03c97b Fix for cast 2018-05-03 07:29:51 +02:00
f943507d0d Use right variable for value array 2018-05-03 07:27:31 +02:00
7fe800f0f9 Add in-reply-to to item 2018-05-03 07:26:15 +02:00
2f3c486651 Disable feed loading on start 2018-05-03 07:24:55 +02:00
04e37a8257 Add cast checks around in-reply-to 2018-05-03 07:22:32 +02:00
93c7614efd Don't use extended mode for entries 2018-05-02 00:14:15 +02:00
0155a36a90 Get more information from feeds 2018-05-02 00:13:41 +02:00
f5ed8dbc45 Add simple start of feedbin API proxy 2018-05-01 23:47:43 +02:00
3bff9eb481 Add mentions to the mentions channel 2018-04-26 22:13:13 +02:00
28e8ce6f78 Also match with HTML in Content 2018-04-25 22:46:36 +02:00
58d0179a35 Check if content != nil before matching content 2018-04-25 21:59:41 +02:00
3590bbdb65 Skip items without uid or url 2018-04-25 21:52:04 +02:00
29658eb096 Gather value from microformat instead of full cite 2018-04-25 21:47:52 +02:00
6467d35529 If the item content matches my website, also add it to noficitations 2018-04-25 21:28:08 +02:00
10bce8189b Remove Accept header from Fetch 2018-04-12 20:46:04 +02:00
77126110c3 Don't innerxml, but just normal xml 2018-04-11 22:17:11 +02:00
1185b1f786 Add accept headers 2018-04-11 22:09:53 +02:00
c9c505bda4 Always use fetchURL to get the feed 2018-04-11 22:06:13 +02:00
68a98ee59e Don't leave early 2018-04-11 22:01:44 +02:00
a968380e7a Add logging for found feed info 2018-04-11 21:56:40 +02:00
3574001b40 Improve ID generation of the posts messages 2018-04-11 21:26:38 +02:00
1142f4a1bc Check if author is set 2018-04-11 19:49:49 +02:00
999bc0d456 Improve handling of missing author and content 2018-04-11 18:47:57 +02:00
0a7696ea6b Add type="entry" for RSS and Atom feeds 2018-04-11 18:32:46 +02:00