Commit Graph

11 Commits (2620e2cfa33c60984cf5de1525e4545fd46e4cd2)

Author SHA1 Message Date
ThibG b40d68cc31
Add `invites_enabled` to API ()
Eugen Rochko d61d164685
Add `short_description` and `approval_required` to `GET /api/v1/instance` ()
Yamagishi Kazutoshi 8347479f5d Bump webpacker from 3.5.5 to 4.0.2 ()
Bumps [webpacker](https://github.com/rails/webpacker) from 3.5.5 to 4.0.2.
- [Release notes](https://github.com/rails/webpacker/releases)
- [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/webpacker/compare/v3.5.5...v4.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
Eugen Rochko 51e154f5e8
Admission-based registrations mode ()
Fix 
Fix 
Eugen Rochko a006d4afbe
Add registrations attribute to instance entity in REST API ()
Fix 
Akihiko Odaki 778b37790b Do not fetch environment variables to determine default locale ()
The default locale is now set by config.
Eugen Rochko a3c4138197
Add contact_account and languages to instance API ()
Yamagishi Kazutoshi 3c18964256 Fallback default thumbnail in instance status API ()
Eugen Rochko 9239e4ce4d Uploads for admin site settings ()
* Improve OpenGraph tags for about pages

* Add thumbnail admin setting

* Fix error

* Fix up
Gergely Nagy 2ebe4ff568 api/instances: Include the stats from the /about/more page ()
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 .

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Eugen Rochko 8b2cad5637 Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()