Commit Graph

13 Commits

Author SHA1 Message Date
Oliver Booth d98875ebdc
refactor: remove unused ns imports 2024-03-02 01:04:42 +00:00
Oliver Booth 1588f6c8f6
refactor!: move services and entities to common proj 2024-03-02 00:56:59 +00:00
Oliver Booth a1a7d6dd96
refactor: move BlogApiController to Api folder 2024-02-25 15:38:00 +00:00
Oliver Booth 6db3aba1c2
style: amend 278c807fa3 2024-02-25 14:19:07 +00:00
Oliver Booth 0d670554e6
refactor: move admin page out of blog area 2024-02-24 15:00:36 +00:00
Oliver Booth 8ef34d014b
refactor: rename BlogUserService to UserService 2024-02-24 14:52:43 +00:00
Oliver Booth 8fda2e9907
feat: add blog admin page and simple login 2024-02-20 20:39:52 +00:00
Oliver Booth 3186ce9b50
fix: use correct formatted date on blog card attr 2023-10-12 16:58:10 +01:00
Oliver Booth f48713c470
feat: add tag filtering (resolves WEB-1) 2023-09-24 17:03:06 +01:00
Oliver Booth a9c4b3a144
feat: display post tags 2023-09-23 22:08:25 +01:00
Oliver Booth b36a3207ca
docs(blog): use rename interface in param 2023-08-16 14:44:57 +01:00
Oliver Booth bbc76bc305
refactor(blog): use api controller for /blog/feed endpoint 2023-08-13 18:02:58 +01:00
Oliver Booth 0a9c2e82d5
refactor: combine sites into one
CORS was "cors"ing some issues (heh).

But also it is easier to maintain this way. Development was made much more difficult when I separated it. Combining it all also improves SEO
2023-08-13 17:34:38 +01:00