| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated RELEASE_NOTES. | 2024-05-30 | 1 | -0/+4 | |
| | | |||||
| * | Fixed minor leak. | 2024-05-30 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request 'Mastodon PATCH API for user profile updates' (#169) from ↵ | 2024-05-30 | 14 | -336/+640 | |
| |\ | | | | | | | | | | | louis77/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/169 | ||||
| | * | Implement image uploads for Tokodon | 2024-05-29 | 2 | -32/+64 | |
| | | | |||||
| | * | Fix parsing of boundary for multipart/form-data | 2024-05-28 | 1 | -1/+7 | |
| | | | |||||
| | * | More or less smaller fixes :) | 2024-05-27 | 4 | -3/+4 | |
| | | | |||||
| | * | Merge remote-tracking branch 'origin/master' | 2024-05-27 | 2 | -2/+2 | |
| | |\ | |||||
| | | * | Merge branch 'master' into master | 2024-05-27 | 2 | -2/+2 | |
| | | |\ | |_|/ |/| | | |||||
| * | | | Backport from xs. | 2024-05-27 | 2 | -2/+2 | |
| | | | | |||||
| | * | | Implement empty response for /accounts/:id/featured_tags | 2024-05-27 | 1 | -2/+17 | |
| | |/ | |||||
| | * | Translate status codes to canonical status texts | 2024-05-27 | 5 | -50/+66 | |
| | | | | | | | | | | | Use those in HTTP responses instead of "OK"/"ERROR". Apps like Tokodon show only the status text in unexpected responses. | ||||
| | * | Use ISO C99 __func__ instead of GNU __FUNCTION__ | 2024-05-27 | 1 | -1/+1 | |
| | | | |||||
| | * | Merge remote-tracking branch 'origin/master' | 2024-05-27 | 8 | -18/+66 | |
| | |\ | |/ |/| | |||||
| * | | Minor tweak to markdown-like links. | 2024-05-27 | 3 | -7/+12 | |
| | | | |||||
| * | | Updated documentation. | 2024-05-26 | 1 | -8/+23 | |
| | | | |||||
| * | | Updated documentation. | 2024-05-26 | 1 | -0/+3 | |
| | | | |||||
| * | | Updated documentation. | 2024-05-26 | 1 | -1/+3 | |
| | | | |||||
| * | | Updated RELEASE_NOTES. | 2024-05-26 | 1 | -0/+8 | |
| | | | |||||
| * | | Bumped version. | 2024-05-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Added markdown-like links. | 2024-05-26 | 1 | -1/+16 | |
| | | | |||||
| * | | Minor code reformatting. | 2024-05-26 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge pull request 'Enable deletion of avatar and header image in user ↵ | 2024-05-26 | 1 | -0/+20 | |
| |\ \ | | | | | | | | | | | | | | | | settings' (#168) from louis77/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/168 | ||||
| | | * | Implement Mastodon PATCH endpoint for account profile updates | 2024-05-27 | 5 | -101/+279 | |
| | | | | |||||
| | | * | Use enum instead of numeric status codes for HTTP statuses | 2024-05-26 | 7 | -206/+262 | |
| | |/ | |||||
| | * | Enable deletion of avatar and header image in user settings | 2024-05-26 | 1 | -0/+20 | |
| | | | |||||
| | * | Merge pull request 'master' (#1) from grunfink/snac2:master into master | 2024-05-25 | 30 | -994/+2075 | |
| | |\ | |/ |/| | | | Reviewed-on: https://codeberg.org/louis77/snac2/pulls/1 | ||||
| * | | Backport from xs (fix regex.h compilation with tcc). | 2024-05-25 | 5 | -20/+21 | |
| | | | |||||
| * | | Added a 'title' to each list timeline. | 2024-05-24 | 1 | -1/+4 | |
| | | | |||||
| * | | Don't show list links in read only timelines. | 2024-05-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Show 'Nothing found for tag' message. | 2024-05-24 | 1 | -1/+2 | |
| | | | |||||
| * | | Minor list show tweaks. | 2024-05-24 | 1 | -8/+8 | |
| | | | |||||
| * | | Added links to the lists in html_timeline(). | 2024-05-24 | 2 | -1/+26 | |
| | | | |||||
| * | | Also delete the list .idx.bak. | 2024-05-24 | 1 | -0/+3 | |
| | | | |||||
| * | | Added more const. | 2024-05-23 | 20 | -150/+171 | |
| | | | |||||
| * | | Also return an application/ld+json object in webfinger. | 2024-05-22 | 1 | -1/+8 | |
| | | | |||||
| * | | Merge pull request 'Change WebFinger content type to RFC-required type' ↵ | 2024-05-22 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | | | | | | | (#167) from steve-bate/snac2:pr-webfinger-content-type into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/167 | ||||
| | * | | Change WebFinger content type to RFC-required type | 2024-05-22 | 1 | -1/+1 | |
| | | | | |||||
| * | | | Fixed warning. | 2024-05-22 | 1 | -1/+1 | |
| | | | | |||||
| * | | | Updated README. | 2024-05-22 | 1 | -2/+1 | |
| | | | | |||||
| * | | | Another approach to disabling SHM. | 2024-05-21 | 1 | -23/+23 | |
| | | | | |||||
| * | | | New compilation variable WITHOUT_SHM, to disable shared memory functions. | 2024-05-21 | 2 | -0/+29 | |
| | | | | |||||
| * | | | Added const everywhere. | 2024-05-21 | 20 | -580/+549 | |
| |/ / | |||||
| * | | Version 2.53 RELEASED.2.53 | 2024-05-16 | 1 | -1/+1 | |
| | | | |||||
| * | | Skip hidden posts in content_search(). | 2024-05-15 | 1 | -0/+5 | |
| | | | |||||
| * | | Renamed content_check() to content_match(). | 2024-05-15 | 3 | -9/+8 | |
| | | | |||||
| * | | Moved functions around. | 2024-05-15 | 1 | -111/+109 | |
| | | | |||||
| * | | Use xs_regex_match() where applicable. | 2024-05-15 | 4 | -23/+29 | |
| | | | |||||
| * | | Updated RELEASE_NOTES. | 2024-05-15 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert the regex to lowercase in content_search(). | 2024-05-15 | 1 | -1/+3 | |
| | | | | | | | | | Is this a good idea? | ||||
| * | | User search can also be done by tag. | 2024-05-15 | 2 | -20/+39 | |
| | | | |||||