Commit Graph

397 Commits

Author SHA1 Message Date
Oliver Booth b6d3eb72fe
feat: add api versioning 2024-02-25 15:47:51 +00:00
Oliver Booth a1a7d6dd96
refactor: move BlogApiController to Api folder 2024-02-25 15:38:00 +00:00
Oliver Booth 926e0a718e
refactor: move Admin to own area; not sub Blog 2024-02-25 14:20:36 +00:00
Oliver Booth c5a4ac37b2
feat: redirect to referer on logout if possible 2024-02-25 14:19:26 +00:00
Oliver Booth 6db3aba1c2
style: amend 278c807fa3 2024-02-25 14:19:07 +00:00
Oliver Booth 3917dda658
feat: add permission system to User 2024-02-25 14:18:41 +00:00
Oliver Booth 9a447db891
fix: expire sid after 30 days 2024-02-25 14:17:11 +00:00
Oliver Booth 6db9537206
refactor: delegate session->user check to service 2024-02-25 14:16:55 +00:00
Oliver Booth 1d1acd2a40
feat: add visibility search to GetAllBlogPosts 2024-02-25 14:15:21 +00:00
Oliver Booth 9593979d7b
feat: expose method to delete sid 2024-02-25 14:14:32 +00:00
Oliver Booth 2a16c185fe
fix: fix user validation check 2024-02-25 14:13:12 +00:00
Oliver Booth 9c938bc730
style: amend 278c807fa3 2024-02-25 14:12:58 +00:00
Oliver Booth e21dfd17ff
refactor: purge expired sessions on startup 2024-02-25 14:12:28 +00:00
Oliver Booth 0837092d5f
fix: fix expiration date check 2024-02-25 14:12:04 +00:00
Oliver Booth 278c807fa3
style: apply braces style to project 2024-02-25 14:11:33 +00:00
Oliver Booth 14d73851ea
refactor: delegate cookie writing to SessionService 2024-02-24 15:37:39 +00:00
Oliver Booth fa394480b1
refactor: move Session entity to Web area 2024-02-24 15:27:03 +00:00
Oliver Booth d0142ec5cf
fix: move UserConfiguration to Web area 2024-02-24 15:05:42 +00:00
Oliver Booth 951500ca91
refactor: validate session separately 2024-02-24 15:04:03 +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 bd55ac28e3
Merge branch 'main' into feature/blog-admin 2024-02-24 03:42:08 +00:00
Oliver Booth 6b3e8d06df
fix: strip Mastodon's botched formatting in links 2024-02-24 00:43:14 +00:00
Oliver Booth 0aa9754714
refactor: remove unused imports 2024-02-23 15:46:32 +00:00
Oliver Booth 70f167c9c3
feat: add support for mastodon media 2024-02-23 05:36:31 +00:00
Oliver Booth 21be5e9622
refactor: hide countdown after deadline 2024-02-23 05:05:24 +00:00
Oliver Booth 279d824772
feat: add mastodon status card 2024-02-23 03:23:57 +00:00
Oliver Booth c7cd016baf
style: improve appearance of the american countdown 2024-02-21 18:27:45 +00:00
Oliver Booth 8fda2e9907
feat: add blog admin page and simple login 2024-02-20 20:39:52 +00:00
Oliver Booth f0aa1c0ae9
style: use better font for countdown 2024-02-19 23:02:06 +00:00
Oliver Booth 2b1f0d979d
feat: link to The American blog post 2024-02-19 23:01:50 +00:00
Oliver Booth 940fb2031e
style: improve contrast on topic tags 2024-02-19 23:01:32 +00:00
Oliver Booth e5b9b81e57
feat: add The American countdown 2024-02-19 22:44:28 +00:00
Oliver Booth f16a72271e
fix: use invariant culture for date format 2024-02-18 18:01:16 +00:00
Oliver Booth 4368f45bc1
docs: fuck seo companies 2024-01-10 00:03:52 +00:00
Oliver Booth b56bc7f52c
fix: amend 64325dd182 2023-12-26 20:59:18 +00:00
Oliver Booth 64325dd182
fix: add missing Retired projects 2023-12-26 20:55:32 +00:00
Oliver Booth 486b53d9d7
feat: separate completed/retired projects
also changes the colours for Hiatus from red to orange, red now signifying Retired
2023-12-26 20:35:21 +00:00
Oliver Booth de41078365
style: add zoom effect on card hover 2023-12-26 20:34:21 +00:00
Oliver Booth f35bcd3a24
style: remove ribbon from project cards 2023-12-26 20:33:49 +00:00
Oliver Booth bd1b584e94
chore: replace node-sass with sass
fixes alpha channel on rgba($col, $a) call
2023-12-26 15:59:25 +00:00
Oliver Booth 4943172f64
feat: add project name to card 2023-12-26 15:35:27 +00:00
Oliver Booth 49d651382a
feat: use project name for page title 2023-12-24 12:34:07 +00:00
Oliver Booth cbfdefae71
style: redesign projects page
This change separates the project logo and details into separate pages and makes the list more visually striking.
2023-12-24 12:20:03 +00:00
Oliver Booth fdce8c3cff
style: split book cover and title with th colspan="2" 2023-12-22 16:03:22 +00:00
Oliver Booth 9419d96c12
refactor: remove unused ns imports 2023-12-22 15:36:11 +00:00
Oliver Booth c2a5dd4ee6
style: add backing panel to page contents 2023-12-22 14:49:16 +00:00
Oliver Booth 1f6825c9df
feat: add contact blacklist 2023-12-22 14:26:18 +00:00
Oliver Booth 25822c6577
style: use default Bootstrap font 2023-12-22 14:18:39 +00:00
Oliver Booth b9e5f4d108
fix: remove apt package installations 2023-12-14 22:10:27 +00:00