Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-13 | Add image processing and generate blurhash for server thumbnail (#19348) | Eugen Rochko | |
Remove separate server hero setting | |||
2022-10-05 | Add server banner to web app, add `GET /api/v2/instance` to REST API (#19294) | Eugen Rochko | |
2021-07-13 | Change references to tootsuite/mastodon to mastodon/mastodon (#16491) | Claire | |
* Change references to tootsuite/mastodon to mastodon/mastodon * Remove obsolete test fixture * Replace occurrences of tootsuite/mastodon with mastodon/mastodon in CHANGELOG And a few other places | |||
2019-03-14 | Admission-based registrations mode (#10250) | Eugen Rochko | |
Fix #6856 Fix #6951 | |||
2018-12-21 | Add specs for InstancePresenter (#9596) | ysksn | |
2018-02-17 | Isolate each specs for cache store (#6450) | Akihiko Odaki | |
The cache store is explicitly used by some specs, but they were not isolated and therefore not reliable. This fixes the issue by clearing the cache after each specs. | |||
2017-05-30 | Use around hook to restore context in InstancePresenter spec (#3430) | Akihiko Odaki | |
2017-04-15 | About page contact email (#1839) | Matt Jankowski | |
* Correct site_contact_email typo * Separate about more page into partials, add specs | |||
2017-04-09 | Clean up about page (#1282) | Matt Jankowski | |
* Add InstancePresenter to expose site details * Clean up about controller, use instance presenter |