| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| | | ||||||
| * | Use mastoapi_timeline() also for the instance timeline and tags. | 2024-08-09 | 1 | -79/+7 | ||
| | | ||||||
| * | More mastoapi_timeline() tweaks. | 2024-08-09 | 1 | -18/+35 | ||
| | | ||||||
| * | Use index_desc_first() / index_desc_next() in mastoapi_timeline(). | 2024-08-09 | 1 | -62/+75 | ||
| | | ||||||
| * | New function mastoapi_timeline(). | 2024-08-09 | 1 | -93/+102 | ||
| | | ||||||
| * | mastoapi: show EmojiReact notifications as 'favourites'. | 2024-08-06 | 1 | -1/+1 | ||
| | | ||||||
| * | Use xs_between() where applicable. | 2024-08-05 | 1 | -2/+2 | ||
| | | ||||||
| * | mastoapi: don't generate stupid, non-existent header fields. | 2024-07-27 | 1 | -2/+2 | ||
| | | ||||||
| * | mastoapi: in /v2/search, store found local actors. | 2024-07-27 | 1 | -0/+3 | ||
| | | ||||||
| * | mastoapi: opening a token file updates its file date and its app's. | 2024-07-24 | 1 | -0/+13 | ||
| | | ||||||
| * | Use MD5_HEX_SIZE in more places. | 2024-07-23 | 1 | -2/+2 | ||
| | | ||||||
| * | mastoapi: Reverted empty ctype rejection. | 2024-06-09 | 1 | -12/+0 | ||
| | | ||||||
| * | mastoapi: Added missing field in list creation. | 2024-06-08 | 1 | -1/+3 | ||
| | | ||||||
| * | Many Mastodon apps don't send Content-Type in DELETE, so ignore it. | 2024-06-08 | 1 | -3/+0 | ||
| | | ||||||
| * | mastoapi: fix create list response & duplicate actor adding | 2024-06-07 | 1 | -3/+5 | ||
| | | ||||||
| * | mastoapi: fix crashes on unset content-type. | 2024-06-01 | 1 | -0/+15 | ||
| | | ||||||
| * | mastoapi: added an 'emojis' field to mastoapi_poll(). | 2024-05-31 | 1 | -0/+2 | ||
| | | ||||||
| * | Don't propagate the user change after dismissing the announcement. | 2024-05-31 | 1 | -1/+1 | ||
| | | ||||||
| * | Minor tweaks. | 2024-05-31 | 1 | -2/+5 | ||
| | | ||||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2024-05-31 | 1 | -4/+34 | ||
| |\ | ||||||
| | * | Merge pull request 'Implement instance announcements' (#173) from ↵ | 2024-05-31 | 1 | -4/+34 | ||
| | |\ | | | | | | | | | | | | | | | | louis77/snac2:announcements into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/173 | |||||
| | | * | Merge branch 'master' into announcements | 2024-05-30 | 1 | -1/+1 | ||
| | | |\ | ||||||
| | | * | | Implement instance announcements | 2024-05-31 | 1 | -4/+34 | ||
| | | | | | ||||||
| * | | | | mastoapi: return an empty /v1/trends/statuses. | 2024-05-31 | 1 | -0/+6 | ||
| | | | | | ||||||
| * | | | | mastoapi: return an empty /v1/trends/tags. | 2024-05-31 | 1 | -0/+6 | ||
| |/ / / | ||||||
| * | | | mastoapi: more list tweaks. | 2024-05-31 | 1 | -0/+5 | ||
| | | | | ||||||
| * | | | 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 | ||
| | | ||||||