| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version 2.63 RELEASED.2.63 | 2024-11-14 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-11-14 | 1 | -0/+16 | |
| | | |||||
| * | Updated documentation. | 2024-11-13 | 1 | -0/+7 | |
| | | |||||
| * | Updated dependencies. | 2024-11-12 | 2 | -2/+2 | |
| | | |||||
| * | The proxy token seed is created on startup and never stored. | 2024-11-12 | 4 | -14/+7 | |
| | | |||||
| * | mastoapi: a lot of proxy code. | 2024-11-12 | 1 | -19/+28 | |
| | | |||||
| * | mastoapi: added some proxy code. | 2024-11-12 | 2 | -5/+7 | |
| | | |||||
| * | make_url() now accepts generating proxied urls by token. | 2024-11-12 | 1 | -1/+11 | |
| | | |||||
| * | Added new proxy authorization by token. | 2024-11-12 | 3 | -14/+49 | |
| | | |||||
| * | Bumped version (I forgot to do it several commits ago 🤦). | 2024-11-11 | 1 | -1/+1 | |
| | | |||||
| * | Updated TODO. | 2024-11-11 | 1 | -0/+2 | |
| | | |||||
| * | Fixed crash in xs_multipart_form_data() (from the tooot application). | 2024-11-11 | 1 | -2/+2 | |
| | | |||||
| * | Fixed possible crash in proxy code. | 2024-11-10 | 1 | -1/+1 | |
| | | |||||
| * | In the RSS description, don't convert the bio from Markdown. | 2024-11-10 | 1 | -1/+1 | |
| | | |||||
| * | RSS feeds are now 2.0 instead of 0.91. | 2024-11-10 | 2 | -5/+35 | |
| | | |||||
| * | Merge pull request 'Fix "empty input line" warning by groff' (#222) from ↵ | 2024-11-09 | 1 | -1/+0 | |
| |\ | | | | | | | | | | | sergiodj/snac2:fix-groff-warning into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/222 | ||||
| | * | Fix "empty input line" warning by groff | 2024-11-08 | 1 | -1/+0 | |
| |/ | | | | Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net> | ||||
| * | Updated TODO. | 2024-11-08 | 1 | -0/+4 | |
| | | |||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2024-11-08 | 1 | -2/+10 | |
| |\ | |||||
| | * | Merge pull request 'Updated FreeBSD rc script' (#221) from ↵ | 2024-11-08 | 1 | -2/+10 | |
| | |\ | | | | | | | | | | | | | | | | draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/221 | ||||
| | | * | Updated FreeBSD rc script | 2024-11-08 | 1 | -2/+10 | |
| | |/ | | | | | | | On FreeBSD, the snac process is now managed by the daemon(8) utility - this means it will be restarted in case of crash, etc. | ||||
| * | | Fixed crash in posts from the links browser. | 2024-11-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'master' of comam.es:git/snac2 | 2024-11-07 | 3 | -16/+18 | |
| |\ \ | |||||
| | * | | Moved make_url() to data.c. | 2024-11-07 | 3 | -16/+18 | |
| | | | | |||||
| * | | | Fixed some URLs that should not be proxied. | 2024-11-07 | 1 | -3/+3 | |
| |/ / | |||||
| * | | Updated dependencies. | 2024-11-07 | 2 | -2/+2 | |
| | | | |||||
| * | | Updated TODO. | 2024-11-07 | 1 | -1/+3 | |
| | | | |||||
| * | | Fixed 'strict_public_timelines' being applied to the private timeline. | 2024-11-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Use the raw_path for proxying (as some media may include ? arguments). | 2024-11-07 | 3 | -1/+10 | |
| | | | |||||
| * | | Don't proxy our own URLs. | 2024-11-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Propagate the caching headers. | 2024-11-07 | 1 | -0/+6 | |
| | | | |||||
| * | | Omit the 'image' field if there are any attachment. | 2024-11-07 | 2 | -3/+3 | |
| | | | |||||
| * | | Propagate 'last-modified' and 'etag' fields while proxying. | 2024-11-07 | 3 | -3/+14 | |
| | | | | | | | | | But does it work? | ||||
| * | | Also use the proxy in replace_shortnames(). | 2024-11-07 | 1 | -9/+16 | |
| | | | |||||
| * | | Changed make_url(). | 2024-11-07 | 1 | -23/+35 | |
| | | | |||||
| * | | More proxy_media work. | 2024-11-07 | 1 | -9/+16 | |
| | | | |||||
| * | | New function make_url(), that takes 'proxy_media' into account. | 2024-11-07 | 1 | -2/+53 | |
| |/ | |||||
| * | Version 2.62 RELEASED.2.62 | 2024-11-07 | 1 | -1/+1 | |
| | | |||||
| * | Updated documentation. | 2024-11-05 | 1 | -0/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-11-05 | 1 | -0/+2 | |
| | | |||||
| * | New server variable 'strict_public_timelines'. | 2024-11-05 | 1 | -3/+13 | |
| | | |||||
| * | Updated TODO. | 2024-11-05 | 1 | -6/+6 | |
| | | |||||
| * | Minor xs tweak. | 2024-11-05 | 3 | -5/+7 | |
| | | |||||
| * | Merge branch 'master' of comam.es:git/snac2 | 2024-11-05 | 1 | -0/+2 | |
| |\ | |||||
| | * | Updated TODO. | 2024-11-05 | 1 | -0/+2 | |
| | | | |||||
| * | | Updated RELEASE_NOTES. | 2024-11-05 | 1 | -0/+16 | |
| |/ | |||||
| * | Updated TODO. | 2024-11-04 | 1 | -0/+2 | |
| | | |||||
| * | Fixed processing of URLs with two @ inside. | 2024-11-03 | 1 | -3/+8 | |
| | | |||||
| * | Updated TODO. | 2024-11-03 | 1 | -6/+6 | |
| | | |||||
| * | Updated documentation. | 2024-10-30 | 1 | -0/+2 | |
| | | |||||