| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The 'metadata' field in user.json is now a string instead of a dict. | 2024-11-23 | 2 | -30/+69 | |
| | | |||||
| * | Version 2.64 RELEASED.2.64 | 2024-11-21 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-11-21 | 1 | -0/+12 | |
| | | |||||
| * | New function xs_unicode_right_to_left(). | 2024-11-20 | 3 | -1/+40 | |
| | | |||||
| * | mastoapi: fixed crash in posts without 'published' field. | 2024-11-20 | 1 | -1/+10 | |
| | | |||||
| * | Updated documentation. | 2024-11-19 | 1 | -0/+2 | |
| | | |||||
| * | More usage of get_in_reply_to(). | 2024-11-19 | 1 | -1/+1 | |
| | | |||||
| * | New function get_in_reply_to(). | 2024-11-19 | 4 | -6/+19 | |
| | | |||||
| * | Updated TODO. | 2024-11-18 | 1 | -4/+4 | |
| | | |||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2024-11-18 | 1 | -1/+1 | |
| |\ | |||||
| | * | Merge pull request 'do not autocapitalize "Login: " masto api field' (#227) ↵ | 2024-11-18 | 1 | -1/+1 | |
| | |\ | | | | | | | | | | | | | | | | from fkooman/snac2:no-autocapitalize into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/227 | ||||
| | | * | do not autocapitalize "Login: " masto api field | 2024-11-18 | 1 | -1/+1 | |
| | |/ | | | | | | | | | on Chrome/Safari the Mastodon API OAuth login page auto capitalizes the first char of the "Login: " field. This disabled that. | ||||
| * | | mastoapi: more tweaks to notifications code. | 2024-11-17 | 1 | -4/+12 | |
| | | | |||||
| * | | mastoapi: added more checks in the notifications code. | 2024-11-17 | 1 | -0/+4 | |
| |/ | |||||
| * | In the insert cmdline op, don't re-add if it's already in the timeline. | 2024-11-17 | 1 | -1/+5 | |
| | | |||||
| * | Updated TODO. | 2024-11-17 | 1 | -2/+2 | |
| | | |||||
| * | The server creates a pidfile inside the base directory. | 2024-11-17 | 1 | -0/+14 | |
| | | |||||
| * | Updated TODO. | 2024-11-17 | 1 | -0/+2 | |
| | | |||||
| * | Updated TODO. | 2024-11-16 | 1 | -0/+4 | |
| | | |||||
| * | Allow underscores in hashtags. | 2024-11-16 | 1 | -1/+1 | |
| | | |||||
| * | Minor tweak to proxy code (some URLs were not correctly formed). | 2024-11-14 | 1 | -1/+1 | |
| | | |||||
| * | 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 | |
| | | | |||||