summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated README.Gravatar default2023-08-161-1/+1
|
* Version 2.40 RELEASED.2.40Gravatar default2023-08-161-1/+1
|
* mastoapi: Some tweaks to process posts with 'name' and 'image' fields.Gravatar default2023-08-142-4/+33
|
* Updated RELEASE_NOTES.Gravatar default2023-08-141-0/+2
|
* Header banners can now be uploaded.Gravatar default2023-08-141-15/+24
|
* Fixed some warning.Gravatar default2023-08-142-5/+5
|
* Unify the instance description text.Gravatar default2023-08-145-55/+47
|
* Discard avatar uploads that are not images.Gravatar default2023-08-141-11/+15
|
* If the user has a header image, show it the public page.Gravatar default2023-08-141-2/+13
|
* If a user 'header' field is defined, use it.Gravatar default2023-08-141-0/+10
|
* Updated documentation.Gravatar default2023-08-141-0/+3
|
* Updated README.Gravatar default2023-08-141-0/+2
|
* Updated RELEASE_NOTES.Gravatar default2023-08-141-0/+2
|
* Don't show children in the instance timeline.Gravatar default2023-08-141-2/+2
|
* Updated documentation.Gravatar default2023-08-141-2/+7
|
* mastoapi: show the instance's title and short_description, if they exist.Gravatar default2023-08-141-3/+5
|
* The instance URL can now show a timeline.Gravatar default2023-08-145-4/+86
|
* Some work towards an instance timeline.Gravatar default2023-08-141-18/+48
|
* Updated RELEASE_NOTES.Gravatar default2023-08-141-0/+2
|
* Sanitize local user names in the greeting page.Gravatar default2023-08-142-49/+58
|
* Backport from xs.Gravatar default2023-08-142-5/+7
|
* Ignore 'Add' activities ASAP.Gravatar default2023-08-131-5/+10
|
* Don't archive Accept + Create activities as errors.Gravatar default2023-08-131-0/+5
| | | | They may be (or not, not remember from the doc), but I don't care.
* Added default CSS for Limit and Unlimit buttons.Gravatar default2023-08-132-0/+4
|
* Backport from xs.Gravatar default2023-08-132-33/+36
|
* Backport from xs.Gravatar default2023-08-132-2/+2
|
* More mastoapi tweaks.Gravatar default2023-08-131-0/+9
|
* Use some new xs_stock values.Gravatar default2023-08-134-15/+17
|
* Updated RELEASE_NOTES.Gravatar default2023-08-131-0/+2
|
* Added avatar_static to validate_credentials object.Gravatar default2023-08-121-0/+1
|
* Some mastoapi tweaks to support the semaphore.social web client.Gravatar default2023-08-122-6/+18
|
* Archive unattended method errors.Gravatar default2023-08-121-0/+1
|
* Fixed crash.Gravatar default2023-08-121-4/+4
|
* Some mastoapi instance object tweaks.Gravatar default2023-08-121-9/+21
|
* Allow a NULL snac struct in html_entry().Gravatar default2023-08-121-23/+28
|
* mastoapi: fixed /api/timelines/public to not need a bearer token.Gravatar default2023-08-121-12/+13
|
* Rewritten actor_get() to not depend on a user.Gravatar default2023-08-125-20/+12
|
* Rewritten is_msg_public() to not depend on a user.Gravatar default2023-08-125-13/+30
|
* Backport from xs.Gravatar default2023-08-122-105/+68
|
* Change filename order in srv_archive_error().Gravatar default2023-08-111-1/+1
|
* Archive JSON errors in activitypub_post_handler.Gravatar default2023-08-111-0/+2
|
* Set the default poll end time to 1 hour.Gravatar default2023-08-111-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-08-101-1/+1
|
* Fixed some mastoapi minor errors.Gravatar default2023-08-101-4/+11
|
* Added web UI for limit/unlimit actions.Gravatar default2023-08-101-1/+17
|
* More strict retries.Gravatar default2023-08-091-1/+1
|
* Be more strict in not retrying on permanent errors.Gravatar default2023-08-093-5/+10
|
* Backport from xs.Gravatar default2023-08-093-7/+10
|
* Revert "Implemented hide_followers_only."Gravatar default2023-08-091-16/+1
| | | | | | | Posts from groups give false positives from hide_followers_only, so the full idea is discarded. This reverts commit b3797d24162bd2c8637d267ae0a08f3cd6e45dff.
* Revert "Added web interface for hide_followers_only."Gravatar default2023-08-091-11/+0
| | | | This reverts commit 84e8cb419ba95a53ae4d2a1c9f4bb60d55dfc5f5.