Commit Graph

120 Commits

Author SHA1 Message Date
Jan-Lukas Else 9da5f0085a Add option to filter for parameters on index 2023-09-07 17:01:53 +02:00
Jan-Lukas Else 272353ad7a Refactor code for search results 2023-09-07 15:46:51 +02:00
Jan-Lukas Else 0f5ddb2e80 Add option to hide section posts on main post index 2023-04-07 12:54:19 +02:00
Jan-Lukas Else 2f8dabc83e Send contact messages and notifications asynchronously 2023-03-05 17:17:40 +01:00
Jan-Lukas Else 7c578df700 Working version of date archives for sections 2023-02-24 22:41:33 +01:00
Jan-Lukas Else a6cfa2de86 Small improvements to make the linter happier 2023-02-24 22:01:57 +01:00
Jan-Lukas Else 80dfaf4814 Revert "Add date-based archives per section"
This reverts commit a89a9cafa3.
2023-02-24 21:31:13 +01:00
Jan-Lukas Else a89a9cafa3 Add date-based archives per section 2023-02-24 18:34:17 +01:00
Jan-Lukas Else 49a0053044 Dependency updates 2023-02-23 16:32:59 +01:00
Jan-Lukas Else 2f18e1d214 Update dependencies and some small improvements 2023-02-13 22:39:35 +01:00
Jan-Lukas Else efdb2f8038 Add noindex for robots header on non-public posts 2023-01-28 22:51:23 +01:00
Jan-Lukas Else b6a88e6bed Fix draft posts without section not showing in drafts index 2023-01-25 17:21:21 +01:00
Jan-Lukas Else ae5d67a833 Add check for post status and visibility (fix #49) 2023-01-14 16:21:52 +01:00
Jan-Lukas Else e005cda096 Rework activitypub using library and support replies using the comment system 2022-11-23 22:16:56 +01:00
Jan-Lukas Else 37a9e1f29c Split status in status and visibility
Closes #38

This aligns the implementation more with the IndieWeb standards and allows setting and updating status and visibility individually.
2022-09-23 11:05:07 +02:00
Jan-Lukas Else d186f2e956 Show unlisted and private posts for logged-in users in map (#18) 2022-08-01 18:24:45 +02:00
Jan-Lukas Else b72089bc4a Show private and unlisted posts in indices when logged in (#26) 2022-07-31 19:20:46 +02:00
Jan-Lukas Else 474155306d Go 1.18 2022-03-16 08:28:03 +01:00
Jan-Lukas Else ffa4ba4ee0 Fix more linting issues and add tests 2022-02-26 20:38:52 +01:00
Jan-Lukas Else 0f1408fe3e More pooled buffers and don't AP announce replies 2022-02-22 16:52:03 +01:00
Jan-Lukas Else 68daab64e3 Use more writers and streaming when possible 2022-02-11 16:19:10 +01:00
Jan-Lukas Else 1c7195a135 Breaking! Render everything using go functions, remove custom pages support and now unused template rendering 2022-01-30 16:40:53 +01:00
Jan-Lukas Else bf812d9650 Add "On this Day" redirect 2022-01-26 21:08:46 +01:00
Jan-Lukas Else aa319b70fb Render all non-login using new method to use less allocations and memory 2022-01-20 18:22:10 +01:00
Jan-Lukas Else 236437aba4 Replace summary templates with new rendering method 2022-01-11 12:40:31 +01:00
Jan-Lukas Else 337392112b Add support for undeleting posts within 7 days (#3) 2022-01-03 13:56:27 +01:00
Jan-Lukas Else a1a88cb6df Test complete captcha flow, simplify some code parts 2021-12-20 14:00:11 +01:00
Jan-Lukas Else 52fad57232 Show scheduled posts in editor 2021-12-11 19:56:40 +01:00
Jan-Lukas Else 9ea6104863 Support for scheduled posts
Closes #9
2021-12-11 19:43:40 +01:00
Jan-Lukas Else 286c0f821a Fix formatting of contact messages 2021-09-01 11:14:49 +02:00
Jan-Lukas Else 4c8c147c4c Further improve post title rendering 2021-08-05 08:09:34 +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 6429d64b0a Use more strings.Builder instead of += for building queries etc. (more efficient) 2021-07-23 17:26:14 +02:00
Jan-Lukas Else 10bc7e7e7d Audio(s) and link(s) in feed content, improved parameter loading 2021-07-19 16:32:45 +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 804ff1c221 Add optional database logging and add index for queue 2021-06-29 17:07:08 +02:00
Jan-Lukas Else eb9a842a40 Fix 2021-06-11 08:24:41 +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 9714d65679 Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
Jan-Lukas Else eb5675f0b0 Fix ActivityStreams, only serve AS on desired paths 2021-03-23 07:27:12 +01:00
Jan-Lukas Else bbbabdb335 Improve http router setup (use middlewares instead of custom functions) 2021-03-22 08:20:56 +01:00
Jan-Lukas Else 41083cfb31 Add some Server-Timing informations 2021-03-10 18:47:56 +01:00
Jan-Lukas Else 4bba5c9a4a Small improvements 2021-03-08 18:14:52 +01:00
Jan-Lukas Else 8fb6d8e177 Update dependencies 2021-03-03 18:19:55 +01:00
Jan-Lukas Else 98e81875d4 Replace monday library with ISO8601 dates 2021-02-26 10:31:38 +01:00
Jan-Lukas Else 243d695bf4 Small things 2021-02-24 13:16:33 +01:00
Jan-Lukas Else e74afac829 Show admin links when logged in 2021-02-20 23:35:16 +01:00
Jan-Lukas Else 175c78624b Comments Admin pagination 2021-02-17 16:07:42 +01:00