Commit Graph

46 Commits

Author SHA1 Message Date
Jan-Lukas Else ad7536034a Use slog 2023-12-27 11:37:58 +01:00
Jan-Lukas Else 609780db79 Add AI-generated-summary plugin (aitldr), many new plugin hooks and update dependencies 2023-03-24 21:25:20 +01: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 38e8ac934f Fix some small things 2022-08-07 12:46:49 +02:00
Jan-Lukas Else f7c135cac2 Fix init database condition 2022-07-17 08:48:34 +02:00
Jan-Lukas Else cd9d500a55 Add database-based settings, settings screen and migrate sections to db and allow to configure them 2022-07-16 21:09:43 +02:00
Jan-Lukas Else 1e03474539 Reactions 2022-04-16 21:42:09 +02:00
Jan-Lukas Else c38c5e8ed9 Fix webmention 2022-03-28 18:02:16 +02:00
Jan-Lukas Else 474155306d Go 1.18 2022-03-16 08:28:03 +01:00
Jan-Lukas Else 54de28144c Use ristretto cache for sql statements and shortpaths 2022-03-11 10:33:27 +01:00
Jan-Lukas Else 68b2d604c3 Small changes (less GC, cache stats, linter fixes) 2022-02-23 12:24:11 +01:00
Jan-Lukas Else 890e226ef6 More linters and some contexts, improved queue listening 2022-02-23 10:23:26 +01:00
Jan-Lukas Else 51eaf24ff2 Some improvements and data race fixes 2022-02-12 12:37:13 +01:00
Jan-Lukas Else 787e5fb807 Remove duplicated database logic 2021-12-12 10:36:47 +01:00
Jan-Lukas Else 8baf4877c1 Use real UUIDs, fix ActivityPub "Accept" 2021-11-18 17:21:50 +01:00
Jan-Lukas Else da9ea7c0d7 Refactor database hooks to make them more useful 2021-08-09 18:31:42 +02:00
Jan-Lukas Else 2bf98dddaa Use Golang toLower func for lower in queries, add webmention tests 2021-08-09 13:09:45 +02:00
Jan-Lukas Else 86825ea601 Simplify HTTP routing 2021-07-17 09:33:44 +02:00
Jan-Lukas Else ea00ff5788 Refactor time usages (use Format instead of String) 2021-07-13 17:23:10 +02:00
Jan-Lukas Else 529d8b616b Further improve counting of media uses 2021-07-12 19:29:32 +02:00
Jan-Lukas Else 85bf7ab711 Improve posts db 2021-07-03 12:11:57 +02:00
Jan-Lukas Else f04e731efc Massive performance improvement for stats and improve database handling in general 2021-07-01 18:51:04 +02:00
Jan-Lukas Else 4c5e77dcab Display count of file uses 2021-06-29 18:11:42 +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 10ab12764a Update to new shutdowner version 2021-06-19 23:54:07 +02:00
Jan-Lukas Else 67f2b1fbdb Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
Jan-Lukas Else ad8bf087ca Use shutdowner library, improve logging, update deps 2021-06-17 16:34: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 ca99b726a8 Small fixes and higher test coverage 2021-06-14 16:29:22 +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 59e491ee0a Improve blogstats and load table using JS (because it's slow) 2021-05-09 09:08:31 +02:00
Jan-Lukas Else 705f02b7ef Rework shutdown mechanism 2021-05-07 16:14:15 +02:00
Jan-Lukas Else e15d33b0dd Advance the blogstats even more 2021-04-28 20:03:20 +02:00
Jan-Lukas Else 2842ff6220 Small things 2021-04-16 20:00:38 +02:00
Jan-Lukas Else f378395d5d Some small changes 2021-03-26 09:33:46 +01:00
Jan-Lukas Else 1025a726ef Strict use of local dates 2020-12-16 21:24:53 +01:00
Jan-Lukas Else db1c4901c7 Update IndieAuth (w/o PKCE for now) 2020-12-09 17:25:09 +01:00
Jan-Lukas Else 5b9ac19cb8 Add some features, improve database handling & performance, robots.txt and more 2020-11-09 16:40:12 +01:00
Jan-Lukas Else d13b0a5394 Add basic ActivityPub support and other things 2020-10-26 17:37:31 +01:00
Jan-Lukas Else 4d452963d5 Automatically dump database after each write 2020-10-18 10:01:46 +02:00
Jan-Lukas Else fb6b4f65ac Fix database lock when trying to write already existing redirect 2020-09-20 22:04:42 +02:00
Jan-Lukas Else 31591d694c Simplify configuration initialization 2020-08-04 19:42:09 +02:00
Jan-Lukas Else c0c4fa04e0 Various code improvements 2020-07-30 21:18:58 +02:00
Jan-Lukas Else c558f46e32 VACUUM db on close 2020-07-30 16:47:46 +02:00
Jan-Lukas Else 82f612bda8 The beginning of something awesome 2020-07-28 21:17:07 +02:00