Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add readmeHEADmaster | garret | 2024-07-05 | 1 | -0/+59 |
| | |||||
* | overwrite expired cache with newer data | garret | 2024-07-05 | 1 | -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 timeout | garret | 2024-07-05 | 1 | -1/+1 |
| | |||||
* | cache things into a database | garret | 2024-07-05 | 1 | -26/+64 |
| | | | | not done db stuff before so this is probably a bit jank | ||||
* | don't compile the profile-post regex every time | garret | 2024-07-04 | 1 | -1/+3 |
| | | | | might be a good idea..... | ||||
* | only accept posts actually by the user | garret | 2024-07-02 | 1 | -7/+20 |
| | | | | | | so people cant just go and vandalise peoples sites by posting on their page a | ||||
* | detect cloudflare block | garret | 2024-07-02 | 1 | -0/+6 |
| | |||||
* | only do schizo alert if they're actually schizo | garret | 2024-07-02 | 1 | -4/+10 |
| | | | | most of the time it's just >no posts it seems | ||||
* | show an error message if the posts/profile isnt accessible | garret | 2024-07-02 | 1 | -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, idk | garret | 2024-07-02 | 1 | -0/+2 |
| | | | | apparently you can't style an iframe if this header's not set? | ||||
* | sanity check the user id | garret | 2024-07-02 | 1 | -0/+13 |
| | | | | a | ||||
* | set user agent | garret | 2024-07-02 | 1 | -1/+5 |
| | | | | | | so admin knows what this is, and who's actually requesting it a | ||||
* | initial commit | garret | 2024-07-02 | 1 | -0/+21 |
hoge |