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

730 Commits

Author SHA1 Message Date
636948103a Add debug logs to webmentions 2021-08-03 21:32:02 +02:00
ae7961ed49 Fix Tor header on media requests 2021-08-02 21:10:38 +02:00
ec9ef528c4 Add option to set extra address for media 2021-08-02 20:43:24 +02:00
55fa3421f9 Show possible states for post status 2021-08-01 19:27:21 +02:00
408f7aef6b Fix 2021-07-31 14:24:58 +02:00
9e164d4f17 Improve editor template 2021-07-31 14:19:37 +02:00
5dafac827c Section option to show full post content on index & fixes 2021-07-31 13:20:51 +02:00
fcf299d1a1 Tests for blog stats 2021-07-30 15:43:13 +02:00
e62e4f32d6 Automatic ActivityPub key generation, doesn't need config anymore 2021-07-29 15:31:49 +02:00
eeba1967e1 Update dependencies 2021-07-29 12:06:12 +02:00
869b505a39 Fix webmention router 2021-07-27 13:01:35 +02:00
88f26ef3c6 Reduce complexity of router build method 2021-07-27 12:51:08 +02:00
91e2b268c7 Some cache fixes 2021-07-25 10:53:12 +02:00
bfa2d302c9 Fix a test 2021-07-24 13:41:07 +02:00
c2dada5d50 Refactor and test authentication middleware 2021-07-24 13:35:26 +02:00
6429d64b0a Use more strings.Builder instead of += for building queries etc. (more efficient) 2021-07-23 17:26:14 +02:00
b7f578cf2f Make easter egg opt-in 2021-07-23 12:59:24 +02:00
d5198e3db8 Add another index for posts, db migrations from embedded fs 2021-07-23 11:29:03 +02:00
c14ec0dcb5 Save paths of deleted posts and show 410 error 2021-07-23 09:53:35 +02:00
18a0bfd15b Add option to set "webmention: false" in post params to not send webmentions 2021-07-23 07:02:49 +02:00
3db1f6b85c Contact: Add option for privacy policy 2021-07-22 14:04:46 +02:00
bdbaf9b915 Contact form feature 2021-07-22 13:41:52 +02:00
2cee446dff Fix Dockerfile 2021-07-19 18:44:51 +02:00
f23ce63043 Serve leaflet locally, proxy tiles 2021-07-19 18:41:38 +02:00
10bc7e7e7d Audio(s) and link(s) in feed content, improved parameter loading 2021-07-19 16:32:45 +02:00
9db6ca5b42 Catch case with no media files 2021-07-18 16:39:20 +02:00
486bc3a250 Simplify http.go 2021-07-17 18:08:13 +02:00
86825ea601 Simplify HTTP routing 2021-07-17 09:33:44 +02:00
a933f47c7a Add some docs 2021-07-15 18:56:03 +02:00
b82a6c59e8 Support micropub post visibility 2021-07-14 18:50:24 +02:00
9e6a5fd90b Fix hook trigger 2021-07-14 16:15:24 +02:00
caf21a07fd Improved timehandling (save everything as UTC) and new post status: unlisted and private 2021-07-14 15:44:57 +02:00
eecc3a7d35 Set cookies for all pages 2021-07-14 11:54:20 +02:00
ea00ff5788 Refactor time usages (use Format instead of String) 2021-07-13 17:23:10 +02:00
fe825e4778 Refactor link check 2021-07-13 11:21:32 +02:00
529d8b616b Further improve counting of media uses 2021-07-12 19:29:32 +02:00
d98ae73af0 Improve performance for media search 2021-07-12 17:51:11 +02:00
6f4d4a646d Use Google image mirror 2021-07-12 16:34:38 +02:00
4205fb173f Priorities for posts (pinned posts), comments on blogroll, stats and map & some refactorings and fixes 2021-07-12 16:19:28 +02:00
fabd30cc20 Update dependency 2021-07-09 21:40:44 +02:00
8acfbae3a3 Update dependencies 2021-07-07 18:13:31 +02:00
09804d7640 Add map feature 2021-07-06 21:06:39 +02:00
9369305c7d Update Goldmark 2021-07-06 16:49:59 +02:00
8ffcb23de1 Update Alpine version 2021-07-06 16:45:38 +02:00
59f3e7c46c Switch to forked feed library to use JSON Feed v1.1 2021-07-04 18:33:24 +02:00
85bf7ab711 Improve posts db 2021-07-03 12:11:57 +02:00
9b0b20bd90 Improve getPosts() performance 2021-07-02 16:52:09 +02:00
87f574991e Fix blogstats 2021-07-01 21:30:41 +02:00
f04e731efc Massive performance improvement for stats and improve database handling in general 2021-07-01 18:51:04 +02:00
b397015a06 Use autocert instead of certmagic (was broken) 2021-06-30 16:15:07 +02:00