Commit graph

12 commits

Author SHA1 Message Date
d39595d577 feat: make the website load for different subdomains 2024-01-11 10:37:19 +01:00
f4824f8ca8 fix: 🩹 fix up wrong ordering
All checks were successful
/ phplint (push) Successful in 6s
2024-01-09 00:12:54 +01:00
83b849fda8 fix: small naming fix to make writing directory README data easier 2024-01-04 16:07:29 +01:00
62089b9ee2 feat: add FontAwesome symbols for directories 2024-01-04 16:05:16 +01:00
87a14e0624 feat: missing tweaks for feed writing 2024-01-04 16:03:21 +01:00
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