summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* mastoapi: in instance, return the list of supported mime types from the ↵Gravatar default2023-08-173-3/+25
| | | | internal list.
* Convert 'Link' attachments that have a media extension to something more useful.Gravatar default2023-08-175-51/+112
|
* Return the history in reverse order, which has more sense.Gravatar default2023-08-171-1/+1
|
* mastoapi: minor fix in verify_credentials.Gravatar default2023-08-163-2/+51
|
* 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
|