rawleyIfowler
|
0299e2aabc
|
adjusted css of code blocks
|
2022-03-12 12:14:40 -06:00 |
|
rawleyIfowler
|
e08d76eae1
|
changed forbidden requests to http unauthorized
|
2022-03-11 12:18:46 -06:00 |
|
rawleyIfowler
|
40e03d7e08
|
changed forbidden requests to http unauthorized
|
2022-03-11 12:18:10 -06:00 |
|
|
|
218bfaee8f
|
Update LICENSE
|
2022-03-10 17:29:40 +00:00 |
|
|
|
b7393e7e96
|
Update resume.tmpl
|
2022-03-10 16:14:50 +00:00 |
|
|
|
f6dac2ec59
|
Update resume.tmpl
|
2022-03-10 16:09:58 +00:00 |
|
|
|
348b36941c
|
Updated code class styles
|
2022-03-10 14:24:15 +00:00 |
|
|
|
e1ab391c9c
|
Update index.css
|
2022-03-10 14:17:24 +00:00 |
|
|
|
edbad824cc
|
Update index.css
|
2022-03-10 14:10:53 +00:00 |
|
|
|
a1fc48b9b5
|
Update index.css
|
2022-03-10 14:10:14 +00:00 |
|
|
|
cf7ca17aca
|
Update index.css
|
2022-03-10 03:07:15 +00:00 |
|
|
|
481f14543d
|
updated color scheme
|
2022-03-09 15:25:37 +00:00 |
|
|
|
e9f8f344a7
|
Update index.css
|
2022-03-09 15:18:18 +00:00 |
|
|
|
e6675adda8
|
Fixed blog posts, added disclaimer text to be subtext
|
2022-03-09 15:13:15 +00:00 |
|
|
|
4763b636ef
|
fix a tag colors for dark mode
|
2022-03-09 15:08:27 +00:00 |
|
|
|
5baee02a67
|
fix css coloring on dark mode
|
2022-03-09 15:07:55 +00:00 |
|
|
|
edda39e0ae
|
Merge branch 'wip' into 'main'
WIP Branch completed: Overhaul of site logic, removed comments, repositories
See merge request rawleyIfowler/rawleydotxyz!1
|
2022-03-09 04:20:27 +00:00 |
|
|
|
860115cbcc
|
WIP Branch completed: Overhaul of site logic, removed comments, repositories
|
2022-03-09 04:20:27 +00:00 |
|
rawleyIfowler
|
cd7a34be0c
|
added tdd for comment repo, and comment repo
|
2022-03-04 17:34:43 -06:00 |
|
rawleyIfowler
|
4c3501cc97
|
added bot punishing feature
|
2022-03-03 21:33:39 -06:00 |
|
rawleyIfowler
|
4a5ad21b27
|
fix: issue with capturing correct client ip
|
2022-03-03 13:21:26 -06:00 |
|
rawleyIfowler
|
df4cc066f2
|
fixed localip tracing bug with c.ClientIP()
|
2022-03-03 13:16:01 -06:00 |
|
rawleyIfowler
|
a137a2fb8f
|
added code span to css styles
|
2022-03-02 18:45:08 -06:00 |
|
rawleyIfowler
|
b6d7d2b2ba
|
removed redundant file
|
2022-03-02 18:38:22 -06:00 |
|
rawleyIfowler
|
950fc4a4a0
|
adjusted performance and post urls
|
2022-03-02 18:37:32 -06:00 |
|
rawleyIfowler
|
976b7f0ca8
|
adjusted font size
|
2022-03-02 14:01:26 -06:00 |
|
rawleyIfowler
|
0ffe1cf33d
|
fixed bug where you could comment on non existant blog posts
|
2022-03-02 13:56:36 -06:00 |
|
rawleyIfowler
|
22811c8b0a
|
adjusted site css to be slightly wider
|
2022-03-02 13:45:50 -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
|
d1ef7a095c
|
added css fill in for subtext, and fixed title bug for admin making posts
|
2022-03-02 11:14:54 -06:00 |
|
rawleyIfowler
|
8604f5d720
|
added admin error
|
2022-03-02 11:08:30 -06:00 |
|
|
|
8bc5b567a9
|
Delete e
|
2022-03-02 17:05:17 +00:00 |
|
rawleyIfowler
|
8bac0d8407
|
added admin control panel for making posts, with basic authentication
|
2022-03-02 10:59:56 -06:00 |
|
rawleyIfowler
|
a03c75a3e2
|
removed redundant error log
|
2022-03-02 07:42:36 -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
|
90c6d84a3e
|
added list of why your comment might have failed
|
2022-02-26 13:40:22 -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
|
2980011a16
|
added char mins for fields on comments
|
2022-02-26 11:37:14 -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
|
7d8faeed62
|
fixed word breaking
|
2022-02-25 21:54:23 -06:00 |
|