Commit graph

17 commits

Author SHA1 Message Date
312c4d2968 Final set of CSRFP -> CSRF renames, use headers instead of POST fields and build CSRF handling into the XHR wrapper. 2024-12-17 21:23:38 +00:00
0e64d85393 Raised checking level from 5 to 6. 2024-12-02 21:33:15 +00:00
163e54def1 Forgot half of it. 2024-11-30 04:20:20 +00:00
d103477fe1 Removed getter/setter methods in favour of property hooks and asymmetric visibility. 2024-11-30 04:09:29 +00:00
55a2424fee Updated to latest Index version. 2024-10-05 02:40:29 +00:00
e708f99fee Updated Index and switched to Carbon for date handling. 2024-08-04 21:37:12 +00:00
e2ee567711 Removed stray Jeff. 2024-07-27 20:11:06 +00:00
07d93e0023 Prevent access to private messages when impersonating a user. 2024-06-02 19:57:58 +00:00
90f3fd1c88 Base64 encode PM titles and bodies in the database.
To prevent personal discomfort with having to do database messages and seeing people's personal conversations.
I haven't run into it yet, but I'd rather avoid it altogether.
2024-06-02 19:54:33 +00:00
6af4e8b1e5 Fixed wrong HTTP verb. 2024-03-30 15:22:11 +00:00
6e1977d4e9 Fixed various oversights. 2024-03-30 03:19:08 +00:00
0da002d6d2 Updated Misuzu to new HTTP router. 2024-03-30 03:14:03 +00:00
ba7fb5e15a Added lazy database object creation. 2024-02-07 00:04:45 +00:00
1a7922ba6e Added notice when recipient is banned. 2024-02-02 02:16:37 +00:00
d64eb69e22 Check if recipient is actually able to receive messages. 2024-02-02 02:07:29 +00:00
a649b8b9a6 Prevent banned users from sending messages. 2024-02-02 01:59:21 +00:00
3e7935fb79 Added private messages. 2024-01-30 23:47:02 +00:00