Commit Graph

30 Commits

Author SHA1 Message Date
Jan-Lukas Else 6e3fedeb20 Use cmp.Or 2024-04-22 15:49:22 +02:00
Jan-Lukas Else 5d1eb459ab Some more small memory improvements 2023-02-03 23:33:48 +01:00
Jan-Lukas Else 7b2c9c3afb Fix some linting things 2022-12-14 16:03:54 +01:00
Jan-Lukas Else 4407f0aae1 Fix comment routing 2022-12-06 20:02:03 +01:00
Jan-Lukas Else bef19c61fb Allow to edit comments (#42) 2022-12-06 19:43:06 +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 0a835b5f61 Add and document post parameter to disable interactions (#21) 2022-08-14 11:05:23 +02:00
Jan-Lukas Else 2158b156c5 Basic (experimental) plugin support with two plugin types (exec and middleware) 2022-08-09 17:47:53 +02:00
Jan-Lukas Else 474155306d Go 1.18 2022-03-16 08:28:03 +01:00
Jan-Lukas Else 856b504877 More pooled buffers, benchmarks and optional pprof server 2022-02-23 21:33:02 +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 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 a1a88cb6df Test complete captcha flow, simplify some code parts 2021-12-20 14:00:11 +01:00
Jan-Lukas Else 9e423526bd Various improvements & more tests 2021-09-01 16:38:08 +02:00
Jan-Lukas Else 88f26ef3c6 Reduce complexity of router build method 2021-07-27 12:51:08 +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 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 29dba59574 Improve database usage 2021-05-29 13:32:00 +02:00
Jan-Lukas Else a21f48c309 Persistent cache for blogroll and stats 2021-05-10 17:37:34 +02: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 8fb6d8e177 Update dependencies 2021-03-03 18:19:55 +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
Jan-Lukas Else 478d1dcaac Trim spaces from comment values 2021-02-15 18:58:45 +01:00
Jan-Lukas Else e434103fc1 Allow comments on comments 2021-02-14 14:15:01 +01:00
Jan-Lukas Else 424d1e9944 Fix lint errors 2021-02-08 18:51:07 +01:00
Jan-Lukas Else 28070a3e3c Descending order for comments in admin 2021-01-23 20:32:42 +01:00
Jan-Lukas Else 90ecd76492 Tell robots to not index comments 2021-01-23 17:44:40 +01:00
Jan-Lukas Else 72f676dda2 Add comment functionality 2021-01-23 17:24:47 +01:00