Commit Graph

24 Commits

Author SHA1 Message Date
rawleyIfowler
0ffe1cf33d fixed bug where you could comment on non existant blog posts 2022-03-02 13:56:36 -06:00
rawleyIfowler
383e8de3b5 changed query to be descending for blog posts, so newest is first 2022-03-02 13:30:46 -06:00
rawleyIfowler
8bac0d8407 added admin control panel for making posts, with basic authentication 2022-03-02 10:59:56 -06:00
rawleyIfowler
402f36534f added admin page, adjusted way of creating posts 2022-03-02 07:42:14 -06:00
rawleyIfowler
cefeeec11a adjusted spam filter to work for values around 20 characters, to stop spam of short proportions 2022-03-01 16:15:22 -06:00
rawleyIfowler
ede5865307 fixed broken title for posting comments screens 2022-02-28 09:12:45 -06:00
rawleyIfowler
161f68ba85 added dynamic titles to pages for SEO 2022-02-27 12:24:52 -06:00
rawleyIfowler
a2779c487c added unescaping of html values for blog posts. The function can be reused elsewhere aswell. 2022-02-27 11:00:39 -06:00
rawleyIfowler
0fae702255 minor adjustments to blog controller 2022-02-26 22:05:27 -06:00
rawleyIfowler
c3a22f498b Cutting first char from comment when testing for spam 2022-02-26 15:08:41 -06:00
rawleyIfowler
c296296faf added spam filter 2022-02-26 14:41:10 -06:00
rawleyIfowler
807ca8c5e6 added captcha system that generates every 5 minutes 2022-02-26 12:16:53 -06:00
rawleyIfowler
28e52ad4fa added post failure screen 2022-02-26 11:45:02 -06:00
rawleyIfowler
1d09733e42 fixed workaround for empty set of blog posts on blog page 2022-02-26 10:27:01 -06:00
rawleyIfowler
a13e1f5c87 added catch for empty blog posts 2022-02-26 10:20:08 -06:00
rawleyIfowler
b1c76c2094 added template for spam posts, added spam filter, added new js to redirect 2022-02-26 10:15:57 -06:00
rawleyIfowler
589297bceb added 500 error screen, and adjusted index: 2022-02-25 20:01:06 -06:00
rawleyIfowler
dca2efc52d added comment posted screen 2022-02-25 18:36:02 -06:00
rawleyIfowler
598f372acd added comments and added a comment end point 2022-02-25 17:59:48 -06:00
rawleyIfowler
8e389c7a7f added a 404 to bad blog posts 2022-02-23 19:24:31 -06:00
rawleyIfowler
581e7e258a added blog posting 2022-02-23 11:41:29 -06:00
rawleyIfowler
724f7b0034 added end point for posting blog posts, added cookie based authentication via api key 2022-02-22 09:22:40 -06:00
rawleyIfowler
2227a2473d implemented database connection for blog, added blog templates, and cresated a bootstrap submodule 2022-02-13 14:04:31 -06:00
rawleyIfowler
4389b07f39 init 2022-02-06 17:33:47 -06:00