Commit Graph

111 Commits

Author SHA1 Message Date
7c89420bbd Change the schema 2022-02-09 21:02:35 -05:00
b95a1965bd Merge branch 'visitor_counter' of https://git.n4vn33t.com/swag/guestbook-ng into visitor_counter 2022-02-09 20:18:23 -05:00
ad2a898c1a Add model for counters 2022-02-09 20:15:52 -05:00
c26f034a3d Set session to 1 day 2022-02-09 19:33:47 -05:00
95c3bc83a8 Handle word wrapping in long words 2022-02-08 23:42:36 -05:00
96f9ab2d30 Begin visitor counter stuff 2022-01-12 17:05:36 -05:00
0804b52d46 Don't let spam be indexed 2022-01-12 15:41:03 -05:00
02355ee08b Implement /spam route 2022-01-12 15:18:34 -05:00
3739016a50 Allow indexing 2022-01-12 14:27:58 -05:00
322ca8c9ca Style tweak for submit button 2022-01-12 13:36:01 -05:00
e69b3ea4c7 Print message ID in hidden span to easily ID posts 2022-01-11 22:13:33 -05:00
706742a212 Merge branch 'main' of https://git.n4vn33t.com/swag/guestbook-ng 2022-01-11 21:13:57 -05:00
920d62cf16 Implement meta tags 2022-01-11 21:12:53 -05:00
02b087a38e Fix post count 2022-01-11 20:15:53 -05:00
53f292ac7c Implement post count 2022-01-11 19:51:45 -05:00
575431237b More tweaks 2022-01-10 22:46:17 -05:00
3e03b82cd0 Some tweaks 2022-01-10 21:57:39 -05:00
3115d6f17d How did I miss this?? 2022-01-10 15:36:25 -05:00
681ed961e8 Just specify Postgres connection string in conf file 2022-01-10 14:18:49 -05:00
467854df49 Merge branch 'main' of https://git.n4vn33t.com/swag/guestbook-ng 2022-01-10 13:45:17 -05:00
361c4d432a Explicit return for the redirect in the /sign route 2022-01-10 13:44:30 -05:00
8d001338f8 Fix Docker instructions 2022-01-10 13:28:43 -05:00
022eb93399 Tag and push commands 2022-01-10 13:16:48 -05:00
Daniel Bowling
770cc23884 Getting things ready to deploy 2022-01-10 12:53:10 -05:00
2d30602907 New TODO 2022-01-10 11:59:34 -05:00
d7c0f715d2 More tests 2022-01-08 22:01:51 -05:00
e4aad2ccbd Validate input 2022-01-08 21:21:22 -05:00
84182fe25b TODOs++ 2022-01-07 22:51:12 -05:00
05cc4cc33c More TODOs 2022-01-07 22:46:04 -05:00
3179628934 Some front-end input validation to hint the user before I do the fun back-end part 2022-01-07 22:43:19 -05:00
a29096fc54 Style tweaks forever 2022-01-06 23:01:36 -05:00
1d91bd3677 Don't need this 2022-01-04 23:32:47 -05:00
2af783940a Increase message size and use wrapping for message dispaly 2022-01-04 22:05:51 -05:00
fe583cc8b2 Style tweaks forever 2022-01-04 21:47:37 -05:00
d6d1eddfbd Don't print nav bar when $last_page is undef 2022-01-04 20:24:24 -05:00
c4d05dcb05 Style tweaks 2022-01-04 18:27:05 -05:00
eddcca861a Basic robots.txt for now 2022-01-02 22:54:21 -05:00
13e89cdfa1 Fix CAPTCHA and flash error for spam 2022-01-02 17:53:43 -05:00
837304d565 Set session expiration 2022-01-02 02:45:27 -05:00
da91154df7 Set default value for message_date column 2022-01-02 02:30:10 -05:00
baca0cd515 Filter URLs out of message body 2022-01-02 02:01:45 -05:00
26aa2ba19f Implement is_spam column 2022-01-02 01:31:33 -05:00
2845fd7499 Initial flash error implementation 2022-01-01 23:37:41 -05:00
052fb6f6a1 Styling tweaks for webkit browsers 2022-01-01 22:15:21 -05:00
b639cb180d Style makeover 2022-01-01 21:39:04 -05:00
ea6862fd73 Merge branch 'main' of https://git.n4vn33t.com/swag/guestbook-ng 2022-01-01 19:24:20 -05:00
6eca53f968 Cleaned up the model and return the homepage URL for get_posts() 2022-01-01 19:22:46 -05:00
b3d5f30908 1 down, undef to go 2022-01-01 00:57:55 -05:00
d9b114f9ea Back-end stuff to get the URL field working 2021-12-31 23:45:21 -05:00
fb8cc6427e Don't require name to post 2021-12-31 23:05:34 -05:00