| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version 2.32 RELEASED.2.32 | 2023-05-18 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-05-18 | 1 | -2/+2 | |
| | | |||||
| * | Mastoapi: added block / unblock. | 2023-05-18 | 1 | -0/+20 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-05-18 | 1 | -1/+1 | |
| | | |||||
| * | Updated documentation. | 2023-05-17 | 1 | -3/+7 | |
| | | |||||
| * | Updated documentation. | 2023-05-17 | 3 | -3/+3 | |
| | | |||||
| * | Updated documentation. | 2023-05-17 | 3 | -2/+7 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-05-17 | 1 | -0/+2 | |
| | | |||||
| * | Fixed bug in drop_dm_from_unknown web processing. | 2023-05-17 | 1 | -4/+6 | |
| | | |||||
| * | Added web interface for drop_dm_from_unknown. | 2023-05-17 | 1 | -0/+11 | |
| | | |||||
| * | New config option 'drop_dm_from_unknown'. | 2023-05-17 | 1 | -0/+10 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-05-17 | 1 | -0/+2 | |
| | | |||||
| * | When updating the user info, also spam the following list. | 2023-05-17 | 1 | -1/+11 | |
| | | |||||
| * | Added some comments. | 2023-05-17 | 1 | -31/+20 | |
| | | |||||
| * | Got rid of xs_encdec.h. | 2023-05-17 | 13 | -182/+29 | |
| | | |||||
| * | Backport from xs. | 2023-05-17 | 3 | -71/+72 | |
| | | |||||
| * | Don't autocomplete local users if they are already added. | 2023-05-17 | 1 | -5/+8 | |
| | | |||||
| * | In mastoapi account search, return local users at the end. | 2023-05-17 | 1 | -24/+24 | |
| | | |||||
| * | Also find local users in /api/v1/search. | 2023-05-15 | 3 | -3/+29 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-05-15 | 1 | -0/+4 | |
| | | |||||
| * | Deleted repeated code. | 2023-05-15 | 1 | -4/+5 | |
| | | |||||
| * | mastoapi_account() returns the acct field as user@host. | 2023-05-15 | 1 | -1/+7 | |
| | | |||||
| * | Made mastoapi account search case-insensitive. | 2023-05-15 | 1 | -5/+10 | |
| | | |||||
| * | Don't repeat accounts when searching. | 2023-05-15 | 1 | -0/+10 | |
| | | |||||
| * | Bumped version. | 2023-05-15 | 1 | -1/+1 | |
| | | |||||
| * | Add /v1/account/search support. | 2023-05-15 | 3 | -5/+38 | |
| | | |||||
| * | Backport from xs. | 2023-05-15 | 2 | -7/+26 | |
| | | |||||
| * | Merge pull request 'Reformat the codeblocks in README.md' (#35) from ↵ | 2023-05-13 | 1 | -8/+8 | |
| |\ | | | | | | | | | | | bouncepaw/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/35 | ||||
| | * | Reformat the codeblocks in README.md | 2023-05-13 | 1 | -8/+8 | |
| |/ | | | | | 1. Remove the extra indent 2. Add `sh` language | ||||
| * | Version 2.31 RELEASED.2.31 | 2023-05-13 | 1 | -1/+1 | |
| | | |||||
| * | Only show the bio in the top of the page for public pages. | 2023-05-13 | 1 | -9/+12 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-05-13 | 1 | -0/+2 | |
| | | |||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2023-05-13 | 1 | -1/+2 | |
| |\ | |||||
| | * | Merge pull request 'Added user-agent to webfinger query' (#34) from ↵ | 2023-05-13 | 1 | -1/+2 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | poesty/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/34 This is to avoid that when sending webfinger queries to some instances (e.g. GoToSocial), we cannot fetch their resources because of the 418 status code returned by the other side. | ||||
| | | * | Added user-agent to webfinger query | 2023-05-13 | 1 | -1/+2 | |
| | |/ | |||||
| * / | Use a different approach towards incomplete mentions. | 2023-05-12 | 2 | -46/+47 | |
| |/ | | | | | This time, incomplete mentions are completed using a) the host of the first mention, if there are any, or b) the current host. | ||||
| * | Merge branch 'master' of triptico.com:git/snac2 | 2023-05-12 | 1 | -1/+1 | |
| |\ | |||||
| | * | Updated RELEASE_NOTES. | 2023-05-12 | 1 | -1/+1 | |
| | | | |||||
| | * | Updated RELEASE_NOTES. | 2023-05-12 | 1 | -1/+1 | |
| | | | |||||
| * | | Added more comment marks. | 2023-05-12 | 1 | -15/+15 | |
| |/ | |||||
| * | Added some code comments. | 2023-05-12 | 1 | -44/+36 | |
| | | |||||
| * | Resolve (partially) the issue with mentions without server. | 2023-05-12 | 1 | -18/+51 | |
| | | | | | | | | | | Mastodon (mainly from the API) usually include mentions without server, which is just stupid. This patch tries to resolve these broken mentions in process_tags() by looking for a user name starting with it in the already pre-populated tag list. As of now, this only works if the message is an inReplyTo and the broken mention is the one of the original (attributedTo) poster. | ||||
| * | Minor refactor to msg_note(): the tag list is created here, not in ↵ | 2023-05-12 | 1 | -8/+5 | |
| | | | | | process_tags(). | ||||
| * | Minor function prototype tweak. | 2023-05-12 | 1 | -4/+5 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-05-11 | 1 | -0/+2 | |
| | | |||||
| * | Added support from exclude notification types. | 2023-05-11 | 1 | -0/+5 | |
| | | |||||
| * | Backport from xs. | 2023-05-11 | 3 | -8/+91 | |
| | | |||||
| * | In /relationship, the id[] can be a list. | 2023-05-11 | 1 | -0/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-05-10 | 1 | -2/+4 | |
| | | |||||
| * | Fixed conflict. | 2023-05-09 | 1 | -1/+4 | |
| |\ | |||||