|
31caee7c18
|
Add channelID conversion to "ek follow UID" command
|
2021-10-21 22:08:56 +02:00 |
|
|
5eed538bd1
|
Fill item source from FeadHeader
continuous-integration/drone/push Build is passing
|
2021-10-21 21:47:37 +02:00 |
|
|
c49afabaa8
|
add removeFeed to remove feed from channels
continuous-integration/drone/push Build is passing
|
2021-10-21 21:21:38 +02:00 |
|
|
fff2a92b72
|
breaking change: make "postgres-stream" the default channel type
|
2021-10-21 20:03:03 +02:00 |
|
|
6c737dc3a1
|
improve connect URL description
continuous-integration/drone/push Build is passing
|
2021-10-20 21:46:53 +02:00 |
|
|
44b73e1c79
|
chore: cleanup code of Ekster
continuous-integration/drone/push Build is passing
|
2021-10-20 20:23:54 +02:00 |
|
|
39e08e6026
|
Allow arguments as channel uid or channel name
continuous-integration/drone/push Build is passing
|
2021-10-20 20:21:23 +02:00 |
|
|
61e4a84848
|
Cleanup
continuous-integration/drone/push Build is passing
|
2021-06-20 19:58:18 +02:00 |
|
|
a8b6f6353f
|
Fetch categories from search results
continuous-integration/drone/push Build is passing
|
2021-06-05 20:40:26 +02:00 |
|
|
b4cc885103
|
eksterd: add channel to search results
continuous-integration/drone/push Build is passing
|
2021-06-01 00:04:39 +02:00 |
|
|
cb6bf8fc05
|
ekster: add more fields to search items
continuous-integration/drone/push Build is passing
|
2021-05-31 22:24:46 +02:00 |
|
|
61bdd770f7
|
ek: add "query QUERY CHANNEL" command
|
2021-05-31 22:24:20 +02:00 |
|
|
f14e6d8249
|
Add full text search to server
continuous-integration/drone/push Build is failing
Adds Blevesearch to the server. Every item that is processed by the
server is added to the index and can be returned from the ItemSearch
request.
|
2021-05-30 22:01:34 +02:00 |
|
|
1ab474451b
|
Move templates to command
- Add templates inside the binary with go embed
|
2021-05-30 21:56:25 +02:00 |
|
|
9d81cc9a3a
|
Add logging for timeline fetching
continuous-integration/drone/push Build is passing
|
2021-05-13 21:56:23 +02:00 |
|
|
0105b24846
|
Fix formatting in Fatalf call
continuous-integration/drone/push Build is passing
|
2021-05-13 11:04:06 +02:00 |
|
|
9c4a166b45
|
Extract database, add refreshFeeds
continuous-integration/drone/push Build is failing
|
2021-05-11 22:23:45 +02:00 |
|
|
fb6c70b2ce
|
Also check for xmlUrl while importing OPML
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
Closes #37.
|
2020-10-04 00:05:56 +02:00 |
|
|
e582fa42bb
|
Add tests for not creating duplicate channels
continuous-integration/drone/push Build is passing
|
2020-08-19 16:58:33 +02:00 |
|
|
1b02a8181a
|
Fetch the channel when it doesn't exist
|
2020-08-19 16:06:55 +02:00 |
|
|
08ae30b305
|
Only send 'delete channel' event when channel was removed
continuous-integration/drone/push Build is passing
|
2020-08-09 10:06:12 +02:00 |
|
|
330931742b
|
Add event 'delete channel'
continuous-integration/drone/push Build is passing
|
2020-08-09 09:59:11 +02:00 |
|
|
1144c615da
|
Add 'new channel' and 'update channel' events
continuous-integration/drone/push Build is passing
|
2020-08-09 09:50:23 +02:00 |
|
|
199514857a
|
Improve error handling around authorization
continuous-integration/drone/push Build is passing
|
2020-07-27 22:56:08 +02:00 |
|
|
c13a483e32
|
Compact decoder in verifyAuthCode
|
2020-07-27 22:42:20 +02:00 |
|
|
45616fa60e
|
Flip verifyAuthCode if
|
2020-07-27 22:41:15 +02:00 |
|
|
105db3fbc4
|
Improve error message on verification of auth code
continuous-integration/drone/push Build is failing
|
2020-07-27 19:50:31 +02:00 |
|
|
d4de6faa89
|
Save and use excluded types
continuous-integration/drone/push Build is passing
|
2019-08-19 20:32:30 +02:00 |
|
|
19f3177f66
|
Add UI for saving excluded post types
|
2019-08-19 20:16:48 +02:00 |
|
|
f8b9003c36
|
Specify names of new item event fields
continuous-integration/drone/push Build is passing
|
2019-08-18 13:46:37 +02:00 |
|
|
b3ecad3c92
|
Add channel to new item message
continuous-integration/drone/push Build is passing
|
2019-08-18 13:15:03 +02:00 |
|
|
46c308619e
|
Only update unread count when it has changed
continuous-integration/drone/push Build is passing
|
2019-08-17 22:08:22 +02:00 |
|
|
53b4e748c3
|
Replace HPUT with HSET
HPUT is not a Redis command
|
2019-08-17 22:07:53 +02:00 |
|
|
c232fbc828
|
Only check when access_token is available
continuous-integration/drone/push Build is passing
|
2019-08-17 19:44:08 +02:00 |
|
|
a6dde44d56
|
Word "events" is not available in path
continuous-integration/drone/push Build is passing
|
2019-08-17 19:30:24 +02:00 |
|
|
627197438a
|
Change way to find the token
continuous-integration/drone/push Build is passing
|
2019-08-17 19:27:53 +02:00 |
|
|
4c16fda022
|
Get access_token from url when available
continuous-integration/drone/push Build is passing
|
2019-08-17 19:21:16 +02:00 |
|
|
d2fc2ecd3c
|
Added boolean to show when item was added to channel
continuous-integration/drone/push Build is passing
|
2019-08-17 16:55:59 +02:00 |
|
|
c7a1e65b50
|
Use baseurl as ClientID
continuous-integration/drone/push Build is passing
|
2019-08-09 20:47:27 +02:00 |
|
|
8493175f4c
|
Improve error handling while loading
|
2019-08-06 21:38:19 +02:00 |
|
|
ab673a0f2d
|
Simplify handling of Indieauth
continuous-integration/drone/push Build is passing
|
2019-08-06 21:27:40 +02:00 |
|
|
67e617c969
|
Add pool
continuous-integration/drone/push Build is passing
|
2019-05-29 22:58:22 +02:00 |
|
|
ed336fe39a
|
Extract method httpSessionLogout
|
2019-05-13 21:57:07 +02:00 |
|
|
4c1b768a09
|
Handle errors
|
2019-05-13 21:31:42 +02:00 |
|
|
28d7d953e2
|
Handle errors
|
2019-05-13 21:28:36 +02:00 |
|
|
f039df69a5
|
Add default settings for ChannelType
continuous-integration/drone/push Build is passing
|
2019-05-09 21:41:54 +02:00 |
|
|
ecb893bccd
|
Initialize hubbackend inside memoryBackend
continuous-integration/drone/push Build is passing
|
2019-03-24 16:54:03 +01:00 |
|
|
e4fddac6fc
|
Set pool on hubbackend in memorybackend
continuous-integration/drone/push Build is passing
|
2019-03-24 16:50:57 +01:00 |
|
|
15d7c69c30
|
Implement events handling and add documentation
continuous-integration/drone/push Build is passing
|
2019-03-24 16:21:38 +01:00 |
|
|
1e00d32aed
|
Split of StartConnection code from microsub server
continuous-integration/drone/push Build is passing
|
2019-03-24 15:15:55 +01:00 |
|
|
0f9e3043ef
|
Use map instead of separate vars
continuous-integration/drone/push Build is passing
|
2019-03-24 14:02:23 +01:00 |
|
|
312ef8b873
|
Remove publishing of expvars
continuous-integration/drone/push Build is passing
|
2019-03-24 13:58:11 +01:00 |
|
|
6d51145dad
|
Add debug vars
continuous-integration/drone/push Build is passing
|
2019-03-24 13:55:46 +01:00 |
|
|
dc557efde9
|
Move signature validation for websub to own file
|
2019-03-24 13:37:30 +01:00 |
|
|
2d39edac8e
|
Remove receiver from auth methods
|
2019-03-24 10:25:40 +01:00 |
|
|
c894e4da13
|
Cleanup micropub id genration
|
2019-03-24 10:25:20 +01:00 |
|
|
e55232e00b
|
Improve micropub handling
|
2019-03-23 23:13:32 +01:00 |
|
|
ed90ebbdd3
|
Improve error handling in authentication
continuous-integration/drone/push Build is passing
|
2019-03-23 21:29:48 +01:00 |
|
|
2bf3ce7aa4
|
Remove GET /micropub request
continuous-integration/drone/push Build is passing
|
2019-03-23 21:04:42 +01:00 |
|
|
895af674e3
|
Extract parseIncomingItem
|
2019-03-23 21:03:45 +01:00 |
|
|
3f96dcfde3
|
Clean up errors in micropub.go
|
2019-03-23 20:53:52 +01:00 |
|
|
96bade5a53
|
Improve error handling in main
|
2019-03-23 20:48:47 +01:00 |
|
|
42431954e2
|
Move getTimeline to memory.go
continuous-integration/drone/push Build is passing
|
2019-03-23 20:43:22 +01:00 |
|
|
a23b31cefe
|
Move timeline backend to own package
continuous-integration/drone/push Build is passing
|
2019-03-23 20:42:13 +01:00 |
|
|
baab9e6051
|
Initialize pool earlier
continuous-integration/drone/push Build is passing
|
2019-03-23 19:38:25 +01:00 |
|
|
76819ac804
|
Remove global variable pool and replace fetcher with func
continuous-integration/drone/push Build is passing
|
2019-03-23 18:23:56 +01:00 |
|
|
8f59930268
|
Improve docs
continuous-integration/drone/push Build is passing
|
2019-03-20 20:53:36 +01:00 |
|
|
414d2cb78e
|
Cleanup relative callback urls
continuous-integration/drone/push Build is passing
|
2019-03-20 10:28:10 +01:00 |
|
|
e631dcc813
|
Don't add error
continuous-integration/drone/push Build is passing
|
2019-03-19 22:35:31 +01:00 |
|
|
2b9150a5a3
|
Add docs and set the baseurl
continuous-integration/drone/push Build is passing
|
2019-03-19 22:19:17 +01:00 |
|
|
ca146fe5a0
|
Improve more errors and logs
continuous-integration/drone/push Build is passing
|
2019-03-19 22:09:55 +01:00 |
|
|
1e0f192ab4
|
Cleanup errors and documentation
continuous-integration/drone/push Build is failing
|
2019-03-19 21:55:07 +01:00 |
|
|
ea6d779d4e
|
Update channelcount
|
2019-03-07 21:44:49 +01:00 |
|
|
2ab2ac5e3c
|
Load channelType from settings
|
2019-03-07 21:33:25 +01:00 |
|
|
19ee6c927a
|
Simplify channel update
|
2019-03-07 21:31:51 +01:00 |
|
|
9d3a23e5e4
|
Add channel type selection to the web interface
|
2019-03-07 21:30:12 +01:00 |
|
|
a72f3ce493
|
Split up timeline files - add null type
|
2019-03-07 21:20:22 +01:00 |
|
|
70f5fb82f9
|
Improve source code
|
2019-03-07 20:55:25 +01:00 |
|
|
83956b4d9f
|
Use server-sent-events implementation from thoughtbot
New endpoint action "action=events" opens an SSE channel.
Implementation based on https://thoughtbot.com/blog/writing-a-server-sent-events-server-in-go
|
2019-02-18 21:37:19 +01:00 |
|
|
e545f796ee
|
Improve notifications
|
2019-02-16 07:41:03 +01:00 |
|
|
e2361daa0e
|
Remove extraneous mutex locks
|
2019-02-16 07:40:26 +01:00 |
|
|
f3f5d30385
|
Cleanup and tests for unread counts
|
2019-01-03 22:06:16 +01:00 |
|
|
fa0569b63f
|
Support unread bool/int field
|
2019-01-03 21:34:36 +01:00 |
|
|
2d1be88dd1
|
Make tweets a normal stream again
|
2018-12-30 09:34:39 +01:00 |
|
|
de23038cf9
|
Return nil instead of panic in unimplemented streams functions
|
2018-12-30 08:44:38 +01:00 |
|
|
691012307b
|
Use streams for tweets
|
2018-12-30 08:39:37 +01:00 |
|
|
1453faa2f9
|
Clean up some error texts
|
2018-12-29 20:29:56 +01:00 |
|
|
0c88e90853
|
Cleanup error messages in timeline.go
|
2018-12-29 10:34:31 +01:00 |
|
|
91e9add76a
|
ek: increase version to 0.8.4
|
2018-12-27 19:37:28 +01:00 |
|
|
e82d5598ff
|
Add better explanation for URL in connect command
|
2018-12-27 19:35:47 +01:00 |
|
|
88934bbbcc
|
Increase version of ek to 0.8.3
continuous-integration/drone/tag Build is failing
|
2018-12-26 23:13:47 +01:00 |
|
|
1e4847cf35
|
Add error messages to nofications through stream channel backend
|
2018-12-25 14:53:17 +01:00 |
|
|
22cbf01566
|
Add MarkRead function
- Remove conn parameters
- Move MarkRead function
- Make uids an array parameter
|
2018-12-25 13:54:41 +01:00 |
|
|
723b5b24d5
|
Cleanup of interface
- Rename GetItems -> Items
- Add Count method
- Move add item method to timeline.go
- Make getTimeline method of memorybackend
|
2018-12-25 13:47:20 +01:00 |
|
|
67c8b03467
|
Move TimelineGet to backend code
|
2018-12-25 12:29:32 +01:00 |
|
|
56d9981a4a
|
Cleanup message from auth.go
|
2018-12-25 12:29:15 +01:00 |
|
|
084888880b
|
Don't resubscribe at feeds without Hub
|
2018-12-18 20:14:59 +01:00 |
|
|
34133191fc
|
Cleanup (parse category better)
|
2018-12-18 19:40:56 +01:00 |
|
|
c9f06518c1
|
Fix null pointer exception
|
2018-12-16 22:08:33 +01:00 |
|
|
5dcb64cc28
|
Handle error from ProcessContent in HubBackend
|
2018-12-09 17:59:06 +01:00 |
|