Commit Graph

8 Commits (87a55e2cd67a2af754f5a80282635e789c255e72)

Author SHA1 Message Date
ThibG ac8a788370
Fix functional user requirements in whitelist mode ()
Fixes 
Eugen Rochko 988b0493fe
Add more tests for ActivityPub controllers ()
Eugen Rochko de5305a3a5
Fix redirecting non-functional accounts on public pages ()
Fix 
Eugen Rochko b54b725d6b
Fix uncaught domain normalization error in remote follow ()
Eugen Rochko f51c7c105f
Fix acct URIs with IDN domains not being resolved ()
Fix 
Eugen Rochko 24552b5160
Add whitelist mode ()
Eugen Rochko 5654535728
Change remote interaction dialog to use specific actions ()
* Change remote interaction dialog to use specific actions

Instead of just "interact", use different strings based on whether
it's a reply, reblog or favourite. Add explanation why the step
is necessary in the first place

* Remove obsolete strings
Eugen Rochko 78fa926ed5
Add remote interaction dialog for toots ()
* Add remote interaction dialog for toots

* Change AuthorizeFollow into AuthorizeInteraction, support statuses

* Update brakeman.ignore

* Adjust how interaction buttons are display on public pages

* Fix tests