summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-24Finished polls are shown.default
2023-05-24Some prototype tweaks.default
2023-05-24Questions (polls) are now stored (but not yet shown).default
2023-05-21Updated TODO.default
2023-05-21Updated RELEASE_NOTES.default
2023-05-21Bumped version.default
2023-05-21Convert image links in notes to attachments.default
2023-05-21Updated TODO.default
2023-05-21Minor refactor to msg_note().default
2023-05-21Minor prototype change.default
2023-05-20More image tweaks.default
2023-05-20More image updates.default
2023-05-20Improved default avatars.default
2023-05-20Updated images.default
2023-05-20New image.default
2023-05-19Updated TODO.default
2023-05-18Version 2.32 RELEASED.default
2023-05-18Updated RELEASE_NOTES.default
2023-05-18Mastoapi: added block / unblock.default
2023-05-18Updated RELEASE_NOTES.default
2023-05-17Updated documentation.default
2023-05-17Updated documentation.default
2023-05-17Updated documentation.default
2023-05-17Updated RELEASE_NOTES.default
2023-05-17Fixed bug in drop_dm_from_unknown web processing.default
2023-05-17Added web interface for drop_dm_from_unknown.default
2023-05-17New config option 'drop_dm_from_unknown'.default
2023-05-17Updated RELEASE_NOTES.default
2023-05-17When updating the user info, also spam the following list.default
2023-05-17Added some comments.default
2023-05-17Got rid of xs_encdec.h.default
2023-05-17Backport from xs.default
2023-05-17Don't autocomplete local users if they are already added.default
2023-05-17In mastoapi account search, return local users at the end.default
2023-05-15Also find local users in /api/v1/search.default
2023-05-15Updated RELEASE_NOTES.default
2023-05-15Deleted repeated code.default
2023-05-15mastoapi_account() returns the acct field as user@host.default
2023-05-15Made mastoapi account search case-insensitive.default
2023-05-15Don't repeat accounts when searching.default
2023-05-15Bumped version.default
2023-05-15Add /v1/account/search support.default
2023-05-15Backport from xs.default
2023-05-13Merge 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-13Reformat the codeblocks in README.mdbouncepaw
1. Remove the extra indent 2. Add `sh` language
2023-05-13Version 2.31 RELEASED.default
2023-05-13Only show the bio in the top of the page for public pages.default
2023-05-13Updated RELEASE_NOTES.default
2023-05-13Merge branch 'master' of grunfink-codeberg:grunfink/snac2default
2023-05-13Merge 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.