Commit Graph

476 Commits

Author SHA1 Message Date
46f689725d
Selected based on setting
All checks were successful
the build was successful
2019-03-07 21:38:41 +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
All checks were successful
the build was successful
2019-03-07 21:20:22 +01:00
70f5fb82f9
Improve source code
All checks were successful
the build was successful
2019-03-07 20:55:25 +01:00
3fe9d65cdf
Send a message immediately
All checks were successful
the build was successful
2019-02-20 10:50:43 +01:00
0d24e58c88
For events, write header and flush earlier
All checks were successful
the build was successful
2019-02-20 10:41:52 +01:00
83956b4d9f
Use server-sent-events implementation from thoughtbot
All checks were successful
the build was successful
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
4ebe8f43fe
Fixes for Indigenous
All checks were successful
the build was successful
- Don't use "uid", but "channel"
- Don't update with name is empty string
2019-02-16 08:18:57 +01:00
2ecbf46cb8
Use parsed Form parameters
All checks were successful
the build was successful
2019-02-16 07:50:19 +01:00
e545f796ee
Improve notifications
All checks were successful
the build was successful
2019-02-16 07:41:03 +01:00
e2361daa0e
Remove extraneous mutex locks 2019-02-16 07:40:26 +01:00
5a2f6b1844
Reenable request logging
All checks were successful
the build was successful
2019-02-16 07:20:15 +01:00
a1b2ece601
Fix author simplifcation
All checks were successful
the build was successful
2019-02-08 23:39:43 +01:00
0147c599a8
Add intermediate parsing step
All checks were successful
the build was successful
2019-02-08 23:25:12 +01:00
255d56d167
Filter map[string]interface{} properties
All checks were successful
the build was successful
2019-02-08 23:17:33 +01:00
ddb154e4d3
Log when other type of author
All checks were successful
the build was successful
2019-02-08 23:11:01 +01:00
77c375e7d2
Change .drone.yml notifciation webhook
All checks were successful
the build was successful
2019-01-16 12:08:58 +01:00
d98141a385
Change names of url values
All checks were successful
the build was successful
2019-01-12 17:28:23 +01:00
c2f23d3e7f
Use newer syntax for secrets and the webhook url
All checks were successful
the build was successful
2019-01-12 17:23:13 +01:00
0cb798093a
Add debug info to drone
All checks were successful
the build was successful
2019-01-12 16:55:31 +01:00
495425ba7f
Add webhook calls to .drone.yml
All checks were successful
the build was successful
2019-01-12 16:42:29 +01:00
f3f5d30385
Cleanup and tests for unread counts
All checks were successful
the build was successful
2019-01-03 22:06:16 +01:00
fa0569b63f
Support unread bool/int field
All checks were successful
the build was successful
2019-01-03 21:34:36 +01:00
5afdd56bb1
Add author from h-feed to children
All checks were successful
the build was successful
2018-12-30 10:15:14 +01:00
2d1be88dd1
Make tweets a normal stream again
All checks were successful
the build was successful
2018-12-30 09:34:39 +01:00
de23038cf9
Return nil instead of panic in unimplemented streams functions
All checks were successful
the build was successful
2018-12-30 08:44:38 +01:00
691012307b
Use streams for tweets
All checks were successful
the build was successful
2018-12-30 08:39:37 +01:00
1453faa2f9
Clean up some error texts 2018-12-29 20:29:56 +01:00
877a87e21d
Add summary field
All checks were successful
the build was successful
2018-12-29 10:34:51 +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
All checks were successful
the build was successful
2018-12-27 19:37:28 +01:00
e82d5598ff
Add better explanation for URL in connect command
All checks were successful
the build was successful
2018-12-27 19:35:47 +01:00
4708c89c25
Add many error checks around authorization
All checks were successful
the build was successful
2018-12-27 19:28:51 +01:00
dd14b103e3
Add better error messages for parsing response body 2018-12-27 18:59:46 +01:00
88934bbbcc
Increase version of ek to 0.8.3
Some checks failed
the build was successful
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
All checks were successful
the build was successful
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
a2f76c6071
Parse photos
All checks were successful
the build was successful
2018-12-18 20:15:19 +01:00
084888880b
Don't resubscribe at feeds without Hub 2018-12-18 20:14:59 +01:00
3483b481e3
Use "cite" as "entry"
All checks were successful
the build was successful
2018-12-18 19:45:33 +01:00
34133191fc
Cleanup (parse category better)
All checks were successful
the build was successful
2018-12-18 19:40:56 +01:00
c9f06518c1
Fix null pointer exception
All checks were successful
the build was successful
2018-12-16 22:08:33 +01:00
e30046cadd
Try different Dockerfile
All checks were successful
the build was successful
2018-12-16 22:03:33 +01:00
0e85cae03d
Use Dockerfile.alpine
Some checks failed
the build failed
2018-12-16 21:59:26 +01:00
9e5601f979
Remove name when equal to content[text]
All checks were successful
the build was successful
2018-12-09 18:19:25 +01:00