| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | mastoapi: more list tweaks. | 2024-05-31 | 1 | -0/+5 | ||
| | | | | ||||||
| * | | | mastoapi: some tweaks to list entry points. | 2024-05-31 | 1 | -6/+22 | ||
| | | | | ||||||
| * | | | Updated RELEASE_NOTES. | 2024-05-31 | 1 | -1/+1 | ||
| | | | | ||||||
| * | | | Merge pull request 'Fix login issues with Mastodon, IceCube, Toot! on iOS' ↵ | 2024-05-31 | 1 | -6/+13 | ||
| |\ \ \ | |_|/ |/| | | | | | | | | | | | (#174) from louis77/snac2:apps into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/174 | |||||
| | * | | Fix login with IceCubes and Mastodon on iOS | 2024-05-31 | 1 | -6/+12 | ||
| | | | | ||||||
| | * | | Make Oauth login page actually readable on mobile devices | 2024-05-31 | 1 | -0/+1 | ||
| | |/ | ||||||
| * / | Fixed minor leak. | 2024-05-30 | 1 | -1/+1 | ||
| |/ | ||||||
| * | Implement image uploads for Tokodon | 2024-05-29 | 1 | -11/+21 | ||
| | | ||||||
| * | More or less smaller fixes :) | 2024-05-27 | 1 | -0/+1 | ||
| | | ||||||
| * | Implement empty response for /accounts/:id/featured_tags | 2024-05-27 | 1 | -2/+17 | ||
| | | ||||||
| * | Implement Mastodon PATCH endpoint for account profile updates | 2024-05-27 | 1 | -80/+236 | ||
| | | ||||||
| * | Use enum instead of numeric status codes for HTTP statuses | 2024-05-26 | 1 | -92/+92 | ||
| | | ||||||
| * | Added more const. | 2024-05-23 | 1 | -25/+25 | ||
| | | ||||||
| * | Added const everywhere. | 2024-05-21 | 1 | -52/+57 | ||
| | | ||||||
| * | Unified post-like object type match. | 2024-05-11 | 1 | -2/+2 | ||
| | | ||||||
| * | Added a skip argument to content_search(). | 2024-05-10 | 1 | -1/+1 | ||
| | | ||||||
| * | Added a maximum results argument to content_search(). | 2024-05-09 | 1 | -2/+2 | ||
| | | ||||||
| * | mastoapi: some search by content tweaks. | 2024-05-09 | 1 | -9/+4 | ||
| | | ||||||
| * | mastoapi: Added content search. | 2024-05-09 | 1 | -4/+26 | ||
| | | ||||||
| * | List timelines can now be (manually) navigated from the web UI. | 2024-05-07 | 1 | -1/+1 | ||
| | | | | | URLs are {srv_baseurl}/{user}/list/{list_id} (you must know the list id). | |||||
| * | Logging, logging, logging everywhere. | 2024-05-06 | 1 | -3/+2 | ||
| | | ||||||
| * | More logging! | 2024-05-06 | 1 | -0/+4 | ||
| | | ||||||
| * | mastoapi: also fix polls from Pleroma. | 2024-05-06 | 1 | -2/+15 | ||
| | | ||||||
| * | More tweaks to mastoapi lists. | 2024-04-29 | 1 | -11/+41 | ||
| | | ||||||
| * | More work in lists. | 2024-04-29 | 1 | -0/+71 | ||
| | | ||||||
| * | More work in lists. | 2024-04-29 | 1 | -10/+100 | ||
| | | ||||||
| * | More work in lists. | 2024-04-29 | 1 | -10/+41 | ||
| | | ||||||
| * | Start of list support. | 2024-04-29 | 1 | -3/+44 | ||
| | | ||||||
| * | mastoapi: Fixed login bug. | 2024-04-27 | 1 | -1/+1 | ||
| | | ||||||
| * | mastoapi: minor tweaks. | 2024-04-27 | 1 | -1/+7 | ||
| | | ||||||
| * | Some tweaks to previous patch. | 2024-04-18 | 1 | -9/+11 | ||
| | | ||||||
| * | Merge pull request 'Ability to federate with hidden networks #93 (update for ↵ | 2024-04-18 | 1 | -1/+1 | ||
| |\ | | | | | | | | | | | v2.49)' (#149) from iwojima/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/149 | |||||
| | * | Ability to federate with hidden networks #93 (update for v2.49) | 2024-03-09 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Better redirection URL building in oauth_post_handler(). | 2024-04-14 | 1 | -1/+5 | ||
| | | | ||||||
| * | | Log status in mastoapi_post_handler(). | 2024-04-14 | 1 | -2/+2 | ||
| | | | ||||||
| * | | mastoapi: 'unfavourite' and 'unreblog' actions now fully work. | 2024-04-11 | 1 | -7/+14 | ||
| | | | ||||||
| * | | If an emoji in emojis.json is an URL to an image, it's stored in the tag list. | 2024-03-25 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Backport from xs. | 2024-03-15 | 1 | -59/+59 | ||
| | | | ||||||
| * | | mastoapi: added more dummy fields to accounts. | 2024-03-13 | 1 | -1/+8 | ||
| | | | ||||||
| * | | mastoapi: return a dummy header field in accounts. | 2024-03-13 | 1 | -3/+12 | ||
| | | | ||||||
| * | | Added actor refreshing via the user queue. | 2024-03-12 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Some formatting tweaks. | 2024-03-12 | 1 | -6/+6 | ||
| |/ | ||||||
| * | Replaced most xs_dict_iter() with xs_dict_next(). | 2024-03-09 | 1 | -1/+2 | ||
| | | ||||||
| * | mastoapi: Added a dummy streaming_api URL. | 2024-03-06 | 1 | -1/+5 | ||
| | | ||||||
| * | mastoapi: added search by tag. | 2024-03-02 | 1 | -9/+27 | ||
| | | ||||||
| * | mastoapi: Correctly show 'Video' objects in /timelines/home. | 2024-03-01 | 1 | -3/+4 | ||
| | | ||||||
| * | mastoapi: Fixed bug in account searching. | 2024-03-01 | 1 | -1/+1 | ||
| | | ||||||
| * | mastoapi: check the url before checking. | 2024-02-28 | 1 | -1/+1 | ||
| | | ||||||
| * | mastoapi: fixed a bug in validated links. | 2024-02-28 | 1 | -3/+8 | ||
| | | ||||||
| * | The link verification time is stored as a time_t. | 2024-02-20 | 1 | -6/+18 | ||
| | | | | | | This way, it will be easier in an eventual future to test if a link verification is too old to be trusted. | |||||