| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Mastoapi: correctly communicate 'approve_followers'. | 2025-04-27 | 1 | -1/+4 | |
| | | |||||
| * | mastoapi: fix md5 issues | 2025-04-26 | 1 | -1/+8 | |
| | | |||||
| * | mastoapi: support lists for users | 2025-04-26 | 1 | -15/+40 | |
| | | |||||
| * | mastoapi: added support for scheduled posts. | 2025-04-02 | 1 | -6/+16 | |
| | | |||||
| * | mastoapi: fixed instance peers to return only the domains. | 2025-03-22 | 1 | -1/+11 | |
| | | |||||
| * | mastoapi: Added support for /api/v1/instance/peers. | 2025-03-22 | 1 | -0/+9 | |
| | | |||||
| * | Minor tweak. | 2025-03-17 | 1 | -3/+2 | |
| | | |||||
| * | mastoapi: added support for /api/v1/custom_emojis (contributed by violette). | 2025-03-17 | 1 | -2/+19 | |
| | | |||||
| * | Deleted (by now) any ways of setting a note's publish date. | 2025-03-03 | 1 | -2/+1 | |
| | | |||||
| * | msg_note() accepts a nullable post date. | 2025-03-02 | 1 | -2/+3 | |
| | | |||||
| * | mastoapi: notify the maximum configured attachments. | 2025-02-07 | 1 | -1/+6 | |
| | | |||||
| * | Minor optimization in timeline retrieving. | 2025-01-27 | 1 | -1/+1 | |
| | | | | | | Functions now receive an optional int *more, set to 1 if there are more than the 'show' requested. | ||||
| * | When reading timeline in ascending order, return results in descending order | 2025-01-21 | 1 | -1/+4 | |
| | | |||||
| * | Merge pull request 'Implement faster min_id handling' (#277) from ↵ | 2025-01-15 | 1 | -18/+28 | |
| |\ | | | | | | | | | | | nowster/snac2:fast_min_id into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/277 | ||||
| | * | Implement faster min_id handling | 2025-01-15 | 1 | -18/+28 | |
| | | | |||||
| * | | Implement limit= on notification fetches | 2025-01-14 | 1 | -0/+9 | |
| |/ | |||||
| * | mastoapi: fixed Events not being shown. | 2025-01-12 | 1 | -2/+2 | |
| | | |||||
| * | mastoapi: obey the "unlisted" visibility set by apps. | 2025-01-11 | 1 | -2/+8 | |
| | | |||||
| * | Bumped copyright year. | 2025-01-08 | 1 | -1/+1 | |
| | | |||||
| * | Moved post language setting to msg_note(), where it really belongs. | 2025-01-05 | 1 | -2/+3 | |
| | | | | | On the way, posting from the Mastodon API sets the language accordingly. | ||||
| * | mastoapi: implement timeline min_id | 2024-12-26 | 1 | -2/+13 | |
| | | |||||
| * | mastoapi: allow search for post URLs. | 2024-12-22 | 1 | -0/+31 | |
| | | |||||
| * | mastoapi: fixed audio attachments. | 2024-12-21 | 1 | -2/+3 | |
| | | |||||
| * | mastoapi: minor tweak to notification list (Tusky was in a forever request ↵ | 2024-12-20 | 1 | -2/+12 | |
| | | | | | loop). | ||||
| * | Merge branch 'master' of comam.es:git/snac2 | 2024-12-20 | 1 | -7/+51 | |
| |\ | |||||
| | * | Implement mastoapi markers for notifications and home. | 2024-12-20 | 1 | -7/+51 | |
| | | | |||||
| * | | Mastoapi: added badlogin support. | 2024-12-20 | 1 | -48/+62 | |
| |/ | |||||
| * | Fixed bad url in timeline link. | 2024-12-15 | 1 | -1/+1 | |
| | | |||||
| * | New function timeline_link_header(). | 2024-12-15 | 1 | -1/+30 | |
| | | |||||
| * | Fixed crash in mastoapi_status() Emoji list. | 2024-12-15 | 1 | -3/+3 | |
| | | |||||
| * | mastoapi: deleted useless code. | 2024-12-15 | 1 | -8/+1 | |
| | | |||||
| * | mastoapi: fixed incorrect field 'bot' for newly created accounts. | 2024-12-15 | 1 | -2/+5 | |
| | | |||||
| * | mastoapi: also fill metrics from credentials_get(). | 2024-12-04 | 1 | -0/+11 | |
| | | |||||
| * | mastoapi: show contact metrics if the user want. | 2024-12-04 | 1 | -0/+11 | |
| | | |||||
| * | Check for existing id. | 2024-12-04 | 1 | -1/+1 | |
| | | |||||
| * | Fixed bug in blocked instance rejection. | 2024-12-04 | 1 | -0/+3 | |
| | | |||||
| * | mastoapi: fixed crash in posts without 'published' field. | 2024-11-20 | 1 | -1/+10 | |
| | | |||||
| * | New function get_in_reply_to(). | 2024-11-19 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2024-11-18 | 1 | -1/+1 | |
| |\ | |||||
| | * | 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 | |
| |/ | |||||
| * | mastoapi: a lot of proxy code. | 2024-11-12 | 1 | -19/+28 | |
| | | |||||
| * | mastoapi: added some proxy code. | 2024-11-12 | 1 | -3/+5 | |
| | | |||||
| * | mastoapi: fixed timeline/public (it was showing less posts that it should). | 2024-10-11 | 1 | -5/+1 | |
| | | |||||
| * | URL decode data after splitting the arguments | 2024-09-15 | 1 | -8/+4 | |
| | | | | | | | | Data decoding should happen after the parsing if not, a '?', '&', '#' or other character decoded will interfere with the parsing. e.g. the users password contains a '&', then it is truncated on that character, and login will fail. | ||||
| * | Minor logging tweak. | 2024-08-31 | 1 | -2/+2 | |
| | | |||||
| * | mastoapi: added bookmark list. | 2024-08-29 | 1 | -4/+14 | |
| | | |||||
| * | mastoapi: added support for [un]bookmarking. | 2024-08-29 | 1 | -4/+11 | |
| | | |||||
| * | mastoapi: also use mastoapi_timeline() with lists. | 2024-08-09 | 1 | -58/+5 | |
| | | |||||