Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/9/head
Maxence Lange 2018-10-02 12:21:55 +02:00
rodzic ca32f0aae0
commit f05f47807e
3 zmienionych plików z 1 dodań i 8 usunięć

Wyświetl plik

@ -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'],

Wyświetl plik

@ -83,7 +83,6 @@ class AccountController extends Controller {
* Called by the frontend to create a new Social account
*
* @NoAdminRequired
* @NoCSRFRequired
*
* @param string $username
*

Wyświetl plik

@ -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>