mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 20:47:46 +02:00
refactor: rename controller methods for views and actions to be more consistent
add PermalinkEditor component
This commit is contained in:
parent
8cf9c6dc83
commit
85704bfbe0
48 changed files with 779 additions and 827 deletions
|
|
@ -319,7 +319,7 @@ class ActorController extends Controller
|
|||
->setBody($followersCollection->toJSON());
|
||||
}
|
||||
|
||||
public function attemptFollow(): RedirectResponse
|
||||
public function followAction(): RedirectResponse
|
||||
{
|
||||
$rules = [
|
||||
'handle' => 'regex_match[/^@?(?P<username>[\w\.\-]+)@(?P<host>[\w\.\-]+)(?P<port>:[\d]+)?$/]',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue