summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.63 RELEASED.2.63Gravatar default2024-11-141-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2024-11-141-0/+16
|
* Updated documentation.Gravatar default2024-11-131-0/+7
|
* Updated dependencies.Gravatar default2024-11-122-2/+2
|
* The proxy token seed is created on startup and never stored.Gravatar default2024-11-124-14/+7
|
* mastoapi: a lot of proxy code.Gravatar default2024-11-121-19/+28
|
* mastoapi: added some proxy code.Gravatar default2024-11-122-5/+7
|
* make_url() now accepts generating proxied urls by token.Gravatar default2024-11-121-1/+11
|
* Added new proxy authorization by token.Gravatar default2024-11-123-14/+49
|
* Bumped version (I forgot to do it several commits ago 🤦).Gravatar default2024-11-111-1/+1
|
* Updated TODO.Gravatar default2024-11-111-0/+2
|
* Fixed crash in xs_multipart_form_data() (from the tooot application).Gravatar default2024-11-111-2/+2
|
* Fixed possible crash in proxy code.Gravatar default2024-11-101-1/+1
|
* In the RSS description, don't convert the bio from Markdown.Gravatar default2024-11-101-1/+1
|
* RSS feeds are now 2.0 instead of 0.91.Gravatar default2024-11-102-5/+35
|
* Merge pull request 'Fix "empty input line" warning by groff' (#222) from ↵Gravatar grunfink2024-11-091-1/+0
|\ | | | | | | | | | | sergiodj/snac2:fix-groff-warning into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/222
| * Fix "empty input line" warning by groffGravatar Sergio Durigan Junior2024-11-081-1/+0
|/ | | | Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
* Updated TODO.Gravatar default2024-11-081-0/+4
|
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2024-11-081-2/+10
|\
| * Merge pull request 'Updated FreeBSD rc script' (#221) from ↵Gravatar grunfink2024-11-081-2/+10
| |\ | | | | | | | | | | | | | | | draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/221
| | * Updated FreeBSD rc scriptGravatar draga792024-11-081-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.Gravatar default2024-11-071-1/+1
| |
* | Merge branch 'master' of comam.es:git/snac2Gravatar default2024-11-073-16/+18
|\ \
| * | Moved make_url() to data.c.Gravatar default2024-11-073-16/+18
| | |
* | | Fixed some URLs that should not be proxied.Gravatar default2024-11-071-3/+3
|/ /
* | Updated dependencies.Gravatar default2024-11-072-2/+2
| |
* | Updated TODO.Gravatar default2024-11-071-1/+3
| |
* | Fixed 'strict_public_timelines' being applied to the private timeline.Gravatar default2024-11-071-1/+1
| |
* | Use the raw_path for proxying (as some media may include ? arguments).Gravatar default2024-11-073-1/+10
| |
* | Don't proxy our own URLs.Gravatar default2024-11-071-1/+1
| |
* | Propagate the caching headers.Gravatar default2024-11-071-0/+6
| |
* | Omit the 'image' field if there are any attachment.Gravatar default2024-11-072-3/+3
| |
* | Propagate 'last-modified' and 'etag' fields while proxying.Gravatar default2024-11-073-3/+14
| | | | | | | | But does it work?
* | Also use the proxy in replace_shortnames().Gravatar default2024-11-071-9/+16
| |
* | Changed make_url().Gravatar default2024-11-071-23/+35
| |
* | More proxy_media work.Gravatar default2024-11-071-9/+16
| |
* | New function make_url(), that takes 'proxy_media' into account.Gravatar default2024-11-071-2/+53
|/
* Version 2.62 RELEASED.2.62Gravatar default2024-11-071-1/+1
|
* Updated documentation.Gravatar default2024-11-051-0/+3
|
* Updated RELEASE_NOTES.Gravatar default2024-11-051-0/+2
|
* New server variable 'strict_public_timelines'.Gravatar default2024-11-051-3/+13
|
* Updated TODO.Gravatar default2024-11-051-6/+6
|
* Minor xs tweak.Gravatar default2024-11-053-5/+7
|
* Merge branch 'master' of comam.es:git/snac2Gravatar default2024-11-051-0/+2
|\
| * Updated TODO.Gravatar default2024-11-051-0/+2
| |
* | Updated RELEASE_NOTES.Gravatar default2024-11-051-0/+16
|/
* Updated TODO.Gravatar default2024-11-041-0/+2
|
* Fixed processing of URLs with two @ inside.Gravatar default2024-11-031-3/+8
|
* Updated TODO.Gravatar default2024-11-031-6/+6
|
* Updated documentation.Gravatar default2024-10-301-0/+2
|