Commit Graph

170 Commits

Author SHA1 Message Date
Jan-Lukas Else a3f2a5090b Improve live editor preview to show real post preview 2021-11-02 09:27:01 +01:00
Jan-Lukas Else bbfc68d145 Editor live preview 2021-11-01 18:39:08 +01:00
Jan-Lukas Else 1251ab7d5b Update dependencies 2021-10-30 19:26:03 +02:00
Jan-Lukas Else 4123871fd9 Add missing update button to template for homepage 2021-10-24 17:41:08 +02:00
Jan-Lukas Else 9d5b4baf3c Use short link with share button and update dependencies 2021-10-21 20:55:42 +02:00
Jan-Lukas Else 91392bb5e9 Use released Tailscale version and update bluemonday 2021-10-18 19:04:54 +02:00
Jan-Lukas Else 0fbd25da4e Add integrated Tailscale 2021-10-13 09:01:54 +02:00
Jan-Lukas Else 2080058dfe Add support for private Tailscale HTTPS 2021-09-22 23:55:07 +02:00
Jan-Lukas Else b4b36d1441 Update dependencies 2021-09-14 10:56:26 +02:00
Jan-Lukas Else 74ea0f5576 Improved TTS 2021-09-07 22:16:28 +02:00
Jan-Lukas Else 33e9d53a93 Small improvements to editor and captcha 2021-09-02 08:57:24 +02:00
Jan-Lukas Else 116b9eb8cc Add test for markdown images 2021-09-01 08:29:21 +02:00
Jan-Lukas Else 9a283fee1e Update dependencies 2021-08-30 13:52:57 +02:00
Jan-Lukas Else 0bfde0bb83 Fix permissions 2021-08-17 23:23:49 +02:00
Jan-Lukas Else 783e246ca5 Go 1.17 2021-08-17 07:55:50 +02:00
Jan-Lukas Else ef66cd7c80 "GoBlog export path" for exporting markdown files of posts 2021-08-10 13:27:19 +02:00
Jan-Lukas Else da9ea7c0d7 Refactor database hooks to make them more useful 2021-08-09 18:31:42 +02:00
Jan-Lukas Else 695e552f50 Fix missing title in Telegram messages 2021-08-07 14:39:23 +02:00
Jan-Lukas Else ba4c32b40b Simple XSL stylesheet for sitemaps 2021-08-04 15:45:58 +02:00
Jan-Lukas Else eeba1967e1 Update dependencies 2021-07-29 12:06:12 +02:00
Jan-Lukas Else 88f26ef3c6 Reduce complexity of router build method 2021-07-27 12:51:08 +02:00
Jan-Lukas Else c2dada5d50 Refactor and test authentication middleware 2021-07-24 13:35:26 +02:00
Jan-Lukas Else 86825ea601 Simplify HTTP routing 2021-07-17 09:33:44 +02:00
Jan-Lukas Else caf21a07fd Improved timehandling (save everything as UTC) and new post status: unlisted and private 2021-07-14 15:44:57 +02:00
Jan-Lukas Else 4205fb173f Priorities for posts (pinned posts), comments on blogroll, stats and map & some refactorings and fixes 2021-07-12 16:19:28 +02:00
Jan-Lukas Else fabd30cc20 Update dependency 2021-07-09 21:40:44 +02:00
Jan-Lukas Else 8acfbae3a3 Update dependencies 2021-07-07 18:13:31 +02:00
Jan-Lukas Else 9369305c7d Update Goldmark 2021-07-06 16:49:59 +02:00
Jan-Lukas Else 59f3e7c46c Switch to forked feed library to use JSON Feed v1.1 2021-07-04 18:33:24 +02:00
Jan-Lukas Else b397015a06 Use autocert instead of certmagic (was broken) 2021-06-30 16:15:07 +02:00
Jan-Lukas Else 804ff1c221 Add optional database logging and add index for queue 2021-06-29 17:07:08 +02:00
Jan-Lukas Else 2437ed70d7 Vanity import path and listing of media files 2021-06-28 22:17:18 +02:00
Jan-Lukas Else 8db544150d Refactor media storage, add support for FTP 2021-06-23 14:28:51 +02:00
Jan-Lukas Else 10ab12764a Update to new shutdowner version 2021-06-19 23:54:07 +02:00
Jan-Lukas Else 20df90bf4e Update dependencies 2021-06-17 23:06:40 +02:00
Jan-Lukas Else ad8bf087ca Use shutdowner library, improve logging, update deps 2021-06-17 16:34:57 +02:00
Jan-Lukas Else 08b5dc1eaf Update dependencies and make Docker image smaller 2021-06-16 11:55:57 +02:00
Jan-Lukas Else 32339e5c41 More and improved tests and new method to count characters for stats 2021-06-15 17:36:41 +02:00
Jan-Lukas Else 9c9a217c07 Update dependencies 2021-06-14 19:32:03 +02:00
Jan-Lukas Else b83c09d5ac Update dependencies and add more unit tests 2021-06-11 15:27:42 +02:00
Jan-Lukas Else a2f5ddbdcf Improve method to get relative and full addresses (first unit tests!) 2021-06-10 22:10:13 +02:00
Jan-Lukas Else 5b06d3ec59 Add easter egg 2021-06-09 22:00:33 +02:00
Jan-Lukas Else fd844bbfc1 Cache editor input for new post 2021-06-07 20:27:28 +02:00
Jan-Lukas Else 9714d65679 Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
Jan-Lukas Else d273280bf9 Retrieve title for geolocations if no name set 2021-05-26 17:41:14 +02:00
Jan-Lukas Else cf316c4d18 Add option to add "location" to posts and display link to OSM 2021-05-25 22:17:38 +02:00
Jan-Lukas Else bf9dc3f11a Show number of feeds in blogroll categories 2021-05-25 16:57:37 +02:00
Jan-Lukas Else 261a1d8b52 Use patched goldmark-emoji 2021-05-24 19:34:36 +02:00
Jan-Lukas Else bc1a978793 SQLite based queue (option to reschedule item in queue) 2021-05-24 09:12:46 +02:00
Jan-Lukas Else 93849d289b Use module for template strings 2021-05-23 10:09:41 +02:00