Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-04 | Do not fetch environment variables to determine default locale (#6618) | Akihiko Odaki | |
The default locale is now set by config. | |||
2018-03-01 | Add contact_account and languages to instance API (#6574) | Eugen Rochko | |
2018-01-04 | Fallback default thumbnail in instance status API (#6177) | Yamagishi Kazutoshi | |
2017-09-14 | Uploads for admin site settings (#4913) | Eugen Rochko | |
* Improve OpenGraph tags for about pages * Add thumbnail admin setting * Fix error * Fix up | |||
2017-08-08 | api/instances: Include the stats from the /about/more page (#4074) | Gergely Nagy | |
To be able to pull some basic statistics from a Mastodon instance, include the user, status and connected domain counters in the `/api/v1/instance` response. Fixes #3570. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2017-07-07 | Refactor JSON templates to be generated with ActiveModelSerializers instead ↵ | Eugen Rochko | |
of Rabl (#4090) |