summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add missed replacement to the `mastoapi_get_handler` function (`search` case)Gravatar postscriptum2025-05-221-1/+2
|
* cleanup ending spacesGravatar postscriptum2025-05-221-5/+5
|
* add missed replacement to the `content_match` functionGravatar postscriptum2025-05-221-1/+1
|
* use utf-8 lowercase function for tags #396Gravatar postscriptum2025-05-223-4/+5
|
* Operations on the 'people' page redirects back to it instead of 'admin'.Gravatar grunfink2025-05-181-4/+17
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-05-181-0/+6
|
* mastoapi: added post endpoints for 'authorize' and 'reject' follow requests.Gravatar grunfink2025-05-181-0/+51
|
* mastoapi: added endpoint /v1/follow_requests.Gravatar grunfink2025-05-181-4/+20
|
* Added a pending follow request count next to the "people" link.Gravatar grunfink2025-05-183-0/+23
|
* mastoapi: Also process the types[] argument in notifications.Gravatar grunfink2025-05-141-8/+13
|
* Version 2.77 RELEASED.2.77Gravatar grunfink2025-05-121-1/+1
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-05-121-1/+1
|
* Minor tweak to link extraction regex.Gravatar grunfink2025-05-111-1/+1
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-05-111-1/+1
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-05-091-0/+4
|
* As they look ugly in some platforms, links are no longer shown as attachments.Gravatar grunfink2025-05-092-29/+7
|
* Version 2.76 RELEASED.2.76Gravatar grunfink2025-05-091-1/+1
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-05-091-1/+1
|
* Updated TODO.Gravatar grunfink2025-05-091-0/+2
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-05-091-1/+1
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-05-091-1/+1
|
* Added header "access-control-expose-headers" with the "Link" value.Gravatar grunfink2025-05-091-0/+1
| | | | This helps paging in Mastodon clients.
* Fixed crash.Gravatar default2025-05-061-14/+18
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-05-061-0/+2
|
* Merge pull request 'Display custom emoji in more places' (#343) from ↵Gravatar grunfink2025-05-066-18/+54
|\ | | | | | | | | | | dandelions/snac2:emoji-pr into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/343
| * cleaned up old changes and outdated commentsGravatar green2025-04-133-8/+2
| |
| * emoji variant selector in react notificationsGravatar green2025-04-131-1/+1
| |
| * better control over the emoji classGravatar green2025-04-131-1/+2
| |
| * emoji: refactor + emoji in display names on front pageGravatar green2025-04-133-15/+29
| |
| * check the extension in a different wayGravatar green2025-04-131-2/+3
| |
| * allow emoji urls with no extensionGravatar green2025-04-131-1/+2
| |
| * the fucking list is sotted. ooppsGravatar green2025-04-131-1/+1
| |
| * mime types for apng and svg checkGravatar green2025-04-132-7/+4
| |
| * also display the emoji for likesGravatar green2025-04-131-1/+1
| |
| * EmojiReact notifications show up as emojisGravatar green2025-04-131-3/+5
| |
| * emojis in usernames in web uiGravatar green2025-04-131-1/+7
| |
| * maybe a fix for username emojisGravatar green2025-04-131-0/+5
| |
| * fixed broken emojis on akkomaGravatar green2025-04-131-2/+16
| |
| * emoji in external bios (i hope)Gravatar green2025-04-131-0/+1
| |
* | Better error handling in xs_webmention_send().Gravatar grunfink2025-05-041-1/+6
| |
* | Updated TODO.Gravatar grunfink2025-05-041-2/+2
| |
* | Updated RELEASE_NOTES.Gravatar grunfink2025-05-041-0/+2
| |
* | Webmentions are now sent.Gravatar grunfink2025-05-041-1/+6
| |
* | xs_webmention.h new file.Gravatar grunfink2025-05-046-8/+128
| |
* | Preprocess the webmention q_item.Gravatar grunfink2025-05-031-0/+13
| | | | | | | | Nothing is really done yet.
* | Added back again links as attachments.Gravatar grunfink2025-05-031-0/+20
| |
* | New function enqueue_webmention().Gravatar grunfink2025-05-034-1/+18
| | | | | | | | The q_msg is queued, but nothing is done yet.
* | Revert adding links as attachments.Gravatar grunfink2025-05-031-20/+0
| |
* | Also add direct and markdown links in posts as attachments.Gravatar grunfink2025-05-032-3/+26
| |
* | No longer drop text/html attachements.Gravatar grunfink2025-05-031-4/+0
| |