Oauth code in input form and add description message (#4986)
* Oauth code in a input form and add description * New authcode description
This commit is contained in:
		
							parent
							
								
									dd6f9a1b82
								
							
						
					
					
						commit
						4c14ff659b
					
				
					 31 changed files with 68 additions and 30 deletions
				
			
		| 
						 | 
				
			
			@ -349,9 +349,46 @@ code {
 | 
			
		|||
  box-shadow: 0 0 5px rgba($base-shadow-color, 0.2);
 | 
			
		||||
  text-align: center;
 | 
			
		||||
 | 
			
		||||
  p {
 | 
			
		||||
    margin-bottom: 15px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .oauth-code {
 | 
			
		||||
    color: $ui-secondary-color;
 | 
			
		||||
    outline: 0;
 | 
			
		||||
    box-sizing: border-box;
 | 
			
		||||
    display: block;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    border: none;
 | 
			
		||||
    padding: 10px;
 | 
			
		||||
    font-family: 'mastodon-font-monospace', monospace;
 | 
			
		||||
    background: $ui-base-color;
 | 
			
		||||
    color: $ui-primary-color;
 | 
			
		||||
    font-size: 14px;
 | 
			
		||||
    margin: 0;
 | 
			
		||||
 | 
			
		||||
    &::-moz-focus-inner {
 | 
			
		||||
      border: 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &::-moz-focus-inner,
 | 
			
		||||
    &:focus,
 | 
			
		||||
    &:active {
 | 
			
		||||
      outline: 0 !important;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &:focus {
 | 
			
		||||
      background: lighten($ui-base-color, 4%);
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  strong {
 | 
			
		||||
    font-weight: 500;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @media screen and (max-width: 740px) and (min-width: 441px) {
 | 
			
		||||
    margin-top: 40px;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.form-footer {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,4 @@
 | 
			
		|||
.form-container
 | 
			
		||||
  .flash-message
 | 
			
		||||
    %code= params[:code]
 | 
			
		||||
    %p= t('doorkeeper.authorizations.show.title')
 | 
			
		||||
    %input{ type: 'text', class: 'oauth-code', readonly: true, value: params[:code], onClick: 'select()' }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ ar:
 | 
			
		|||
        prompt: طلبَ تطبيق %{client_name} تصريحا لاستعمال حسابك.
 | 
			
		||||
        title: إذن بالتصريح
 | 
			
		||||
      show:
 | 
			
		||||
        title: رمز الترخيص
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: إبطال التصريح
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ bg:
 | 
			
		|||
        prompt: Приложението %{client_name} заявява достъп до твоя акаунт
 | 
			
		||||
        title: Изисква се упълномощаване
 | 
			
		||||
      show:
 | 
			
		||||
        title: Код за упълномощаване
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Отмяна
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ ca:
 | 
			
		|||
        prompt: La aplicació %{client_name} sol⋅licita tenir accés al teu compte
 | 
			
		||||
        title: Es requereix autorizació
 | 
			
		||||
      show:
 | 
			
		||||
        title: Codi de autorització
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Revocar
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ de:
 | 
			
		|||
        prompt: Soll %{client_name} für die Benutzung dieses Accounts autorisiert werden?
 | 
			
		||||
        title: Autorisierung erforderlich
 | 
			
		||||
      show:
 | 
			
		||||
        title: Autorisierungscode
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Ungültig machen
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -63,7 +63,7 @@ en:
 | 
			
		|||
        prompt: Application %{client_name} requests access to your account
 | 
			
		||||
        title: Authorization required
 | 
			
		||||
      show:
 | 
			
		||||
        title: Authorization code
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Revoke
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ eo:
 | 
			
		|||
        prompt: La aplikaĵo %{client_name} petas aliron al via konto
 | 
			
		||||
        title: Rajtigo bezonata
 | 
			
		||||
      show:
 | 
			
		||||
        title: Rajtiga kodo
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Malrajtigi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ es:
 | 
			
		|||
        prompt: La aplicación %{client_name} solicita tener acceso a su cuenta
 | 
			
		||||
        title: Se requiere autorización
 | 
			
		||||
      show:
 | 
			
		||||
        title: Código de autorización
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Revocar
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -63,7 +63,7 @@ fa:
 | 
			
		|||
        prompt: Application %{client_name} requests access to your account
 | 
			
		||||
        title: Authorization required
 | 
			
		||||
      show:
 | 
			
		||||
        title: Authorization code
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Revoke
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ fi:
 | 
			
		|||
        prompt: Applikaatio %{client_name} pyytää lupaa tilillesi
 | 
			
		||||
        title: Valtuutus vaaditaan
 | 
			
		||||
      show:
 | 
			
		||||
        title: Valtuutus koodi
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Evää
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -59,7 +59,7 @@ fr:
 | 
			
		|||
        prompt: Autoriser %{client_name} à utiliser votre compte ?
 | 
			
		||||
        title: Autorisation requise
 | 
			
		||||
      show:
 | 
			
		||||
        title: Code d’autorisation
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Annuler
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ he :
 | 
			
		|||
        prompt: ישום %{client_name} מבקש גישה לחשבונך
 | 
			
		||||
        title: נדרשת הרשאה
 | 
			
		||||
      show:
 | 
			
		||||
        title: קוד הרשאה
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: ביטול
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ hr:
 | 
			
		|||
        prompt: Aplikacija %{client_name} je zatražila pristup tvom računu
 | 
			
		||||
        title: Traži se autorizacija
 | 
			
		||||
      show:
 | 
			
		||||
        title: Autorizacijski kod
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Odbij
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ hu:
 | 
			
		|||
        prompt: "%{client_name} nevű alkalmazás engedélyt kér a fiókodhoz való hozzáféréshez."
 | 
			
		||||
        title: Engedély szükséges
 | 
			
		||||
      show:
 | 
			
		||||
        title: Engedély kódja
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Visszavonás
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ id:
 | 
			
		|||
        prompt: Aplikasi %{client_name} meminta akses pada akun anda
 | 
			
		||||
        title: Izin diperlukan
 | 
			
		||||
      show:
 | 
			
		||||
        title: Kode izin
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Cabut izin
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ io:
 | 
			
		|||
        prompt: Application %{client_name} requests access to your account
 | 
			
		||||
        title: Authorization required
 | 
			
		||||
      show:
 | 
			
		||||
        title: Authorization code
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Revoke
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ it:
 | 
			
		|||
        prompt: L'applicazione %{client_name} richiede l'accesso al tuo account
 | 
			
		||||
        title: Autorizzazione richiesta
 | 
			
		||||
      show:
 | 
			
		||||
        title: Codice autorizzazione
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Disabilita
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -63,7 +63,7 @@ ja:
 | 
			
		|||
        prompt: アプリ %{client_name} があなたのアカウントへのアクセスを要求しています。
 | 
			
		||||
        title: 認証が必要です。
 | 
			
		||||
      show:
 | 
			
		||||
        title: 認証コード
 | 
			
		||||
        title: 認証コードをコピーしてアプリに貼り付けて下さい。
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: 取消
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -63,7 +63,7 @@ nl:
 | 
			
		|||
        prompt: "%{client_name} autoriseren om uw account te gebruiken?"
 | 
			
		||||
        title: Autorisatie vereist
 | 
			
		||||
      show:
 | 
			
		||||
        title: Autorisatie-code
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Intrekken
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@
 | 
			
		|||
        prompt: Applikasjon %{client_name} spør om tilgang til din konto
 | 
			
		||||
        title: Autorisasjon påkrevd
 | 
			
		||||
      show:
 | 
			
		||||
        title: Autoriserings kode
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Opphev
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -63,7 +63,7 @@ oc:
 | 
			
		|||
        prompt: L’aplicacion %{client_name} demanda l’accès al vòstre compte.
 | 
			
		||||
        title: Cal l’autorizacion
 | 
			
		||||
      show:
 | 
			
		||||
        title: Còdi d’autorizacion
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Revocar
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -63,7 +63,7 @@ pl:
 | 
			
		|||
        prompt: Aplikacja %{client_name} prosi o dostęp do Twojego konta
 | 
			
		||||
        title: Wymagana jest autoryzacja
 | 
			
		||||
      show:
 | 
			
		||||
        title: Kod autoryzacji
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Unieważnij
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -63,7 +63,7 @@ pt-BR:
 | 
			
		|||
        prompt: O aplicativo %{client_name} solicita acesso à sua conta
 | 
			
		||||
        title: Autorização necessária
 | 
			
		||||
      show:
 | 
			
		||||
        title: Código de autorização
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Revogar
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ pt:
 | 
			
		|||
        prompt: Aplicação %{client_name} pede acesso à tua conta
 | 
			
		||||
        title: Autorização é necessária
 | 
			
		||||
      show:
 | 
			
		||||
        title: Código de autorização
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Revogar
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ ru:
 | 
			
		|||
        prompt: Приложение %{client_name} запрашивает доступ к Вашему аккаунту
 | 
			
		||||
        title: Требуется авторизация
 | 
			
		||||
      show:
 | 
			
		||||
        title: Код авторизации
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Отозвать авторизацию
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ th:
 | 
			
		|||
        prompt: Application %{client_name} requests access to your account
 | 
			
		||||
        title: Authorization required
 | 
			
		||||
      show:
 | 
			
		||||
        title: Authorization code
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: ยกเลิกการอนุญาติ
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ uk:
 | 
			
		|||
        prompt: Податок %{client_name} просить доступу до вашого акаунту
 | 
			
		||||
        title: Необхідна авторизація
 | 
			
		||||
      show:
 | 
			
		||||
        title: Код авторизації
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: Відкликати авторизацію
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -58,7 +58,7 @@ zh-CN:
 | 
			
		|||
        prompt: 授权 %{client_name} 使用你的帐号?
 | 
			
		||||
        title: 需要你授权
 | 
			
		||||
      show:
 | 
			
		||||
        title: 授权码
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: 注销
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ zh-HK:
 | 
			
		|||
        prompt: 應用程式 %{client_name} 要求得到你用戶的部份權限
 | 
			
		||||
        title: 需要用戶授權
 | 
			
		||||
      show:
 | 
			
		||||
        title: 授權代碼
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: 取消授權
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ zh-TW:
 | 
			
		|||
        prompt: 應用程式 %{client_name} 要求取得您帳號的部份權限
 | 
			
		||||
        title: 需要授權
 | 
			
		||||
      show:
 | 
			
		||||
        title: 授權代碼
 | 
			
		||||
        title: Copy this authorization code and paste it to the application.
 | 
			
		||||
    authorized_applications:
 | 
			
		||||
      buttons:
 | 
			
		||||
        revoke: 取消授權
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue