summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* If an account has metadata, return them as attachment PropertyValues in ↵Gravatar default2023-09-181-0/+20
| | | | msg_actor().
* Added web UI to store profile metadata (as key/value pairs).Gravatar default2023-09-181-0/+41
|
* Also accept s HTML tags.Gravatar default2023-09-172-2/+2
|
* Use xs_match() in some places for more clarity.Gravatar default2023-09-171-8/+5
|
* Backport from xs.Gravatar default2023-09-175-6/+78
|
* Also accept Update activities for Page and Article.Gravatar default2023-09-151-2/+4
|
* Backport from xs.Gravatar default2023-09-152-1/+3
|
* Merge branch 'master' of triptico.com:git/snac2Gravatar default2023-09-131-0/+4
|\
| * Updated TODO.Gravatar default2023-09-091-1/+1
| |
| * Updated TODO.Gravatar default2023-09-091-0/+4
| |
* | Backport from xs.Gravatar default2023-09-134-36/+71
|/
* Updated RELEASE_NOTES.Gravatar default2023-09-061-0/+4
|
* Bumped version.Gravatar default2023-09-061-1/+1
|
* Process Follow Group and Unfollow Group buttons.Gravatar default2023-09-061-0/+31
|
* Added new buttons to Follow/Unfollow Groups.Gravatar default2023-09-061-3/+17
|
* Updated link in README.Gravatar default2023-09-051-1/+1
|
* Backport from xs.Gravatar default2023-09-042-5/+87
|
* Backport from xs.Gravatar default2023-09-033-69/+119
|
* Improved heart <3 emoji.Gravatar default2023-09-021-1/+1
|
* Discard output messages to blocked instances.Gravatar default2023-09-022-2/+10
|
* Consider error status 400 as fatal in output messages.Gravatar default2023-09-011-1/+1
|
* Some fixes to 'Undo' messages.Gravatar default2023-08-311-4/+12
| | | | | msg_undo() now generates valid messages for objects that are only referenced by its id.
* Got rid of old d_char.Gravatar default2023-08-313-6/+5
|
* Backport from xs.Gravatar default2023-08-302-4/+14
|
* Version 2.41 RELEASED.2.41Gravatar default2023-08-301-1/+1
|
* Minor tweak to avoid possible undefined behaviour.Gravatar default2023-08-291-3/+8
|
* Renamed label 'Older entries...' back to 'More...'.Gravatar default2023-08-281-1/+1
|
* mastoapi: ensure attachment and tag lists are tags.Gravatar default2023-08-251-0/+6
|
* In HTML images, move the loading=lazy BEFORE the src attribute.Gravatar default2023-08-241-6/+7
| | | | | | This may (or may not, not completely sure) avoid this Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1647077
* mastoapi: process tag lists that are not lists correctly.Gravatar default2023-08-231-3/+14
|
* Updated RELEASE_NOTES.Gravatar default2023-08-231-1/+3
|
* Only show the 'audience' field in the 'Page' post.Gravatar default2023-08-231-1/+1
|
* Added some support for 'Article' object types.Gravatar default2023-08-232-6/+11
|
* Also propagate the 'conversation' field, if there is one.Gravatar default2023-08-221-0/+4
|
* Updated RELEASE_NOTES.Gravatar default2023-08-211-0/+2
|
* The nodeinfo file returns more useful information.Gravatar default2023-08-211-4/+28
|
* Backport from xs.Gravatar default2023-08-212-35/+21
|
* mastoapi: some tweaks for posts from lemmy.Gravatar default2023-08-201-4/+26
|
* Only use a Link as an attachment if there are no other.Gravatar default2023-08-191-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-08-191-3/+3
|
* Updated RELEASE_NOTES.Gravatar default2023-08-191-0/+2
|
* Show current vote count on mouseover.Gravatar default2023-08-191-2/+5
|
* Updated RELEASE_NOTES.Gravatar default2023-08-191-0/+2
|
* Fixed typo in documentation.Gravatar default2023-08-191-3/+3
|
* Updated documentation.Gravatar default2023-08-191-0/+3
|
* The hash 'more_headers' is added to the response HTTP headers.Gravatar default2023-08-191-0/+8
|
* Updated RELEASE_NOTES.Gravatar default2023-08-191-0/+2
|
* history_add() now creates an etag.Gravatar default2023-08-193-4/+11
|
* static_get() and history_get() both share the same code.Gravatar default2023-08-192-30/+31
|
* Merge branch 'master' of triptico.com:git/snac2Gravatar default2023-08-192-1/+11
|\