1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 21:54:28 +00:00
Commit Graph

378 Commits

Author SHA1 Message Date
7a8487ec01 Improve CSS styles 2021-05-20 19:49:10 +02:00
1898536bf1 Allow to delete notifications 2021-05-15 08:51:48 +02:00
1b2eed9897 Use sessions instead of jwt 2021-05-14 18:24:02 +02:00
d7da17bda1 improve blogroll template 2021-05-10 20:34:30 +02:00
c8c848daf5 Fix lint errors 2021-05-10 17:48:00 +02:00
a21f48c309 Persistent cache for blogroll and stats 2021-05-10 17:37:34 +02:00
bfee141015 Promote Tor 2021-05-09 14:42:53 +02:00
4653e4480c Cache blog stats for better performance 2021-05-09 09:35:37 +02:00
59e491ee0a Improve blogstats and load table using JS (because it's slow) 2021-05-09 09:08:31 +02:00
026ae9469a Sort blogroll again 2021-05-08 21:44:36 +02:00
1ef34889ae Add native blogroll integration 2021-05-08 21:22:48 +02:00
42873f8681 Use Scaleway Docker registry 2021-05-08 14:16:02 +02:00
abbd79d8a9 Extra step to confirm deletion of posts 2021-05-08 14:09:42 +02:00
705f02b7ef Rework shutdown mechanism 2021-05-07 16:14:15 +02:00
45b1921663 Fix blogstats 2021-04-30 18:42:10 +02:00
c7cf753266 Fix SQL for blogstats 2021-04-29 07:47:46 +02:00
60295a597d Make tables responsive 2021-04-29 07:38:11 +02:00
e15d33b0dd Advance the blogstats even more 2021-04-28 20:03:20 +02:00
47ddcc4028 Blogstats with months (on click) 2021-04-23 20:52:12 +02:00
9d63d0632e Add config options to disable sending and receiving of webmentions 2021-04-23 19:36:57 +02:00
5864baaaca Update dependencies 2021-04-23 18:48:08 +02:00
c612dfc883 Show link to comments in header only if enabled 2021-04-21 20:17:26 +02:00
a24cad5699 Add Cloudflare as image compression service 2021-04-21 20:10:32 +02:00
adb6a31b3d Rework tinify implementation 2021-04-21 19:47:45 +02:00
89b680c4a8 Fix buttons in some browsers (Firefox ESR) 2021-04-20 20:38:19 +02:00
2842ff6220 Small things 2021-04-16 20:00:38 +02:00
031dd0eca4 Fix, don't cache apk repo 2021-04-14 22:07:37 +02:00
4b302ced71 Update dependencies 2021-04-14 21:59:40 +02:00
ef1c208e3c Remove asset integrity from templates as it breaks Google Translate 2021-04-12 22:16:41 +02:00
e95ba682e9 Add healthcheck for Docker 2021-04-11 16:10:20 +02:00
5a5069a44d Close DB after check 2021-04-03 15:48:31 +02:00
06a1a0cdde Command "check" to check for broken external links and improve graceful shutdown 2021-04-03 15:39:43 +02:00
0d7f615240 SRI for stylesheet as well 2021-04-02 10:59:01 +02:00
33684a7940 Various changes (SRI for JS, HTTP server init, ect.) 2021-04-02 10:28:04 +02:00
7f8ea2d94b Improve HTTP handling (timeouts etc.) 2021-03-31 09:29:52 +02:00
f378395d5d Some small changes 2021-03-26 09:33:46 +01:00
eb5675f0b0 Fix ActivityStreams, only serve AS on desired paths 2021-03-23 07:27:12 +01:00
c4baa47456 Reduce amount of middleware initializations when rebuilding router 2021-03-22 15:57:29 +01:00
610113e9c9 Add heartbeat endpoint and improve dockerfile 2021-03-22 10:25:43 +01:00
bbbabdb335 Improve http router setup (use middlewares instead of custom functions) 2021-03-22 08:20:56 +01:00
04f5cdc122 Small activitypub changes 2021-03-19 14:26:45 +01:00
58586fb9a7 Start restructuring router building 2021-03-19 13:04:11 +01:00
e5117779cc Use RWMutex instead of atomic value 2021-03-19 11:26:45 +01:00
ded4294c45 Add support for Tor 2021-03-19 10:10:47 +01:00
917dcdab48 CSS fixes, Translations, Translate Button 2021-03-18 12:13:17 +01:00
a35bafe247 Add example config 2021-03-15 22:28:43 +01:00
94cc221625 Added regular garbage collection 2021-03-13 13:17:42 +01:00
5aa04ba366 Collect garbage after cache clear and reloading router 2021-03-12 08:57:40 +01:00
3877507890 Use ristretto cache library instead of lru 2021-03-11 19:00:09 +01:00
0a4d552cd1 Optimize template parsing 2021-03-11 09:16:19 +01:00