aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add readmeHEADmastergarret2024-07-051-0/+59
|
* overwrite expired cache with newer datagarret2024-07-051-1/+1
| | | | | bit of a pain to test because the site does its own caching when you're not logged in, i ended up just putting bogus data into the db
* half an hour is probably a more reasonable timeoutgarret2024-07-051-1/+1
|
* cache things into a databasegarret2024-07-051-26/+64
| | | | not done db stuff before so this is probably a bit jank
* don't compile the profile-post regex every timegarret2024-07-041-1/+3
| | | | might be a good idea.....
* only accept posts actually by the usergarret2024-07-021-7/+20
| | | | | | so people cant just go and vandalise peoples sites by posting on their page a
* detect cloudflare blockgarret2024-07-021-0/+6
|
* only do schizo alert if they're actually schizogarret2024-07-021-4/+10
| | | | most of the time it's just >no posts it seems
* show an error message if the posts/profile isnt accessiblegarret2024-07-021-0/+8
| | | | | mostly this happens because the forum software says "you have to be logged in to do that" so that's why the error message is what it is, but i think it might be catching things it shouldnt
* something CORS, idkgarret2024-07-021-0/+2
| | | | apparently you can't style an iframe if this header's not set?
* sanity check the user idgarret2024-07-021-0/+13
| | | | a
* set user agentgarret2024-07-021-1/+5
| | | | | | so admin knows what this is, and who's actually requesting it a
* initial commitgarret2024-07-021-0/+21
hoge