Commit graph

35 commits

Author SHA1 Message Date
swagg boi f2ca5cc1b6 Implement get_post_by_id() and the message_id view 2022-04-04 22:56:45 -04:00
swagg boi 27ec34b208 Make the visitor counter increment when a new session is created 2022-04-03 21:34:22 -04:00
swagg boi 01ca269dd3 Remove hash key, not needed 2022-02-09 21:14:15 -05:00
swagg boi 7c89420bbd Change the schema 2022-02-09 21:02:35 -05:00
swagg boi ad2a898c1a Add model for counters 2022-02-09 20:15:52 -05:00
swagg boi 02355ee08b Implement /spam route 2022-01-12 15:18:34 -05:00
swagg boi e69b3ea4c7 Print message ID in hidden span to easily ID posts 2022-01-11 22:13:33 -05:00
swagg boi da91154df7 Set default value for message_date column 2022-01-02 02:30:10 -05:00
swagg boi 26aa2ba19f Implement is_spam column 2022-01-02 01:31:33 -05:00
swagg boi 6eca53f968 Cleaned up the model and return the homepage URL for get_posts() 2022-01-01 19:22:46 -05:00
swagg boi d9b114f9ea Back-end stuff to get the URL field working 2021-12-31 23:45:21 -05:00
swagg boi 6f06c1292d Revert back to table name 'messages' for now 2021-12-31 22:49:45 -05:00
swagg boi d7613d8b04 Rename table 2021-12-30 21:39:16 -05:00
swagg boi 328e1f4d4d Clean up get_last_page() 2021-12-25 01:46:39 -05:00
swagg boi fbd569a3c2 Implement limited query 2021-12-22 22:23:10 -05:00
swagg boi 8ad6b5ec2f wow... 2021-12-22 21:03:51 -05:00
swagg boi 46cfc59e07 Whoopsie 2021-12-22 00:31:11 -05:00
swagg boi 94523eeba9 Use heredoc for SQL queries 2021-12-21 23:57:48 -05:00
swagg boi 76d7e75eb8 Style tweaks 2021-12-21 23:09:35 -05:00
swagg boi 07353e7d7e SQL style clean-up 2021-12-19 19:09:16 -05:00
swagg boi 3849ceffae New TODO 2021-12-19 17:56:45 -05:00
swagg boi a65dc26506 Some small style tweaks 2021-12-19 17:43:58 -05:00
swagg boi 627fe02bda Change pager behavior to make more sense 2021-12-19 17:20:58 -05:00
swagg boi b3da6874e1 Implement CAPTCHA 2021-12-18 23:03:53 -05:00
swagg boi 5124f61383 Move pager logic to Message model 2021-12-12 01:50:07 -05:00
swagg boi ac163eca37 Clean up the Test model 2021-12-11 19:01:43 -05:00
swagg boi edca297f78 Implement basic guestbook signing and reading 2021-12-05 02:52:31 -05:00
swagg boi e1c07606b5 Begin Message model 2021-12-04 23:06:05 -05:00
swagg boi c6082e095b Implemented migrations dir 2021-12-04 22:33:53 -05:00
swagg boi 807bdd155c Remove uneccessary use lines 2021-12-04 19:50:29 -05:00
swagg boi a172a28e6d Some cleanup 2021-12-04 18:50:19 -05:00
swagg boi 09ad886737 Initial DB implentation (try again) 2021-12-04 18:36:10 -05:00
swagg boi 067b2918b4 Remove exectuable bit from model; clean up in test 2021-12-04 13:41:21 -05:00
swagg boi 5a790dbd5b Minor cleanup 2021-12-04 03:47:55 -05:00
swagg boi 2f067bfabf Implement Test model 2021-12-04 02:26:25 -05:00