summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Backport from xs.Gravatar default2023-09-255-194/+7
|
* Backport from xs.Gravatar default2023-09-233-20/+9
|
* Backport from xs.Gravatar default2023-09-232-6/+7
|
* If a metadata starts with https:, convert it to a link.Gravatar default2023-09-221-2/+12
|
* Added more calls to xs_match().Gravatar default2023-09-211-5/+2
|
* Used xs_match() in some places.Gravatar default2023-09-212-5/+4
|
* Updated dependencies.Gravatar default2023-09-211-3/+3
|
* Backport from xs.Gravatar default2023-09-212-36/+58
|
* Merge pull request 'OAuth Login Page Clean-Up' (#80) from ↵Gravatar grunfink2023-09-211-5/+10
|\ | | | | | | | | | | kvibber/snac2:oauth-page-cleanup into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/80
| * Put hostname in OAuth page title for web-based clients like ElkGravatar Kelson Vibber2023-09-211-5/+5
| |
| * Add title to OAuth page for web-based clients like ElkGravatar Kelson Vibber2023-09-211-0/+1
| |
| * Explicitly support dark mode to fix mismatched colors in clients like TuskyGravatar Kelson Vibber2023-09-211-1/+5
|/
* Updated RELEASE_NOTES.Gravatar default2023-09-181-0/+2
|
* Pinned posts are never purged.Gravatar default2023-09-183-2/+9
|
* Also purge the 'pinned' folder.Gravatar default2023-09-181-0/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-09-181-0/+2
|
* mastoapi: Added fields list in verify_credentials.Gravatar default2023-09-181-0/+19
|
* Show metadata in the public HTML page.Gravatar default2023-09-181-0/+26
|
* 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
|