Commit graph

7 commits

Author SHA1 Message Date
596cc0e1a3 feat: add RSS and Atom feeds with caching and nice links 2023-12-25 20:13:00 +01:00
6cb60a6652 feat: add settings construct cache
This will avoid the awkward recursive query for
each post by fetching cached post settings if available, and
caching them nicely.
2023-12-20 18:54:31 +01:00
eb87a78625 feat: use a proper path sanitization function for permitted paths 2023-12-20 18:50:07 +01:00
b552562f31 feat: add implicit README settings to directory settings copy 2023-12-19 10:18:34 +01:00
2ee294b012 fix: 🐛 fix post metadata fill-out failing on non-found posts 2023-12-18 16:02:31 +01:00
2f5d59dd32 fix: 🐛 fix wrong usave of copy (should have been move_uploaded_file)
Some checks failed
/ phplint (push) Failing after 3s
2023-12-14 11:48:03 +01:00
38a5056ff0 refactor: ♻️ refactor out post-type specific code 2023-12-13 10:19:00 +01:00