29da56cf75 
								
							 
						 
						
							
							
								
								Hide reject media checkbox when not relevant. ( #8426 )  
							
							
							
						 
						
							2018-08-25 13:26:17 +02:00  
				
					
						
							
							
								 
						
							
								793eea2982 
								
							 
						 
						
							
							
								
								Add improved CLI interface for removing remote media ( #8411 )  
							
							... 
							
							
							
							./bin/tootctl media remove --days 7 --background
Make the old rake task point to it 
							
						 
						
							2018-08-25 13:25:39 +02:00  
				
					
						
							
							
								 
						
							
								ac092d03e7 
								
							 
						 
						
							
							
								
								Add missing video descriptions ( #8416 )  
							
							... 
							
							
							
							* Pass through video description as necessary.
* Add title to video, matching aria-label. 
							
						 
						
							2018-08-24 23:55:41 +02:00  
				
					
						
							
							
								 
						
							
								869a3af3c0 
								
							 
						 
						
							
							
								
								Reword the "Delete and rewrite" warning ( #8415 )  
							
							... 
							
							
							
							* Change "Delete and rewrite" warning
Reword the "Delete and rewrite" warning to make it clear that replies are not deleted.
* Update the French translation
Update the French translation to reflect the changes made to the "Delete and rewrite" warning. 
							
						 
						
							2018-08-24 21:46:59 +02:00  
				
					
						
							
							
								 
						
							
								a2cabf3f4a 
								
							 
						 
						
							
							
								
								Add admin custom CSS setting ( #8399 )  
							
							... 
							
							
							
							Fix  #3894  
						
							2018-08-24 04:33:27 +02:00  
				
					
						
							
							
								 
						
							
								2f34b747b3 
								
							 
						 
						
							
							
								
								Allow mods to disable login, improve message when login disabled ( #8329 )  
							
							... 
							
							
							
							* Allow moderators to disable/enable login
* Instead of rejecting login, show forbidden error when login disabled
Avoid confusion because when login is rejected, the message is that
the account is not activated, which is wrong.
* Fix tests 
							
						 
						
							2018-08-23 23:26:29 +02:00  
				
					
						
							
							
								 
						
							
								9d58daac6c 
								
							 
						 
						
							
							
								
								Fix regression when suspending not from report ( #8400 )  
							
							... 
							
							
							
							Regression from #8353  
							
						 
						
							2018-08-23 21:51:56 +02:00  
				
					
						
							
							
								 
						
							
								7786e1357b 
								
							 
						 
						
							
							
								
								Only display web push notifications after API call ( fixes   #7902 ) ( #8396 )  
							
							... 
							
							
							
							* Only display web push notifications after API call (fixes  #7902 )
* Decode then truncate instead of truncating then decoding in webpush serializer 
							
						 
						
							2018-08-23 21:44:27 +02:00  
				
					
						
							
							
								 
						
							
								f9b23a5d62 
								
							 
						 
						
							
							
								
								Preserve hashtag casing in web UI hashtag history ( #8394 )  
							
							... 
							
							
							
							Fix  #8241  
						
							2018-08-23 21:21:15 +02:00  
				
					
						
							
							
								 
						
							
								248df68c36 
								
							 
						 
						
							
							
								
								Give focused status a sensible aria-label for screen readers ( #8387 )  
							
							... 
							
							
							
							* Give focused status a sensible aria-label for screen readers
Fix  #8192 
* Use content warning in aria-label unless expanded 
							
						 
						
							2018-08-23 20:56:57 +02:00  
				
					
						
							
							
								 
						
							
								43b8df3228 
								
							 
						 
						
							
							
								
								Update state when opened dropdown is unmounted ( fixes   #8397 ) ( #8398 )  
							
							
							
						 
						
							2018-08-23 20:43:27 +02:00  
				
					
						
							
							
								 
						
							
								5b5ae01824 
								
							 
						 
						
							
							
								
								Update light theme ( #8392 )  
							
							... 
							
							
							
							Fix  #8209 
Fix  #7566  
						
							2018-08-23 19:20:49 +02:00  
				
					
						
							
							
								 
						
							
								69ba8f063c 
								
							 
						 
						
							
							
								
								When registrations closed, link "Sign up" to joinmastodon.org ( #8395 )  
							
							... 
							
							
							
							Fix  #8393  
						
							2018-08-23 19:11:41 +02:00  
				
					
						
							
							
								 
						
							
								885711afb9 
								
							 
						 
						
							
							
								
								Fix off-by-one error in aria-posinset ( #8388 )  
							
							... 
							
							
							
							Fix  #8191  
						
							2018-08-23 18:28:59 +02:00  
				
					
						
							
							
								 
						
							
								66dbb59aa1 
								
							 
						 
						
							
							
								
								Add aria-label to column regions ( #8390 )  
							
							... 
							
							
							
							Fix  #4485  
						
							2018-08-23 17:26:21 +02:00  
				
					
						
							
							
								 
						
							
								63484ee17a 
								
							 
						 
						
							
							
								
								Do not check for file existence when serializing ActivityPub actor ( #8386 )  
							
							... 
							
							
							
							When serializing an ActivityPub actor, Mastodon checks for the existence
of the avatar/header files. This is not necessary, only check if avatar/header
is set.
fd8bf49d38/README.md (checking-a-file-exists) 
							
						 
						
							2018-08-23 16:39:22 +02:00  
				
					
						
							
							
								 
						
							
								6cb3514d64 
								
							 
						 
						
							
							
								
								Add ability to change an instance default theme from the administration panel ( #7092 ) ( #8381 )  
							
							... 
							
							
							
							* Add default_settings class method to ScopedSettings
ScopedSettings was extended to use value of unscoped setting instead of
only using defaults set in config/settings.yml for selected settings.
This adds possibility for admins to set default values of users' settings,
for example default theme (as requested in #7092 ).
* Add ability to change an instance default theme
Closes  #7092  
							
						 
						
							2018-08-23 14:17:35 +02:00  
				
					
						
							
							
								 
						
							
								d1c2c917d9 
								
							 
						 
						
							
							
								
								Major update for the French translation ( #8348 )  
							
							... 
							
							
							
							* Corrige la traduction des filtres
Corrige les erreurs de traduction présentes sur l’écran de contrôle des filtres.
Fix the translation mistakes made on the filters' control screen.
* Remplace « malvoyants » par « malvoyant·e·s »
Harmonise la traduction en remplaçant « malvoyants » par sa forme épicène.
Harmonize the translation by replacing "malvoyants" (visually impaired) by its epicene form.
* Remplace « interface-utilisateur » par « interface utilisateur·ice »
Corrige une erreur d’orthographe et harmonise la traduction en utilisant la forme épicène.
Fix a spelling mistake and harmonize the translation by using the epicen form.
* Traduction de chaînes manquantes
Traduits des chaînes manquantes.
Translate missing strings.
* Diverses corrections
Diverses corrections concernant l’orthographe, les formulations employées et les conventions utilisées.
Various fix regarding spelling, used wordings and used conventions.
* Remplace « ' » par « ’ »
Retire de la traduction les apostrophes droites « ' » (U+0027) au profit des apostrophes typographiques « ’ » (U+2019).
En typographie française, les apostrophes typographiques sont utilisées à la place des apostrophes droites. La traduction était jusqu’ici incohérente et utilisait les deux.
Remove from the translation all the vertical apostrophes (U+0027) in favor of the curly ones (U+2019).
In French typography, typographic apostrophes are used instead of vertical ones. The translation was incoherent and used both.
* Remplace « ... » par « … »
Remplace les séries de trois points par le caractère dédié « … » (U+2026).
Replace all the series of three dots by the dedicated character "…" (U+2026).
* Ajout d’espaces insécables
Ajoute des espaces insécables suivant les régles nécessaires en typographie française.
Add non-breaking spaces following rules of French typography.
* Traduction de la nouvelle politique de confidentialité
Traduction de la nouvelle politique de confidentalité.
Translation of the new privacy policy.
* Modifications basées sur les retours
Modifie la traduction en se basant sur les premiers retours. Diverses corrections orthographiques et typographiques.
Fix the translation based on feedback. Various modifications both on spelling and typography.
* Change « non-listé » en « non listé »
Renome le niveau de confidentialité en « non listé ».
Rename the confidentiality level to "non listé".
* Modifications basées sur les retours
Modifie la traduction en se basant sur les premiers retours. Diverses corrections orthographiques et typographiques.
Fix the translation based on feedback. Various modifications both on spelling and typography.
* i18n-tasks normalize 
							
						 
						
							2018-08-23 19:43:03 +09:00  
				
					
						
							
							
								 
						
							
								42573b76f1 
								
							 
						 
						
							
							
								
								Do not crash if remote custom emoji does not define updated date ( fixes   #8376 ) ( #8377 )  
							
							
							
						 
						
							2018-08-23 00:27:58 +02:00  
				
					
						
							
							
								 
						
							
								56f882aed6 
								
							 
						 
						
							
							
								
								Avoid deleted attributes when building a Status from action log ( fixes   #8371 ) ( #8373 )  
							
							
							
						 
						
							2018-08-22 20:55:50 +02:00  
				
					
						
							
							
								 
						
							
								802cf6a4c5 
								
							 
						 
						
							
							
								
								Improve federated ID validation ( #8372 )  
							
							... 
							
							
							
							* Fix URI not being sufficiently validated with prefetched JSON
* Add additional id validation to OStatus documents, when possible 
							
						 
						
							2018-08-22 20:55:14 +02:00  
				
					
						
							
							
								 
						
							
								ad41806e53 
								
							 
						 
						
							
							
								
								Allow use of plurals on about page stats. ( #8363 )  
							
							
							
						 
						
							2018-08-22 19:42:47 +02:00  
				
					
						
							
							
								 
						
							
								1b282299df 
								
							 
						 
						
							
							
								
								Add favourites to archive takeout ( #8351 )  
							
							... 
							
							
							
							Remove experimental key export 
							
						 
						
							2018-08-22 19:33:10 +02:00  
				
					
						
							
							
								 
						
							
								4bdab203ac 
								
							 
						 
						
							
							
								
								exclude-other-silenced-accounts ( #7528 )  
							
							
							
						 
						
							2018-08-22 13:20:50 +02:00  
				
					
						
							
							
								 
						
							
								2374a00c10 
								
							 
						 
						
							
							
								
								Add confirmation step to account suspensions ( #8353 )  
							
							... 
							
							
							
							* Add confirmation page for suspensions
* Suspension confirmation closes reports, linked from report UI
* Fix tests 
							
						 
						
							2018-08-22 11:53:41 +02:00  
				
					
						
							
							
								 
						
							
								28de046b8b 
								
							 
						 
						
							
							
								
								Get rid of Chewy order/limit warning ( #8355 )  
							
							
							
						 
						
							2018-08-22 02:44:56 +02:00  
				
					
						
							
							
								 
						
							
								513cb20b75 
								
							 
						 
						
							
							
								
								Weblate translations (2018-08-22) ( #8346 )  
							
							... 
							
							
							
							* Translated using Weblate (Greek)
Currently translated at 99.8% (667 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/ 
* Translated using Weblate (Persian)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fa/ 
* Translated using Weblate (Persian)
Currently translated at 99.7% (666 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fa/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (668 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Arabic)
Currently translated at 95.2% (636 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (668 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.7% (666 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Polish)
Currently translated at 99.7% (666 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Translated using Weblate (Czech)
Currently translated at 99.8% (667 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/ 
* Translated using Weblate (French)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Galician)
Currently translated at 99.8% (667 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Occitan)
Currently translated at 99.8% (667 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/ 
* Translated using Weblate (Ukrainian)
Currently translated at 96.5% (645 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/uk/ 
* Translated using Weblate (Ukrainian)
Currently translated at 69.3% (68 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/uk/ 
* Translated using Weblate (Ukrainian)
Currently translated at 43.9% (36 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/uk/ 
* Translated using Weblate (Czech)
Currently translated at 99.8% (667 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/ 
* Translated using Weblate (Basque)
Currently translated at 98.9% (661 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/ 
* Translated using Weblate (Basque)
Currently translated at 97.5% (80 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eu/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/ 
* Translated using Weblate (Arabic)
Currently translated at 95.2% (636 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Japanese)
Currently translated at 99.7% (666 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (667 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Arabic)
Currently translated at 92.6% (76 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 97.1% (649 of 668 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 97.0% (650 of 670 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Greek)
Currently translated at 99.8% (669 of 670 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/ 
* Translated using Weblate (Japanese)
Currently translated at 99.7% (668 of 670 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Galician)
Currently translated at 99.8% (669 of 670 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (669 of 670 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Finnish)
Currently translated at 88.5% (593 of 670 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fi/ 
* Translated using Weblate (Occitan)
Currently translated at 99.8% (669 of 670 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/ 
* Translated using Weblate (Persian)
Currently translated at 100.0% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fa/ 
* Translated using Weblate (Persian)
Currently translated at 99.7% (668 of 670 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fa/ 
* Translated using Weblate (Japanese)
Currently translated at 99.7% (670 of 672 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Arabic)
Currently translated at 96.7% (650 of 672 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sv/ 
* Translated using Weblate (Czech)
Currently translated at 99.8% (672 of 673 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Japanese)
Currently translated at 99.7% (671 of 673 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Danish)
Currently translated at 84.5% (569 of 673 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/ 
* Translated using Weblate (Danish)
Currently translated at 77.4% (48 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/da/ 
* Translated using Weblate (Arabic)
Currently translated at 97.0% (654 of 674 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 97.0% (655 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Japanese)
Currently translated at 99.7% (673 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Czech)
Currently translated at 99.8% (674 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Greek)
Currently translated at 99.8% (674 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (French)
Currently translated at 96.8% (654 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Esperanto)
Currently translated at 99.7% (673 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eo/ 
* Translated using Weblate (Danish)
Currently translated at 84.5% (571 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/ 
* Translated using Weblate (Danish)
Currently translated at 84.8% (573 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/ 
* Translated using Weblate (Occitan)
Currently translated at 99.7% (673 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/ 
* Translated using Weblate (Danish)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/da/ 
* Translated using Weblate (Danish)
Currently translated at 88.7% (55 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/da/ 
* Translated using Weblate (Italian)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/it/ 
* Translated using Weblate (Danish)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/da/ 
* Translated using Weblate (Danish)
Currently translated at 85.1% (575 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/ 
* Translated using Weblate (Hebrew)
Currently translated at 45.4% (307 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/he/ 
* Translated using Weblate (Danish)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/da/ 
* Translated using Weblate (Russian)
Currently translated at 98.0% (303 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ru/ 
* Translated using Weblate (Hebrew)
Currently translated at 97.4% (301 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/he/ 
* Translated using Weblate (Danish)
Currently translated at 100.0% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/da/ 
* Translated using Weblate (Arabic)
Currently translated at 97.1% (656 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Danish)
Currently translated at 86.8% (586 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/ 
* Translated using Weblate (Italian)
Currently translated at 83.2% (562 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/it/ 
* Translated using Weblate (Danish)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/da/ 
* Translated using Weblate (Danish)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/da/ 
* Translated using Weblate (Danish)
Currently translated at 93.8% (92 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/da/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (675 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Italian)
Currently translated at 83.4% (563 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/it/ 
* Translated using Weblate (Arabic)
Currently translated at 97.6% (659 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (675 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Arabic)
Currently translated at 97.7% (660 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 93.9% (77 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (675 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (674 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Arabic)
Currently translated at 97.7% (660 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Danish)
Currently translated at 86.9% (587 of 675 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (309 of 309 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Danish)
Currently translated at 97.9% (96 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/da/ 
* yarn manage:translations
* i18n-tasks normalize 
							
						 
						
							2018-08-21 18:38:27 +02:00  
				
					
						
							
							
								 
						
							
								f06fa09962 
								
							 
						 
						
							
							
								
								Revert to using Paperclip's filesystem storage, and fix dangling records in remove_remote ( #8339 )  
							
							... 
							
							
							
							* Fix uncaching worker
* Revert to using Paperclip's filesystem backend instead of fog-local
fog-local has lots of concurrency issues, causing failure to delete files,
dangling file records, and spurious errors UncacheMediaWorker 
							
						 
						
							2018-08-21 17:53:01 +02:00  
				
					
						
							
							
								 
						
							
								d98de8ada7 
								
							 
						 
						
							
							
								
								Get rid of all batch order warnings ( #8334 )  
							
							
							
						 
						
							2018-08-21 12:25:50 +02:00  
				
					
						
							
							
								 
						
							
								83746b6364 
								
							 
						 
						
							
							
								
								Remove annoying Notification#cache_ids scope warning ( #8333 )  
							
							
							
						 
						
							2018-08-21 02:49:51 +02:00  
				
					
						
							
							
								 
						
							
								6a0d4d36ad 
								
							 
						 
						
							
							
								
								reorder simple form ul to list vertically ( fixes   #8236 ) ( #8322 )  
							
							... 
							
							
							
							* reorder simple form ul to list vertically (fixes  #8236 )
* remove browser specific prefixes 
							
						 
						
							2018-08-20 23:58:57 +02:00  
				
					
						
							
							
								 
						
							
								b34d6238cb 
								
							 
						 
						
							
							
								
								Add API endpoint to list featured accounts ( fixes   #8315 ) ( #8317 )  
							
							
							
						 
						
							2018-08-20 18:46:04 +02:00  
				
					
						
							
							
								 
						
							
								5fbf12bbb8 
								
							 
						 
						
							
							
								
								Skip pagination logic entirely for pinned toots ( fixes   #8302 ) ( #8310 )  
							
							
							
						 
						
							2018-08-20 13:32:43 +02:00  
				
					
						
							
							
								 
						
							
								6226aa83d7 
								
							 
						 
						
							
							
								
								Increase reach of Delete->Actor activities ( #8305 )  
							
							... 
							
							
							
							Fix  #7316  
						
							2018-08-20 13:28:05 +02:00  
				
					
						
							
							
								 
						
							
								25f6f41052 
								
							 
						 
						
							
							
								
								Add hotkey for follow requests ( #8307 )  
							
							
							
						 
						
							2018-08-20 03:44:16 +02:00  
				
					
						
							
							
								 
						
							
								28163528e5 
								
							 
						 
						
							
							
								
								Don't filter own toots ( fixes   #8289 ) ( #8298 )  
							
							
							
						 
						
							2018-08-19 18:44:18 +02:00  
				
					
						
							
							
								 
						
							
								8fe1f8d4ce 
								
							 
						 
						
							
							
								
								Make dropdown animations respect their placement ( #8292 )  
							
							... 
							
							
							
							* Make dropdown animations respect their placement
Also fix the corner radius on the privacy dropdown button when using top placement
* Fix code style issue 
							
						 
						
							2018-08-19 17:11:12 +02:00  
				
					
						
							
							
								 
						
							
								9e75aa30cd 
								
							 
						 
						
							
							
								
								Unuse ActiveRecord::Base#cache_key ( #8185 )  
							
							... 
							
							
							
							* Unuse ActiveRecord::Base#cache_key
* Enable cache_versioning
* Call cache_collection 
							
						 
						
							2018-08-19 15:52:38 +02:00  
				
					
						
							
							
								 
						
							
								0d1d9b9a33 
								
							 
						 
						
							
							
								
								Fix report text color. ( #8288 )  
							
							
							
						 
						
							2018-08-19 15:51:57 +02:00  
				
					
						
							
							
								 
						
							
								91c929a42c 
								
							 
						 
						
							
							
								
								Keep scheduler jobs unique until they're done ( #8287 )  
							
							
							
						 
						
							2018-08-19 15:48:29 +02:00  
				
					
						
							
							
								 
						
							
								59c68c1a74 
								
							 
						 
						
							
							
								
								Reduce user active duration from 7 days to 2 days ( #8282 )  
							
							... 
							
							
							
							To minimize fanout work and redis home feed storage space when
there are lots of recent sign-ups 
							
						 
						
							2018-08-19 03:50:34 +02:00  
				
					
						
							
							
								 
						
							
								19b07ba260 
								
							 
						 
						
							
							
								
								Make unfollow button light up red when hovered ( #8286 )  
							
							... 
							
							
							
							Fix  #8284  
						
							2018-08-19 03:28:43 +02:00  
				
					
						
							
							
								 
						
							
								025fbb8285 
								
							 
						 
						
							
							
								
								Show compose form on delete & redraft when in mobile layout ( #8277 )  
							
							... 
							
							
							
							Fix  #8274  
						
							2018-08-19 03:17:01 +02:00  
				
					
						
							
							
								 
						
							
								0fc0980de1 
								
							 
						 
						
							
							
								
								Link to mobile apps page ( #8278 )  
							
							... 
							
							
							
							Fix  #8269  
						
							2018-08-19 01:17:44 +02:00  
				
					
						
							
							
								 
						
							
								9dd5639f90 
								
							 
						 
						
							
							
								
								Add admin function to deactivate all invites ( #8279 )  
							
							... 
							
							
							
							Fix  #8261  
						
							2018-08-19 00:58:53 +02:00  
				
					
						
							
							
								 
						
							
								abc5548cca 
								
							 
						 
						
							
							
								
								Do not process outgoing mentions to suspended accounts ( #8272 )  
							
							
							
						 
						
							2018-08-18 19:42:13 +02:00  
				
					
						
							
							
								 
						
							
								7a0f781aa9 
								
							 
						 
						
							
							
								
								Fix ctrl+enter not submitting toot when text cursor is composing image description ( #8273 )  
							
							
							
						 
						
							2018-08-18 19:40:35 +02:00  
				
					
						
							
							
								 
						
							
								298ee84488 
								
							 
						 
						
							
							
								
								Fix   #8264  - Do not override ctrl/cmd+click. ( #8265 )  
							
							... 
							
							
							
							This includes clicks on hashtags, mentions, display names and media in the
timeline; and usernames in reply-indicator, detailed status, and the boost
modal. 
							
						 
						
							2018-08-18 12:50:32 +02:00  
				
					
						
							
							
								 
						
							
								85bb32c410 
								
							 
						 
						
							
							
								
								Add "sign in to participate" message to public toot page ( #8200 )  
							
							
							
						 
						
							2018-08-18 12:48:27 +02:00  
				
					
						
							
							
								 
						
							
								d010816ba8 
								
							 
						 
						
							
							
								
								Fix error when trying to update counters for statuses that are gone ( #8251 )  
							
							
							
						 
						
							2018-08-18 03:03:23 +02:00  
				
					
						
							
							
								 
						
							
								78fa926ed5 
								
							 
						 
						
							
							
								
								Add remote interaction dialog for toots ( #8202 )  
							
							... 
							
							
							
							* 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 
							
						 
						
							2018-08-18 03:03:12 +02:00  
				
					
						
							
							
								 
						
							
								bf1bde5d6a 
								
							 
						 
						
							
							
								
								Add Georgian language translation ( #8250 )  
							
							... 
							
							
							
							* Add Georgian language translation
* i18n-tasks normalize 
							
						 
						
							2018-08-18 01:00:01 +09:00  
				
					
						
							
							
								 
						
							
								59f7f4c923 
								
							 
						 
						
							
							
								
								Implement Undo { Accept { Follow } } ( fixes   #8234 ) ( #8245 )  
							
							... 
							
							
							
							* Add Follow#revoke_request!
* Implement Undo { Accept { Follow } } (fixes  #8234 ) 
							
						 
						
							2018-08-17 16:24:56 +02:00  
				
					
						
							
							
								 
						
							
								1ee675d68b 
								
							 
						 
						
							
							
								
								Use correct activity id in Accept when receiving duplicate Follow ( fixes   #8218 ) ( #8244 )  
							
							
							
						 
						
							2018-08-17 14:08:17 +02:00  
				
					
						
							
							
								 
						
							
								4601a58ac2 
								
							 
						 
						
							
							
								
								Defer scrollIntoView after DOM is drawn ( fixes   #8239 ) ( #8242 )  
							
							
							
						 
						
							2018-08-17 14:07:38 +02:00  
				
					
						
							
							
								 
						
							
								106fa28a00 
								
							 
						 
						
							
							
								
								Prevent actions log from crashing when displaying deleted status ( fixes   #8133 ) ( #8219 )  
							
							
							
						 
						
							2018-08-16 20:05:26 +02:00  
				
					
						
							
							
								 
						
							
								c98681c358 
								
							 
						 
						
							
							
								
								Do not error out when performing admin actions on no statuses ( #8220 )  
							
							... 
							
							
							
							Fixes the other issue with #8168  
							
						 
						
							2018-08-16 20:02:52 +02:00  
				
					
						
							
							
								 
						
							
								d78474264d 
								
							 
						 
						
							
							
								
								Update reply counters only if the reply is public/unlisted ( #8211 )  
							
							
							
						 
						
							2018-08-16 14:21:52 +02:00  
				
					
						
							
							
								 
						
							
								be0b372a22 
								
							 
						 
						
							
							
								
								Fix admin.js starting rails-ujs twice ( fixes   #8168 ) ( #8213 )  
							
							
							
						 
						
							2018-08-15 23:38:31 +02:00  
				
					
						
							
							
								 
						
							
								625b5a567b 
								
							 
						 
						
							
							
								
								Get rid of the Content Warning rainbows ( #8129 )  
							
							... 
							
							
							
							* Disable the animated rainbow text when the “Reduce motion” setting is set
* Get rid of the Content Warning rainbows
* Revert to default color for CWs in admin view
Since that colorscheme is apparently broken for some colorblind people.
* Use HTML5's details and summary for statuses with CWs in admin interface 
							
						 
						
							2018-08-15 19:38:56 +02:00  
				
					
						
							
							
								 
						
							
								af912fb308 
								
							 
						 
						
							
							
								
								Allow accessing local private/DM messages by URL ( #8196 )  
							
							... 
							
							
							
							* Allow accessing local private/DM messages by URL
(Provided the user pasting the URL is authorized to see the toot, obviously)
* Fix SearchServiceSpec tests 
							
						 
						
							2018-08-15 19:33:36 +02:00  
				
					
						
							
							
								 
						
							
								4df9cabb22 
								
							 
						 
						
							
							
								
								Display replies count in web UI ( #8181 )  
							
							
							
						 
						
							2018-08-15 19:29:52 +02:00  
				
					
						
							
							
								 
						
							
								aaac14b8ad 
								
							 
						 
						
							
							
								
								Show exact number of followers/statuses on export page/in tooltip ( #8199 )  
							
							... 
							
							
							
							* Show exact number of followers/statuses on export page/in tooltip
* Fix tests 
							
						 
						
							2018-08-14 21:56:17 +02:00  
				
					
						
							
							
								 
						
							
								ec2c516ab8 
								
							 
						 
						
							
							
								
								Various fixes regarding the video position slider ( #8201 )  
							
							... 
							
							
							
							* Prevent default event handling when clicking on the video position slider
This prevents accidental text selection when clicking on the position slider.
* Fix bug when clicking on video position slider before starting the video
* Slightly more aggressive video preloading
- Preload video metadata if the video is loaded in detailed view, as it is
  likely to get played, and metadata is useful for seeking in the video.
- Preload video data if it's fullscreen as it is extremely likely to get
  played right after being put in fullscreen (although those are two steps).
- Preload video data if the user has clicked the position slider, as the video
  will play as soon as the mouse button is released, and video metadata is
  needed to properly seek into the video. 
							
						 
						
							2018-08-14 21:51:17 +02:00  
				
					
						
							
							
								 
						
							
								8e111b753a 
								
							 
						 
						
							
							
								
								Move status counters to separate table, count replies ( #8104 )  
							
							... 
							
							
							
							* Move status counters to separate table, count replies
* Migration to remove old counter columns from statuses table
* Fix schema file 
							
						 
						
							2018-08-14 19:19:32 +02:00  
				
					
						
							
							
								 
						
							
								b7091c6c0f 
								
							 
						 
						
							
							
								
								Added endorse strings, fixed footer 'developers' string ( #8183 )  
							
							
							
						 
						
							2018-08-12 23:11:40 +02:00  
				
					
						
							
							
								 
						
							
								39e361a56d 
								
							 
						 
						
							
							
								
								Expect relays to answer with accept/reject ( #8179 )  
							
							
							
						 
						
							2018-08-12 18:16:26 +02:00  
				
					
						
							
							
								 
						
							
								38e39c9366 
								
							 
						 
						
							
							
								
								Weblate translations (2018-08-12) ( #8171 )  
							
							... 
							
							
							
							* Translated using Weblate (Japanese)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 98.5% (657 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 98.5% (657 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (666 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 98.5% (657 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 99.8% (666 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/cs/ 
* Translated using Weblate (Czech)
Currently translated at 61.2% (38 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cs/ 
* Translated using Weblate (Ukrainian)
Currently translated at 51.2% (42 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/uk/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cs/ 
* Translated using Weblate (Galician)
Currently translated at 99.8% (666 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (666 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (667 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Ukrainian)
Currently translated at 99.6% (306 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/uk/ 
* Translated using Weblate (Czech)
Currently translated at 67.0% (55 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/ 
* Translated using Weblate (Ukrainian)
Currently translated at 97.0% (647 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/uk/ 
* Translated using Weblate (Ukrainian)
Currently translated at 97.1% (648 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/uk/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/ 
* Translated using Weblate (Czech)
Currently translated at 18.3% (18 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cs/ 
* Translated using Weblate (Danish)
Currently translated at 79.3% (529 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/ 
* Translated using Weblate (Czech)
Currently translated at 61.2% (60 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cs/ 
* Translated using Weblate (Occitan)
Currently translated at 99.7% (667 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/ 
* Translated using Weblate (German)
Currently translated at 96.5% (646 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Japanese)
Currently translated at 99.7% (667 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Czech)
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Corsican)
Currently translated at 99.3% (305 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/co/ 
* Translated using Weblate (Corsican)
Currently translated at 92.2% (617 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/co/ 
* Translated using Weblate (Telugu)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/ 
* Translated using Weblate (Arabic)
Currently translated at 91.4% (75 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 92.9% (622 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Danish)
Currently translated at 92.8% (91 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/da/ 
* Translated using Weblate (Greek)
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/ 
* Translated using Weblate (Danish)
Currently translated at 82.0% (549 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Korean)
Currently translated at 98.2% (657 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/ 
* Translated using Weblate (Korean)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ko/ 
* Translated using Weblate (German)
Currently translated at 97.7% (654 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Corsican)
Currently translated at 98.5% (659 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/co/ 
* Translated using Weblate (Corsican)
Currently translated at 100.0% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/co/ 
* Translated using Weblate (Corsican)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/co/ 
* Translated using Weblate (Corsican)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/co/ 
* Translated using Weblate (French)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Basque)
Currently translated at 96.2% (644 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/eu/ 
* Translated using Weblate (Basque)
Currently translated at 90.2% (74 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eu/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/ 
* Translated using Weblate (Czech)
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/ 
* Translated using Weblate (Asturian)
Currently translated at 29.8% (200 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ast/ 
* Translated using Weblate (Greek)
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/ 
* Translated using Weblate (Greek)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/el/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cs/ 
* Translated using Weblate (German)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/de/ 
* Translated using Weblate (Greek)
Currently translated at 100.0% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/el/ 
* Translated using Weblate (German)
Currently translated at 96.3% (79 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/ 
* Translated using Weblate (German)
Currently translated at 99.7% (667 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (German)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/de/ 
* Translated using Weblate (French)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/fr/ 
* Translated using Weblate (German)
Currently translated at 97.5% (80 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/ 
* Translated using Weblate (French)
Currently translated at 100.0% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (German)
Currently translated at 98.7% (81 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/ 
* Translated using Weblate (German)
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 98.7% (81 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/ 
* Translated using Weblate (German)
Currently translated at 98.7% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/ 
* Translated using Weblate (French)
Currently translated at 97.4% (652 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (German)
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (German)
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (669 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (German)
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Danish)
Currently translated at 85.0% (569 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (669 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* yarn manage:translations
* i18n-tasks normalize && i18n-tasks remove-unused 
							
						 
						
							2018-08-11 21:59:23 +02:00  
				
					
						
							
							
								 
						
							
								44680c46ed 
								
							 
						 
						
							
							
								
								Ensure single user is a local user ( fixes   #8154 ) ( #8157 )  
							
							
							
						 
						
							2018-08-11 11:53:10 +02:00  
				
					
						
							
							
								 
						
							
								7b5ea7270d 
								
							 
						 
						
							
							
								
								Fix crash when clicking “Show more/less for all” when a toot is not visible ( #8118 )  
							
							
							
						 
						
							2018-08-11 11:52:53 +02:00  
				
					
						
							
							
								 
						
							
								84e2446d26 
								
							 
						 
						
							
							
								
								i18n: fix Slovak language name ( #8169 )  
							
							
							
						 
						
							2018-08-11 14:52:05 +09:00  
				
					
						
							
							
								 
						
							
								e8b7f3f3e2 
								
							 
						 
						
							
							
								
								Weblate translations (2018-08-11) ( #8167 )  
							
							... 
							
							
							
							* Translated using Weblate (Japanese)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 98.5% (657 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 98.5% (657 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (666 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 98.5% (657 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 99.8% (666 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/cs/ 
* Translated using Weblate (Czech)
Currently translated at 61.2% (38 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cs/ 
* Translated using Weblate (Ukrainian)
Currently translated at 51.2% (42 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/uk/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cs/ 
* Translated using Weblate (Galician)
Currently translated at 99.8% (666 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (666 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (667 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Ukrainian)
Currently translated at 99.6% (306 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/uk/ 
* Translated using Weblate (Czech)
Currently translated at 67.0% (55 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/ 
* Translated using Weblate (Ukrainian)
Currently translated at 97.0% (647 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/uk/ 
* Translated using Weblate (Ukrainian)
Currently translated at 97.1% (648 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/uk/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/ 
* Translated using Weblate (Czech)
Currently translated at 18.3% (18 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cs/ 
* Translated using Weblate (Danish)
Currently translated at 79.3% (529 of 667 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/ 
* Translated using Weblate (Czech)
Currently translated at 61.2% (60 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cs/ 
* Translated using Weblate (Occitan)
Currently translated at 99.7% (667 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/ 
* Translated using Weblate (German)
Currently translated at 96.5% (646 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Japanese)
Currently translated at 99.7% (667 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Czech)
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Corsican)
Currently translated at 99.3% (305 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/co/ 
* Translated using Weblate (Corsican)
Currently translated at 92.2% (617 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/co/ 
* Translated using Weblate (Telugu)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/ 
* Translated using Weblate (Arabic)
Currently translated at 91.4% (75 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 92.9% (622 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Danish)
Currently translated at 92.8% (91 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/da/ 
* Translated using Weblate (Greek)
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/ 
* Translated using Weblate (Danish)
Currently translated at 82.0% (549 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Korean)
Currently translated at 98.2% (657 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/ 
* Translated using Weblate (Korean)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ko/ 
* Translated using Weblate (German)
Currently translated at 97.7% (654 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Corsican)
Currently translated at 98.5% (659 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/co/ 
* Translated using Weblate (Corsican)
Currently translated at 100.0% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/co/ 
* Translated using Weblate (Corsican)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/co/ 
* Translated using Weblate (Corsican)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/co/ 
* Translated using Weblate (French)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Basque)
Currently translated at 96.2% (644 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/eu/ 
* Translated using Weblate (Basque)
Currently translated at 90.2% (74 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eu/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/ 
* Translated using Weblate (Czech)
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/ 
* Translated using Weblate (Asturian)
Currently translated at 29.8% (200 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ast/ 
* Translated using Weblate (Greek)
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/ 
* Translated using Weblate (Greek)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/el/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cs/ 
* Translated using Weblate (German)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/de/ 
* Translated using Weblate (Greek)
Currently translated at 100.0% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/el/ 
* Translated using Weblate (German)
Currently translated at 96.3% (79 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/ 
* Translated using Weblate (German)
Currently translated at 99.7% (667 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (German)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/de/ 
* Translated using Weblate (French)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/fr/ 
* Translated using Weblate (German)
Currently translated at 97.5% (80 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/ 
* Translated using Weblate (French)
Currently translated at 100.0% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (307 of 307 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (German)
Currently translated at 98.7% (81 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/ 
* Translated using Weblate (German)
Currently translated at 99.8% (668 of 669 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 98.7% (81 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/ 
* Translated using Weblate (German)
Currently translated at 98.7% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/ 
* i18n-tasks normalize && i18n-tasks remove-unused
* yarn manage:translations
* re-add simple_form.uk.yml
* remove ar.simple_form.hints.defaults.*.one 
							
						 
						
							2018-08-11 14:51:30 +09:00  
				
					
						
							
							
								 
						
							
								3d7979c2ca 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #8155 )  
							
							... 
							
							
							
							* i18n: Update Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* i18n-tasks normalize && yarn manage:translations 
							
						 
						
							2018-08-11 07:52:36 +09:00  
				
					
						
							
							
								 
						
							
								d2e0818d5a 
								
							 
						 
						
							
							
								
								[RU] Updated translation ( #8164 )  
							
							
							
						 
						
							2018-08-11 06:39:52 +09:00  
				
					
						
							
							
								 
						
							
								5b8603879f 
								
							 
						 
						
							
							
								
								Adjust responsive design for /about/more and /terms ( #8158 )  
							
							... 
							
							
							
							Follow-up to #8142  
							
						 
						
							2018-08-10 06:43:02 +02:00  
				
					
						
							
							
								 
						
							
								aff6a15061 
								
							 
						 
						
							
							
								
								When follow is removed, remove endorsement ( #8149 )  
							
							
							
						 
						
							2018-08-09 15:24:29 +02:00  
				
					
						
							
							
								 
						
							
								0dcc1950d1 
								
							 
						 
						
							
							
								
								Update /terms and /about/more to use public layout ( #8142 )  
							
							
							
						 
						
							2018-08-09 12:58:20 +02:00  
				
					
						
							
							
								 
						
							
								f2404de871 
								
							 
						 
						
							
							
								
								Public profile endorsements (accounts picked by profile owner) ( #8146 )  
							
							
							
						 
						
							2018-08-09 09:56:53 +02:00  
				
					
						
							
							
								 
						
							
								80176a3814 
								
							 
						 
						
							
							
								
								[RU] Translation update: ( #8147 )  
							
							... 
							
							
							
							* [RU] Translation update:
• Added translation to Welcome timeline
• Doorkeeper: changed date format to more common in Russia
• Doorkeeper: added translation to scopes
• Added translation to Dashboard settings (I didn't have a chance to test it on Live server, so some strings may be a bit incorrect)
• Added translation to Relays settings
• Added translation to Filters settings
• Some other small fixes and improvements
* Quoted string for "joined" key to avoid mapping error
* [RU] Changed "повторить" (repeat) to "исправить" (change, fix) for a more correct translation.
* i18n-tasks normalize 
							
						 
						
							2018-08-09 08:50:42 +02:00  
				
					
						
							
							
								 
						
							
								d974c94478 
								
							 
						 
						
							
							
								
								Remove protocol handler registration ( #8127 )  
							
							... 
							
							
							
							Browser UI too confusing / scares people, protocol URIs not used much 
							
						 
						
							2018-08-08 21:12:45 +02:00  
				
					
						
							
							
								 
						
							
								1ab8b4b8ea 
								
							 
						 
						
							
							
								
								Scroll to linked status in public status view ( fixes   #7884 ) ( #8130 )  
							
							... 
							
							
							
							When there is a single detailed status on a public page, scroll to it and
replace the history state to not scroll back on refresh (simulates # anchors). 
							
						 
						
							2018-08-06 15:16:02 +02:00  
				
					
						
							
							
								 
						
							
								c52bcc0331 
								
							 
						 
						
							
							
								
								Serialize text-less statuses as '.' over OStatus ( fixes   #7856 ) ( #8126 )  
							
							
							
						 
						
							2018-08-05 12:22:23 +02:00  
				
					
						
							
							
								 
						
							
								23b22d0dff 
								
							 
						 
						
							
							
								
								i18n: Make Polish translation more gender neutral + update ( #8119 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-08-03 00:09:24 +02:00  
				
					
						
							
							
								 
						
							
								dad8a1baf2 
								
							 
						 
						
							
							
								
								Render custom emoji in display name on public profile ( #8115 )  
							
							
							
						 
						
							2018-08-02 15:08:29 +02:00  
				
					
						
							
							
								 
						
							
								4da03a298a 
								
							 
						 
						
							
							
								
								Do not show pinned toots when min_id is set ( #8111 )  
							
							
							
						 
						
							2018-08-01 17:57:02 +02:00  
				
					
						
							
							
								 
						
							
								cc56f2230a 
								
							 
						 
						
							
							
								
								Add separate setting for sidebar text (site_short_description) ( #8107 )  
							
							... 
							
							
							
							* Add separate setting for sidebar text (site_short_description)
* Fix tests 
							
						 
						
							2018-07-31 18:59:34 +02:00  
				
					
						
							
							
								 
						
							
								13ac8ca66a 
								
							 
						 
						
							
							
								
								Do not hide hashtag timeline in mobile view, make it full-window ( #8093 )  
							
							
							
						 
						
							2018-07-31 02:54:25 +02:00  
				
					
						
							
							
								 
						
							
								60df87f6f0 
								
							 
						 
						
							
							
								
								Compensate for scrollbar disappearing when media modal visible ( #8100 )  
							
							... 
							
							
							
							* Compensate for scrollbar disappearing when media modal visible
Make auth pages backgrounds lighter
* Fix typo 
							
						 
						
							2018-07-31 01:14:33 +02:00  
				
					
						
							
							
								 
						
							
								e7e577dd6e 
								
							 
						 
						
							
							
								
								Enforce username format for remote users, too ( #8102 )  
							
							... 
							
							
							
							Initially I thought there might be valid reasons for remote users to
have a different, unpredicted username format. However, I now realize
such a difference would be unusable and unexpected within Mastodon.
Fix  #8058  
							
						 
						
							2018-07-30 22:29:52 +02:00  
				
					
						
							
							
								 
						
							
								07b799468d 
								
							 
						 
						
							
							
								
								Fix incorrect context definition for the "featured" keyword ( #8090 )  
							
							... 
							
							
							
							* Fix incorrect context definition for the "featured" keyword
Fix  #8077 
* Adjust context definition for movedTo 
							
						 
						
							2018-07-30 19:33:37 +02:00  
				
					
						
							
							
								 
						
							
								1656663598 
								
							 
						 
						
							
							
								
								Convert MOV and WEBM to MP4, raise maximum limit to 40MB ( #8101 )  
							
							... 
							
							
							
							Separate size limits for images and video. Images remain at 8MB,
while videos can be up to 40MB. 
							
						 
						
							2018-07-30 19:33:05 +02:00  
				
					
						
							
							
								 
						
							
								18831acc10 
								
							 
						 
						
							
							
								
								Weblate translations (2018-07-30) ( #8096 )  
							
							... 
							
							
							
							* Translated using Weblate (Czech)
Currently translated at 100.0% (306 of 306 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 4.8% (4 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/ 
* Translated using Weblate (Czech)
Currently translated at 29.5% (196 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 30.1% (200 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Telugu)
Currently translated at 100.0% (306 of 306 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/ 
* Translated using Weblate (Czech)
Currently translated at 49.4% (328 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (662 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (306 of 306 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Czech)
Currently translated at 70.4% (467 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Ukrainian)
Currently translated at 92.3% (612 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/uk/ 
* Translated using Weblate (Telugu)
Currently translated at 100.0% (306 of 306 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/ 
* Translated using Weblate (Korean)
Currently translated at 100.0% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ko/ 
* Translated using Weblate (Czech)
Currently translated at 71.6% (475 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Korean)
Currently translated at 100.0% (306 of 306 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ko/ 
* Translated using Weblate (Czech)
Currently translated at 95.0% (630 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Korean)
Currently translated at 99.8% (662 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/ 
* Translated using Weblate (Danish)
Currently translated at 79.3% (526 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/ 
* Translated using Weblate (Czech)
Currently translated at 99.8% (662 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (306 of 306 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 50.0% (31 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cs/ 
* yarn manage:translations && i18n-tasks normalize && i18n-tasks remove-unused 
							
						 
						
							2018-07-30 03:43:34 +02:00  
				
					
						
							
							
								 
						
							
								06c83527f5 
								
							 
						 
						
							
							
								
								Do not scroll up when modal is opened ( #8095 )  
							
							
							
						 
						
							2018-07-29 16:52:06 +02:00  
				
					
						
							
							
								 
						
							
								0a3cc246ac 
								
							 
						 
						
							
							
								
								Fix size/dimension values in avatar/header hint localizations ( #8088 )  
							
							
							
						 
						
							2018-07-29 09:57:13 +09:00  
				
					
						
							
							
								 
						
							
								1d773b3a46 
								
							 
						 
						
							
							
								
								Add missing formatting to the text in hero widget ( #8089 )  
							
							
							
						 
						
							2018-07-28 23:52:20 +02:00  
				
					
						
							
							
								 
						
							
								79a1f667c5 
								
							 
						 
						
							
							
								
								Order invites by recent first ( #8091 )  
							
							... 
							
							
							
							Fix  #8085  
						
							2018-07-28 17:15:17 -04:00  
				
					
						
							
							
								 
						
							
								cc94b1d95a 
								
							 
						 
						
							
							
								
								Prevent ActivityPub movedTo recursion ( #8092 )  
							
							... 
							
							
							
							Fix  #8051  
						
							2018-07-28 17:14:55 -04:00  
				
					
						
							
							
								 
						
							
								2ccef52a4f 
								
							 
						 
						
							
							
								
								Improve account bar css ( #8087 )  
							
							... 
							
							
							
							* Remove superfluous span tags
* Make account bar items (except dropdown) flexible to work well with custom CSS
* Fix CSS lint warning (0px → 0) 
							
						 
						
							2018-07-28 20:09:58 +02:00  
				
					
						
							
							
								 
						
							
								bb71538bb5 
								
							 
						 
						
							
							
								
								Redesign public profiles and toots ( #8068 )  
							
							
							
						 
						
							2018-07-28 19:25:33 +02:00  
				
					
						
							
							
								 
						
							
								e23b26178a 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #8084 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-07-29 02:20:45 +09:00