Commit Graph

499 Commits

Author SHA1 Message Date
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
3d4c4744fe
Add docs to timeline package
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-23 20:45:58 +01:00
42431954e2
Move getTimeline to memory.go
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-23 20:43:22 +01:00
a23b31cefe
Move timeline backend to own package
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-23 20:42:13 +01:00
5b5b344f82
Cleanup rootdir
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-23 20:31:13 +01:00
e8419b1e77
Add files to .gitignore 2019-03-23 20:29:45 +01:00
baab9e6051
Initialize pool earlier
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-23 18:23:56 +01:00
8f59930268
Improve docs
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-20 20:53:36 +01:00
d668ee6e42
Remove logging from fetch package
All checks were successful
continuous-integration/drone/push Build is passing
- Add some documentation
2019-03-20 11:11:17 +01:00
414d2cb78e
Cleanup relative callback urls
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-20 10:28:10 +01:00
e631dcc813
Don't add error
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-19 22:35:31 +01:00
6e09f208b5
Change path of files for Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-19 22:32:36 +01:00
3fe76d1fce
Add missing test example file
Some checks failed
continuous-integration/drone/push Build is failing
2019-03-19 22:30:22 +01:00
7ac5ad8ec2
Fix tests
Some checks failed
continuous-integration/drone/push Build is failing
2019-03-19 22:28:49 +01:00
05f3fabe71
Improve tests
Some checks failed
continuous-integration/drone/push Build is failing
2019-03-19 22:25:47 +01:00
caf7e4a900
Use newer drone and Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing
2019-03-19 22:23:10 +01:00
2b9150a5a3
Add docs and set the baseurl
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-19 22:19:17 +01:00
ca146fe5a0
Improve more errors and logs
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-19 22:09:55 +01:00
1e0f192ab4
Cleanup errors and documentation
Some checks failed
continuous-integration/drone/push Build is failing
2019-03-19 21:55:07 +01:00
ea6d779d4e
Update channelcount
All checks were successful
the build was successful
2019-03-07 21:44:49 +01:00
8681d448bf
Cleanup setting template
All checks were successful
the build was successful
2019-03-07 21:40:51 +01:00
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