0
0
Commit Graph

14 Commits

Author SHA1 Message Date
Matt Jankowski
469de923aa
Update current_user override mode description in controllers () 2024-06-03 07:16:29 +00:00
Matt Jankowski
ac69f90098
Add Api::V1::Instances::BaseController base controller class () 2023-11-10 12:46:00 +00:00
Emelia Smith
e258b4cb64
Refactor: replace whitelist_mode mentions with limited_federation_mode () 2023-08-02 19:32:48 +02:00
Claire
b4e739ff0f
Change interaction modal in web UI ()
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
2023-07-27 16:11:17 +02:00
Claire
1419f90ef2
Fix some user-independent endpoints potentially reading session cookies () 2023-04-25 22:14:44 +02:00
Eugen Rochko
6084461cd0
Change unauthenticated responses to be cached in REST API () 2023-04-25 15:41:34 +02:00
Eugen Rochko
e98c86050a
Refactor Cache-Control and Vary definitions () 2023-04-19 16:07:29 +02:00
Eugen Rochko
216b85b053
Fix performance on instances list in admin UI ()
- Reduce duplicate queries
- Remove n+1 queries
- Add accounts count to detailed view
- Add separate action log entry for updating existing domain blocks
2020-12-14 09:06:34 +01:00
Eugen Rochko
0ae5c6312f
Remove useless respond_to calls () 2020-03-06 01:29:38 +01:00
Eugen Rochko
a582185625
Fix GET /api/v1/instance REST APIs being unavailable in secure mode () 2019-10-06 22:11:29 +02:00
Eugen Rochko
24552b5160
Add whitelist mode () 2019-07-30 11:10:46 +02:00
Eugen Rochko
c669bb42ba
Add (back) rails-level JSON caching () 2019-07-21 22:32:16 +02:00
ThibG
91634947f8 Explicitly disable storage of REST API results ()
Fixes 
2019-05-03 20:39:19 +02:00
Eugen Rochko
38fc1b498d
Add more instance stats APIs ()
* Add GET /api/v1/instance/peers API to reveal known domains

* Add GET /api/v1/instance/activity API

* Make new APIs disableable, exclude private statuses from activity stats

* Fix code style issue

* Fix week timestamps
2017-12-29 19:52:04 +01:00