Commit Graph

63 Commits

Author SHA1 Message Date
Jan-Lukas Else ad7536034a Use slog 2023-12-27 11:37:58 +01:00
Jan-Lukas Else 56d3e22afa Refactorings, Lint fixes 2023-12-25 13:44:35 +01:00
Jan-Lukas Else a75fa07f57 Refactor cache, just use ETag 2023-04-11 16:43:14 +02:00
Jan-Lukas Else 6007918367 Add more app methods accessible by apps, add requests library for plugins 2023-01-30 23:24:22 +01: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 68b2d604c3 Small changes (less GC, cache stats, linter fixes) 2022-02-23 12:24:11 +01:00
Jan-Lukas Else 46548df638 Improved cache efficiency 2022-02-21 18:47:41 +01:00
Jan-Lukas Else 222c792908 More improvements (less buffers, some fixes) 2022-02-12 22:29:45 +01:00
Jan-Lukas Else 6e767e3612 More io streaming 2022-02-11 19:39:07 +01:00
Jan-Lukas Else 89ecd7c656 Use some constants 2022-02-01 15:58:12 +01:00
Jan-Lukas Else da3b9d5c76 Fix headAsGetHandler 2022-01-31 11:31:16 +01:00
Jan-Lukas Else 763188169f Some performance and memory improvements 2022-01-26 12:02:12 +01:00
Jan-Lukas Else 7fe07014f5 Various small improvements and fixes 2021-12-30 12:40:21 +01:00
Jan-Lukas Else 91e2b268c7 Some cache fixes 2021-07-25 10:53:12 +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 9714d65679 Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
Jan-Lukas Else a21f48c309 Persistent cache for blogroll and stats 2021-05-10 17:37:34 +02:00
Jan-Lukas Else bfee141015 Promote Tor 2021-05-09 14:42:53 +02:00
Jan-Lukas Else 4653e4480c Cache blog stats for better performance 2021-05-09 09:35:37 +02:00
Jan-Lukas Else 1ef34889ae Add native blogroll integration 2021-05-08 21:22:48 +02:00
Jan-Lukas Else 94cc221625 Added regular garbage collection 2021-03-13 13:17:42 +01:00
Jan-Lukas Else 5aa04ba366 Collect garbage after cache clear and reloading router 2021-03-12 08:57:40 +01:00
Jan-Lukas Else 3877507890 Use ristretto cache library instead of lru 2021-03-11 19:00:09 +01:00
Jan-Lukas Else 5e65fd6bd7 Simplify 2021-03-10 22:31:43 +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 6de2ae6ff3 Login form with 200 and no cache header 2021-02-27 09:05:39 +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 91788efe67 Go 1.16 2021-02-17 08:23:03 +01:00
Jan-Lukas Else 424d1e9944 Fix lint errors 2021-02-08 18:51:07 +01:00
Jan-Lukas Else abe1f39ea4 Disable cache for static and media files, serve template assets directly from memory 2021-01-10 17:19:08 +01:00
Jan-Lukas Else 5343826ec9 Fix 2021-01-10 16:11:53 +01:00
Jan-Lukas Else 8c73686a6f Improve Cache 2021-01-10 15:45:34 +01:00
Jan-Lukas Else f1d3fd6ad9 Improve Cache 2021-01-10 14:22:02 +01:00
Jan-Lukas Else 8fd3fd07cc Rotate logs and cache assets too 2020-11-26 17:40:40 +01:00
Jan-Lukas Else 0e90cc0112 Etag and Last-Modified headers 2020-11-26 09:44:44 +01:00
Jan-Lukas Else 58f856f4b1 Rework cache with etag 2020-11-25 14:59:48 +01:00
Jan-Lukas Else 93cdda07a1 Increase cache size 2020-11-20 16:24:18 +01:00
Jan-Lukas Else 1688193009 Cache proxy max age 2020-11-20 15:44:29 +01:00
Jan-Lukas Else 4ec97436ca Improve Cache 2020-11-20 15:33:20 +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 b9856175b9 Small cache things 2020-10-20 18:15:15 +02:00
Jan-Lukas Else 77f6a53a7e Add garbage collection to cache and cache redirects 2020-10-19 23:33:08 +02:00
Jan-Lukas Else a3c6ba832e Massively improve cache using singleflight and storing cacheitems in memory 2020-10-19 23:02:57 +02:00
Jan-Lukas Else a2190306da Add HTTP compression 2020-10-19 21:09:51 +02:00
Jan-Lukas Else 96259912cb Post-post and post-delete hooks 2020-10-19 20:25:30 +02:00
Jan-Lukas Else 91b094053f Replace certmagic with autocert and use database to store certs 2020-10-15 17:02:58 +02:00