summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Made the post action configurable in login_page.Gravatar default2023-05-041-5/+6
|
* Fixed more warnings.Gravatar default2023-05-043-2/+3
|
* Added -Wextra to C flags.Gravatar default2023-05-046-1/+27
|
* Added some const here and there.Gravatar default2023-05-045-13/+17
|
* Deleted real unused parameters.Gravatar default2023-05-044-12/+11
|
* Updated dependencies.Gravatar default2023-05-041-1/+1
|
* Updated documentation.Gravatar default2023-05-041-1/+2
|
* Updated documentation.Gravatar default2023-05-041-0/+11
|
* Avoid crash in optional mastoapi argument.Gravatar default2023-05-041-0/+3
|
* Updated documentation.Gravatar default2023-05-041-0/+14
|
* Ensure no actor data is left in actor_get().Gravatar default2023-05-031-2/+4
|
* Updated RELEASE_NOTES.Gravatar default2023-05-031-0/+2
|
* Fixed missing notifications in certain circunstancies.Gravatar default2023-05-032-2/+2
|
* Use xs_replace_n() where it suits.Gravatar default2023-05-023-11/+11
|
* Backport from xs.Gravatar default2023-05-023-15/+220
|
* Updated RELEASE_NOTES.Gravatar default2023-05-011-1/+1
|
* Partial support for mastoapi unfavourite / unreblog.Gravatar default2023-05-013-3/+9
|
* New functions index_del_md5(), index_del() and object_unadmire().Gravatar default2023-05-011-0/+62
|
* Purge / gc the instance timeline index.Gravatar default2023-05-011-1/+5
|
* In /api/v1/statuses, get the object from the storage instead of from the ↵Gravatar default2023-05-011-1/+1
| | | | | | | timeline. This was affecting clicking on posts from the instance timeline, that were not in the logged-in user timeline.
* Return immediately from actor_get() if it's a local user.Gravatar default2023-04-301-0/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-04-301-0/+4
|
* The instance timeline now works.Gravatar default2023-04-302-20/+13
|
* actor_get() returns an actor message for local users.Gravatar default2023-04-301-5/+21
|
* Some instance timeline work.Gravatar default2023-04-303-35/+38
|
* Bumped version.Gravatar default2023-04-301-1/+1
|
* Public posts are also added to an instance public timeline index.Gravatar default2023-04-291-1/+6
|
* Version 2.29 RELEASED.2.29Gravatar default2023-04-281-1/+1
|
* Incomplete mastoapi apps are purged.Gravatar default2023-04-281-2/+35
|
* New function mastoapi_purge() (still dummy).Gravatar default2023-04-283-0/+10
|
* Ensure the new app client_id is unique.Gravatar default2023-04-281-1/+12
|
* Updated RELEASE_NOTES.Gravatar default2023-04-271-1/+1
|
* Hide hidden posts from timelines.Gravatar default2023-04-271-1/+5
|
* Updated documentation.Gravatar default2023-04-271-0/+4
|
* Fixed video attachments.Gravatar default2023-04-261-13/+15
|
* Fixed crash in mastoapi search.Gravatar default2023-04-261-1/+1
|
* Update lastlog.txt everytime a Bearer token is validated.Gravatar default2023-04-261-0/+4
|
* Updated README.Gravatar default2023-04-251-0/+2
|
* Updated dependencies.Gravatar default2023-04-251-1/+3
|
* Store the what-is-snac URL as a CPP constant.Gravatar default2023-04-253-3/+7
|
* Skip muted morons from timelines and statuses.Gravatar default2023-04-241-3/+9
|
* Added emojis to mastoapi_account().Gravatar default2023-04-241-1/+36
|
* Added custom emojis to Statuses.Gravatar default2023-04-241-0/+22
|
* Added the hashtag list to mastoapi_status().Gravatar default2023-04-241-0/+14
| | | | What is this for?
* Added mentions to mastoapi_status().Gravatar default2023-04-241-3/+39
|
* Added some more Instance values.Gravatar default2023-04-241-0/+19
|
* Added snac limits (no real limits) to the Instance object.Gravatar default2023-04-241-11/+19
|
* Updated TODO.Gravatar default2023-04-241-4/+8
|
* Moved JSON output validation to httpd.c.Gravatar default2023-04-232-8/+10
|
* Fixed bad JSON for accounts that do not have a 'summary' field.Gravatar default2023-04-231-1/+6
|