Commit Graph

52 Commits

Author SHA1 Message Date
9c8cec2c5b
Problem: error values are ignored
Solution: handle error values
2021-11-20 21:26:06 +01:00
64ae959670
Use database backend instead of backend.json 2021-10-31 01:37:39 +02:00
fff2a92b72
breaking change: make "postgres-stream" the default channel type 2021-10-21 20:03:03 +02:00
44b73e1c79
chore: cleanup code of Ekster
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-20 20:23:54 +02:00
61e4a84848
Cleanup
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-20 19:58:18 +02:00
1ab474451b
Move templates to command
- Add templates inside the binary with go embed
2021-05-30 21:56:25 +02:00
9c4a166b45
Extract database, add refreshFeeds
Some checks failed
continuous-integration/drone/push Build is failing
2021-05-11 22:23:45 +02:00
199514857a
Improve error handling around authorization
All checks were successful
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
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-27 19:50:31 +02:00
d4de6faa89
Save and use excluded types
All checks were successful
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
c7a1e65b50
Use baseurl as ClientID
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-09 20:47:27 +02:00
ab673a0f2d
Simplify handling of Indieauth
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-06 21:27:40 +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
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-09 21:41:54 +02:00
15d7c69c30
Implement events handling and add documentation
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-24 16:21:38 +01:00
ed90ebbdd3
Improve error handling in authentication
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-23 21:29:48 +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
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
a2db7069e7
Separate App from main
- extract env vars
- add command line arguments
- move null backend to server package
2018-12-09 17:39:36 +01:00
81adf6bbca
Cleanup error messages 2018-12-08 15:36:50 +01:00
7e15298175
Move server to package 2018-09-12 22:35:49 +02:00
218f3ffa08
Improve template handling
All checks were successful
the build was successful
2018-09-01 13:35:02 +02:00
507aff683e
Use gomodule version of redis library 2018-08-15 19:04:15 +02:00
c1f2b7a5a7 Add missing license matters
All checks were successful
the build was successful
2018-07-28 18:03:21 +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
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
f2d9d450d0 Remember include_regex 2018-07-16 22:26:04 +02:00
acf0721ba5 Add some settings 2018-07-16 22:05:28 +02:00
f3da9da58d Clean up url generation and callback 2018-07-16 21:05:52 +02:00
f76979298d Adding missing return 2018-07-15 00:04:19 +02:00
6517a38fc1 Add content-type header to token response 2018-07-15 00:02:33 +02:00
95ee593dd8 Implement Indieauth for channels 2018-07-15 00:01:00 +02:00
89201c0178 Start of logging in with Indieauth on Micropub 2018-07-14 17:29:06 +02:00
e491a61dae Use internal API to get channel/feed info 2018-07-14 15:11:57 +02:00
7156920798 Improve settings page, add logs page 2018-07-14 15:04:24 +02:00
330d4d70e5 Check if the user is logged in 2018-07-14 14:48:57 +02:00