kopia lustrzana https://github.com/nextcloud/social
cleaning stuff
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/9/head
rodzic
ca32f0aae0
commit
f05f47807e
|
@ -11,7 +11,7 @@ return [
|
|||
'routes' => [
|
||||
['name' => 'Navigation#navigate', 'url' => '/', 'verb' => 'GET'],
|
||||
|
||||
['name' => 'Account#create', 'url' => '/local/account/{username}', 'verb' => 'GET'],
|
||||
['name' => 'Account#create', 'url' => '/local/account/{username}', 'verb' => 'POST'],
|
||||
|
||||
['name' => 'ActivityPub#sharedInbox', 'url' => '/inbox', 'verb' => 'POST'],
|
||||
['name' => 'ActivityPub#actor', 'url' => '/users/{username}', 'verb' => 'GET'],
|
||||
|
|
|
@ -83,7 +83,6 @@ class AccountController extends Controller {
|
|||
* Called by the frontend to create a new Social account
|
||||
*
|
||||
* @NoAdminRequired
|
||||
* @NoCSRFRequired
|
||||
*
|
||||
* @param string $username
|
||||
*
|
||||
|
|
|
@ -7,12 +7,6 @@
|
|||
</div>
|
||||
<div id="app-content">
|
||||
<div class="social__container">
|
||||
Add an account:
|
||||
<input type="text" id="social-instance-new-account" placeholder="mastodon.social" />
|
||||
<input type="submit" id="social-submit-new-account" /><br />
|
||||
|
||||
Accounts: <select id="social-list-accounts"></select><input type="submit" id="social-submit-account-test" value="Test this account" /><br />
|
||||
|
||||
<h2>🎉 Nextcloud becomes part of the federated social networks!</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Ładowanie…
Reference in New Issue