summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.32 RELEASED.2.32Gravatar default2023-05-181-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-05-181-2/+2
|
* Mastoapi: added block / unblock.Gravatar default2023-05-181-0/+20
|
* Updated RELEASE_NOTES.Gravatar default2023-05-181-1/+1
|
* Updated documentation.Gravatar default2023-05-171-3/+7
|
* Updated documentation.Gravatar default2023-05-173-3/+3
|
* Updated documentation.Gravatar default2023-05-173-2/+7
|
* Updated RELEASE_NOTES.Gravatar default2023-05-171-0/+2
|
* Fixed bug in drop_dm_from_unknown web processing.Gravatar default2023-05-171-4/+6
|
* Added web interface for drop_dm_from_unknown.Gravatar default2023-05-171-0/+11
|
* New config option 'drop_dm_from_unknown'.Gravatar default2023-05-171-0/+10
|
* Updated RELEASE_NOTES.Gravatar default2023-05-171-0/+2
|
* When updating the user info, also spam the following list.Gravatar default2023-05-171-1/+11
|
* Added some comments.Gravatar default2023-05-171-31/+20
|
* Got rid of xs_encdec.h.Gravatar default2023-05-1713-182/+29
|
* Backport from xs.Gravatar default2023-05-173-71/+72
|
* Don't autocomplete local users if they are already added.Gravatar default2023-05-171-5/+8
|
* In mastoapi account search, return local users at the end.Gravatar default2023-05-171-24/+24
|
* Also find local users in /api/v1/search.Gravatar default2023-05-153-3/+29
|
* Updated RELEASE_NOTES.Gravatar default2023-05-151-0/+4
|
* Deleted repeated code.Gravatar default2023-05-151-4/+5
|
* mastoapi_account() returns the acct field as user@host.Gravatar default2023-05-151-1/+7
|
* Made mastoapi account search case-insensitive.Gravatar default2023-05-151-5/+10
|
* Don't repeat accounts when searching.Gravatar default2023-05-151-0/+10
|
* Bumped version.Gravatar default2023-05-151-1/+1
|
* Add /v1/account/search support.Gravatar default2023-05-153-5/+38
|
* Backport from xs.Gravatar default2023-05-152-7/+26
|
* Merge pull request 'Reformat the codeblocks in README.md' (#35) from ↵Gravatar grunfink2023-05-131-8/+8
|\ | | | | | | | | | | bouncepaw/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/35
| * Reformat the codeblocks in README.mdGravatar bouncepaw2023-05-131-8/+8
|/ | | | | 1. Remove the extra indent 2. Add `sh` language
* Version 2.31 RELEASED.2.31Gravatar default2023-05-131-1/+1
|
* Only show the bio in the top of the page for public pages.Gravatar default2023-05-131-9/+12
|
* Updated RELEASE_NOTES.Gravatar default2023-05-131-0/+2
|
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2023-05-131-1/+2
|\
| * Merge pull request 'Added user-agent to webfinger query' (#34) from ↵Gravatar grunfink2023-05-131-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 queryGravatar poesty2023-05-131-1/+2
| |/
* / Use a different approach towards incomplete mentions.Gravatar default2023-05-122-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/snac2Gravatar default2023-05-121-1/+1
|\
| * Updated RELEASE_NOTES.Gravatar default2023-05-121-1/+1
| |
| * Updated RELEASE_NOTES.Gravatar default2023-05-121-1/+1
| |
* | Added more comment marks.Gravatar default2023-05-121-15/+15
|/
* Added some code comments.Gravatar default2023-05-121-44/+36
|
* Resolve (partially) the issue with mentions without server.Gravatar default2023-05-121-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 ↵Gravatar default2023-05-121-8/+5
| | | | process_tags().
* Minor function prototype tweak.Gravatar default2023-05-121-4/+5
|
* Updated RELEASE_NOTES.Gravatar default2023-05-111-0/+2
|
* Added support from exclude notification types.Gravatar default2023-05-111-0/+5
|
* Backport from xs.Gravatar default2023-05-113-8/+91
|
* In /relationship, the id[] can be a list.Gravatar default2023-05-111-0/+3
|
* Updated RELEASE_NOTES.Gravatar default2023-05-101-2/+4
|
* Fixed conflict.Gravatar default2023-05-091-1/+4
|\