Commit graph

16 commits

Author SHA1 Message Date
f8af3c5c59 feat(yaps): first lifesigns of the yapping system
Some checks reported warnings
/ phplint (push) Has been cancelled
2025-04-28 10:46:56 +02:00
143c932c88 feat(database): add first version of the feeds table 2025-04-10 10:34:33 +02:00
5e2f0a7185 feat(database): add completely new analytics backend 2025-03-27 23:33:27 +01:00
a3604d21c9 feat(database): re-add per-post counters to track page views etc. 2025-03-27 23:31:29 +01:00
85fe57ea0c feat(database): add database table prefixing 2025-02-13 10:39:04 +01:00
c877c8ce31 fix(search): add FULLTEXT indices to actually be able to search these 2025-01-06 22:33:01 +01:00
76ca7b9c32 everything(everything): simply saving work 2024-08-15 22:53:55 +02:00
d39595d577 feat: make the website load for different subdomains 2024-01-11 10:37:19 +01:00
596cc0e1a3 feat: add RSS and Atom feeds with caching and nice links 2023-12-25 20:13:00 +01:00
a4fe4c4489 feat: transition to time-block based access count storage, including referrer storage 2023-12-23 10:49:54 +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
94b65aec8c feat: add post access usage metrics 2023-12-20 18:52:28 +01:00
906014cf05 test: add lorem ipsum filler 2023-12-11 16:15:31 +01:00
fcc42bde20 feat: added first draft of Database based website rendering
Some checks failed
/ phplint (push) Failing after 3s
2023-10-22 12:59:20 +02:00
57d6d82be9 ci: add first draft of MySQL data schema 2023-10-19 21:53:14 +02:00
1862ccbbb6 feat: [first attempt at using MySQLi in the docker dev env] 2023-10-16 16:15:24 +02:00