|
7cb6e9d463
|
feat: add post title edit capability
|
2024-02-26 17:44:22 +00:00 |
|
|
593036a712
|
feat: add syntax highlighting to post editor
|
2024-02-26 17:43:58 +00:00 |
|
|
6efbd749be
|
Merge branch 'main' into feature/admin
|
2024-02-26 13:14:20 +00:00 |
|
|
d655b46db5
|
fix: fix NRE on null HtmlNodeCollection
|
2024-02-26 13:14:02 +00:00 |
|
|
4b2223634e
|
feat: add blog post editing
|
2024-02-26 02:50:48 +00:00 |
|
|
aae7f504e9
|
refactor(build): add separate admin source ts location
|
2024-02-26 00:45:00 +00:00 |
|
|
97170dcb44
|
style: use " instead of ' in Gulpfile
|
2024-02-26 00:43:57 +00:00 |
|
|
faf3c4c3a8
|
feat: implement MFA for admin login
|
2024-02-25 17:21:29 +00:00 |
|
|
d38167bb97
|
feat: add user agent verification to session
|
2024-02-25 17:18:43 +00:00 |
|
|
caceb0fe4c
|
style: format pkgrefs
|
2024-02-25 16:01:18 +00:00 |
|
|
8f96251f94
|
feat: add secure and samesite policy for sid
|
2024-02-25 16:00:15 +00:00 |
|
|
2431eda6f5
|
refactor: remove unused out var
|
2024-02-25 15:58:21 +00:00 |
|
|
c1e5227289
|
feat: add login/dashboard link to footer
|
2024-02-25 15:57:59 +00:00 |
|
|
eb4777e330
|
feat: add styles section to layout
|
2024-02-25 15:54:58 +00:00 |
|
|
0fbb94b86e
|
refactor: move authentication to dedicated controller
|
2024-02-25 15:54:32 +00:00 |
|
|
b6d3eb72fe
|
feat: add api versioning
|
2024-02-25 15:47:51 +00:00 |
|
|
a1a7d6dd96
|
refactor: move BlogApiController to Api folder
|
2024-02-25 15:38:00 +00:00 |
|
|
926e0a718e
|
refactor: move Admin to own area; not sub Blog
|
2024-02-25 14:20:36 +00:00 |
|
|
c5a4ac37b2
|
feat: redirect to referer on logout if possible
|
2024-02-25 14:19:26 +00:00 |
|
|
6db3aba1c2
|
style: amend 278c807fa3
|
2024-02-25 14:19:07 +00:00 |
|
|
3917dda658
|
feat: add permission system to User
|
2024-02-25 14:18:41 +00:00 |
|
|
9a447db891
|
fix: expire sid after 30 days
|
2024-02-25 14:17:11 +00:00 |
|
|
6db9537206
|
refactor: delegate session->user check to service
|
2024-02-25 14:16:55 +00:00 |
|
|
1d1acd2a40
|
feat: add visibility search to GetAllBlogPosts
|
2024-02-25 14:15:21 +00:00 |
|
|
9593979d7b
|
feat: expose method to delete sid
|
2024-02-25 14:14:32 +00:00 |
|
|
2a16c185fe
|
fix: fix user validation check
|
2024-02-25 14:13:12 +00:00 |
|
|
9c938bc730
|
style: amend 278c807fa3
|
2024-02-25 14:12:58 +00:00 |
|
|
e21dfd17ff
|
refactor: purge expired sessions on startup
|
2024-02-25 14:12:28 +00:00 |
|
|
0837092d5f
|
fix: fix expiration date check
|
2024-02-25 14:12:04 +00:00 |
|
|
278c807fa3
|
style: apply braces style to project
|
2024-02-25 14:11:33 +00:00 |
|
|
14d73851ea
|
refactor: delegate cookie writing to SessionService
|
2024-02-24 15:37:39 +00:00 |
|
|
fa394480b1
|
refactor: move Session entity to Web area
|
2024-02-24 15:27:03 +00:00 |
|
|
d0142ec5cf
|
fix: move UserConfiguration to Web area
|
2024-02-24 15:05:42 +00:00 |
|
|
951500ca91
|
refactor: validate session separately
|
2024-02-24 15:04:03 +00:00 |
|
|
0d670554e6
|
refactor: move admin page out of blog area
|
2024-02-24 15:00:36 +00:00 |
|
|
8ef34d014b
|
refactor: rename BlogUserService to UserService
|
2024-02-24 14:52:43 +00:00 |
|
|
bd55ac28e3
|
Merge branch 'main' into feature/blog-admin
|
2024-02-24 03:42:08 +00:00 |
|
|
6b3e8d06df
|
fix: strip Mastodon's botched formatting in links
|
2024-02-24 00:43:14 +00:00 |
|
|
0aa9754714
|
refactor: remove unused imports
|
2024-02-23 15:46:32 +00:00 |
|
|
70f167c9c3
|
feat: add support for mastodon media
|
2024-02-23 05:36:31 +00:00 |
|
|
21be5e9622
|
refactor: hide countdown after deadline
|
2024-02-23 05:05:24 +00:00 |
|
|
279d824772
|
feat: add mastodon status card
|
2024-02-23 03:23:57 +00:00 |
|
|
c7cd016baf
|
style: improve appearance of the american countdown
|
2024-02-21 18:27:45 +00:00 |
|
|
8fda2e9907
|
feat: add blog admin page and simple login
|
2024-02-20 20:39:52 +00:00 |
|
|
f0aa1c0ae9
|
style: use better font for countdown
|
2024-02-19 23:02:06 +00:00 |
|
|
2b1f0d979d
|
feat: link to The American blog post
|
2024-02-19 23:01:50 +00:00 |
|
|
940fb2031e
|
style: improve contrast on topic tags
|
2024-02-19 23:01:32 +00:00 |
|
|
e5b9b81e57
|
feat: add The American countdown
|
2024-02-19 22:44:28 +00:00 |
|
|
f16a72271e
|
fix: use invariant culture for date format
|
2024-02-18 18:01:16 +00:00 |
|
|
4368f45bc1
|
docs: fuck seo companies
|
2024-01-10 00:03:52 +00:00 |
|