Commit Graph

11 Commits (3211e960ac793b1b9431a7eea40b385272f1a2a6)

Author SHA1 Message Date
Claire 7d9b209fe8
Fix call to inefficient `delete_matched` cache method in domain blocks ()
Eugen Rochko e98c86050a
Refactor `Cache-Control` and `Vary` definitions ()
Claire f8bb4d0d6b
Fix server error when failing to follow back followers from `/relationships` ()
Claire c2a046ded1
Fix “Remove all followers from the selected domains” being more destructive than it claims ()
Takeshi Umeda 148ce97e21
Add interrelationship icon ()
* Add interrelationship icon

* Fix arrow for rtl

* Fix to predefined color
Takeshi Umeda 2b1a6e734f
Add follow selected followers button ()
* Add follow selected followers button

* Fix unused variable

* Fix i18n normalize
Eugen Rochko c0006a004d
Change followers page to relationships page in admin UI ()
Allow browsing and filtering all relationships instead of just
followers, unify the codebase with the user-facing relationship
manager, add ability to see who the user invited
Eugen Rochko 6feafb8802
Various fixes and improvements ()
* Fix unused role routes being generated

* Remove unused JavaScript code

* Refactor filters code to be DRYer

* Fix `.count == 0` comparisons to `.empty?` in views

* Fix filters in views
Eugen Rochko 08ec7435ce
Add order options to relationship manager UI ()
Eugen Rochko b8e4c85e69
Add dormant filter to relationship manager, rename other filters ()
Rename "abandoned" to "moved", and "active" to "primary"
Eugen Rochko 1c113fd72d
Add relationship manager UI ()