Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-17 | Updated RELEASE_NOTES. | default | |
2023-05-17 | Fixed bug in drop_dm_from_unknown web processing. | default | |
2023-05-17 | Added web interface for drop_dm_from_unknown. | default | |
2023-05-17 | New config option 'drop_dm_from_unknown'. | default | |
2023-05-17 | Updated RELEASE_NOTES. | default | |
2023-05-17 | When updating the user info, also spam the following list. | default | |
2023-05-17 | Added some comments. | default | |
2023-05-17 | Got rid of xs_encdec.h. | default | |
2023-05-17 | Backport from xs. | default | |
2023-05-17 | Don't autocomplete local users if they are already added. | default | |
2023-05-17 | In mastoapi account search, return local users at the end. | default | |
2023-05-15 | Also find local users in /api/v1/search. | default | |
2023-05-15 | Updated RELEASE_NOTES. | default | |
2023-05-15 | Deleted repeated code. | default | |
2023-05-15 | mastoapi_account() returns the acct field as user@host. | default | |
2023-05-15 | Made mastoapi account search case-insensitive. | default | |
2023-05-15 | Don't repeat accounts when searching. | default | |
2023-05-15 | Bumped version. | default | |
2023-05-15 | Add /v1/account/search support. | default | |
2023-05-15 | Backport from xs. | default | |
2023-05-13 | Merge pull request 'Reformat the codeblocks in README.md' (#35) from ↵ | grunfink | |
bouncepaw/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/35 | |||
2023-05-13 | Reformat the codeblocks in README.md | bouncepaw | |
1. Remove the extra indent 2. Add `sh` language | |||
2023-05-13 | Version 2.31 RELEASED. | default | |
2023-05-13 | Only show the bio in the top of the page for public pages. | default | |
2023-05-13 | Updated RELEASE_NOTES. | default | |
2023-05-13 | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | default | |
2023-05-13 | Merge pull request 'Added user-agent to webfinger query' (#34) from ↵ | grunfink | |
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. | |||
2023-05-13 | Added user-agent to webfinger query | poesty | |
2023-05-12 | Use a different approach towards incomplete mentions. | default | |
This time, incomplete mentions are completed using a) the host of the first mention, if there are any, or b) the current host. | |||
2023-05-12 | Merge branch 'master' of triptico.com:git/snac2 | default | |
2023-05-12 | Added more comment marks. | default | |
2023-05-12 | Updated RELEASE_NOTES. | default | |
2023-05-12 | Updated RELEASE_NOTES. | default | |
2023-05-12 | Added some code comments. | default | |
2023-05-12 | Resolve (partially) the issue with mentions without server. | default | |
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. | |||
2023-05-12 | Minor refactor to msg_note(): the tag list is created here, not in ↵ | default | |
process_tags(). | |||
2023-05-12 | Minor function prototype tweak. | default | |
2023-05-11 | Updated RELEASE_NOTES. | default | |
2023-05-11 | Added support from exclude notification types. | default | |
2023-05-11 | Backport from xs. | default | |
2023-05-11 | In /relationship, the id[] can be a list. | default | |
2023-05-10 | Updated RELEASE_NOTES. | default | |
2023-05-09 | Fixed conflict. | default | |
2023-05-09 | Merge pull request 'Fixed the issue of semaphore name conflicts.' (#33) from ↵ | grunfink | |
poesty/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/33 | |||
2023-05-09 | Fixed the issue of semaphore name conflicts. | poesty | |
2023-05-09 | Backport from xs. | default | |
2023-05-09 | Backport from xs. | default | |
2023-05-08 | Updated documentation. | default | |
2023-05-08 | Fill the mastoapi instance contact_account field, if possible. | default | |
2023-05-08 | Print the total running time at httpd stop. | default | |