summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated TODO.Gravatar default2023-05-211-2/+2
|
* Updated RELEASE_NOTES.Gravatar default2023-05-211-0/+4
|
* Bumped version.Gravatar default2023-05-211-1/+1
|
* Convert image links in notes to attachments.Gravatar default2023-05-215-11/+28
|
* Updated TODO.Gravatar default2023-05-211-1/+3
|
* Minor refactor to msg_note().Gravatar default2023-05-211-5/+3
|
* Minor prototype change.Gravatar default2023-05-212-8/+8
|
* More image tweaks.Gravatar default2023-05-201-4/+4
|
* More image updates.Gravatar default2023-05-201-0/+0
|
* Improved default avatars.Gravatar default2023-05-201-1/+15
|
* Updated images.Gravatar default2023-05-201-0/+0
|
* New image.Gravatar default2023-05-201-0/+0
|
* Updated TODO.Gravatar default2023-05-191-4/+4
|
* 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
|\