1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 21:24:26 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
67f2b1fbdb Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
32339e5c41 More and improved tests and new method to count characters for stats 2021-06-15 17:36:41 +02:00
eb9a842a40 Fix 2021-06-11 08:24:41 +02:00
9714d65679 Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
9f9ff58a0d postCreationMutex 2021-05-29 22:26:53 +02:00
29dba59574 Improve database usage 2021-05-29 13:32:00 +02:00
99789efcd3 Various improvements; Remove Hugo import API; Add feeds for photos 2021-02-16 16:26:21 +01:00
424d1e9944 Fix lint errors 2021-02-08 18:51:07 +01:00
a840879d48 Rename func 2021-01-30 19:35:48 +01:00
9c0dd8155b Don't show draft-taxonomies 2021-01-21 16:49:10 +01:00
c73e53ce3c Add config option to enable redirect to random post 2021-01-20 13:38:24 +01:00
d1850300e5 Drafts 2021-01-15 21:56:46 +01:00
a34dc887b0 Add archives for months and months + days 2020-12-26 20:40:22 +01:00
818a1c23c2 Use static home page 2020-12-23 16:53:10 +01:00
1025a726ef Strict use of local dates 2020-12-16 21:24:53 +01:00
6256b2fdd9 Use ParseLocal method 2020-12-16 20:21:35 +01:00
c8df151c57 Add year and month archives 2020-12-13 15:16:47 +01:00
eeb68dbba9 Add editor to create, update or delete posts 2020-12-12 23:44:03 +01:00
0be61598ef Fix error 2020-12-08 19:36:19 +01:00
764c9f7536 Full text search 2020-11-15 11:34:48 +01:00
5b9ac19cb8 Add some features, improve database handling & performance, robots.txt and more 2020-11-09 16:40:12 +01:00
85f010b895 Add Delete support to activitypub 2020-11-08 23:04:32 +01:00
5ea44630d7 Webmentions, Telegram Notifications, etc. 2020-11-06 18:45:31 +01:00
f300c3d498 Improve templates and stuff 2020-11-01 18:37:21 +01:00
d13b0a5394 Add basic ActivityPub support and other things 2020-10-26 17:37:31 +01:00
96259912cb Post-post and post-delete hooks 2020-10-19 20:25:30 +02:00
50b4bce82f Small things 2020-10-15 17:32:46 +02:00
5f0fdf2b5d Clean up post params 2020-10-14 18:31:05 +02:00
9e97ec3a2b Micropub get, update, delete (with scopes), and some other fixes 2020-10-14 18:23:56 +02:00
d1ce3ed49c Fixes 2020-10-06 20:04:07 +02:00
95909420ba A lot of progress 2020-10-06 19:07:48 +02:00
fb6b4f65ac Fix database lock when trying to write already existing redirect 2020-09-20 22:04:42 +02:00
70f220e693 API endpoint to read posts
API endpoint to create posts from Hugo markdown file
Method to create redirects
Dependency updates
...
2020-09-18 12:34:52 +02:00