1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-29 06:34:28 +00:00
Commit Graph

290 Commits

Author SHA1 Message Date
e25199b2a3 Private mode 2021-02-27 08:31:06 +01:00
98e81875d4 Replace monday library with ISO8601 dates 2021-02-26 10:31:38 +01:00
243d695bf4 Small things 2021-02-24 13:16:33 +01:00
be929058cf Save notifications to DB, Notificationsadmin 2021-02-20 15:42:45 +01:00
175c78624b Comments Admin pagination 2021-02-17 16:07:42 +01:00
91788efe67 Go 1.16 2021-02-17 08:23:03 +01:00
99789efcd3 Various improvements; Remove Hugo import API; Add feeds for photos 2021-02-16 16:26:21 +01:00
e434103fc1 Allow comments on comments 2021-02-14 14:15:01 +01:00
ac2047845f Update dependencies 2021-02-08 16:54:59 +01:00
79a9ce6126 Fix special characters in comments 2021-02-03 10:44:39 +01:00
a9e22fc267 Run hourly hooks at exact hours 2021-01-30 18:54:05 +01:00
72f676dda2 Add comment functionality 2021-01-23 17:24:47 +01:00
6a0eda2184 Update + get rid of a few dependencies 2021-01-21 17:59:47 +01:00
c73e53ce3c Add config option to enable redirect to random post 2021-01-20 13:38:24 +01:00
89b48b1d37 One editor per blog 2021-01-17 12:53:07 +01:00
d1850300e5 Drafts 2021-01-15 21:56:46 +01:00
f1d3fd6ad9 Improve Cache 2021-01-10 14:22:02 +01:00
0fba6ddfeb Add missing German translations 2021-01-09 11:25:37 +01:00
2453ed1964 Remove unneeded meta element 2021-01-04 13:42:30 +01:00
c24238fb0b Update Emojilib 2020-12-31 17:15:05 +01:00
93cebc32ae Update dependencies 2020-12-26 19:46:24 +01:00
afcbf69e7d Serve files in "static" folder 2020-12-23 14:11:14 +01:00
75a960e975 Update chi 2020-12-22 20:29:25 +01:00
6273c40b43 Some editor improvements 2020-12-21 20:40:08 +01:00
4b3c61022b Add MIT license 2020-12-18 22:25:58 +01:00
6256b2fdd9 Use ParseLocal method 2020-12-16 20:21:35 +01:00
74d02b00bd Login form with JWT 2020-12-15 17:40:14 +01:00
21c117a869 Update dependencies 2020-12-14 21:22:51 +01:00
366514699d Fix search html 2020-12-12 22:23:07 +01:00
db1c4901c7 Update IndieAuth (w/o PKCE for now) 2020-12-09 17:25:09 +01:00
0be61598ef Fix error 2020-12-08 19:36:19 +01:00
44c7bd117f Sort taxonomie values on posts 2020-12-07 22:30:26 +01:00
312110f443 Remove unused code 2020-12-03 20:35:31 +01:00
8da8a0de26 Enable Linkify markdown extension 2020-11-28 09:02:12 +01:00
8fd3fd07cc Rotate logs and cache assets too 2020-11-26 17:40:40 +01:00
0e90cc0112 Etag and Last-Modified headers 2020-11-26 09:44:44 +01:00
c6200001b9 Save shared inbox to reduce amount of messages 2020-11-25 11:29:36 +01:00
2e9b0ef4df Improve activitypub sending 2020-11-22 16:10:59 +01:00
ec5b9a6868 Improve taxonomy lists 2020-11-22 09:11:57 +01:00
4ec97436ca Improve Cache 2020-11-20 15:33:20 +01:00
a1cf7ff71f Update Paginator library 2020-11-17 17:38:17 +01:00
f3248ccf51 Add support for nodeinfo 2020-11-17 17:10:14 +01:00
3a866fb3c0 Custom webmention sending implementation and other improvements 2020-11-16 18:34:29 +01:00
5754543d7a Rework webmention verification 2020-11-16 14:18:14 +01:00
29e29bbf6f Fix crash because of webmention verification 2020-11-16 12:05:34 +01:00
23863d03e9 Drop autocert table 2020-11-14 23:28:27 +01:00
abb0fb0d92 Fix 2020-11-13 15:49:43 +01:00
24cd596348 Remove local https, use certmagic for public https, improve hooks (no empty output) and improve webmentions (admin and ascending order on posts) 2020-11-11 16:58:44 +01:00
9a9da179ad Update deps 2020-11-10 16:49:15 +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
1e7dd17f1a Log to file in combined format 2020-11-03 18:58:32 +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
a3c6ba832e Massively improve cache using singleflight and storing cacheitems in memory 2020-10-19 23:02:57 +02:00
a2190306da Add HTTP compression 2020-10-19 21:09:51 +02:00
141fe3485f Add hourly hooks and improve command execution code 2020-10-18 17:22:24 +02:00
4d452963d5 Automatically dump database after each write 2020-10-18 10:01:46 +02:00
92e508d5cf Update dependencies, minify sitemap 2020-10-17 17:36:18 +02:00
5652fab725 Add basic security headers 2020-10-16 15:35:38 +02:00
91b094053f Replace certmagic with autocert and use database to store certs 2020-10-15 17:02:58 +02:00
a3668baf10 Micropub media endpoint 2020-10-14 21:20:17 +02:00
e611a5008d IndieAuth server 2020-10-13 21:35:39 +02:00
f2dc532334 Language based date format on posts 2020-10-12 19:46:14 +02:00
e0f81ad768 Fix photos and update dependencies 2020-10-12 18:01:32 +02:00
e57be059da Replace json and make cache faster 2020-10-07 17:35:52 +02:00
95909420ba A lot of progress 2020-10-06 19:07:48 +02:00
d1e0916342 Fix activitystream path manipulation 2020-09-25 19:23:01 +02:00
b50f4f55bb ActivityStreams variant for posts 2020-09-24 17:13:03 +02:00
6e4bbc63ca Add sitemap 2020-09-22 17:08:34 +02:00
5db4067caf Remove libsass, add hooks which enable to use custom commands to generate css from scss, but much more, also less dependencies 2020-09-20 18:46:25 +02:00
21670a0ccc Use cast library for Hugo import 2020-09-19 13:07:58 +02:00
377bf496c2 Asset handling with minification, fingerprinting and Cache-Control headers 2020-09-19 12:27:07 +02:00
54acbc5808 Fix emojis 2020-09-18 13:11:25 +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
4f71a2a090 Add method to generate post summaries, extend feeds 2020-09-15 17:01:53 +02:00
4b7507c781 Change feed behavior (.rss, .json, .atom) 2020-09-14 16:07:37 +02:00
341d9ab3f5 Add RSS/Atom/JSON Feed 2020-09-02 17:48:37 +02:00
4b066d5ea1 "Urlize" taxonomy values in path 2020-09-01 18:53:21 +02:00
484da515aa Taxonomies! 2020-08-31 21:12:43 +02:00
1f53b21865 Update dependencies 2020-08-25 20:00:54 +02:00
caad3415c0 Add custom pagination adapter to use less memory and be faster 2020-08-24 20:49:33 +02:00
7a8cfb1f05 Add pagination to index 2020-08-05 19:54:04 +02:00
31591d694c Simplify configuration initialization 2020-08-04 19:42:09 +02:00
e3b346acf7 Add automatic HTTPS 2020-08-01 17:49:46 +02:00
c3449faec6 Minify HTML of posts 2020-07-31 16:23:29 +02:00
9193c4f656 Update Goldmark 2020-07-30 21:57:19 +02:00
04ec81a43b Switch to chi 2020-07-29 16:41:36 +02:00
081259fca7 Render markdown 2020-07-28 21:38:12 +02:00
82f612bda8 The beginning of something awesome 2020-07-28 21:17:07 +02:00