4a9becfca2 
								
							 
						 
						
							
							
								
								i18n: improve "Welcome" translation in Portuguese ( #7068 )  
							
							... 
							
							
							
							* i18n: update gender-neutral language for pt and pt-BR
Instead of using "bem-vindo(a)" (a masculine form of "Welcome"
with a "(a)" in the end to mean "bem-vinda" for the feminine form),
use "boas-vindas", which is a gender-neutral form of "Welcome").
There is already precedent for using "boas-vindas" in the
Brazilian Portuguese localization, in `config/locales/pt-BR.yml`.
European Portuguese dictionary Priberam also registers it as a valid form:
https://www.priberam.pt/dlpo/boas-vindas 
* i18n: pt-BR minor orthography fix
The form "a bordo" does not take an accent.
http://oredator.com.br/curso-de-redacao/uncategorized/a-bordo-ou-a-bordo  
							
						 
						
							2018-04-07 21:36:03 +02:00  
				
					
						
							
							
								 
						
							
								98146281e1 
								
							 
						 
						
							
							
								
								Remove duplicate frequently used emojis ( #7064 )  
							
							
							
						 
						
							2018-04-07 14:53:11 +02:00  
				
					
						
							
							
								 
						
							
								b08ab329f4 
								
							 
						 
						
							
							
								
								retrieve custom emoji list via API instead of before page load ( #7047 )  
							
							
							
						 
						
							2018-04-04 22:25:34 +02:00  
				
					
						
							
							
								 
						
							
								f1867a7388 
								
							 
						 
						
							
							
								
								Adjust privacy policy ( #6666 )  
							
							... 
							
							
							
							* Adjust privacy policy to be more specific to Mastodon
Fix  #6613 
* Change data retention of IP addresses from 5 years to 1 year
* Add even more information
* Remove all (now invalid) translations of the privacy policy
* Add information about archive takeout, remove pointless consent section
* Emphasis on DM privacy
* Improve wording
* Add line about data use for moderation purposes 
							
						 
						
							2018-04-04 21:47:39 +02:00  
				
					
						
							
							
								 
						
							
								3ab6a8b8be 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into gs-master  
							
							... 
							
							
							
							Conflicts:
 	spec/views/about/show.html.haml_spec.rb 
							
						 
						
							2018-04-04 13:56:58 -05:00  
				
					
						
							
							
								 
						
							
								bda1782cd8 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master  
							
							
							
						 
						
							2018-04-04 13:55:42 -05:00  
				
					
						
							
							
								 
						
							
								77b650b69c 
								
							 
						 
						
							
							
								
								Merge pull request  #412  from ThibG/glitch-soc/cleanup  
							
							... 
							
							
							
							Remove duplicate message entries (minor code cleanup) 
							
						 
						
							2018-04-04 11:36:54 -04:00  
				
					
						
							
							
								 
						
							
								d0e792e231 
								
							 
						 
						
							
							
								
								Update accounts SCSS for public pages  
							
							
							
						 
						
							2018-04-04 15:40:59 +02:00  
				
					
						
							
							
								 
						
							
								75f2e9fd97 
								
							 
						 
						
							
							
								
								Remove duplicate message entries  
							
							
							
						 
						
							2018-04-04 12:19:00 +02:00  
				
					
						
							
							
								 
						
							
								7a81082704 
								
							 
						 
						
							
							
								
								Revert "Add double-tap zoom functionary to `ZoomableImage` ( #6944 )" ( #7035 )  
							
							... 
							
							
							
							Unfortunately the new hammer.js functionality wasn't correctly tested and didn't work across devices and browsers, as such, it's best to revert PR #6944  until we can revisit this functionality and make it work across all devices and browsers that are supported by Mastodon.
This reverts commit 5021c4e9ca 
							
						 
						
							2018-04-04 11:58:15 +02:00  
				
					
						
							
							
								 
						
							
								07176fed37 
								
							 
						 
						
							
							
								
								Add contact account to landing page ("Administered by") ( #6984 )  
							
							
							
						 
						
							2018-04-04 01:11:26 +02:00  
				
					
						
							
							
								 
						
							
								6611100480 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-04-03 19:17:20 +00:00  
				
					
						
							
							
								 
						
							
								1c293086a1 
								
							 
						 
						
							
							
								
								i18n: Add Japanese translations for  #7000  ( #7022 )  
							
							... 
							
							
							
							* run yarn manage:translations.
* run i18n-tasks add-missing ja.
* Update Japanese translations. 
							
						 
						
							2018-04-03 18:21:33 +09:00  
				
					
						
							
							
								 
						
							
								ca9f022a80 
								
							 
						 
						
							
							
								
								[Glitch] Fix: Prevent submission using same logic as submit button disabling.  
							
							... 
							
							
							
							Port 6a895e1ab3 
							
						 
						
							2018-04-02 20:04:18 +02:00  
				
					
						
							
							
								 
						
							
								2c51bc0ca5 
								
							 
						 
						
							
							
								
								Add missing rejection handling for Promises ( #7008 )  
							
							... 
							
							
							
							* Add eslint-plugin-promise to detect uncaught rejections
* Move alert generation for errors to actions/alert
* Add missing rejection handling for Promises
* Use catch() instead of onReject on then()
Then it will catches rejection from onFulfilled. This detection can be
disabled by `allowThen` option, though. 
							
						 
						
							2018-04-02 14:51:02 +02:00  
				
					
						
							
							
								 
						
							
								4fd71accd4 
								
							 
						 
						
							
							
								
								Fix issues with sending direct messages from user profile ( #6999 )  
							
							... 
							
							
							
							* Clear compose textarea when starting a new direct message
Previous behaviour resulted in potentially misdirected direct messages.
* Hide search when starting to compose a direct message 
							
						 
						
							2018-04-02 13:44:19 +02:00  
				
					
						
							
							
								 
						
							
								3f51c6efaa 
								
							 
						 
						
							
							
								
								Weblate translations (2018-04-02) ( #7007 )  
							
							... 
							
							
							
							* Translated using Weblate (Galician)
Currently translated at 100.0% (587 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (587 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (587 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Arabic)
Currently translated at 76.4% (449 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (586 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Slovak)
Currently translated at 92.3% (542 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 92.3% (542 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/ 
* Translated using Weblate (Polish)
Currently translated at 98.9% (581 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Translated using Weblate (French)
Currently translated at 99.6% (585 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (586 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Persian)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/fa/ 
* Translated using Weblate (Persian)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fa/ 
* Translated using Weblate (French)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (586 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (586 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant/ 
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/zh_Hant/ 
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/zh_Hant/ 
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/zh_Hant/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (587 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/zh_Hant/ 
* Translated using Weblate (Arabic)
Currently translated at 76.6% (450 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (587 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Slovak)
Currently translated at 92.6% (544 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/sk/ 
* Translated using Weblate (Arabic)
Currently translated at 82.9% (487 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 98.6% (74 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ar/ 
* Translated using Weblate (Slovak)
Currently translated at 93.6% (550 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 95.4% (560 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/id/ 
* Translated using Weblate (Korean)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ko/ 
* Translated using Weblate (Korean)
Currently translated at 99.8% (586 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/ 
* Translated using Weblate (Korean)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ko/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Arabic)
Currently translated at 82.9% (487 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 99.2% (278 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 87.3% (513 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 99.6% (279 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* bundle exec i18n-tasks normalize && yarn manage:translations
* revert 
							
						 
						
							2018-04-02 13:43:30 +02:00  
				
					
						
							
							
								 
						
							
								b04f73ce66 
								
							 
						 
						
							
							
								
								Russian language updated ( #7005 )  
							
							... 
							
							
							
							* Russian language updated
* Small fixes for RU language
* bundle exec i18n-tasks normalize 
							
						 
						
							2018-04-02 19:49:06 +09:00  
				
					
						
							
							
								 
						
							
								24611d8deb 
								
							 
						 
						
							
							
								
								i18n: update zh-HK translation ( #7004 )  
							
							... 
							
							
							
							* i18n: update zh-HK translation
* i18n: update zh-HK translation
* i18n-tasks normalize 
							
						 
						
							2018-04-02 19:11:37 +09:00  
				
					
						
							
							
								 
						
							
								eb39db7f93 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into gs-master  
							
							... 
							
							
							
							Conflicts:
 	app/javascript/mastodon/locales/en.json
 	app/javascript/mastodon/locales/ja.json
 	app/javascript/mastodon/locales/pl.json
 	app/views/accounts/_header.html.haml 
							
						 
						
							2018-04-01 20:24:50 -05:00  
				
					
						
							
							
								 
						
							
								6a895e1ab3 
								
							 
						 
						
							
							
								
								Fix: Prevent submission using same logic as submit button disabling. ( #6993 )  
							
							... 
							
							
							
							This prevents submission through ctrl/cmd+enter when the submit button is disabled. 
							
						 
						
							2018-04-01 22:19:43 +02:00  
				
					
						
							
							
								 
						
							
								929f58f180 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #6985 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-04-01 10:31:38 +02:00  
				
					
						
							
							
								 
						
							
								b7d633c1bb 
								
							 
						 
						
							
							
								
								i18n: Add Japanese translations for domain blocks ( #6979 )  
							
							... 
							
							
							
							* run yarn manage:translations
* Update Japanese translations for domain blocks. 
							
						 
						
							2018-03-31 21:09:39 +09:00  
				
					
						
							
							
								 
						
							
								fb3dc00dda 
								
							 
						 
						
							
							
								
								Ignore AbortError when cancelled sharing ( #6978 )  
							
							... 
							
							
							
							`navigator.share()` rejects Promise if user cancelled sharing, and it may
print it as an error on JavaScript console.
This patch ignores it and prints other errors on the console. 
							
						 
						
							2018-03-31 13:16:38 +02:00  
				
					
						
							
							
								 
						
							
								f0bb3ff533 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-03-30 19:17:17 +00:00  
				
					
						
							
							
								 
						
							
								3304cb681d 
								
							 
						 
						
							
							
								
								Merge pull request  #380  from ThibG/glitch-soc/features/domain-block-ui  
							
							... 
							
							
							
							Port #6628  to glitch-soc flavour 
							
						 
						
							2018-03-30 14:50:02 -04:00  
				
					
						
							
							
								 
						
							
								48bcf4d6e8 
								
							 
						 
						
							
							
								
								[Glitch] Remove pointer events on the entire UI when a dropdown menu is open  
							
							... 
							
							
							
							Port 913a38111f 
							
						 
						
							2018-03-30 12:45:23 +02:00  
				
					
						
							
							
								 
						
							
								a6c129ddbd 
								
							 
						 
						
							
							
								
								Add some UI for user-defined domain blocks ( #6628 )  
							
							... 
							
							
							
							* Keep list of blocked domains
Might be overkill, but I'm trying to follow the same logic as for blocked users
* Add basic domain block UI
* Add the domain blocks UI to Getting Started
* Fix undefined URL in `fetchDomainBlocks`
* Update all known users' domain_blocking relationship instead of just one's 
							
						 
						
							2018-03-30 12:38:00 +02:00  
				
					
						
							
							
								 
						
							
								2871a82fcc 
								
							 
						 
						
							
							
								
								[Glitch] Place dropdown menu top if it is closer to the bottom of the viewport  
							
							... 
							
							
							
							Port f6a8d835d3 
							
						 
						
							2018-03-30 12:31:29 +02:00  
				
					
						
							
							
								 
						
							
								218cc261d1 
								
							 
						 
						
							
							
								
								Add the domain blocks UI to Getting Started Misc  
							
							
							
						 
						
							2018-03-30 10:07:33 +02:00  
				
					
						
							
							
								 
						
							
								afa813d71f 
								
							 
						 
						
							
							
								
								Add basic domain block UI  
							
							
							
						 
						
							2018-03-30 10:07:33 +02:00  
				
					
						
							
							
								 
						
							
								482ad7d7c4 
								
							 
						 
						
							
							
								
								Keep list of blocked domains  
							
							... 
							
							
							
							Might be overkill, but I'm trying to follow the same logic as for blocked users 
							
						 
						
							2018-03-30 10:07:33 +02:00  
				
					
						
							
							
								 
						
							
								79da0ad7a2 
								
							 
						 
						
							
							
								
								Update all known users' domain_blocking relationship instead of just one's  
							
							
							
						 
						
							2018-03-30 10:07:33 +02:00  
				
					
						
							
							
								 
						
							
								937ace10d9 
								
							 
						 
						
							
							
								
								Fix undefined URL in `fetchDomainBlocks`  
							
							
							
						 
						
							2018-03-30 10:07:33 +02:00  
				
					
						
							
							
								 
						
							
								947eedcab2 
								
							 
						 
						
							
							
								
								update ja locale ( #6965 )  
							
							... 
							
							
							
							related https://github.com/tootsuite/mastodon/pull/6956  
							
						 
						
							2018-03-30 10:04:04 +09:00  
				
					
						
							
							
								 
						
							
								d1f34151ae 
								
							 
						 
						
							
							
								
								Feature: Direct message from menu ( #6956 )  
							
							... 
							
							
							
							* Implement ability to send direct messages from the user menu
* Implement message warning users that direct messages are visible to all mentioned users
* Update locales 
							
						 
						
							2018-03-29 19:08:34 +02:00  
				
					
						
							
							
								 
						
							
								b5948044b3 
								
							 
						 
						
							
							
								
								[Glitch] Display unfollow button even if account moved  
							
							... 
							
							
							
							Backport 3987bd18a4 
							
						 
						
							2018-03-29 14:59:20 +02:00  
				
					
						
							
							
								 
						
							
								a59c146bf8 
								
							 
						 
						
							
							
								
								[Glitch] Profile redirect notes  
							
							... 
							
							
							
							Port WebUI changes from 58cede4808 
							
						 
						
							2018-03-29 14:59:20 +02:00  
				
					
						
							
							
								 
						
							
								f1f846045f 
								
							 
						 
						
							
							
								
								Fix ReferenceError when Cache API is missing ( #6953 )  
							
							... 
							
							
							
							Cache API is not supported on Safari 11.0 / iOS 11.
Since those caching is optional, this patch simply ignores it. 
							
						 
						
							2018-03-29 14:57:02 +02:00  
				
					
						
							
							
								 
						
							
								41452e8302 
								
							 
						 
						
							
							
								
								Fix TypeError on follow notification ( #6950 )  
							
							... 
							
							
							
							`notification.status` may not be present, e.g. follow notification. 
							
						 
						
							2018-03-29 12:59:12 +02:00  
				
					
						
							
							
								 
						
							
								4e45954280 
								
							 
						 
						
							
							
								
								Merge pull request  #402  from ThibG/glitch-soc/fixes/accept-empty-toot-contents  
							
							... 
							
							
							
							Render toots with empty contents 
							
						 
						
							2018-03-28 16:39:12 -05:00  
				
					
						
							
							
								 
						
							
								7db431eac6 
								
							 
						 
						
							
							
								
								Fix attachment lists  
							
							
							
						 
						
							2018-03-28 22:19:36 +02:00  
				
					
						
							
							
								 
						
							
								53eab4470d 
								
							 
						 
						
							
							
								
								Render toots with empty contents  
							
							... 
							
							
							
							This is necessary to display toots with media but otherwise no contents,
as glitch-soc displays the media as a child of StatusContent, unlike
Mastodon. 
							
						 
						
							2018-03-28 21:13:45 +02:00  
				
					
						
							
							
								 
						
							
								5021c4e9ca 
								
							 
						 
						
							
							
								
								Add double-tap zoom functionary to `ZoomableImage` ( #6944 )  
							
							... 
							
							
							
							add <div.zoomable-image__margin/> to keep margin of the image on zooming
move setting `scrollLeft` and `scrollTop` of container from callback of
`setState` to `componentDidUpdate`
add 'hammerjs' package for touch gesture detection
rewrite `ZoomableImage` using 'hammerjs' 
							
						 
						
							2018-03-28 20:40:51 +02:00  
				
					
						
							
							
								 
						
							
								d2cdc2b5a3 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into gs-master  
							
							
							
						 
						
							2018-03-27 10:44:12 -05:00  
				
					
						
							
							
								 
						
							
								f61aa8e0f7 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into gs-master  
							
							... 
							
							
							
							Conflicts:
 	app/javascript/styles/mastodon/components.scss
 	app/models/media_attachment.rb 
							
						 
						
							2018-03-27 10:26:47 -05:00  
				
					
						
							
							
								 
						
							
								3523aa440b 
								
							 
						 
						
							
							
								
								Fix LoadMore on account media gallery ( #6933 )  
							
							... 
							
							
							
							max_id in the fetch request should be a status id, but media attachment id was used. 
							
						 
						
							2018-03-27 16:53:52 +02:00  
				
					
						
							
							
								 
						
							
								88790b91de 
								
							 
						 
						
							
							
								
								[Glitch] Display AttachmentList in notifications  
							
							... 
							
							
							
							Port 77406d3a09 
							
						 
						
							2018-03-27 16:09:33 +02:00  
				
					
						
							
							
								 
						
							
								3bc5452449 
								
							 
						 
						
							
							
								
								[Glitch] Display AttachmentList in timelines in compact style when media missing  
							
							... 
							
							
							
							Port 86a9de6753 
							
						 
						
							2018-03-27 16:09:27 +02:00  
				
					
						
							
							
								 
						
							
								f5ed5f3860 
								
							 
						 
						
							
							
								
								Clone response before put it to the cache ( #6932 )  
							
							... 
							
							
							
							`Response.prototype.clone()` must be called before the response used.
This fixes an error from ServiceWorker and failing to load image when the
image is not cached. 
							
						 
						
							2018-03-27 15:18:35 +02:00  
				
					
						
							
							
								 
						
							
								2f3ac14a43 
								
							 
						 
						
							
							
								
								Add missing null handling in notification reducer ( #6930 )  
							
							... 
							
							
							
							This patch adds null item (i.e. gap) handling on below functions to avoid TypeError.
* `filterNotifications` called on user mute/block
* `deleteByStatus` called on status deletion 
							
						 
						
							2018-03-27 13:05:59 +02:00  
				
					
						
							
							
								 
						
							
								ca42f9b0eb 
								
							 
						 
						
							
							
								
								Cache media ( #6902 )  
							
							
							
						 
						
							2018-03-27 12:32:30 +02:00  
				
					
						
							
							
								 
						
							
								31e7b73084 
								
							 
						 
						
							
							
								
								fix   #6846  ( #6914 )  
							
							
							
						 
						
							2018-03-27 12:30:28 +02:00  
				
					
						
							
							
								 
						
							
								18965cb0e6 
								
							 
						 
						
							
							
								
								feat(ShowMore): Add classname to show more/show less button ( #6904 )  
							
							
							
						 
						
							2018-03-26 13:59:44 +02:00  
				
					
						
							
							
								 
						
							
								f691afaae9 
								
							 
						 
						
							
							
								
								Refactor scss ( #6913 )  
							
							... 
							
							
							
							* Refactoring scss
introduce scss variables for the media modal
fix css block structure corresponding to react components
fix flex layouts
remove background image of the loaded image on the media modal
* Fix typo 
							
						 
						
							2018-03-26 13:59:21 +02:00  
				
					
						
							
							
								 
						
							
								605a92b460 
								
							 
						 
						
							
							
								
								Fix moved account handling in IndexedDB feature ( #6915 )  
							
							... 
							
							
							
							* Fix stack overflow on importFetchedAccounts
  When the account has moved property, it should process destination
  account instead of source account itself.
* Set account id instead of account object for moved property
  This restores "foo has moved to" indication on account view, and
  fixes `reblog` index on `accounts` object store. 
							
						 
						
							2018-03-26 12:48:01 +02:00  
				
					
						
							
							
								 
						
							
								837b3804bf 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-03-25 15:17:21 +00:00  
				
					
						
							
							
								 
						
							
								85a395fab6 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #6903 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-03-25 23:33:07 +09:00  
				
					
						
							
							
								 
						
							
								cbf97c03bb 
								
							 
						 
						
							
							
								
								Allow clients to fetch notifications made while they were offline ( #6886 )  
							
							
							
						 
						
							2018-03-24 22:07:23 +01:00  
				
					
						
							
							
								 
						
							
								9a1a55ce52 
								
							 
						 
						
							
							
								
								Allow clients to fetch statuses made while they were offline ( #6876 )  
							
							
							
						 
						
							2018-03-24 15:25:15 +01:00  
				
					
						
							
							
								 
						
							
								59657e24b9 
								
							 
						 
						
							
							
								
								Rename variables to have semantic meanings in notifications reducer ( #6890 )  
							
							
							
						 
						
							2018-03-24 13:36:44 +01:00  
				
					
						
							
							
								 
						
							
								fe398a098e 
								
							 
						 
						
							
							
								
								Store objects to IndexedDB ( #6826 )  
							
							
							
						 
						
							2018-03-24 13:06:27 +01:00  
				
					
						
							
							
								 
						
							
								ff7941e652 
								
							 
						 
						
							
							
								
								Show media modal on public pages ( #6801 )  
							
							
							
						 
						
							2018-03-24 12:52:26 +01:00  
				
					
						
							
							
								 
						
							
								1c15329cce 
								
							 
						 
						
							
							
								
								Change “Toots with replies” to “Toots and replies” ( #6875 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-03-24 12:51:51 +01:00  
				
					
						
							
							
								 
						
							
								4e71b104e6 
								
							 
						 
						
							
							
								
								Internationalize unexpected error message ( #6887 )  
							
							
							
						 
						
							2018-03-24 10:54:19 +01:00  
				
					
						
							
							
								 
						
							
								65c10c0bc8 
								
							 
						 
						
							
							
								
								Weblate translations (2018-03-23) ( #6874 )  
							
							... 
							
							
							
							* Translated using Weblate (Galician)
Currently translated at 100.0% (587 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (587 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (587 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Arabic)
Currently translated at 76.4% (449 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (586 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Slovak)
Currently translated at 92.3% (542 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 92.3% (542 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/ 
* Translated using Weblate (Polish)
Currently translated at 98.9% (581 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Translated using Weblate (French)
Currently translated at 99.6% (585 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (586 of 587 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* bundle exec i18n-tasks normalize && yarn manage:translations 
							
						 
						
							2018-03-24 01:04:02 +01:00  
				
					
						
							
							
								 
						
							
								1772034ef2 
								
							 
						 
						
							
							
								
								Merge pull request  #398  from ashkitten/compressed-notifs  
							
							... 
							
							
							
							make expanded notifications show like default 
							
						 
						
							2018-03-23 11:57:12 -05:00  
				
					
						
							
							
								 
						
							
								03b2f701e7 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-03-23 10:17:18 +00:00  
				
					
						
							
							
								 
						
							
								ecdc5957a3 
								
							 
						 
						
							
							
								
								[i18n] Occitan update ( #6869 )  
							
							... 
							
							
							
							* Update oc.yml
* Update simple_form.oc.yml
* Update oc.json
* Update oc.yml
* bundle exec i18n-tasks normalize 
							
						 
						
							2018-03-23 18:52:25 +09:00  
				
					
						
							
							
								 
						
							
								58eeb92755 
								
							 
						 
						
							
							
								
								expanded notifications show like default  
							
							
							
						 
						
							2018-03-22 10:20:36 -04:00  
				
					
						
							
							
								 
						
							
								f66a786029 
								
							 
						 
						
							
							
								
								Hide floating action button on thread views ( #6859 )  
							
							
							
						 
						
							2018-03-22 09:33:14 +01:00  
				
					
						
							
							
								 
						
							
								e8aeec4fea 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-03-20 19:17:20 +00:00  
				
					
						
							
							
								 
						
							
								12b0ea0667 
								
							 
						 
						
							
							
								
								[Glitch] Cancel outdated pending compose suggestions  
							
							... 
							
							
							
							Port 08f49bdb0d9ea03b1290bc1b6f1beaa37a6308e2 to the glitch flavour 
							
						 
						
							2018-03-20 14:20:17 +01:00  
				
					
						
							
							
								 
						
							
								a5c6c748e0 
								
							 
						 
						
							
							
								
								Cancel outdated pending compose suggestions ( #6838 )  
							
							
							
						 
						
							2018-03-20 12:40:12 +01:00  
				
					
						
							
							
								 
						
							
								0fa0836e63 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master  
							
							
							
						 
						
							2018-03-19 15:41:59 -05:00  
				
					
						
							
							
								 
						
							
								c074b226b6 
								
							 
						 
						
							
							
								
								Merge pull request  #394  from ashkitten/compressed-notifs  
							
							... 
							
							
							
							fix compressed notifications again (#393 ) 
							
						 
						
							2018-03-19 15:41:09 -05:00  
				
					
						
							
							
								 
						
							
								df70571bfe 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-03-19 20:17:18 +00:00  
				
					
						
							
							
								 
						
							
								f7c46fc113 
								
							 
						 
						
							
							
								
								Weblate translations 20180319 ( #6827 )  
							
							... 
							
							
							
							* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Spanish)
Currently translated at 99.6% (579 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/es/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (French)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/es/ 
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/id/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/es/ 
* Translated using Weblate (Indonesian)
Currently translated at 94.6% (71 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/id/ 
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/id/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/ 
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/id/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Arabic)
Currently translated at 75.5% (439 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 76.2% (443 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Russian)
Currently translated at 95.8% (557 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ru/ 
* Translated using Weblate (Finnish)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fi/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 91.7% (533 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Spanish)
Currently translated at 99.8% (580 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/ 
* Translated using Weblate (Finnish)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fi/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/es/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sv/ 
* Translated using Weblate (Finnish)
Currently translated at 93.1% (54 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fi/ 
* Translated using Weblate (Arabic)
Currently translated at 76.7% (446 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Slovak)
Currently translated at 93.2% (542 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Normalize translations
Ran i18n-tasks normalize && yarn manage:translations 
							
						 
						
							2018-03-19 15:12:06 +01:00  
				
					
						
							
							
								 
						
							
								5b00b8f0da 
								
							 
						 
						
							
							
								
								fix .status__info__icons layout  
							
							
							
						 
						
							2018-03-19 07:13:18 -04:00  
				
					
						
							
							
								 
						
							
								ab04be2f84 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into gs-master  
							
							... 
							
							
							
							Conflicts:
 	config/i18n-tasks.yml 
							
						 
						
							2018-03-18 20:21:17 -05:00  
				
					
						
							
							
								 
						
							
								6a6f680d98 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master  
							
							
							
						 
						
							2018-03-18 20:20:08 -05:00  
				
					
						
							
							
								 
						
							
								a387f99659 
								
							 
						 
						
							
							
								
								Merge pull request  #388  from ThibG/glitch-soc/federated-pinned-toots  
							
							... 
							
							
							
							Port WebUI toots/with reply/media tabs and pinned toots to glitch 
							
						 
						
							2018-03-18 20:17:15 -05:00  
				
					
						
							
							
								 
						
							
								3b440bd5af 
								
							 
						 
						
							
							
								
								Fix elephant graphic being draggable and selectable ( #6819 )  
							
							
							
						 
						
							2018-03-18 20:32:44 +01:00  
				
					
						
							
							
								 
						
							
								c68c1466ac 
								
							 
						 
						
							
							
								
								fix compressed notifications again ( #393 )  
							
							
							
						 
						
							2018-03-18 13:42:28 -04:00  
				
					
						
							
							
								 
						
							
								f2a9a13b32 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-03-18 16:17:15 +00:00  
				
					
						
							
							
								 
						
							
								721234230c 
								
							 
						 
						
							
							
								
								Synchronize HTML page cache with sessions ( #6815 )  
							
							
							
						 
						
							2018-03-18 15:14:38 +01:00  
				
					
						
							
							
								 
						
							
								9341b982b6 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-03-17 17:17:21 +00:00  
				
					
						
							
							
								 
						
							
								ca7e6a6d2e 
								
							 
						 
						
							
							
								
								Properly center .nothing-here ( #6787 ) ( #6788 )  
							
							... 
							
							
							
							Apply "margin: 0 auto;" at line 443 to fix issue #6787  
							
						 
						
							2018-03-17 12:35:35 +01:00  
				
					
						
							
							
								 
						
							
								f0cd957c7a 
								
							 
						 
						
							
							
								
								Cache HTML page with Service Worker ( #6802 )  
							
							... 
							
							
							
							This is the first step to make Mastodon work offline. It is also required
by Chromium to trigger Web Manifest automated install prompt. 
							
						 
						
							2018-03-17 12:35:13 +01:00  
				
					
						
							
							
								 
						
							
								fe17446af0 
								
							 
						 
						
							
							
								
								Merge pull request  #391  from ashkitten/compressed-notifs  
							
							... 
							
							
							
							fix non-notification boosts for compressed notifications 
							
						 
						
							2018-03-16 18:15:59 -05:00  
				
					
						
							
							
								 
						
							
								33d5fe889a 
								
							 
						 
						
							
							
								
								fix non-notification boosts  
							
							
							
						 
						
							2018-03-16 18:36:35 -04:00  
				
					
						
							
							
								 
						
							
								6f0e50f9a0 
								
							 
						 
						
							
							
								
								[Glitch] Federate pinned statuses over ActivityPub  
							
							... 
							
							
							
							Port 9110db41c5 
							
						 
						
							2018-03-16 23:16:20 +01:00  
				
					
						
							
							
								 
						
							
								cd73af3bd0 
								
							 
						 
						
							
							
								
								[Glitch] Improve style of web UI account tabs  
							
							... 
							
							
							
							Port of 38b9af76a2 
							
						 
						
							2018-03-16 23:16:20 +01:00  
				
					
						
							
							
								 
						
							
								f00af46d70 
								
							 
						 
						
							
							
								
								[Glitch] Add "Toots/Toots with replies/Media" tab below profile header  
							
							... 
							
							
							
							Port 5131012505 
							
						 
						
							2018-03-16 23:16:20 +01:00  
				
					
						
							
							
								 
						
							
								50f56ba375 
								
							 
						 
						
							
							
								
								Merge pull request  #385  from ThibG/glitch-soc/features/port-reports-ui-changes  
							
							... 
							
							
							
							Port reports ui changes to glitch-soc flavour 
							
						 
						
							2018-03-16 17:13:09 -05:00  
				
					
						
							
							
								 
						
							
								a3c86d8cb9 
								
							 
						 
						
							
							
								
								Merge pull request  #386  from ashkitten/compressed-notifs  
							
							... 
							
							
							
							compress boost/fave notifications more 
							
						 
						
							2018-03-16 16:35:15 -05:00  
				
					
						
							
							
								 
						
							
								9c40a5f3c8 
								
							 
						 
						
							
							
								
								Fix toot text color in the report modal  
							
							
							
						 
						
							2018-03-16 15:27:13 +01:00  
				
					
						
							
							
								 
						
							
								19f7bd1582 
								
							 
						 
						
							
							
								
								Show media on report UI  
							
							... 
							
							
							
							Ports 219aac7800 
							
						 
						
							2018-03-16 15:27:13 +01:00  
				
					
						
							
							
								 
						
							
								22870985da 
								
							 
						 
						
							
							
								
								Add close modal icon to report dialog ( #6591 )  
							
							... 
							
							
							
							Port 379cdfaac5 
							
						 
						
							2018-03-16 15:27:13 +01:00  
				
					
						
							
							
								 
						
							
								9cf574d0d2 
								
							 
						 
						
							
							
								
								Port federated reports UI to glitchsoc  
							
							... 
							
							
							
							Port 41a01bec23 
							
						 
						
							2018-03-16 15:27:13 +01:00  
				
					
						
							
							
								 
						
							
								d75a6054a0 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-03-13 18:17:20 +00:00  
				
					
						
							
							
								 
						
							
								9317f6853e 
								
							 
						 
						
							
							
								
								compress boost/fave notifications more  
							
							
							
						 
						
							2018-03-13 13:54:57 -04:00  
				
					
						
							
							
								 
						
							
								fd385e256d 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #6780 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-03-14 02:17:48 +09:00  
				
					
						
							
							
								 
						
							
								03119c857b 
								
							 
						 
						
							
							
								
								Weblate translations (2018-03-13) ( #6777 )  
							
							... 
							
							
							
							* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Spanish)
Currently translated at 99.6% (579 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/es/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (French)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/es/ 
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/id/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/es/ 
* Translated using Weblate (Indonesian)
Currently translated at 94.6% (71 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/id/ 
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/id/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/ 
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/id/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (280 of 280 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Arabic)
Currently translated at 75.5% (439 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 76.2% (443 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Russian)
Currently translated at 95.8% (557 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ru/ 
* Normalize translations
Ran i18n-tasks normalize && yarn manage:translations 
							
						 
						
							2018-03-13 16:16:51 +01:00  
				
					
						
							
							
								 
						
							
								eb2425b53b 
								
							 
						 
						
							
							
								
								Hide loading bar on status interactions ( #6774 )  
							
							
							
						 
						
							2018-03-13 14:30:01 +01:00  
				
					
						
							
							
								 
						
							
								f0ae6b4cc5 
								
							 
						 
						
							
							
								
								Merge branch 'spoiler' of git://github.com/kagucho/mastodon into kagucho-spoiler  
							
							
							
						 
						
							2018-03-13 09:18:11 +01:00  
				
					
						
							
							
								 
						
							
								8bf3e750ab 
								
							 
						 
						
							
							
								
								Fix   #6757 : Adjust RTL styles for landing page ( #6768 )  
							
							
							
						 
						
							2018-03-13 08:14:08 +01:00  
				
					
						
							
							
								 
						
							
								18241ccbe1 
								
							 
						 
						
							
							
								
								Change the title of sensitive button by state ( #6771 )  
							
							... 
							
							
							
							Icon showing the state may be confusing. (does the slahed eye icon mean
the state that it is sensitive, or to mark it as sensitive?) Moreover, it
may not help for blind people.
The title will give the precise representation of the current state. 
							
						 
						
							2018-03-13 08:10:12 +01:00  
				
					
						
							
							
								 
						
							
								0dccb398bd 
								
							 
						 
						
							
							
								
								Change the title of spoiler button by state  
							
							... 
							
							
							
							The title will give the precise representation of the current state. It
would be helpful for blind people. 
							
						 
						
							2018-03-13 15:58:55 +09:00  
				
					
						
							
							
								 
						
							
								386365090c 
								
							 
						 
						
							
							
								
								Fix   #6762 : Do not overwrite some status attributes in reducer ( #6767 )  
							
							
							
						 
						
							2018-03-13 07:16:43 +01:00  
				
					
						
							
							
								 
						
							
								f8e934f955 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into merge-upstream  
							
							... 
							
							
							
							Conflicts:
	README.md 
							
						 
						
							2018-03-12 17:52:19 -05:00  
				
					
						
							
							
								 
						
							
								22f2750578 
								
							 
						 
						
							
							
								
								Merge pull request  #384  from ThibG/glitch-soc/features/no-media-url  
							
							... 
							
							
							
							Remove text requirement when media attached from statuses (fixes  #381 ) 
							
						 
						
							2018-03-12 13:09:42 -07:00  
				
					
						
							
							
								 
						
							
								2395a4c313 
								
							 
						 
						
							
							
								
								Merge pull request  #344  from chriswmartin/getting-started-badge-merge  
							
							... 
							
							
							
							merge tootsuite pr #6313  into glitch & move getting_started dispatch stuff to mapDispatchToProps 
							
						 
						
							2018-03-12 13:07:59 -07:00  
				
					
						
							
							
								 
						
							
								841ef606a9 
								
							 
						 
						
							
							
								
								Remove text requirement when media attached from statuses ( fixes   #381 )  
							
							... 
							
							
							
							Ports cfa9b6e13a 
							
						 
						
							2018-03-12 18:39:07 +01:00  
				
					
						
							
							
								 
						
							
								48b940d5c6 
								
							 
						 
						
							
							
								
								Insert space before shortcode if necessary ( #6751 )  
							
							
							
						 
						
							2018-03-12 12:47:51 +01:00  
				
					
						
							
							
								 
						
							
								6ae70a92c9 
								
							 
						 
						
							
							
								
								Hide pinned toots on with replies ( #6753 )  
							
							
							
						 
						
							2018-03-12 12:47:18 +01:00  
				
					
						
							
							
								 
						
							
								fa5c867e0e 
								
							 
						 
						
							
							
								
								Avoid using JS to set height in MediaModal ( #6750 )  
							
							... 
							
							
							
							avoid using JS to set height of ReactSwipeableViews component
reduce max-height of <img/> to 80% to avoid the screen covered by image 
							
						 
						
							2018-03-12 03:52:05 +01:00  
				
					
						
							
							
								 
						
							
								4f7f6b3922 
								
							 
						 
						
							
							
								
								Fix follow relationships not loading after notifications fetch ( #6746 )  
							
							
							
						 
						
							2018-03-12 03:20:56 +01:00  
				
					
						
							
							
								 
						
							
								8b14726f5b 
								
							 
						 
						
							
							
								
								Weblate translations (2018-03-11) ( #6742 )  
							
							... 
							
							
							
							* Translated using Weblate (Japanese)
Currently translated at 100.0% (276 of 276 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Finnish)
Currently translated at 100.0% (276 of 276 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fi/ 
* Translated using Weblate (Finnish)
Currently translated at 25.1% (146 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fi/ 
* Translated using Weblate (Slovak)
Currently translated at 91.2% (530 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Arabic)
Currently translated at 67.6% (393 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sv/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (581 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sv/ 
* Translated using Weblate (Finnish)
Currently translated at 100.0% (276 of 276 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fi/ 
* Translated using Weblate (Finnish)
Currently translated at 92.0% (69 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/fi/ 
* Translated using Weblate (Finnish)
Currently translated at 60.3% (35 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fi/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/sv/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (276 of 276 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sv/ 
* Translated using Weblate (Arabic)
Currently translated at 68.3% (397 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 99.2% (274 of 276 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (276 of 276 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Arabic)
Currently translated at 73.8% (429 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Slovak)
Currently translated at 91.2% (530 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* bundle exec i18n-tasks normalize && yarn manage:translations 
							
						 
						
							2018-03-11 16:21:26 +01:00  
				
					
						
							
							
								 
						
							
								9090b63831 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation and “yarn manage:translations” ( #6743 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-03-11 16:21:16 +01:00  
				
					
						
							
							
								 
						
							
								56eb5c3f34 
								
							 
						 
						
							
							
								
								Fix focal point cropping in MediaGallery, fix focal point modal ( #6740 )  
							
							... 
							
							
							
							* Use object-position with object-fit instead of JS top/left
* Fix focal point modal 
							
						 
						
							2018-03-11 15:12:33 +01:00  
				
					
						
							
							
								 
						
							
								1aaec701bb 
								
							 
						 
						
							
							
								
								Fix   #6715 : Make catalan words with the L geminate letter work in hashtags ( #6741 )  
							
							
							
						 
						
							2018-03-11 14:55:49 +01:00  
				
					
						
							
							
								 
						
							
								a0724cd742 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-03-11 09:17:21 +00:00  
				
					
						
							
							
								 
						
							
								b6003afcdb 
								
							 
						 
						
							
							
								
								Add show more/less toggle for entire threads in web UI ( #6733 )  
							
							... 
							
							
							
							Fix  #1258  
						
							2018-03-11 09:52:59 +01:00  
				
					
						
							
							
								 
						
							
								0c2a16fcbf 
								
							 
						 
						
							
							
								
								Merge pull request  #379  from ThibG/glitch-soc/features/improved-account-header  
							
							... 
							
							
							
							Port #6627  and #6636  to glitch-soc flavour 
							
						 
						
							2018-03-10 23:35:16 -06:00  
				
					
						
							
							
								 
						
							
								f5ee2d469b 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #6731 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-03-11 01:56:30 +09:00  
				
					
						
							
							
								 
						
							
								e553905ba7 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-03-09 12:17:22 +00:00  
				
					
						
							
							
								 
						
							
								25c5223617 
								
							 
						 
						
							
							
								
								Port  #6627  and  #6636  to glitch-soc  
							
							
							
						 
						
							2018-03-09 12:10:22 +01:00  
				
					
						
							
							
								 
						
							
								11697d6894 
								
							 
						 
						
							
							
								
								Fix thumbnail not filling entire space sometimes ( #6709 )  
							
							
							
						 
						
							2018-03-09 11:33:05 +01:00  
				
					
						
							
							
								 
						
							
								5ba4c36f95 
								
							 
						 
						
							
							
								
								Weblate translations (2018-03-09) ( #6708 )  
							
							... 
							
							
							
							* Translated using Weblate (Galician)
Currently translated at 100.0% (580 of 580 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (580 of 580 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (579 of 580 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (581 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (276 of 276 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (276 of 276 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (French)
Currently translated at 99.8% (580 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (German)
Currently translated at 99.3% (577 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 99.3% (577 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (580 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (580 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (German)
Currently translated at 100.0% (276 of 276 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (581 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (French)
Currently translated at 100.0% (276 of 276 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (French)
Currently translated at 99.8% (580 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (276 of 276 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Polish)
Currently translated at 99.8% (580 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (581 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (581 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (276 of 276 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Slovak)
Currently translated at 90.3% (525 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (580 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (581 of 581 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Normalize translations
Ran i18n-tasks normalize && yarn manage:translations 
							
						 
						
							2018-03-09 18:38:13 +09:00  
				
					
						
							
							
								 
						
							
								ccd53e983c 
								
							 
						 
						
							
							
								
								Missing Korean translations ( #6703 )  
							
							
							
						 
						
							2018-03-09 14:21:47 +09:00  
				
					
						
							
							
								 
						
							
								447d7e6127 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-03-09 00:17:17 +00:00  
				
					
						
							
							
								 
						
							
								188aa3ea50 
								
							 
						 
						
							
							
								
								Add polyfill for Object.values ( #6697 )  
							
							
							
						 
						
							2018-03-08 13:07:25 +01:00  
				
					
						
							
							
								 
						
							
								5acd5315f2 
								
							 
						 
						
							
							
								
								Improve styling of closed registrations message, rename button ( #6695 )  
							
							... 
							
							
							
							* Improve styling of closed registrations message, rename button
"Sign up on another server"
Fix  #6683 
* Adjust styling of closed registrations message 
							
						 
						
							2018-03-08 11:10:37 +01:00  
				
					
						
							
							
								 
						
							
								b79ab15859 
								
							 
						 
						
							
							
								
								When enabled, always display media in gallery. Also: click to reveal ( #6692 )  
							
							... 
							
							
							
							Fix  #6677  
						
							2018-03-08 08:57:21 +01:00  
				
					
						
							
							
								 
						
							
								77406d3a09 
								
							 
						 
						
							
							
								
								Display AttachmentList in notifications ( #6693 )  
							
							
							
						 
						
							2018-03-08 08:22:04 +01:00  
				
					
						
							
							
								 
						
							
								1085ef3836 
								
							 
						 
						
							
							
								
								Weblate translations (2018-03-08) ( #6690 )  
							
							... 
							
							
							
							* Translated using Weblate (French)
Currently translated at 99.8% (578 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 99.8% (578 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 99.8% (578 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (275 of 275 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Slovak)
Currently translated at 85.3% (494 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (275 of 275 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (275 of 275 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (275 of 275 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (578 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (275 of 275 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Arabic)
Currently translated at 99.2% (273 of 275 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (275 of 275 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Arabic)
Currently translated at 66.8% (387 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 93.1% (54 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (French)
Currently translated at 99.8% (578 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Slovak)
Currently translated at 87.7% (508 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (275 of 275 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* bundle exec i18n-tasks normalize && yarn manage:translations
* Remove ar.simple_form.hints.defaults.{display_name,note} 
							
						 
						
							2018-03-08 06:59:34 +01:00  
				
					
						
							
							
								 
						
							
								86a9de6753 
								
							 
						 
						
							
							
								
								Display AttachmentList in timelines in compact style when media missing ( #6680 )  
							
							
							
						 
						
							2018-03-08 04:54:26 +01:00  
				
					
						
							
							
								 
						
							
								b170627ceb 
								
							 
						 
						
							
							
								
								Fix cover behaviour of thumbnails that are wider than taller ( #6678 )  
							
							
							
						 
						
							2018-03-07 12:02:05 +01:00  
				
					
						
							
							
								 
						
							
								a1b065700a 
								
							 
						 
						
							
							
								
								Fix focal point modals broken by  #5956  ( #6676 )  
							
							
							
						 
						
							2018-03-07 12:01:53 +01:00  
				
					
						
							
							
								 
						
							
								8de048fcdb 
								
							 
						 
						
							
							
								
								In wide layout, columnize Mastodon features on landing page ( #6674 )  
							
							
							
						 
						
							2018-03-07 08:59:27 +01:00  
				
					
						
							
							
								 
						
							
								cfa9b6e13a 
								
							 
						 
						
							
							
								
								Remove text requirement when media attached from statuses ( #6672 )  
							
							
							
						 
						
							2018-03-07 08:28:52 +01:00  
				
					
						
							
							
								 
						
							
								913a38111f 
								
							 
						 
						
							
							
								
								Remove pointer events on the entire UI when a dropdown menu is open ( #6648 )  
							
							... 
							
							
							
							* Remove pointer events on the entire UI when a dropdown menu is open
This prevents operations to change the location of the menu such as
scrolling.
* Fix mistake from merge 
							
						 
						
							2018-03-07 02:26:43 +01:00  
				
					
						
							
							
								 
						
							
								cb74c0cfe4 
								
							 
						 
						
							
							
								
								Add headings to the security settings page ( #6661 )  
							
							... 
							
							
							
							* Changes the headings' rank of the security settings section
This commit changes the existing headings' rank of the security settings section from level 6 to level 4.
* Renames the auth.change_password string into auth.security
The "Security" preferences' section used to be called "Change password". When it was renamed, the string name wasn't changed.
This commits changes auth.change_password to auth.security.
* Adds a heading to the password change form
There was previously no heading for the part of the "Security" page that contain the password change form.
This commit adds a rank 4 heading to this section and reintroduces an "auth.change_password" string to be used inside it.
* Removes useless HR elements
The various sections of the "Security" settings page were previously separated by HR elements.
Now that there is proper headings, they're not required anymore.
* Updates CSS
This commit updates CSS in such a way that the same style is applied to all the H4 elements of the settings.
* Correct a mistake
A character went missing on one of the previous commits, broking the CSS.
This new commit fixes it. 
							
						 
						
							2018-03-07 01:39:40 +01:00  
				
					
						
							
							
								 
						
							
								a07cfee644 
								
							 
						 
						
							
							
								
								Extract columns area from UI component ( #6650 )  
							
							... 
							
							
							
							UI component used to toggle isComposing state by directly manipulating the
DOM element to avoid the expensive rendering.
However, it is hacky, and is not effective for other states. Instead,
this change makes the rendering cheaper by extracting the huge columns
area. 
							
						 
						
							2018-03-06 07:45:31 +01:00  
				
					
						
							
							
								 
						
							
								13cf92df27 
								
							 
						 
						
							
							
								
								Use React.PureComponent instead of React.Component ( #6653 )  
							
							
							
						 
						
							2018-03-06 07:28:26 +01:00  
				
					
						
							
							
								 
						
							
								61e6275781 
								
							 
						 
						
							
							
								
								Use withRouter for TabsBar ( #6652 )  
							
							... 
							
							
							
							TabsBar refers to router, which is a private context property of
react-router. withRouter is a recommended alternative. It also allows to
track location changes even if React.PureComponent is used. 
							
						 
						
							2018-03-06 07:28:05 +01:00  
				
					
						
							
							
								 
						
							
								20d1be18af 
								
							 
						 
						
							
							
								
								Fix accounts' display name/bio not being set from initial state ( #6644 )  
							
							
							
						 
						
							2018-03-06 00:08:35 +01:00  
				
					
						
							
							
								 
						
							
								b0664a5e6c 
								
							 
						 
						
							
							
								
								Replace onScrollToBottom with onLoadMore ( #6615 )  
							
							... 
							
							
							
							onScrollToBottom was a function to run instead of onScrollToTop and
onScroll when scrolling to the bottom. The behavior to prevent
onScrollToTop was inconvenient because the viewport can be at the bottom
and at the top at the same time if the viewport is larger than the
container.
onScrollToBottom was also called when the button to load more is clicked
on contray to the name suggests, which led notifications and
status_list_container components to mark the scrolled location is not at
the top mistakenly.
onLoadMore is a replacement for onScrollToBottom. It will be called
independently from onScrollToTop and onScroll. 
							
						 
						
							2018-03-05 19:31:40 +01:00  
				
					
						
							
							
								 
						
							
								f6a8d835d3 
								
							 
						 
						
							
							
								
								Place dropdown menu top if it is closer to the bottom of the viewport ( #6641 )  
							
							
							
						 
						
							2018-03-05 19:28:56 +01:00  
				
					
						
							
							
								 
						
							
								4746feaa1c 
								
							 
						 
						
							
							
								
								Add “Domain hidden” badge ( #6636 )  
							
							
							
						 
						
							2018-03-05 16:45:36 +01:00  
				
					
						
							
							
								 
						
							
								bd40574476 
								
							 
						 
						
							
							
								
								Weblate translations (05-03-2018) ( #6640 )  
							
							... 
							
							
							
							* Translated using Weblate (French)
Currently translated at 100.0% (272 of 272 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Japanese)
Currently translated at 98.9% (572 of 578 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Catalan)
Currently translated at 98.4% (569 of 578 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (578 of 578 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (579 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (577 of 578 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt_BR/ 
* Translated using Weblate (French)
Currently translated at 99.8% (577 of 578 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (272 of 272 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Esperanto)
Currently translated at 99.6% (576 of 578 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (272 of 272 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (272 of 272 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 74.5% (431 of 578 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (272 of 272 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (272 of 272 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (578 of 578 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (579 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Arabic)
Currently translated at 99.6% (271 of 272 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Japanese)
Currently translated at 98.9% (573 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (578 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Arabic)
Currently translated at 66.6% (386 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (579 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (272 of 272 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (272 of 272 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 75.4% (437 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Polish)
Currently translated at 99.8% (578 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Translated using Weblate (Slovak)
Currently translated at 83.5% (484 of 579 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (272 of 272 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Normalize translations
Ran i18n-tasks normalize && yarn manage:translations 
							
						 
						
							2018-03-06 00:27:50 +09:00  
				
					
						
							
							
								 
						
							
								1674e2f34c 
								
							 
						 
						
							
							
								
								Normalize translations ( #6638 )  
							
							... 
							
							
							
							Ran i18n-tasks normalize && yarn manage:translations, so that the
translation changes appear on weblate 
							
						 
						
							2018-03-05 23:12:17 +09:00  
				
					
						
							
							
								 
						
							
								3b2e783c1f 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #6632 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-03-05 16:05:52 +09:00  
				
					
						
							
							
								 
						
							
								46a9a23749 
								
							 
						 
						
							
							
								
								Make more apparent that an account is blocked or muted ( fixes   #6544 ) ( #6627 )  
							
							... 
							
							
							
							* Add button to unblock blocked accounts from their profile
* Add “Blocked” badge in place of “Follows you” when the user is blocked
* Add “Muted” badge (below “follows you” badge) 
							
						 
						
							2018-03-05 05:09:35 +01:00  
				
					
						
							
							
								 
						
							
								4e929b2d17 
								
							 
						 
						
							
							
								
								[RFC] Improved media modal ( #5956 )  
							
							... 
							
							
							
							* Improved media modal
ImageLoader: Impliment pinch zoom by CSS `transform: scale(X)`
ImageLoader: Impliment panning by CSS `overflow: scroll`
ImageLoader: Larger image
MediaModal: Larger close button
MediaModal: Close the modal by swiping vertically
MediaModal: Show/hide close button and right/left navigation on tapping image
MediaModal: Change the `pointer-event` CSS prpp to get more blank space to close the modal
ImageLoader: Zoom/reset zoom on double tap
MediaModal: disable vertical swiping while horizontally swiped
ImageLoader: prevent propagating touchmove event to MediaModal
MediaModal: Adjust size and potision of buttons
ImageLoader: Adjust scroll potision on pinch zoom
* Remove "swipe to close" and "double tap to zoom" features
* remove unused prop and functions
removed `onScroll` prop and `handleScroll` func in ImageLoader
* separate zoom functionary to ZoomableImage component
adjust styling of ImageLoader
add styling for ZoomableImage
* adjust size and potision of close button of media modal
* Fix for gif video
add `onClick` prop to ExtendedVideoPlayer
specify `onClick` prop to video tag for switching nav of `MediaModal`
add `.video-modal` class to scss to separate styling for `VideoModal`
* fix styling for centering
specify height of `ZoomableImage` by pixel
clean styling for `ImageLoader`
* fix lint errors
* small fix
* fixed designated parts 
							
						 
						
							2018-03-04 20:32:24 +01:00  
				
					
						
							
							
								 
						
							
								219aac7800 
								
							 
						 
						
							
							
								
								Show media on report UI ( #6619 )  
							
							
							
						 
						
							2018-03-04 20:29:12 +01:00  
				
					
						
							
							
								 
						
							
								7a6eaad445 
								
							 
						 
						
							
							
								
								Do not require images in about.js and share.js ( #6622 )  
							
							... 
							
							
							
							They are already required by common.js. 
							
						 
						
							2018-03-04 20:27:40 +01:00  
				
					
						
							
							
								 
						
							
								460e380d38 
								
							 
						 
						
							
							
								
								Implement tag auto-completion by history ( #6621 )  
							
							... 
							
							
							
							This is a functionality similar to one implemented in Pawoo:
21a3c70f80 
							
						 
						
							2018-03-04 20:27:25 +01:00  
				
					
						
							
							
								 
						
							
								9110db41c5 
								
							 
						 
						
							
							
								
								Federate pinned statuses over ActivityPub ( #6610 )  
							
							... 
							
							
							
							* Federate pinned statuses over ActivityPub
* Display pinned toots in web UI
Fix  #6117 
* Fix migration
* Fix tests
* Update outbox_serializer.rb
* Update remove_serializer.rb
* Update add_serializer.rb
* Update fetch_featured_collection_service.rb 
							
						 
						
							2018-03-04 09:19:11 +01:00  
				
					
						
							
							
								 
						
							
								45feb439bd 
								
							 
						 
						
							
							
								
								Finalize location on scrollable notifications when unmounting ( #6614 )  
							
							... 
							
							
							
							The top of the scrollable notifications will be invisible after unmounting.
The Redux state should be updated accordingly in such a case so that the
unread notification counter will be updated later. 
							
						 
						
							2018-03-04 08:55:15 +01:00  
				
					
						
							
							
								 
						
							
								65e2a4645e 
								
							 
						 
						
							
							
								
								Use glitchsoc TimelineComponent's margin/padding on about page.  
							
							
							
						 
						
							2018-03-03 11:16:10 -06:00  
				
					
						
							
							
								 
						
							
								6176e278f4 
								
							 
						 
						
							
							
								
								Copy in new CSS for about page.  
							
							
							
						 
						
							2018-03-03 11:01:24 -06:00  
				
					
						
							
							
								 
						
							
								c82a2358bd 
								
							 
						 
						
							
							
								
								Translate Korean ( #6608 )  
							
							
							
						 
						
							2018-03-04 01:53:55 +09:00  
				
					
						
							
							
								 
						
							
								1b8fcd4df5 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into merge-upstream  
							
							... 
							
							
							
							Conflicts:
 	README.md
 	app/controllers/follower_accounts_controller.rb
 	app/controllers/following_accounts_controller.rb
 	app/serializers/rest/instance_serializer.rb
 	app/views/stream_entries/_simple_status.html.haml
 	config/locales/simple_form.ja.yml 
							
						 
						
							2018-03-02 21:46:44 -06:00  
				
					
						
							
							
								 
						
							
								e72db6d9dd 
								
							 
						 
						
							
							
								
								Move "compose" on mobile to floating action button ( #6594 )  
							
							... 
							
							
							
							* Move "compose" on mobile to floating action button
* Fix contrast on floating action button 
							
						 
						
							2018-03-02 07:12:40 +01:00  
				
					
						
							
							
								 
						
							
								036dd98abb 
								
							 
						 
						
							
							
								
								Responsively enforce 16:9 ratio on all media thumbnails in web UI ( #6590 )  
							
							... 
							
							
							
							* Responsively enforce 16:9 ratio on all media thumbnails in web UI
Also change video player behaviour to "contain" rather than
"cover" videos that don't fit the ratio, unlike images and GIFs,
it's expected that a video is shown fully.
* Fix spacing issues and remove floor
* Remove floor 
							
						 
						
							2018-03-02 07:00:04 +01:00  
				
					
						
							
							
								 
						
							
								7901f9f63e 
								
							 
						 
						
							
							
								
								When search enabled, display hint in search popout ( #6593 )  
							
							... 
							
							
							
							* When advanced search is enabled, show different hint in search popout
* Change "getting started" icon in tabs bar from asterisk to hamburger 
							
						 
						
							2018-03-02 06:02:42 +01:00  
				
					
						
							
							
								 
						
							
								0963b6fd22 
								
							 
						 
						
							
							
								
								Weblate translations (2018-03-02) ( #6588 )  
							
							... 
							
							
							
							* Translated using Weblate (Galician)
Currently translated at 100.0% (57 of 57 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/gl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (57 of 57 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (57 of 57 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sv/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (57 of 57 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ca/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (57 of 57 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/hu/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/hu/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/hu/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (559 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/hu/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hu/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 98.2% (55 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Slovak)
Currently translated at 61.1% (342 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sv/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sv/ 
* Translated using Weblate (Portuguese)
Currently translated at 96.4% (54 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pt/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (558 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 99.8% (558 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ca/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Arabic)
Currently translated at 98.2% (55 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 79.0% (49 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 52.9% (296 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Slovak)
Currently translated at 61.1% (342 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (57 of 57 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (565 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/gl/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (565 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Japanese)
Currently translated at 99.2% (561 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Slovak)
Currently translated at 60.5% (342 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Polish)
Currently translated at 99.1% (560 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 62.4% (353 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (565 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sv/ 
* Translated using Weblate (Japanese)
Currently translated at 99.2% (561 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Catalan)
Currently translated at 99.1% (560 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Finnish)
Currently translated at 99.6% (263 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fi/ 
* Translated using Weblate (Slovak)
Currently translated at 62.6% (354 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (French)
Currently translated at 99.1% (560 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Japanese)
Currently translated at 93.1% (54 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/ 
* Translated using Weblate (Polish)
Currently translated at 99.2% (561 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Translated using Weblate (Polish)
Currently translated at 99.8% (564 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Translated using Weblate (Polish)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pl/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 72.5% (45 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sk/ 
* Translated using Weblate (Finnish)
Currently translated at 99.6% (263 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fi/ 
* Translated using Weblate (Finnish)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fi/ 
* Translated using Weblate (Finnish)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fi/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 99.8% (564 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (565 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ca/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Slovak)
Currently translated at 62.8% (355 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Arabic)
Currently translated at 99.6% (263 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Finnish)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fi/ 
* Translated using Weblate (Polish)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pl/ 
* Translated using Weblate (Arabic)
Currently translated at 96.0% (72 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ar/ 
* Translated using Weblate (Slovak)
Currently translated at 93.5% (58 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sk/ 
* Translated using Weblate (Arabic)
Currently translated at 98.2% (57 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (German)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/ 
* Translated using Weblate (Catalan)
Currently translated at 99.8% (564 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Finnish)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fi/ 
* Translated using Weblate (German)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/de/ 
* Translated using Weblate (French)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 63.7% (360 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Slovak)
Currently translated at 64.9% (367 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 98.6% (74 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ar/ 
* Translated using Weblate (Catalan)
Currently translated at 99.8% (564 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (565 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (565 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ca/ 
* Translated using Weblate (Slovak)
Currently translated at 69.5% (393 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Japanese)
Currently translated at 99.2% (561 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Arabic)
Currently translated at 88.7% (55 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 92.0% (69 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Slovak)
Currently translated at 70.6% (399 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Slovak)
Currently translated at 74.1% (419 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Arabic)
Currently translated at 67.6% (382 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (French)
Currently translated at 99.4% (562 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Portuguese)
Currently translated at 95.3% (539 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Slovak)
Currently translated at 75.3% (426 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Croatian)
Currently translated at 58.0% (36 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/hr/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/hu/ 
* Translated using Weblate (Esperanto)
Currently translated at 58.6% (34 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Occitan)
Currently translated at 96.8% (547 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/ 
* Translated using Weblate (Slovak)
Currently translated at 76.2% (431 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (French)
Currently translated at 99.6% (263 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Arabic)
Currently translated at 93.5% (58 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 77.8% (440 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (565 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (58 of 58 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (565 of 565 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/eo/  
							
						 
						
							2018-03-02 04:36:16 +01:00  
				
					
						
							
							
								 
						
							
								379cdfaac5 
								
							 
						 
						
							
							
								
								Fix   #6586 : Add close modal icon to report dialog ( #6591 )  
							
							
							
						 
						
							2018-03-02 04:36:00 +01:00  
				
					
						
							
							
								 
						
							
								38b9af76a2 
								
							 
						 
						
							
							
								
								Improve style of web UI account tabs ( #6589 )  
							
							
							
						 
						
							2018-03-02 04:35:49 +01:00  
				
					
						
							
							
								 
						
							
								e7d741ece3 
								
							 
						 
						
							
							
								
								i18n: Update Japanese translations ( #6581 )  
							
							... 
							
							
							
							* yarn manage:translations
* Update Japanese translations. 
							
						 
						
							2018-03-02 07:48:17 +09:00  
				
					
						
							
							
								 
						
							
								51b7a22ea7 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #6578 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-03-01 18:26:51 +09:00  
				
					
						
							
							
								 
						
							
								5131012505 
								
							 
						 
						
							
							
								
								Add "Toots/Toots with replies/Media" tab below profile header ( #6572 )  
							
							... 
							
							
							
							* Add "Toots/Toots with replies/Media" tab below profile header
* Add focal point display to account gallery timeline
* Fix visual glitch of standalone GIFV 
							
						 
						
							2018-03-01 02:48:44 +01:00  
				
					
						
							
							
								 
						
							
								473a69ab18 
								
							 
						 
						
							
							
								
								Fix margin on top action button, fix width of counters on frontpage ( #6573 )  
							
							
							
						 
						
							2018-03-01 02:48:08 +01:00  
				
					
						
							
							
								 
						
							
								41a01bec23 
								
							 
						 
						
							
							
								
								Federated reports ( #6570 )  
							
							... 
							
							
							
							* Fix  #2176 : Federated reports
* UI for federated reports
* Add spec for ActivityPub Flag handler
* Add spec for ReportService 
							
						 
						
							2018-02-28 06:54:55 +01:00  
				
					
						
							
							
								 
						
							
								7150f2e9d3 
								
							 
						 
						
							
							
								
								Grid layout for tag pages ( #6545 )  
							
							... 
							
							
							
							* Use grid layout for the landing page
* Use grid layout for tag pages
* Set 2 columns width as explicit percentage for tag pages 
							
						 
						
							2018-02-26 17:43:45 +01:00  
				
					
						
							
							
								 
						
							
								a40167cf4d 
								
							 
						 
						
							
							
								
								Better grid layout for the landing page ( #6543 )  
							
							... 
							
							
							
							* Use grid layout for the landing page
* Fix column settings
Set the ratio explicitly
* Improve information board 
							
						 
						
							2018-02-26 16:19:07 +01:00  
				
					
						
							
							
								 
						
							
								18513a978a 
								
							 
						 
						
							
							
								
								Improve public account cards ( #6559 )  
							
							... 
							
							
							
							- Add follow/unfollow/remote follow buttons
- Format the bio properly
- Always show username@domain, even for local accounts 
							
						 
						
							2018-02-26 16:18:41 +01:00  
				
					
						
							
							
								 
						
							
								c33931b613 
								
							 
						 
						
							
							
								
								Fix prev/next links on public profile page ( #6497 )  
							
							... 
							
							
							
							* Fix prev/next links on public profile page
* Don't make pagination urls if no available statuses
* Fix empty check method
* Put left chevron before prev page link
* Add scope for pagination "starting at" a given id
* Status pagination try 2:
s/prev/older and s/next/newer
"older" on left, "newer" on right
Use new scope for "newer" link
Extract magic 20 page size to constant
Remove max_id from feed pagination as it's not respected
* Reinstate max_id for accounts atom stream
* normalize 
							
						 
						
							2018-02-26 03:31:28 +01:00  
				
					
						
							
							
								 
						
							
								43cc79aaa0 
								
							 
						 
						
							
							
								
								Fix border-radius of owner avatar in /about/more  
							
							
							
						 
						
							2018-02-25 23:27:32 +09:00  
				
					
						
							
							
								 
						
							
								7cb49eaa3a 
								
							 
						 
						
							
							
								
								Do not use function name to track components ( #6542 )  
							
							... 
							
							
							
							UglifyJS2 is allowed to mangle function names, and function names can also
be duplicate if they are from different scopes. Therefore function names
are not reliable as identifiers.
Functions as keys for Map object is a cheaper and more reliable
alternative. 
							
						 
						
							2018-02-24 19:10:57 +01:00  
				
					
						
							
							
								 
						
							
								f2f19e1f8a 
								
							 
						 
						
							
							
								
								Update SCSS  
							
							
							
						 
						
							2018-02-24 03:22:58 +09:00  
				
					
						
							
							
								 
						
							
								7bff3243ae 
								
							 
						 
						
							
							
								
								Update columns.scss  
							
							
							
						 
						
							2018-02-24 01:45:15 +09:00  
				
					
						
							
							
								 
						
							
								ef1d46948a 
								
							 
						 
						
							
							
								
								Update containers.scss  
							
							
							
						 
						
							2018-02-24 01:26:48 +09:00  
				
					
						
							
							
								 
						
							
								82408904a1 
								
							 
						 
						
							
							
								
								Update index.scss  
							
							
							
						 
						
							2018-02-24 01:25:49 +09:00  
				
					
						
							
							
								 
						
							
								fa3641df7f 
								
							 
						 
						
							
							
								
								Update about.scss  
							
							
							
						 
						
							2018-02-24 00:22:05 +09:00  
				
					
						
							
							
								 
						
							
								697f289597 
								
							 
						 
						
							
							
								
								Use absolute URL for focus reticle  
							
							
							
						 
						
							2018-02-23 23:50:25 +09:00  
				
					
						
							
							
								 
						
							
								bb6988a7ac 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/tootsuite/mastodon  
							
							... 
							
							
							
							# Conflicts:
#	app/controllers/settings/exports_controller.rb
#	app/models/media_attachment.rb
#	app/models/status.rb
#	app/views/about/show.html.haml
#	docker_entrypoint.sh
#	spec/views/about/show.html.haml_spec.rb 
							
						 
						
							2018-02-23 23:28:31 +09:00  
				
					
						
							
							
								 
						
							
								c71aa468b5 
								
							 
						 
						
							
							
								
								Redesign landing page (again) ( #6486 )  
							
							... 
							
							
							
							* Redesign landing page (again)
* Move login form in small version to the right column
* Display closed registrations message
* Add site setting for the hero image
* Fix test
* Increase spacing, maximum width, change call to action section 
							
						 
						
							2018-02-22 01:03:48 +01:00  
				
					
						
							
							
								 
						
							
								90f12f2e5a 
								
							 
						 
						
							
							
								
								Focal points ( #6520 )  
							
							... 
							
							
							
							* Add focus param to media API, center thumbnails on focus point
* Add UI for setting a focal point
* Improve focal point icon on upload item
* Use focal point in upload preview
* Add focalPoint property to ActivityPub
* Don't show focal point button for non-image attachments 
							
						 
						
							2018-02-22 00:35:46 +01:00  
				
					
						
							
							
								 
						
							
								61ed133fea 
								
							 
						 
						
							
							
								
								Account archive download ( #6460 )  
							
							... 
							
							
							
							* Fix  #201 : Account archive download
* Export actor and private key in the archive
* Optimize BackupService
- Add conversation to cached associations of status, because
  somehow it was forgotten and is source of N+1 queries
- Explicitly call GC between batches of records being fetched
  (Model class allocations are the worst offender)
- Stream media files into the tar in 1MB chunks
  (Do not allocate media file (up to 8MB) as string into memory)
- Use #bytesize instead of #size to calculate file size for JSON
  (Fix FileOverflow error)
- Segment media into subfolders by status ID because apparently
  GIF-to-MP4 media are all named "media.mp4" for some reason
* Keep uniquely generated filename in Paperclip::GifTranscoder
* Ensure dumped files do not overwrite each other by maintaing directory partitions
* Give tar archives a good name
* Add scheduler to remove week-old backups
* Fix code style issue 
							
						 
						
							2018-02-21 23:21:32 +01:00  
				
					
						
							
							
								 
						
							
								c1e77b56a9 
								
							 
						 
						
							
							
								
								fix   #6523  ( #6524 )  
							
							
							
						 
						
							2018-02-21 19:33:23 +01:00  
				
					
						
							
							
								 
						
							
								1445ba1703 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-02-19 15:17:14 +00:00  
				
					
						
							
							
								 
						
							
								cbb69d41f6 
								
							 
						 
						
							
							
								
								Fix media spoiler design ( #6507 )  
							
							... 
							
							
							
							- 4px rounded corners on media attachments
- Better colors/contrast for CW/media spoiler on public pages
- Fix vertical alignment of "Show more" button
- Fix layout jump when unhiding standalone media 
							
						 
						
							2018-02-19 02:39:18 +01:00  
				
					
						
							
							
								 
						
							
								bc6751ecce 
								
							 
						 
						
							
							
								
								Remove outline from body window ( Fixes   #6501 ) ( #6502 )  
							
							
							
						 
						
							2018-02-18 16:32:58 +01:00  
				
					
						
							
							
								 
						
							
								cba2897108 
								
							 
						 
						
							
							
								
								Cache relationships in API ( #6482 )  
							
							... 
							
							
							
							* Cache relationships in API
* Fetch relationships for search results in UI
* Only save one account's maps in each cache item 
							
						 
						
							2018-02-18 03:14:46 +01:00  
				
					
						
							
							
								 
						
							
								3d033a4687 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into merge-upstream  
							
							... 
							
							
							
							Conflicts:
	Gemfile
	config/locales/simple_form.pl.yml 
							
						 
						
							2018-02-17 00:02:37 -06:00  
				
					
						
							
							
								 
						
							
								9dbae6e8a1 
								
							 
						 
						
							
							
								
								Save video metadata and improve video OpenGraph tags ( #6481 )  
							
							... 
							
							
							
							* Save metadata from video attachments, put correct dimensions into OG tags
* Add twitter:player for videos
* Fix code style and test 
							
						 
						
							2018-02-16 07:22:20 +01:00  
				
					
						
							
							
								 
						
							
								478ca39e5e 
								
							 
						 
						
							
							
								
								After click to embed video, autoplay it ( #6480 )  
							
							
							
						 
						
							2018-02-15 23:05:12 +01:00  
				
					
						
							
							
								 
						
							
								f7765acf9d 
								
							 
						 
						
							
							
								
								Fix   #5173 : Click card to embed external content ( #6471 )  
							
							
							
						 
						
							2018-02-15 07:04:28 +01:00  
				
					
						
							
							
								 
						
							
								ecdac9017e 
								
							 
						 
						
							
							
								
								Fix media button type ( #6478 )  
							
							
							
						 
						
							2018-02-15 04:40:42 +01:00  
				
					
						
							
							
								 
						
							
								ba8ec4eed6 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #6470 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-02-14 07:55:45 +09:00  
				
					
						
							
							
								 
						
							
								efc9ffcb80 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-02-11 04:10:16 +00:00  
				
					
						
							
							
								 
						
							
								b6159bcb0a 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/merge-upstream'  
							
							
							
						 
						
							2018-02-10 22:08:45 -06:00  
				
					
						
							
							
								 
						
							
								fb6f131fa1 
								
							 
						 
						
							
							
								
								Revert  245816ab27 ( fixes   #348 )  
							
							... 
							
							
							
							Since 245816ab27 
							
						 
						
							2018-02-10 20:59:50 +01:00  
				
					
						
							
							
								 
						
							
								3ebc0ad4d3 
								
							 
						 
						
							
							
								
								Full-text search for authorized statuses ( #6423 )  
							
							... 
							
							
							
							* Add full-text search for authorized statuses
- Search API will return statuses that match the query
- Only for logged in users
- Only if you are author of the status,
- Or you were mentioned in it
- Or you favourited or reblogged it
- Configuration over `ES_ENABLED`, `ES_HOST`, `ES_PORT`, `ES_PREFIX`
- Run `rails chewy:deploy` to create & populate index
Fix  #5880 
Fix  #4293 
Fix  #1152 
* Add commented out docker-compose configuration for ES container
* Optimize index import, filter search results
* Add basic normalization to the index
* Add better stemming and normalization to the index
* Skip webfinger request if search query includes both @ and a space
* Fix code style
* Visually separate search result sections
* Fix code style issues 
							
						 
						
							2018-02-09 23:04:47 +01:00  
				
					
						
							
							
								 
						
							
								020b40efdb 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into merge-upstream  
							
							... 
							
							
							
							Conflicts:
	.travis.yml
	app/lib/user_settings_decorator.rb
	app/models/user.rb
	app/serializers/initial_state_serializer.rb
	app/views/stream_entries/_detailed_status.html.haml
	app/views/stream_entries/_simple_status.html.haml
	config/locales/simple_form.en.yml 
							
						 
						
							2018-02-09 09:25:53 -06:00  
				
					
						
							
							
								 
						
							
								2ef9d0e101 
								
							 
						 
						
							
							
								
								Change web UI "posts" to "toots" on profile for consistency ( #6447 )  
							
							
							
						 
						
							2018-02-09 00:27:18 +01:00  
				
					
						
							
							
								 
						
							
								76f3d5d16b 
								
							 
						 
						
							
							
								
								Add preference to always display sensitive media ( #6448 )  
							
							
							
						 
						
							2018-02-09 00:26:57 +01:00  
				
					
						
							
							
								 
						
							
								3405ea6dd9 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-02-05 02:17:12 +00:00  
				
					
						
							
							
								 
						
							
								95c8232109 
								
							 
						 
						
							
							
								
								match hashtag regex in js client with server ( #6431 )  
							
							... 
							
							
							
							the slight mismatch in hashtag regex between js and ruby was causing
hashtag warning to be displayed for unlisted tweets when an invalid
hashtag was entered
exact version of ruby regex not possible in js as POSIX bracket
expressions are not supported, this version approximates and doesn't
give same unicode support 
							
						 
						
							2018-02-05 02:44:13 +01:00  
				
					
						
							
							
								 
						
							
								a6fb1c58ee 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into merge-upstream  
							
							... 
							
							
							
							Conflicts:
	.env.production.sample
	app/controllers/auth/confirmations_controller.rb
	db/schema.rb 
							
						 
						
							2018-02-04 16:36:19 -06:00  
				
					
						
							
							
								 
						
							
								4e4f1b0dcb 
								
							 
						 
						
							
							
								
								Add option to show only local toots in timeline preview ( #6292 )  
							
							... 
							
							
							
							* Add option to show only local toots in timeline preview
Right know, toots from all the known fediverse are shown in the main
page of an instance. That however doesn't reflect the instance itself.
With this option the admin may choose to display only local toots so
that users checking the instance get a better idea of internal
conversations.
* Fix issues pointed by codeclimate and eslint
* Add default message for community timeline
* Update pl.yml 
							
						 
						
							2018-02-04 06:00:10 +01:00  
				
					
						
							
							
								 
						
							
								26f21fd5a0 
								
							 
						 
						
							
							
								
								CAS + SAML authentication feature ( #6425 )  
							
							... 
							
							
							
							* Cas authentication feature
* Config
* Remove class_eval + Omniauth initializer
* Codeclimate review
* Codeclimate review 2
* Codeclimate review 3
* Remove uid/email reconciliation
* SAML authentication
* Clean up code
* Improve login form
* Fix code style issues
* Add locales 
							
						 
						
							2018-02-04 05:42:13 +01:00  
				
					
						
							
							
								 
						
							
								530fcc1c14 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-02-04 03:17:11 +00:00  
				
					
						
							
							
								 
						
							
								15a5b3372a 
								
							 
						 
						
							
							
								
								Fix detailed-status  
							
							
							
						 
						
							2018-02-04 10:35:09 +09:00  
				
					
						
							
							
								 
						
							
								d75d2a9f99 
								
							 
						 
						
							
							
								
								fix ColumnBackButtonSlim should extended from ColumnBackButton ( #6417 )  
							
							
							
						 
						
							2018-02-03 18:41:51 +01:00  
				
					
						
							
							
								 
						
							
								4c1fd9a19c 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into merge-upstream  
							
							... 
							
							
							
							Conflicts:
      app/javascript/styles/mastodon/components.scss 
							
						 
						
							2018-02-02 08:39:52 -06:00  
				
					
						
							
							
								 
						
							
								33f56811e3 
								
							 
						 
						
							
							
								
								Fix column header button ( #6411 )  
							
							
							
						 
						
							2018-02-02 13:31:28 +01:00  
				
					
						
							
							
								 
						
							
								c1efe0aa1d 
								
							 
						 
						
							
							
								
								Set minimum height for mastodon on drawer ( #6142 )  
							
							
							
						 
						
							2018-02-02 11:56:50 +01:00  
				
					
						
							
							
								 
						
							
								77dd9e7d27 
								
							 
						 
						
							
							
								
								Remove wave from list drawer ( #6381 )  
							
							
							
						 
						
							2018-02-02 10:32:41 +01:00  
				
					
						
							
							
								 
						
							
								ffb2b8ef8c 
								
							 
						 
						
							
							
								
								Fix button hiding when header title is too long ( #6406 )  
							
							
							
						 
						
							2018-02-01 17:17:17 +01:00  
				
					
						
							
							
								 
						
							
								ad3a2dfb66 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-01-31 23:17:13 +00:00  
				
					
						
							
							
								 
						
							
								3ed194b67d 
								
							 
						 
						
							
							
								
								Russian language updated ( #6397 )  
							
							
							
						 
						
							2018-02-01 07:33:54 +09:00  
				
					
						
							
							
								 
						
							
								f4b2478af1 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into merge-upstream  
							
							... 
							
							
							
							Conflicts:
	app/views/layouts/mailer.html.haml
	config/locales/ko.yml 
							
						 
						
							2018-01-28 22:45:17 -06:00  
				
					
						
							
							
								 
						
							
								47eda1e5fb 
								
							 
						 
						
							
							
								
								Fix padding bug in landing page column header ( #6374 )  
							
							
							
						 
						
							2018-01-29 01:10:59 +01:00  
				
					
						
							
							
								 
						
							
								106efba800 
								
							 
						 
						
							
							
								
								Weblate translations ( #6370 )  
							
							... 
							
							
							
							* Translated using Weblate (German)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (Norwegian (old code))
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/no/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 69.6% (39 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/ 
* Translated using Weblate (Arabic)
Currently translated at 67.7% (42 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 71.4% (40 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (559 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (559 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Spanish)
Currently translated at 70.9% (44 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/es/ 
* Translated using Weblate (Spanish)
Currently translated at 92.1% (515 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/es/ 
* Translated using Weblate (Spanish)
Currently translated at 93.5% (58 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/es/ 
* Translated using Weblate (French)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/fr/ 
* Translated using Weblate (French)
Currently translated at 99.8% (558 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (German)
Currently translated at 89.0% (498 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Norwegian (old code))
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/no/ 
* Translated using Weblate (Norwegian (old code))
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/no/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sv/ 
* Translated using Weblate (Norwegian (old code))
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/no/ 
* Translated using Weblate (Hungarian)
Currently translated at 37.5% (21 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/hu/ 
* Translated using Weblate (German)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/de/ 
* Translated using Weblate (German)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/de/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hu/ 
* Translated using Weblate (Norwegian (old code))
Currently translated at 100.0% (559 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/no/ 
* Translated using Weblate (Norwegian (old code))
Currently translated at 100.0% (559 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/no/ 
* Translated using Weblate (French)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Esperanto)
Currently translated at 93.3% (70 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/eo/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pt/ 
* Translated using Weblate (German)
Currently translated at 90.3% (505 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Portuguese)
Currently translated at 91.4% (511 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/es/ 
* Added translation using Weblate (Spanish)
* Translated using Weblate (Spanish)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/es/ 
* Translated using Weblate (French)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (French)
Currently translated at 99.8% (558 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Korean)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ko/ 
* Translated using Weblate (Korean)
Currently translated at 99.6% (557 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/ 
* Translated using Weblate (Korean)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ko/ 
* Translated using Weblate (German)
Currently translated at 90.8% (508 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 91.0% (509 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 91.9% (514 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 91.9% (514 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 92.6% (518 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 92.8% (519 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 99.1% (554 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 99.1% (554 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 99.1% (554 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 99.1% (554 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/es/ 
* Translated using Weblate (Norwegian (old code))
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/no/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sv/ 
* Translated using Weblate (Arabic)
Currently translated at 85.7% (48 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Esperanto)
Currently translated at 90.3% (56 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 97.3% (73 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/eo/ 
* Translated using Weblate (Norwegian (old code))
Currently translated at 100.0% (559 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/no/ 
* Translated using Weblate (Finnish)
Currently translated at 25.9% (145 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fi/ 
* Translated using Weblate (Portuguese)
Currently translated at 96.2% (538 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 92.8% (52 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/es/ 
* Translated using Weblate (Spanish)
Currently translated at 99.4% (556 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pt_BR/ 
* Translated using Weblate (Esperanto)
Currently translated at 87.5% (49 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eo/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (558 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Slovak)
Currently translated at 59.7% (334 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (French)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/ 
* Translated using Weblate (Korean)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ko/ 
* Translated using Weblate (Korean)
Currently translated at 99.8% (558 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/ 
* Translated using Weblate (Korean)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ko/ 
* Translated using Weblate (German)
Currently translated at 99.1% (554 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 99.1% (554 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 99.1% (554 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 99.2% (555 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Hungarian)
Currently translated at 67.9% (380 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/hu/ 
* Translated using Weblate (Hungarian)
Currently translated at 72.2% (404 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/hu/ 
Sajnos nem találtam magyar megfelelőt
* Translated using Weblate (Hungarian)
Currently translated at 96.0% (537 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/hu/ 
* Translated using Weblate (Hungarian)
Currently translated at 66.0% (37 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/hu/ 
* Translated using Weblate (Catalan)
Currently translated at 99.8% (558 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Finnish)
Currently translated at 83.9% (47 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fi/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ca/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hu/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sv/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/sv/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (559 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sv/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hu/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hu/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hu/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hu/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hu/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hu/ 
* Translated using Weblate (Hungarian)
Currently translated at 96.9% (542 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/hu/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hu/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Esperanto)
Currently translated at 60.2% (337 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/ 
[eo] Tiu parto de la frazo jam estas tradukita aliloke ☺
* Translated using Weblate (Slovak)
Currently translated at 60.8% (340 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (264 of 264 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 70.9% (44 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/ 
* Normalize translations
Ran i18n-tasks normalize && yarn manage:translations
* Add back translations weblate removed 
							
						 
						
							2018-01-28 22:48:09 +09:00  
				
					
						
							
							
								 
						
							
								bd8d8ad894 
								
							 
						 
						
							
							
								
								l10n Occitan update ( #6367 )  
							
							... 
							
							
							
							* Final point missing
+ s'acabar => expirar
* Update oc.yml
* Update oc.json 
							
						 
						
							2018-01-27 08:51:03 +09:00  
				
					
						
							
							
								 
						
							
								0e10667fbe 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-01-24 19:17:11 +00:00  
				
					
						
							
							
								 
						
							
								a3c0a20373 
								
							 
						 
						
							
							
								
								Fix initial_state me in push_notification_register ( #6349 )  
							
							
							
						 
						
							2018-01-24 14:37:46 +01:00  
				
					
						
							
							
								 
						
							
								8cd2828e91 
								
							 
						 
						
							
							
								
								Fix hide and show media button on admin page ( #6347 )  
							
							
							
						 
						
							2018-01-24 13:29:46 +01:00  
				
					
						
							
							
								 
						
							
								7650506b39 
								
							 
						 
						
							
							
								
								l10n Occitan language update ( #6346 )  
							
							... 
							
							
							
							* Small changes
* update for email templates
* Digest changed
* Update oc.yml
waiting to finish
* Update oc.yml
* Update oc.yml
* Update oc.yml
* Update oc.json 
							
						 
						
							2018-01-24 13:29:03 +01:00  
				
					
						
							
							
								 
						
							
								daefbd66a6 
								
							 
						 
						
							
							
								
								Fix style of legacy column headers ( #6342 )  
							
							... 
							
							
							
							* Fix regression from #6199 : Style of legacy column headers
* Fix tests
* Clean up variables 
							
						 
						
							2018-01-24 04:03:51 +01:00  
				
					
						
							
							
								 
						
							
								2fc2725076 
								
							 
						 
						
							
							
								
								Fix e-mail icon for reblog being stretched ( #6336 )  
							
							
							
						 
						
							2018-01-23 14:30:28 +01:00  
				
					
						
							
							
								 
						
							
								2107891edb 
								
							 
						 
						
							
							
								
								Remove some leftover code, I guess  
							
							
							
						 
						
							2018-01-23 09:20:18 +01:00  
				
					
						
							
							
								 
						
							
								0ddeed9377 
								
							 
						 
						
							
							
								
								add 'this.props' to fetchLists  
							
							
							
						 
						
							2018-01-23 01:23:56 -06:00  
				
					
						
							
							
								 
						
							
								69f13e7bca 
								
							 
						 
						
							
							
								
								Fix regression from  #6199 : Make entire column header clickable ( #6334 )  
							
							
							
						 
						
							2018-01-23 05:06:29 +01:00  
				
					
						
							
							
								 
						
							
								939075899e 
								
							 
						 
						
							
							
								
								remove unused openOnboardingModal from getting_started  
							
							
							
						 
						
							2018-01-22 19:38:34 -06:00  
				
					
						
							
							
								 
						
							
								00be9eb3fe 
								
							 
						 
						
							
							
								
								merge tootsuite pr  #6313  into glitch  
							
							
							
						 
						
							2018-01-22 19:05:13 -06:00  
				
					
						
							
							
								 
						
							
								b7f6ddeaf1 
								
							 
						 
						
							
							
								
								Weblate translations ( #6323 )  
							
							... 
							
							
							
							* Translated using Weblate (Galician)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/gl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (543 of 543 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/gl/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (543 of 543 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (260 of 260 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (260 of 260 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pt_BR/ 
* Translated using Weblate (Catalan)
Currently translated at 95.2% (517 of 543 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 99.6% (259 of 260 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Dutch)
Currently translated at 97.1% (543 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (559 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Japanese)
Currently translated at 99.1% (554 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (French)
Currently translated at 100.0% (260 of 260 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (260 of 260 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (260 of 260 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (558 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Polish)
Currently translated at 99.8% (558 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Translated using Weblate (Catalan)
Currently translated at 94.6% (529 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 95.3% (533 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Dutch)
Currently translated at 98.2% (55 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (260 of 260 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 98.3% (550 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Catalan)
Currently translated at 95.3% (533 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Japanese)
Currently translated at 0.0% (0 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 1.7% (1 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (260 of 260 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 1.7% (52 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (558 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (558 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (261 of 261 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (261 of 261 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/ 
* Translated using Weblate (Polish)
Currently translated at 100.0% (261 of 261 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pl/ 
* Translated using Weblate (Catalan)
Currently translated at 99.6% (260 of 261 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Japanese)
Currently translated at 99.6% (260 of 261 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (558 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 99.6% (260 of 261 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (French)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (261 of 261 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (261 of 261 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (French)
Currently translated at 99.2% (555 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 99.8% (558 of 559 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (261 of 261 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Normalize translations
Ran i18n-tasks normalize && yarn manage:translations
* Add back values removed by weblate 
							
						 
						
							2018-01-22 14:20:58 +01:00  
				
					
						
							
							
								 
						
							
								48d79007f6 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into merge-upstream-20180121  
							
							
							
						 
						
							2018-01-21 16:26:50 -06:00  
				
					
						
							
							
								 
						
							
								48cd6dc6ca 
								
							 
						 
						
							
							
								
								armenian translations initial commit ( #6320 )  
							
							... 
							
							
							
							* adding armenian translations
* updating config files for armenian translations
* armenian translation fix
* fixing spaces 
							
						 
						
							2018-01-22 05:02:23 +09:00  
				
					
						
							
							
								 
						
							
								1253279feb 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into merge-upstream  
							
							... 
							
							
							
							Conflicts:
	app/controllers/settings/two_factor_authentication/confirmations_controller.rb 
							
						 
						
							2018-01-21 13:36:10 -06:00  
				
					
						
							
							
								 
						
							
								cfd2b06821 
								
							 
						 
						
							
							
								
								fix filter search index being too strict when looking for line breaks ( #6318 )  
							
							
							
						 
						
							2018-01-21 13:23:17 +01:00  
				
					
						
							
							
								 
						
							
								31d1485887 
								
							 
						 
						
							
							
								
								Display number of follow requests in getting started menu, and ( #6313 )  
							
							... 
							
							
							
							if notifications column is not mounted, also display number of
unread notifications there. 
							
						 
						
							2018-01-21 13:20:20 +01:00  
				
					
						
							
							
								 
						
							
								e7a0840f8c 
								
							 
						 
						
							
							
								
								Merge pull request  #336  from ThibG/glitch-soc/features/tag-warning  
							
							... 
							
							
							
							Display a warning when composing unlisted toots with something looking like a hashtag 
							
						 
						
							2018-01-20 16:37:52 -06:00  
				
					
						
							
							
								 
						
							
								24b6e4121f 
								
							 
						 
						
							
							
								
								Merge pull request  #342  from glitch-soc/merge-upstream  
							
							... 
							
							
							
							Merge upstream 
							
						 
						
							2018-01-20 16:37:35 -06:00  
				
					
						
							
							
								 
						
							
								3cae362214 
								
							 
						 
						
							
							
								
								Merge new onboarding styles; delete refs to PNGs.  
							
							
							
						 
						
							2018-01-20 11:23:06 -06:00  
				
					
						
							
							
								 
						
							
								38f6d8130d 
								
							 
						 
						
							
							
								
								Eliminate stray conflict markers.  
							
							
							
						 
						
							2018-01-20 10:46:43 -06:00  
				
					
						
							
							
								 
						
							
								071c2c9c85 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into merge-upstream  
							
							... 
							
							
							
							Conflicts:
	app/javascript/styles/mastodon/components.scss 
							
						 
						
							2018-01-20 10:45:43 -06:00  
				
					
						
							
							
								 
						
							
								80b3ca0f6f 
								
							 
						 
						
							
							
								
								Update Simplified Chinese translations ( #6306 )  
							
							... 
							
							
							
							* i18n: (zh-CN) Add translations of #6251 
* i18n: (zh-CN) Improve translations for #6291 
* Fix en.json
* i18n: (zh-CN) Update translations for #6303 
* i18n: (zh-CN) Add translations of #6273 
with minor adjustment
* Minor fix
* Minor fix 
							
						 
						
							2018-01-21 00:11:21 +09:00  
				
					
						
							
							
								 
						
							
								79b34a0fa2 
								
							 
						 
						
							
							
								
								Restore onboarding modal ( #6303 )  
							
							... 
							
							
							
							* Restore onboarding modal
Revert 5ba8b3a396895ecec083c5258aaf9084d584a7c4
* Change greeting elephant graphic, fix up some design issues
* Fix wrong link color in onboarding modal 
							
						 
						
							2018-01-20 01:32:37 +01:00  
				
					
						
							
							
								 
						
							
								872a0d5bd8 
								
							 
						 
						
							
							
								
								Improve HTML e-mails based on Litmus tests ( #6301 )  
							
							... 
							
							
							
							* Use PNG images in HTML e-mails
* Make webpack use URLs with host so fonts load inside HTML e-mails
Convert this back to a relative URL in the premailer CSS loader
since local requests are quicker
* Improve responsive design
* Add missing PNG icon 
							
						 
						
							2018-01-20 01:32:21 +01:00  
				
					
						
							
							
								 
						
							
								2ca965c704 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into merge-upstream  
							
							... 
							
							
							
							Conflicts:
	app/javascript/styles/mastodon/components.scss
	app/javascript/styles/mastodon/modal.scss 
							
						 
						
							2018-01-19 15:22:10 -06:00  
				
					
						
							
							
								 
						
							
								1619efd735 
								
							 
						 
						
							
							
								
								Do not discard statuses obtained via websocket when API request finishes  
							
							... 
							
							
							
							This backports 0b888acfd4 
							
						 
						
							2018-01-19 21:59:12 +01:00  
				
					
						
							
							
								 
						
							
								0b888acfd4 
								
							 
						 
						
							
							
								
								Do not throw away statuses obtained via websocket when API request finishes ( #6302 )  
							
							
							
						 
						
							2018-01-19 21:48:00 +01:00  
				
					
						
							
							
								 
						
							
								540b3f37ae 
								
							 
						 
						
							
							
								
								Replace drawer elephant graphic with a vector image ( #6286 )  
							
							... 
							
							
							
							* Replace drawer elephant graphic with a vector image
* Replace wave graphic with SVG
* Remove unused elephant graphic 
							
						 
						
							2018-01-19 15:25:27 +01:00  
				
					
						
							
							
								 
						
							
								1287b2782b 
								
							 
						 
						
							
							
								
								Display a warning when composing unlisted toots with something looking like a hashtag  
							
							... 
							
							
							
							This is a backport of b6af88192f 
							
						 
						
							2018-01-19 12:59:33 +01:00  
				
					
						
							
							
								 
						
							
								26ecee79bf 
								
							 
						 
						
							
							
								
								Merge pull request  #332  from glitch-soc/merge-upstream  
							
							... 
							
							
							
							Merge in home feed regeneration changes from upstream 
							
						 
						
							2018-01-18 22:00:11 -06:00  
				
					
						
							
							
								 
						
							
								d799921c75 
								
							 
						 
						
							
							
								
								Replace tutorial modal with welcome e-mail ( #6273 )  
							
							... 
							
							
							
							* Remove onboarding modal
* Welcome e-mail
* Send welcome e-mail after confirmation
* Remove obsolete translations 
							
						 
						
							2018-01-18 19:17:25 +01:00  
				
					
						
							
							
								 
						
							
								766d6aac44 
								
							 
						 
						
							
							
								
								Strip trailing whitespace on win95.scss  
							
							
							
						 
						
							2018-01-18 10:54:50 -06:00  
				
					
						
							
							
								 
						
							
								d3f64812a6 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'cybrespace/theme_win95' into win95-update  
							
							... 
							
							
							
							Conflicts:
	app/javascript/styles/win95.scss
	config/themes.yml 
							
						 
						
							2018-01-18 10:54:12 -06:00  
				
					
						
							
							
								 
						
							
								3896cd5d79 
								
							 
						 
						
							
							
								
								Use absolute paths for new working/not-found SVGs  
							
							... 
							
							
							
							This allows these component styles to be used in i.e. the win95 skin. 
							
						 
						
							2018-01-18 10:25:54 -06:00  
				
					
						
							
							
								 
						
							
								bcd86404da 
								
							 
						 
						
							
							
								
								Port  7badad7797 to glitch frontend  
							
							
							
						 
						
							2018-01-18 10:25:37 -06:00  
				
					
						
							
							
								 
						
							
								e27eedbd08 
								
							 
						 
						
							
							
								
								Merge branch 'gs-master' into merge-upstream  
							
							
							
						 
						
							2018-01-18 09:14:28 -06:00  
				
					
						
							
							
								 
						
							
								708ec07e27 
								
							 
						 
						
							
							
								
								Style fixes to make eslint happier, hopefully  
							
							
							
						 
						
							2018-01-18 09:13:07 -06:00  
				
					
						
							
							
								 
						
							
								201e82686f 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into merge-upstream  
							
							... 
							
							
							
							Conflicts:
      app/javascript/styles/mastodon/components.scss 
							
						 
						
							2018-01-17 18:37:09 -06:00  
				
					
						
							
							
								 
						
							
								7badad7797 
								
							 
						 
						
							
							
								
								Fix home regeneration ( #6251 )  
							
							... 
							
							
							
							* Fix regeneration marker not being removed after completion
* Return HTTP 206 from /api/v1/timelines/home if regeneration in progress
Prioritize RegenerationWorker by putting it into default queue
* Display loading indicator and poll home timeline while it regenerates
* Add graphic to regeneration message
* Make "not found" indicator consistent with home regeneration 
							
						 
						
							2018-01-17 23:56:03 +01:00  
				
					
						
							
							
								 
						
							
								59797ee233 
								
							 
						 
						
							
							
								
								Weblate translations ( #6284 )  
							
							... 
							
							
							
							* Translated using Weblate (French)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ca/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (260 of 260 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (45 of 45 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pt_BR/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (529 of 529 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (45 of 45 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/nl/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (529 of 529 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (45 of 45 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/gl/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (527 of 529 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (528 of 529 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (45 of 45 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (260 of 260 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 37.2% (197 of 529 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (260 of 260 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Russian)
Currently translated at 99.0% (526 of 531 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ru/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (45 of 45 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 99.8% (530 of 531 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Japanese)
Currently translated at 92.8% (52 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 75.8% (47 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ja/ 
* Translated using Weblate (Polish)
Currently translated at 77.4% (48 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pl/ 
* Translated using Weblate (Slovak)
Currently translated at 38.3% (204 of 532 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ja/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ca/ 
* Translated using Weblate (Polish)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pl/ 
* Translated using Weblate (Polish)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/pl/ 
* Translated using Weblate (Polish)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pl/ 
* Translated using Weblate (Polish)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pl/ 
* Translated using Weblate (Russian)
Currently translated at 96.8% (525 of 542 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ru/ 
* Translated using Weblate (Japanese)
Currently translated at 99.0% (537 of 542 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Polish)
Currently translated at 99.8% (541 of 542 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Translated using Weblate (Japanese)
Currently translated at 99.0% (538 of 543 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Dutch)
Currently translated at 97.4% (529 of 543 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Normalize translations
Ran i18n-tasks normalize && yarn manage:translations 
							
						 
						
							2018-01-18 07:00:23 +09:00  
				
					
						
							
							
								 
						
							
								aa2bf07281 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-01-17 16:17:10 +00:00  
				
					
						
							
							
								 
						
							
								0a103c7749 
								
							 
						 
						
							
							
								
								Upgrade ESLint to version 4.x ( #6276 )  
							
							
							
						 
						
							2018-01-17 16:57:15 +01:00  
				
					
						
							
							
								 
						
							
								fb16c37d2a 
								
							 
						 
						
							
							
								
								Update Simplified Chinese translations ( #6280 )  
							
							... 
							
							
							
							* i18n: (zh-CN) Update translation for #6252 
* e-mail -> email
* i18n: (zh-CN) Update translations for #6256 
* i18n: (zh-CN) Minor Improvements
* i18n: (zh-CN) Update translations for #6263 
* i18n: (zh-CN) Update translations for #6279  
							
						 
						
							2018-01-17 16:47:25 +01:00  
				
					
						
							
							
								 
						
							
								6f244ba82c 
								
							 
						 
						
							
							
								
								Use better reblog icon and improve contrast in HTML e-mails ( #6272 )  
							
							
							
						 
						
							2018-01-17 14:12:59 +01:00  
				
					
						
							
							
								 
						
							
								02194838dd 
								
							 
						 
						
							
							
								
								HTML e-mails for NotificationMailer ( #6263 )  
							
							... 
							
							
							
							* HTML e-mails for NotificationMailer (except digest)
* Add HTML template for digest
* Fix build 
							
						 
						
							2018-01-16 20:20:15 +01:00  
				
					
						
							
							
								 
						
							
								60ff086960 
								
							 
						 
						
							
							
								
								Fixed improper mailer import  
							
							
							
						 
						
							2018-01-15 21:23:26 -08:00  
				
					
						
							
							
								 
						
							
								cda845ae0e 
								
							 
						 
						
							
							
								
								Fix mailer to use webpack core  
							
							
							
						 
						
							2018-01-15 21:17:03 -08:00  
				
					
						
							
							
								 
						
							
								89a9d629f7 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into gs-master  
							
							... 
							
							
							
							Conflicts:
	Gemfile.lock 
							
						 
						
							2018-01-15 22:17:48 -06:00  
				
					
						
							
							
								 
						
							
								5276c0a090 
								
							 
						 
						
							
							
								
								HTML e-mails for UserMailer ( #6256 )  
							
							... 
							
							
							
							- premailer gem to turn CSS into inline styles automatically
- rework UserMailer templates
- reword UserMailer templates 
							
						 
						
							2018-01-16 03:29:11 +01:00  
				
					
						
							
							
								 
						
							
								7861c5f108 
								
							 
						 
						
							
							
								
								Surround mid-text display names with bdi tags ( #6257 )  
							
							... 
							
							
							
							* Fix  #1095  - Surround mid-text display names with bdi tags
* Update jest snapshot 
							
						 
						
							2018-01-15 18:55:10 +01:00  
				
					
						
							
							
								 
						
							
								3987bd18a4 
								
							 
						 
						
							
							
								
								Fix   #6128  - Display unfollow button even if account moved ( #6258 )  
							
							
							
						 
						
							2018-01-15 18:42:15 +01:00  
				
					
						
							
							
								 
						
							
								0c7dc6c781 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-01-15 06:17:15 +00:00  
				
					
						
							
							
								 
						
							
								2091ae92be 
								
							 
						 
						
							
							
								
								Make columns-area unscrollable when modal opened  ( #6241 )  
							
							... 
							
							
							
							* Add aria-autocomplete='list' in Textaria
ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete 
* Make detect empty string brefore assign upload description
* Change code elements in keyboard-shortcuts component to kbd
* Add validation for onMuteNotifications
* Make columns-area unscrollable when modal opend
* Make columns-area unscrollable when modal opened 
							
						 
						
							2018-01-15 06:51:00 +01:00  
				
					
						
							
							
								 
						
							
								08e4c78e78 
								
							 
						 
						
							
							
								
								Fix column headers accessibility ( #6199 )  
							
							... 
							
							
							
							* Fix accessibility of column headers
As a screen reader user new to Mastodon, I encountered the following issues with the column headers as designed:
 * Jumping between them was difficult. FOr instance, passing my home timeline to reach notification settings was difficult to impossible, especially considering infinite scrolling.
 * There doesn't appear to be any means for triggering the control via the keyboard. the `titleClick` handler only responds to mouse clicks.
 * I didn't even realize there was a Settings toggle until I made this change.
Thanks for using ARIA in your designs. It's a huge help. But adding a `button` role doesn't add keyboard handling and other button behavior. Also, because the role was on the heading container, it obscured the controls within the container itself. This fix resolve that. It also exposes the headings as headings rather than buttons, enabling skipping columns by using screen readers' heading navigation commands.
Since I myself am blind, if this fix requires additional visual styling, I'd like help applying that so it can be merged. I'd consider it an essential accessibility fix for my and other blind users' existence on the platform. Thanks!
* Styling fixes
* Fixed overflow issue 
							
						 
						
							2018-01-15 04:33:06 +01:00  
				
					
						
							
							
								 
						
							
								8ee6ed358f 
								
							 
						 
						
							
							
								
								Increase priority of favstar gold  
							
							
							
						 
						
							2018-01-14 16:05:44 -08:00  
				
					
						
							
							
								 
						
							
								1ee0e91fb6 
								
							 
						 
						
							
							
								
								Fixes to notification styling  
							
							
							
						 
						
							2018-01-14 15:48:54 -08:00  
				
					
						
							
							
								 
						
							
								b9f4896830 
								
							 
						 
						
							
							
								
								Fixes to drawer and CWs  
							
							
							
						 
						
							2018-01-14 15:31:00 -08:00  
				
					
						
							
							
								 
						
							
								cd6674606f 
								
							 
						 
						
							
							
								
								Merge pull request  #329  from KnzkDev/scss-refactor  
							
							... 
							
							
							
							SCSS Refactor 
							
						 
						
							2018-01-14 17:48:02 -05:00  
				
					
						
							
							
								 
						
							
								39f231f3da 
								
							 
						 
						
							
							
								
								Merge pull request  #328  from glitch-soc/feature/glitchy-elephant-friend  
							
							... 
							
							
							
							Add glitchy elephant friend 
							
						 
						
							2018-01-14 17:40:27 -05:00  
				
					
						
							
							
								 
						
							
								0fb3bd09e9 
								
							 
						 
						
							
							
								
								Oops this should have been a part of last commit  
							
							
							
						 
						
							2018-01-14 14:21:41 -08:00  
				
					
						
							
							
								 
						
							
								1fa03e026a 
								
							 
						 
						
							
							
								
								Fixes onboarding modal ( #318 )  
							
							
							
						 
						
							2018-01-14 14:13:24 -08:00  
				
					
						
							
							
								 
						
							
								a5931e1f48 
								
							 
						 
						
							
							
								
								Fixed autocollapse detection  
							
							
							
						 
						
							2018-01-14 13:29:51 -08:00  
				
					
						
							
							
								 
						
							
								c2669f93d0 
								
							 
						 
						
							
							
								
								Fix eslint errors.   #294 .  
							
							
							
						 
						
							2018-01-14 05:56:43 -06:00  
				
					
						
							
							
								 
						
							
								756a9cd139 
								
							 
						 
						
							
							
								
								Run slightly less afoul of accessibility checks.   #294 .  
							
							... 
							
							
							
							This makes the clickable element an interactive element, but doesn't add
alt text and makes it not-obvious that you can click the elefriend.  On
one hand, this goes against good practice; on the other hand, it's not
*supposed* to be obvious that you can click the elefriend. 
							
						 
						
							2018-01-14 05:07:08 -06:00  
				
					
						
							
							
								 
						
							
								e64cc311dd 
								
							 
						 
						
							
							
								
								Introduce a bit of luck into the elefriend selection.   #294 .  
							
							
							
						 
						
							2018-01-14 04:46:21 -06:00  
				
					
						
							
							
								 
						
							
								53cbc9933e 
								
							 
						 
						
							
							
								
								Add wave background; blend elefriend in a bit more.   #294 .  
							
							
							
						 
						
							2018-01-14 04:00:21 -06:00  
				
					
						
							
							
								 
						
							
								cd1377de7f 
								
							 
						 
						
							
							
								
								Bind click event to elefriend cycling.   #294 .  
							
							
							
						 
						
							2018-01-14 03:35:25 -06:00  
				
					
						
							
							
								 
						
							
								1dbb6b5e08 
								
							 
						 
						
							
							
								
								Set glitchy elephant friend variant in initial state.   #294 .  
							
							... 
							
							
							
							Also lay some groundwork needed to interactively change the
glitchfriend.
The codebase uses "elefriend" because it's shorter and didn't require me
to realign the actions in actions/compose.js.  Same idea, though. 
							
						 
						
							2018-01-14 03:06:11 -06:00  
				
					
						
							
							
								 
						
							
								1e0b707018 
								
							 
						 
						
							
							
								
								Add the shrinking glitchy elefriend.   #294 .  
							
							
							
						 
						
							2018-01-13 21:27:39 -06:00  
				
					
						
							
							
								 
						
							
								835eec8a4c 
								
							 
						 
						
							
							
								
								Prototype out glitchy elephant friend.   #294 .  
							
							... 
							
							
							
							Glitched elephant friends kindly provided by @ncls7615. 
							
						 
						
							2018-01-13 21:27:14 -06:00  
				
					
						
							
							
								 
						
							
								f9b08e2142 
								
							 
						 
						
							
							
								
								Fix collapsed toot style  
							
							
							
						 
						
							2018-01-14 11:13:55 +09:00  
				
					
						
							
							
								 
						
							
								1ebe66b78c 
								
							 
						 
						
							
							
								
								Fix un-fullwidth media style  
							
							
							
						 
						
							2018-01-14 11:07:32 +09:00  
				
					
						
							
							
								 
						
							
								be2bac05aa 
								
							 
						 
						
							
							
								
								Fix media detailed style  
							
							
							
						 
						
							2018-01-14 10:38:51 +09:00  
				
					
						
							
							
								 
						
							
								b5476f6c75 
								
							 
						 
						
							
							
								
								Fix confirmation modal bug  
							
							
							
						 
						
							2018-01-14 09:51:01 +09:00  
				
					
						
							
							
								 
						
							
								bc0524834e 
								
							 
						 
						
							
							
								
								Fix letterbox bug  
							
							
							
						 
						
							2018-01-14 09:25:35 +09:00  
				
					
						
							
							
								 
						
							
								6ecf81cacf 
								
							 
						 
						
							
							
								
								Improve scss refactor 5  
							
							
							
						 
						
							2018-01-14 09:17:38 +09:00  
				
					
						
							
							
								 
						
							
								64425dbb77 
								
							 
						 
						
							
							
								
								Improve scss refactor 4  
							
							
							
						 
						
							2018-01-14 09:12:10 +09:00  
				
					
						
							
							
								 
						
							
								a16d885ac9 
								
							 
						 
						
							
							
								
								Improve scss refactor 3  
							
							
							
						 
						
							2018-01-14 08:47:59 +09:00  
				
					
						
							
							
								 
						
							
								5f35b39f6f 
								
							 
						 
						
							
							
								
								Improve scss refactor 2  
							
							
							
						 
						
							2018-01-14 07:48:18 +09:00  
				
					
						
							
							
								 
						
							
								bb2ca23839 
								
							 
						 
						
							
							
								
								Improve scss refactor 1  
							
							
							
						 
						
							2018-01-14 07:18:50 +09:00  
				
					
						
							
							
								 
						
							
								a9be680807 
								
							 
						 
						
							
							
								
								Fix padded-blocks error  
							
							
							
						 
						
							2018-01-14 04:12:41 +09:00  
				
					
						
							
							
								 
						
							
								6a73c8c8a2 
								
							 
						 
						
							
							
								
								Initial scss refactor  
							
							
							
						 
						
							2018-01-14 03:41:20 +09:00  
				
					
						
							
							
								 
						
							
								3a0b47982d 
								
							 
						 
						
							
							
								
								load public.js on vanilla#admin  
							
							
							
						 
						
							2018-01-12 18:52:53 -08:00  
				
					
						
							
							
								 
						
							
								9b9b7fa005 
								
							 
						 
						
							
							
								
								Load packs/public.js for glitch#admin  
							
							
							
						 
						
							2018-01-12 18:51:52 -08:00  
				
					
						
							
							
								 
						
							
								0210e59759 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'remotes/origin/fix-column-headers-accessibility'  
							
							
							
						 
						
							2018-01-12 20:10:58 -06:00  
				
					
						
							
							
								 
						
							
								ee7217bc94 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-01-12 23:08:51 +01:00  
				
					
						
							
							
								 
						
							
								cf5789146b 
								
							 
						 
						
							
							
								
								Fix dropdown text  
							
							
							
						 
						
							2018-01-12 23:18:25 +09:00  
				
					
						
							
							
								 
						
							
								095a00ef3d 
								
							 
						 
						
							
							
								
								Merge pull request  #316  from glitch-soc/fix-async  
							
							... 
							
							
							
							Fix glitch async chunks 
							
						 
						
							2018-01-09 18:30:45 -06:00  
				
					
						
							
							
								 
						
							
								35be02f21d 
								
							 
						 
						
							
							
								
								Renamed glitch async chunks  
							
							
							
						 
						
							2018-01-09 16:26:14 -08:00  
				
					
						
							
							
								 
						
							
								622c8fdb75 
								
							 
						 
						
							
							
								
								Merge pull request  #314  from chriswmartin/merge-vanilla-updates-2  
							
							... 
							
							
							
							Merge vanilla updates into glitch - round 2 
							
						 
						
							2018-01-09 17:01:23 -06:00  
				
					
						
							
							
								 
						
							
								aef4b1af66 
								
							 
						 
						
							
							
								
								Refactor /api/web APIs to use the centralized axios instance (tootsuite pr  #6223 )  
							
							
							
						 
						
							2018-01-09 10:51:14 -06:00  
				
					
						
							
							
								 
						
							
								f43c2f12f3 
								
							 
						 
						
							
							
								
								Fix overflowing audit logs (tootsuite pr  #6184 )  
							
							
							
						 
						
							2018-01-09 10:40:14 -06:00  
				
					
						
							
							
								 
						
							
								9bdbe66316 
								
							 
						 
						
							
							
								
								Set background to the navigation of Getting Started column (tootsuite pr  #6163 )  
							
							
							
						 
						
							2018-01-09 10:37:27 -06:00  
				
					
						
							
							
								 
						
							
								b535f24fe5 
								
							 
						 
						
							
							
								
								Use const instead of let for constant (tootsuite pr  #6106 )  
							
							
							
						 
						
							2018-01-09 10:35:36 -06:00  
				
					
						
							
							
								 
						
							
								0d4dcb5fb2 
								
							 
						 
						
							
							
								
								change key to path in timeline settings containers  
							
							
							
						 
						
							2018-01-09 09:58:40 -06:00  
				
					
						
							
							
								 
						
							
								6d1c325167 
								
							 
						 
						
							
							
								
								Rename key to path in actions and reducers for settings (tootsuite pr  #6105 )  
							
							
							
						 
						
							2018-01-09 09:48:14 -06:00  
				
					
						
							
							
								 
						
							
								7f4374d97d 
								
							 
						 
						
							
							
								
								Fix newlines-to-spaces functionality (tootsuite pr  #6158 )  
							
							
							
						 
						
							2018-01-09 08:52:14 -06:00  
				
					
						
							
							
								 
						
							
								8a0e4bb9a4 
								
							 
						 
						
							
							
								
								Hide moved account's follow button in search result (tootsuite pr  #5913 )  
							
							
							
						 
						
							2018-01-09 08:50:55 -06:00  
				
					
						
							
							
								 
						
							
								5963630c63 
								
							 
						 
						
							
							
								
								Prevent duplicate load of favourites (tootsuite pr  #5931 )  
							
							
							
						 
						
							2018-01-09 08:46:35 -06:00  
				
					
						
							
							
								 
						
							
								e780d5951b 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-01-09 12:17:16 +00:00  
				
					
						
							
							
								 
						
							
								9f04b0d4b1 
								
							 
						 
						
							
							
								
								Weblate translations ( #6228 )  
							
							... 
							
							
							
							* Translated using Weblate (Catalan)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (523 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (525 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Arabic)
Currently translated at 80.3% (45 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 83.9% (47 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Persian)
Currently translated at 87.6% (460 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fa/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt/ 
* Translated using Weblate (Catalan)
Currently translated at 99.2% (521 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 47.2% (248 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 48.0% (252 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Persian)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fa/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (525 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Japanese)
Currently translated at 99.0% (520 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Persian)
Currently translated at 90.4% (475 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fa/ 
* Translated using Weblate (Polish)
Currently translated at 99.8% (524 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Polish)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pl/ 
* Translated using Weblate (Persian)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fa/ 
* Translated using Weblate (Persian)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fa/ 
* Translated using Weblate (Polish)
Currently translated at 99.8% (524 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Translated using Weblate (Persian)
Currently translated at 99.8% (524 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fa/ 
* Translated using Weblate (Portuguese)
Currently translated at 48.3% (254 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 56.5% (297 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 59.4% (312 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/nl/ 
* Translated using Weblate (Arabic)
Currently translated at 91.0% (51 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Portuguese)
Currently translated at 59.6% (313 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Japanese)
Currently translated at 99.6% (523 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Portuguese)
Currently translated at 67.6% (355 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Arabic)
Currently translated at 98.2% (55 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/ 
* Translated using Weblate (Arabic)
Currently translated at 51.1% (22 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/gl/ 
* Added translation using Weblate (Galician)
* Added translation using Weblate (Galician)
* Translated using Weblate (Galician)
Currently translated at 50.0% (1 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/gl/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (43 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/gl/ 
* Added translation using Weblate (Galician)
* Translated using Weblate (Galician)
Currently translated at 24.0% (126 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Added translation using Weblate (Portuguese)
* Translated using Weblate (Arabic)
Currently translated at 55.2% (290 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Galician)
Currently translated at 42.6% (224 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Portuguese)
Currently translated at 80.9% (425 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt/ 
* Translated using Weblate (Arabic)
Currently translated at 62.7% (27 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 81.3% (427 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/gl/ 
* Translated using Weblate (Galician)
Currently translated at 99.8% (524 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Portuguese)
Currently translated at 93.7% (492 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 95.4% (501 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (525 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Galician)
Currently translated at 99.8% (524 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (525 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Portuguese)
Currently translated at 96.0% (504 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Arabic)
Currently translated at 69.7% (30 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/ 
* Translated using Weblate (Portuguese)
Currently translated at 97.9% (514 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (523 of 525 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Normalize translations
Ran i18n-tasks normalize && yarn manage:translations
* Add back simple_forms removed by weblate
Weblate for some reason removed this files, add back to their previous
versions
* Remove linebreak on doorkeeper.pt.yml
PR review 
							
						 
						
							2018-01-09 20:30:28 +09:00  
				
					
						
							
							
								 
						
							
								ce7f4aef16 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master  
							
							
							
						 
						
							2018-01-08 23:20:39 -06:00  
				
					
						
							
							
								 
						
							
								ec0bdd6c1a 
								
							 
						 
						
							
							
								
								Merge pull request  #312  from glitch-soc/tag-sensitive-imgs  
							
							... 
							
							
							
							Show SENSITIVE tag on sensitive images (#267 ) 
							
						 
						
							2018-01-08 23:19:14 -06:00  
				
					
						
							
							
								 
						
							
								7c719c567c 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-01-09 05:17:13 +00:00  
				
					
						
							
							
								 
						
							
								60433d03f5 
								
							 
						 
						
							
							
								
								Add missing comma  
							
							
							
						 
						
							2018-01-08 18:38:28 -08:00  
				
					
						
							
							
								 
						
							
								5d2ef7a616 
								
							 
						 
						
							
							
								
								Show SENSITIVE tag on sensitive images ( #267 )  
							
							
							
						 
						
							2018-01-08 18:25:29 -08:00  
				
					
						
							
							
								 
						
							
								824a790e63 
								
							 
						 
						
							
							
								
								Threads now inherit privacy directly ( #309 )  
							
							
							
						 
						
							2018-01-08 16:35:01 -08:00  
				
					
						
							
							
								 
						
							
								fe6663ef50 
								
							 
						 
						
							
							
								
								Minor style fixes  
							
							
							
						 
						
							2018-01-08 11:49:08 -08:00  
				
					
						
							
							
								 
						
							
								c235711ffe 
								
							 
						 
						
							
							
								
								Refactor /api/web APIs to use the centralized axios instance ( #6223 )  
							
							... 
							
							
							
							Also adds the ability to decouple the centralized axios logic from the
state dispatcher 
							
						 
						
							2018-01-08 20:01:33 +01:00  
				
					
						
							
							
								 
						
							
								ef0b7d1e76 
								
							 
						 
						
							
							
								
								fix list editor scss  
							
							
							
						 
						
							2018-01-09 02:50:24 +09:00  
				
					
						
							
							
								 
						
							
								2dc4fbbd1a 
								
							 
						 
						
							
							
								
								When pulling out max_toot_chars, handle nulls  
							
							... 
							
							
							
							flavours/glitch/util/initial_state is used in places where we want to
exhibit different behavior based on user preferences.  This means that
it's used in places where no preference is defined, i.e. on an
unauthenticated access.  All values exported from that module must
therefore expect that case; previously, the max chars value didn't.
Addresses #306 . 
							
						 
						
							2018-01-08 09:45:59 -06:00  
				
					
						
							
							
								 
						
							
								722b3f567f 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-01-08 04:17:11 +00:00  
				
					
						
							
							
								 
						
							
								93555182c3 
								
							 
						 
						
							
							
								
								Do not display elephant friend in single-column layout ( #6222 )  
							
							
							
						 
						
							2018-01-08 03:50:53 +01:00  
				
					
						
							
							
								 
						
							
								c2e1bfd9ae 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-01-07 15:17:13 +00:00  
				
					
						
							
							
								 
						
							
								c4d36d024c 
								
							 
						 
						
							
							
								
								Update Simplified Chinese translations ( #6215 )  
							
							... 
							
							
							
							* i18n: (zh-CN) Add translations of #6125 
* i18n: (zh-CN) Add translations of #6132 
* i18n: (zh-CN) Add translations of #6099 
* i18n: (zh-CN) Add translations of #6071 
* i18n: (zh-CN) Improve translations 
							
						 
						
							2018-01-07 17:32:50 +09:00  
				
					
						
							
							
								 
						
							
								56312df73b 
								
							 
						 
						
							
							
								
								Z indexes and colors  
							
							
							
						 
						
							2018-01-06 18:38:19 -08:00  
				
					
						
							
							
								 
						
							
								7a93acd803 
								
							 
						 
						
							
							
								
								To 2.1.2  
							
							
							
						 
						
							2018-01-06 18:25:19 -08:00  
				
					
						
							
							
								 
						
							
								bcbdd4f88d 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-01-07 02:17:10 +00:00  
				
					
						
							
							
								 
						
							
								9e97fbf0af 
								
							 
						 
						
							
							
								
								Translate Korean ( #6212 )  
							
							
							
						 
						
							2018-01-07 11:13:42 +09:00  
				
					
						
							
							
								 
						
							
								b5874c1428 
								
							 
						 
						
							
							
								
								Fixes to search dropdown  
							
							
							
						 
						
							2018-01-06 15:34:01 -08:00  
				
					
						
							
							
								 
						
							
								61ef8d643e 
								
							 
						 
						
							
							
								
								fix typo in vanilla names.yml  
							
							
							
						 
						
							2018-01-06 16:49:53 -05:00  
				
					
						
							
							
								 
						
							
								9f29fd31ba 
								
							 
						 
						
							
							
								
								fixed ctrl enter  
							
							
							
						 
						
							2018-01-06 19:58:04 +01:00  
				
					
						
							
							
								 
						
							
								53caab0c0b 
								
							 
						 
						
							
							
								
								Fix the always-threaded bug  
							
							
							
						 
						
							2018-01-06 19:55:53 +01:00  
				
					
						
							
							
								 
						
							
								f5a4201ad8 
								
							 
						 
						
							
							
								
								Update ja.js  
							
							
							
						 
						
							2018-01-07 01:51:49 +09:00  
				
					
						
							
							
								 
						
							
								a251c42192 
								
							 
						 
						
							
							
								
								Merge pull request  #296  from glitch-soc/thread-mode  
							
							... 
							
							
							
							Threaded mode~ 
							
						 
						
							2018-01-06 11:28:36 -05:00  
				
					
						
							
							
								 
						
							
								2ec9a75a1d 
								
							 
						 
						
							
							
								
								Merge pull request  #302  from KnzkDev/fix/search-popout  
							
							... 
							
							
							
							Fix search popout 
							
						 
						
							2018-01-06 11:25:59 -05:00  
				
					
						
							
							
								 
						
							
								fa92e88fb2 
								
							 
						 
						
							
							
								
								appease eslint  
							
							
							
						 
						
							2018-01-06 10:30:49 -05:00  
				
					
						
							
							
								 
						
							
								da98c33161 
								
							 
						 
						
							
							
								
								Fix search popout  
							
							
							
						 
						
							2018-01-06 21:50:11 +09:00  
				
					
						
							
							
								 
						
							
								2eed4ace11 
								
							 
						 
						
							
							
								
								Read max_toot_chars from root object.   Fixes   #297 .  
							
							... 
							
							
							
							max_toot_chars is present in the root of the initial state object.
(Previously, we were trying to read it from the meta child object.) 
							
						 
						
							2018-01-06 03:01:11 -06:00  
				
					
						
							
							
								 
						
							
								c71d848855 
								
							 
						 
						
							
							
								
								my global .gitignore excluded this file ;_;  
							
							
							
						 
						
							2018-01-05 21:40:02 -08:00  
				
					
						
							
							
								 
						
							
								e4bc013d6f 
								
							 
						 
						
							
							
								
								Threaded mode~  
							
							
							
						 
						
							2018-01-05 21:16:43 -08:00  
				
					
						
							
							
								 
						
							
								6932b464e6 
								
							 
						 
						
							
							
								
								Fixed improper dropdown func binding for  #293  + toot button spacing  
							
							
							
						 
						
							2018-01-05 21:02:53 -08:00  
				
					
						
							
							
								 
						
							
								ad10a80a99 
								
							 
						 
						
							
							
								
								Styling and autosuggest fixes for  #293  
							
							
							
						 
						
							2018-01-05 20:43:16 -08:00  
				
					
						
							
							
								 
						
							
								8bf9d9362a 
								
							 
						 
						
							
							
								
								Fixes composer mounting issue with  #293  
							
							
							
						 
						
							2018-01-05 18:30:06 -08:00  
				
					
						
							
							
								 
						
							
								077f2e600c 
								
							 
						 
						
							
							
								
								Win95 to 2.1  
							
							
							
						 
						
							2018-01-05 16:22:58 -08:00  
				
					
						
							
							
								 
						
							
								39c0b6ceb3 
								
							 
						 
						
							
							
								
								Updates and fixes to win95 theme  
							
							
							
						 
						
							2018-01-05 16:22:58 -08:00  
				
					
						
							
							
								 
						
							
								ed574fbc09 
								
							 
						 
						
							
							
								
								Theme: Windows 95  
							
							
							
						 
						
							2018-01-05 16:22:58 -08:00  
				
					
						
							
							
								 
						
							
								03aeab857f 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master  
							
							
							
						 
						
							2018-01-05 17:31:56 -06:00  
				
					
						
							
							
								 
						
							
								f441770e50 
								
							 
						 
						
							
							
								
								Merge pull request  #290  from chriswmartin/web-push-updates  
							
							... 
							
							
							
							Web push updates 
							
						 
						
							2018-01-05 18:29:57 -05:00  
				
					
						
							
							
								 
						
							
								b4e667f86b 
								
							 
						 
						
							
							
								
								Merge pull request  #295  from chriswmartin/getting-started-key-fix  
							
							... 
							
							
							
							unique ColumnLink keys in getting_started 
							
						 
						
							2018-01-05 18:29:40 -05:00  
				
					
						
							
							
								 
						
							
								faf20eeaa4 
								
							 
						 
						
							
							
								
								Merge pull request  #293  from glitch-soc/compose-refactor  
							
							... 
							
							
							
							Compose refactor 
							
						 
						
							2018-01-05 18:29:08 -05:00  
				
					
						
							
							
								 
						
							
								f6adb409fd 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-01-05 22:17:12 +00:00  
				
					
						
							
							
								 
						
							
								ac686d5a5d 
								
							 
						 
						
							
							
								
								Fixed overflow issue  
							
							
							
						 
						
							2018-01-05 13:34:21 -08:00  
				
					
						
							
							
								 
						
							
								ec620ae486 
								
							 
						 
						
							
							
								
								Styling fixes  
							
							
							
						 
						
							2018-01-05 12:41:15 -08:00  
				
					
						
							
							
								 
						
							
								f41b33eb01 
								
							 
						 
						
							
							
								
								Merge pull request  #243  from m4sk1n/glitch-pl  
							
							... 
							
							
							
							i18n: 🇵🇱  
							
						 
						
							2018-01-05 12:36:53 -05:00  
				
					
						
							
							
								 
						
							
								9fc08e4861 
								
							 
						 
						
							
							
								
								add key to lists div  
							
							
							
						 
						
							2018-01-05 09:00:48 -06:00  
				
					
						
							
							
								 
						
							
								6236577734 
								
							 
						 
						
							
							
								
								change how list ColumnLink keys are determined  
							
							
							
						 
						
							2018-01-05 08:12:34 -06:00  
				
					
						
							
							
								 
						
							
								d7ce339c2e 
								
							 
						 
						
							
							
								
								WIP <Compose> Refactor; Fin~  
							
							
							
						 
						
							2018-01-04 21:17:30 -08:00  
				
					
						
							
							
								 
						
							
								9a61b0ef22 
								
							 
						 
						
							
							
								
								Fix RFC 5646 Regular Expression ( #6190 )  
							
							
							
						 
						
							2018-01-05 04:43:50 +01:00  
				
					
						
							
							
								 
						
							
								42f50049ff 
								
							 
						 
						
							
							
								
								WIP <Compose> Refactor; 1000 tiny edits  
							
							
							
						 
						
							2018-01-04 18:33:13 -08:00  
				
					
						
							
							
								 
						
							
								b4a3792201 
								
							 
						 
						
							
							
								
								WIP <Compose> Refactor; <ActionsModal>; dropdowns  
							
							
							
						 
						
							2018-01-04 18:31:00 -08:00  
				
					
						
							
							
								 
						
							
								083170bec7 
								
							 
						 
						
							
							
								
								WIP <Compose> Refactor; SCSS ed.  
							
							
							
						 
						
							2018-01-04 18:23:46 -08:00  
				
					
						
							
							
								 
						
							
								8713659dff 
								
							 
						 
						
							
							
								
								WIP <Compose> Refactor; <OnboardingModal> ed.  
							
							
							
						 
						
							2018-01-04 18:21:59 -08:00  
				
					
						
							
							
								 
						
							
								3c29f57404 
								
							 
						 
						
							
							
								
								WIP <Compose> Refactor; <Drawer> ed.  
							
							
							
						 
						
							2018-01-04 18:21:59 -08:00  
				
					
						
							
							
								 
						
							
								924ffe81d4 
								
							 
						 
						
							
							
								
								WIPgit status <Compose> Refactor; <Composer> ed.  
							
							
							
						 
						
							2018-01-04 18:21:59 -08:00  
				
					
						
							
							
								 
						
							
								c69a23ae46 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-01-04 23:17:11 +00:00  
				
					
						
							
							
								 
						
							
								d872902997 
								
							 
						 
						
							
							
								
								Small translation fixes for Serbian (and sr@Latn too) ( #6188 )  
							
							
							
						 
						
							2018-01-05 00:16:06 +01:00  
				
					
						
							
							
								 
						
							
								49e296e1b0 
								
							 
						 
						
							
							
								
								Fix overflowing audit logs ( #6184 )  
							
							
							
						 
						
							2018-01-04 19:38:46 +01:00  
				
					
						
							
							
								 
						
							
								3b016342c6 
								
							 
						 
						
							
							
								
								Fix accessibility of column headers  
							
							... 
							
							
							
							As a screen reader user new to Mastodon, I encountered the following issues with the column headers as designed:
 * Jumping between them was difficult. FOr instance, passing my home timeline to reach notification settings was difficult to impossible, especially considering infinite scrolling.
 * There doesn't appear to be any means for triggering the control via the keyboard. the `titleClick` handler only responds to mouse clicks.
 * I didn't even realize there was a Settings toggle until I made this change.
Thanks for using ARIA in your designs. It's a huge help. But adding a `button` role doesn't add keyboard handling and other button behavior. Also, because the role was on the heading container, it obscured the controls within the container itself. This fix resolve that. It also exposes the headings as headings rather than buttons, enabling skipping columns by using screen readers' heading navigation commands.
Since I myself am blind, if this fix requires additional visual styling, I'd like help applying that so it can be merged. I'd consider it an essential accessibility fix for my and other blind users' existence on the platform. Thanks! 
							
						 
						
							2018-01-04 10:25:26 -06:00  
				
					
						
							
							
								 
						
							
								0f69a90588 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-01-04 14:42:58 +01:00  
				
					
						
							
							
								 
						
							
								89daeb43a8 
								
							 
						 
						
							
							
								
								Improve Traditional Chinese translation ( #6166 )  
							
							... 
							
							
							
							* Improve Traditional Chinese translations
* Sort alphabetically 
							
						 
						
							2018-01-04 05:00:50 +01:00  
				
					
						
							
							
								 
						
							
								256c2b1de0 
								
							 
						 
						
							
							
								
								Rearrange items in Getting Started navigation ( #6126 )  
							
							... 
							
							
							
							Though the subsections are representing features such as navigation and
settings, they are categorized by the ways how they are implemented
(internal navigation or external links.) They are irrelevant and some
arrangements were confusing because of that. (It is nonsense that instance
information is in settings subsection, for example.)
This fixes the issue by rearranging. 
							
						 
						
							2018-01-04 10:56:54 +09:00  
				
					
						
							
							
								 
						
							
								fc884d015a 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-01-03 20:17:13 +00:00  
				
					
						
							
							
								 
						
							
								d907d4352e 
								
							 
						 
						
							
							
								
								l10n OC language ( #6169 )  
							
							... 
							
							
							
							* new strings: hashtag+unlisted, mute, block
* Add confirmation step for email changes
* Add more instance stats APIs 
							
						 
						
							2018-01-03 21:05:54 +01:00  
				
					
						
							
							
								 
						
							
								53d99ebf4f 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #6168 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-01-03 22:45:24 +09:00  
				
					
						
							
							
								 
						
							
								1001922156 
								
							 
						 
						
							
							
								
								Add Japanese translations  #5997 ,  #6003 ,  #6004 ,  #6071 ,  #6099 ,  #6125  and  #6132  ( #6167 )  
							
							... 
							
							
							
							* yarn manage:translations
* Add Japanese translation for #5997 
* Add Japanese translation for #6003 
* Add Japanese translation for #6004 
* Add Japanese translation for #6071 
* Add Japanese translation for #6099 
* Add Japanese translation for #6125 
* Add Japanese translation for #6132  
							
						 
						
							2018-01-03 21:00:39 +09:00  
				
					
						
							
							
								 
						
							
								933840bebf 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2018-01-03 04:17:11 +00:00  
				
					
						
							
							
								 
						
							
								2471796d75 
								
							 
						 
						
							
							
								
								Set background to the navigation of Getting Started column ( #6163 )  
							
							... 
							
							
							
							The background of the navigation matters because its scrollbar is
transparent. 
							
						 
						
							2018-01-03 04:39:14 +01:00  
				
					
						
							
							
								 
						
							
								94230fe565 
								
							 
						 
						
							
							
								
								Fix newlines-to-spaces functionality ( #6158 )  
							
							... 
							
							
							
							yay for regexes, amirite 
							
						 
						
							2018-01-02 19:35:24 +01:00  
				
					
						
							
							
								 
						
							
								b6af88192f 
								
							 
						 
						
							
							
								
								Display a warning when composing unlisted toots with something looking like a hashtag ( #6132 )  
							
							
							
						 
						
							2018-01-02 14:24:52 +01:00  
				
					
						
							
							
								 
						
							
								3ba7cde38d 
								
							 
						 
						
							
							
								
								Rename key to path in actions and reducers for settings ( #6105 )  
							
							
							
						 
						
							2018-01-02 13:50:54 +01:00  
				
					
						
							
							
								 
						
							
								21b9da6418 
								
							 
						 
						
							
							
								
								Adding Serbian latin translations ( #6146 )  
							
							... 
							
							
							
							Serbian latin (sr-Latn) is generated automatically from Serbian (sr) translation. Also changed some wording in original (Serbian) translation. 
							
						 
						
							2018-01-02 20:39:12 +09:00  
				
					
						
							
							
								 
						
							
								fa768abf5c 
								
							 
						 
						
							
							
								
								More ../ -> ~.  
							
							
							
						 
						
							2018-01-02 00:26:44 -06:00  
				
					
						
							
							
								 
						
							
								54148b9a4a 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into merge-upstream  
							
							... 
							
							
							
							Conflicts:
	app/controllers/authorize_follows_controller.rb
	app/javascript/styles/mastodon/components.scss 
							
						 
						
							2018-01-02 00:11:41 -06:00  
				
					
						
							
							
								 
						
							
								764f876953 
								
							 
						 
						
							
							
								
								Use const instead of let for constant ( #6106 )  
							
							
							
						 
						
							2018-01-02 13:28:49 +09:00  
				
					
						
							
							
								 
						
							
								2c1ed5f872 
								
							 
						 
						
							
							
								
								Show mastodon on modal ( #6129 )  
							
							
							
						 
						
							2018-01-02 05:07:56 +01:00  
				
					
						
							
							
								 
						
							
								72b99f6ee4 
								
							 
						 
						
							
							
								
								bug fix (tootsuite pr  #6120 )  
							
							
							
						 
						
							2017-12-31 08:26:50 -06:00  
				
					
						
							
							
								 
						
							
								fa9b7ece2e 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-31 09:17:15 +00:00  
				
					
						
							
							
								 
						
							
								7d376e41be 
								
							 
						 
						
							
							
								
								Adding Serbian translation ( #6133 )  
							
							... 
							
							
							
							* Adding Serbian translation
* i18n-tasks normalize 
							
						 
						
							2017-12-31 17:28:20 +09:00  
				
					
						
							
							
								 
						
							
								d817c0a958 
								
							 
						 
						
							
							
								
								Merge pull request  #291  from glitch-soc/merge-upstream  
							
							... 
							
							
							
							Merge with upstream @ f4b80e6511 
							
						 
						
							2017-12-30 18:24:38 -06:00  
				
					
						
							
							
								 
						
							
								4cca1d1e7e 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into merge-upstream  
							
							... 
							
							
							
							Conflicts:
	app/controllers/auth/confirmations_controller.rb 
							
						 
						
							2017-12-30 17:20:07 -06:00  
				
					
						
							
							
								 
						
							
								e4944d065b 
								
							 
						 
						
							
							
								
								Switch to tootsuite's elephant friend for the drawer  
							
							... 
							
							
							
							This version has a transparent background, which works better with the
wave. 
							
						 
						
							2017-12-30 17:17:37 -06:00  
				
					
						
							
							
								 
						
							
								513d982f29 
								
							 
						 
						
							
							
								
								Use ~ notation in components for image references  
							
							... 
							
							
							
							This uses (more or less) absolute references to external assets, which
allows imported stylesheets (like components.scss) to work from other
locations that may not have the expected path structure (e.g. the win95
theme). 
							
						 
						
							2017-12-30 17:15:20 -06:00  
				
					
						
							
							
								 
						
							
								4ce44ba470 
								
							 
						 
						
							
							
								
								remove unused 'saveSettings' from column_settings_container  
							
							
							
						 
						
							2017-12-30 16:42:26 -06:00  
				
					
						
							
							
								 
						
							
								0dce26b82b 
								
							 
						 
						
							
							
								
								web push updates (tootsuite PRs  #5879 ,  #5941 ,  #6047 )  
							
							
							
						 
						
							2017-12-30 11:45:01 -06:00  
				
					
						
							
							
								 
						
							
								f4b80e6511 
								
							 
						 
						
							
							
								
								Translate Korean ( #6131 )  
							
							... 
							
							
							
							Relates to #6125 , #6099  
							
						 
						
							2017-12-30 02:44:19 +01:00  
				
					
						
							
							
								 
						
							
								511c6f9625 
								
							 
						 
						
							
							
								
								bug fix (WebPush does not work) ( #6120 )  
							
							
							
						 
						
							2017-12-28 16:20:34 +01:00  
				
					
						
							
							
								 
						
							
								832a93e67c 
								
							 
						 
						
							
							
								
								Fix GIF avatars not autoplaying ( fixes   #287 , tootsuite pr  #6000 )  
							
							
							
						 
						
							2017-12-28 08:30:51 -06:00  
				
					
						
							
							
								 
						
							
								7174d1c955 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into merge-upstream  
							
							... 
							
							
							
							Conflicts:
	app/javascript/images/mastodon-drawer.png
	app/javascript/styles/mastodon/components.scss 
							
						 
						
							2017-12-26 22:24:19 -06:00  
				
					
						
							
							
								 
						
							
								65f30f65a2 
								
							 
						 
						
							
							
								
								Move the mastodon on Getting Started column to drawer column ( #6109 )  
							
							... 
							
							
							
							Getting Started column obtained many links, and it became much taller.
Because of its height, Getting Started column required long scrolling on
devices with small screen, such as 4 inch phones and 10 inch laptops.
This change moves the mastodon which took large space on the column to
drawer column. The drawer column has only the compose form and has more
space. 
							
						 
						
							2017-12-27 03:31:30 +01:00  
				
					
						
							
							
								 
						
							
								7347bc7334 
								
							 
						 
						
							
							
								
								Merge pull request  #286  from chriswmartin/merge-vanilla-updates-into-glitch  
							
							... 
							
							
							
							Merge various small vanilla updates into glitch 
							
						 
						
							2017-12-26 17:03:29 -05:00  
				
					
						
							
							
								 
						
							
								20ad071931 
								
							 
						 
						
							
							
								
								Set direction style to reply indicator (tootsuite pr  #6006 )  
							
							
							
						 
						
							2017-12-26 14:20:41 -06:00  
				
					
						
							
							
								 
						
							
								14243bf80a 
								
							 
						 
						
							
							
								
								Reduce motion for boost animation (tootsuite pr  #5871 )  
							
							
							
						 
						
							2017-12-26 14:04:52 -06:00  
				
					
						
							
							
								 
						
							
								337c2e77ee 
								
							 
						 
						
							
							
								
								Fix layout for RTL (tootsuite pr  #6014 ,  #6018 )  
							
							
							
						 
						
							2017-12-26 13:49:53 -06:00  
				
					
						
							
							
								 
						
							
								46565ed746 
								
							 
						 
						
							
							
								
								Fix focused background color of favourited direct toot (tootsuite pr  #6021 )  
							
							
							
						 
						
							2017-12-26 13:30:23 -06:00  
				
					
						
							
							
								 
						
							
								815524412b 
								
							 
						 
						
							
							
								
								Move dropdown transform origin (tootsuite pr  #6091 )  
							
							
							
						 
						
							2017-12-26 13:28:19 -06:00  
				
					
						
							
							
								 
						
							
								083571915f 
								
							 
						 
						
							
							
								
								onMuteNotifications validation (tootsuite pr  #6092 )  
							
							
							
						 
						
							2017-12-26 13:25:43 -06:00  
				
					
						
							
							
								 
						
							
								2bbd22e91c 
								
							 
						 
						
							
							
								
								Rename settingKey to settingPath (tootsuite pr  #6046  &  #6098 )  
							
							
							
						 
						
							2017-12-26 13:21:20 -06:00  
				
					
						
							
							
								 
						
							
								cc6a2ffd0a 
								
							 
						 
						
							
							
								
								use 'flavours/glitch/' prefix in new imports  
							
							
							
						 
						
							2017-12-26 10:41:44 -06:00  
				
					
						
							
							
								 
						
							
								22818d2a16 
								
							 
						 
						
							
							
								
								Add mute, block, conversation mute actions to detailed status dropdown menu  
							
							
							
						 
						
							2017-12-26 10:13:38 -06:00  
				
					
						
							
							
								 
						
							
								bed13f22e2 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-25 20:17:10 +00:00  
				
					
						
							
							
								 
						
							
								1e5d1fa5c8 
								
							 
						 
						
							
							
								
								Add mute, block, conversation mute actions to detailed status dropdown menu ( #6099 )  
							
							... 
							
							
							
							* removed references to hideOnMobile in column_link and getting_started
* add mute, block, conversationMute actions to detailed status dropdown (fixes  #1226 )
* remove unused withDismiss in detailed status 
							
						 
						
							2017-12-25 20:56:05 +01:00  
				
					
						
							
							
								 
						
							
								a3b369337f 
								
							 
						 
						
							
							
								
								Additional prop name change. ( #6098 )  
							
							
							
						 
						
							2017-12-26 00:14:06 +09:00  
				
					
						
							
							
								 
						
							
								f77c47d01b 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-24 15:17:12 +00:00  
				
					
						
							
							
								 
						
							
								7e6214b869 
								
							 
						 
						
							
							
								
								Add validation for onMuteNotifications ( #6092 )  
							
							... 
							
							
							
							* Add aria-autocomplete='list' in Textaria
ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete 
* Make detect empty string brefore assign upload description
* Change code elements in keyboard-shortcuts component to kbd
* Add validation for onMuteNotifications 
							
						 
						
							2017-12-24 17:18:45 +09:00  
				
					
						
							
							
								 
						
							
								a8eb0bf44f 
								
							 
						 
						
							
							
								
								Reduce motion for boost animation ( #5871 )  
							
							... 
							
							
							
							* Reduce motion for boost animation
Fixes  #5833 
* Fix ternary expression 
							
						 
						
							2017-12-24 04:48:31 +01:00  
				
					
						
							
							
								 
						
							
								35fdf561be 
								
							 
						 
						
							
							
								
								Refactor web_push_subscription ( #6047 )  
							
							... 
							
							
							
							* Remove onSave method in mapped properties for column_settings
* Make web_push_subscription.register an action 
							
						 
						
							2017-12-24 04:47:35 +01:00  
				
					
						
							
							
								 
						
							
								081956742c 
								
							 
						 
						
							
							
								
								removed references to hideOnMobile in column_link and getting_started ( #6082 )  
							
							... 
							
							
							
							* removed references to hideOnMobile in column_link and getting_started
* move keyboard shortcuts back below blocked users 
							
						 
						
							2017-12-24 04:47:02 +01:00  
				
					
						
							
							
								 
						
							
								8528fd89d2 
								
							 
						 
						
							
							
								
								Move dropdown transform origin to top edge ( #6091 )  
							
							
							
						 
						
							2017-12-24 00:53:03 +01:00  
				
					
						
							
							
								 
						
							
								fb57ec41df 
								
							 
						 
						
							
							
								
								Update and add some translate  
							
							
							
						 
						
							2017-12-22 12:22:41 +09:00  
				
					
						
							
							
								 
						
							
								4694dcfe16 
								
							 
						 
						
							
							
								
								Add more en and ja  
							
							
							
						 
						
							2017-12-22 12:11:28 +09:00  
				
					
						
							
							
								 
						
							
								02db8aa3a0 
								
							 
						 
						
							
							
								
								Add en and ja  
							
							
							
						 
						
							2017-12-22 12:01:38 +09:00  
				
					
						
							
							
								 
						
							
								60d415bc5e 
								
							 
						 
						
							
							
								
								Merge pull request  #266  from chriswmartin/getting-started-improvements  
							
							... 
							
							
							
							Getting started column improvements 
							
						 
						
							2017-12-21 18:47:07 -05:00  
				
					
						
							
							
								 
						
							
								191b625a27 
								
							 
						 
						
							
							
								
								Fix account header avatar  
							
							
							
						 
						
							2017-12-22 07:12:49 +09:00  
				
					
						
							
							
								 
						
							
								7bb99ca3cf 
								
							 
						 
						
							
							
								
								Add data-status-by back to DetailedStatus component.   Fixes   #273 .  
							
							
							
						 
						
							2017-12-21 13:22:33 -06:00  
				
					
						
							
							
								 
						
							
								d736739e8f 
								
							 
						 
						
							
							
								
								<kbd> instead of <code> in KeyboardShortcuts component (tootsuite pr  #6049 )  
							
							
							
						 
						
							2017-12-21 13:04:40 -06:00  
				
					
						
							
							
								 
						
							
								dbd5f8b9a5 
								
							 
						 
						
							
							
								
								Wrap <Avatar> in account header in a link to that account's page.   Fixes   #245 .  
							
							
							
						 
						
							2017-12-21 05:25:16 -06:00  
				
					
						
							
							
								 
						
							
								9042f9a813 
								
							 
						 
						
							
							
								
								add keyboard shortcuts to getting started ( fixes   #275 )  
							
							
							
						 
						
							2017-12-20 09:50:29 -06:00  
				
					
						
							
							
								 
						
							
								6f11aa8383 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-20 08:17:15 +00:00  
				
					
						
							
							
								 
						
							
								81d29e4126 
								
							 
						 
						
							
							
								
								Rename settingKey in setting_toggle to settingPath ( #6046 )  
							
							
							
						 
						
							2017-12-20 16:19:59 +09:00  
				
					
						
							
							
								 
						
							
								c11a52d888 
								
							 
						 
						
							
							
								
								Replace <code> to <kbd> in KeyboardShortcuts component ( #6049 )  
							
							... 
							
							
							
							* Add aria-autocomplete='list' in Textaria
ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete 
* Make detect empty string brefore assign upload description
* Change code elements in keyboard-shortcuts component to kbd 
							
						 
						
							2017-12-20 11:46:25 +09:00  
				
					
						
							
							
								 
						
							
								e52293482e 
								
							 
						 
						
							
							
								
								Update Korean translation ( #6050 )  
							
							... 
							
							
							
							* Update Korean translation
* Translate Korean for javascript
* Add missing translations on simple_form 
							
						 
						
							2017-12-20 11:45:50 +09:00  
				
					
						
							
							
								 
						
							
								d3b2677775 
								
							 
						 
						
							
							
								
								Add en and ja  
							
							
							
						 
						
							2017-12-19 20:16:48 +09:00  
				
					
						
							
							
								 
						
							
								14aae9c05c 
								
							 
						 
						
							
							
								
								missed a semicolon  
							
							
							
						 
						
							2017-12-17 22:21:15 -06:00  
				
					
						
							
							
								 
						
							
								be50e45a74 
								
							 
						 
						
							
							
								
								use makeMapStateToProps  
							
							
							
						 
						
							2017-12-17 22:00:25 -06:00  
				
					
						
							
							
								 
						
							
								e4ebbf4f07 
								
							 
						 
						
							
							
								
								use list-ul icon in list header and web/lists  
							
							
							
						 
						
							2017-12-17 21:25:18 -06:00  
				
					
						
							
							
								 
						
							
								e7fa7fce25 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-17 03:17:14 +00:00  
				
					
						
							
							
								 
						
							
								f38e6a14f2 
								
							 
						 
						
							
							
								
								Add Slovak translation ( #6052 )  
							
							... 
							
							
							
							* Add Slovak translation
* Slovak translation: i18n-normalize 
							
						 
						
							2017-12-17 11:26:42 +09:00  
				
					
						
							
							
								 
						
							
								9e8fa3caee 
								
							 
						 
						
							
							
								
								fix admin/action_logs page  
							
							
							
						 
						
							2017-12-16 20:27:26 +09:00  
				
					
						
							
							
								 
						
							
								e677dda07c 
								
							 
						 
						
							
							
								
								Fixes   #244  to make search results scrollable  
							
							
							
						 
						
							2017-12-15 12:49:23 -08:00  
				
					
						
							
							
								 
						
							
								e9a5bde9a0 
								
							 
						 
						
							
							
								
								Update ja.js  
							
							
							
						 
						
							2017-12-15 19:43:10 +09:00  
				
					
						
							
							
								 
						
							
								61ed5b972c 
								
							 
						 
						
							
							
								
								Update ja.js  
							
							
							
						 
						
							2017-12-15 19:38:13 +09:00  
				
					
						
							
							
								 
						
							
								37254c4f5d 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-15 01:17:12 +00:00  
				
					
						
							
							
								 
						
							
								25b0d7538e 
								
							 
						 
						
							
							
								
								Fix oEmbed image_modal src. ( #6027 )  
							
							
							
						 
						
							2017-12-14 23:31:14 +01:00  
				
					
						
							
							
								 
						
							
								573414f728 
								
							 
						 
						
							
							
								
								Improve Chinese (Simplified) Translations ( #6024 )  
							
							... 
							
							
							
							* i18n: (zh-CN) Change `工作人员` (staff) to `管理人员`
Suggested by @Gargron at https://github.com/tootsuite/mastodon/pull/6005#discussion_r156678109 
* i18n: (zh-CN) Change `协管` to `监察员`
* i18n: (zh-CN) Fix all "Are you" questions
* i18n: (zh-CN) Various improvements
* i18n: (zh-CN) Final clean-up
* i18n: (zh-CN) Change translation for 500
* i18n: (zh-CN) Remove spaces between time distances
* i18n: (zh-CN) Improve translations 
							
						 
						
							2017-12-14 19:33:29 +01:00  
				
					
						
							
							
								 
						
							
								aa273a2718 
								
							 
						 
						
							
							
								
								Last minute Dutch string updates ( #6025 )  
							
							... 
							
							
							
							* Last minute Dutch strinfupdate
* Last minute Dutch strings update
* Fixing Weblate output errors
* Fixing Weblate output errors
* Fixing more Weblate rubish
Weblate is also changing some " to ' - I think that is not a problem
* Fixing more weblate stuff
* Fixing
* Update nl.yml 
							
						 
						
							2017-12-14 18:45:32 +01:00  
				
					
						
							
							
								 
						
							
								e5a9831a56 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-13 23:17:15 +00:00  
				
					
						
							
							
								 
						
							
								0d3ffa691e 
								
							 
						 
						
							
							
								
								Fix focused background color of notifications of direct toots ( #6021 )  
							
							
							
						 
						
							2017-12-14 07:36:29 +09:00  
				
					
						
							
							
								 
						
							
								5ad45552b3 
								
							 
						 
						
							
							
								
								Fix overflowing emojis on some devices ( #6016 )  
							
							... 
							
							
							
							* Fix overflowing emojis on some devices
* Quit visible and add padding 
							
						 
						
							2017-12-13 22:58:31 +01:00  
				
					
						
							
							
								 
						
							
								dc313f27bb 
								
							 
						 
						
							
							
								
								1 fix + 1 translation ( #6019 )  
							
							
							
						 
						
							2017-12-13 22:58:20 +01:00  
				
					
						
							
							
								 
						
							
								10f800ab46 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-13 20:17:13 +00:00  
				
					
						
							
							
								 
						
							
								3487460f00 
								
							 
						 
						
							
							
								
								Fix regression from  #6014  ( #6018 )  
							
							
							
						 
						
							2017-12-13 20:33:04 +01:00  
				
					
						
							
							
								 
						
							
								82236a3703 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-13 18:17:16 +00:00  
				
					
						
							
							
								 
						
							
								72314d26ae 
								
							 
						 
						
							
							
								
								l10n OC and FR updates ( #6017 )  
							
							... 
							
							
							
							* Adjust empty list timeline message (#5997 )
* Adjust empty list timeline message (#5997 )
* Add filters to admin UI for custom emojis (#6003 ) + #6004 
* Update fr.yml 
							
						 
						
							2017-12-14 03:17:04 +09:00  
				
					
						
							
							
								 
						
							
								cc75d47926 
								
							 
						 
						
							
							
								
								Fix layout for RTL ( #6014 )  
							
							
							
						 
						
							2017-12-13 18:28:13 +01:00  
				
					
						
							
							
								 
						
							
								8bf4cc72b6 
								
							 
						 
						
							
							
								
								Excahnge the order of spoiler-input and unlocked warning ( #6015 )  
							
							... 
							
							
							
							* Excahnge the order of spoiler-input and unlocked warning
* Fix trailing whitespace 
							
						 
						
							2017-12-13 18:01:56 +01:00  
				
					
						
							
							
								 
						
							
								0aeec0390b 
								
							 
						 
						
							
							
								
								Redesign tootbox ( #5919 )  
							
							... 
							
							
							
							* Redesign tootbox
* Move counter into compose-form__buttons-wrapper
Change font and remove shadow
Refactor sass codes of compose-form 
							
						 
						
							2017-12-13 17:37:23 +01:00  
				
					
						
							
							
								 
						
							
								fef6625496 
								
							 
						 
						
							
							
								
								Weblate translations ( #6011 )  
							
							... 
							
							
							
							* Translated using Weblate (Dutch)
Currently translated at 100.0% (522 of 522 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (French)
Currently translated at 99.8% (521 of 522 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 99.4% (519 of 522 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Japanese)
Currently translated at 99.4% (519 of 522 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/ 
* Translated using Weblate (Japanese)
Currently translated at 99.6% (520 of 522 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/ 
* Translated using Weblate (Arabic)
Currently translated at 40.0% (209 of 522 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Polish)
Currently translated at 99.8% (521 of 522 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Added translation using Weblate (Galician)
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.0% (517 of 522 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/gl/ 
* Added translation using Weblate (Galician)
* Translated using Weblate (Galician)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/gl/ 
* Translated using Weblate (Galician)
Currently translated at 22.6% (17 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/gl/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 66.0% (37 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (Japanese)
Currently translated at 99.6% (520 of 522 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (43 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ja/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (520 of 522 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (257 of 257 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 48.8% (21 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 98.2% (55 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Portuguese)
Currently translated at 73.2% (41 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (43 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pt/ 
* i18n-tasks normalize && yarn manage:translations
* Restore wrongfully deleted files 
							
						 
						
							2017-12-13 16:37:15 +01:00  
				
					
						
							
							
								 
						
							
								775c3056b6 
								
							 
						 
						
							
							
								
								Update Chinese (Simplified) translations ( #6005 )  
							
							... 
							
							
							
							* i18n: (zh-CN) Remove spaces in time distances
* i18n: (zh-CN) Update translations for #5997 
* i18n: (zh-CN) Add translation for #6004 
also change translation of `staff` from `管理员` to `工作人员`
* i18n: (zh-CN) Add translations for #6003 
* i18n: (zh-CN) Normalization 
							
						 
						
							2017-12-13 15:52:40 +01:00  
				
					
						
							
							
								 
						
							
								07b4427865 
								
							 
						 
						
							
							
								
								Set direction style to reply indicator ( #6006 )  
							
							
							
						 
						
							2017-12-13 12:17:37 +01:00  
				
					
						
							
							
								 
						
							
								155e211dd0 
								
							 
						 
						
							
							
								
								Fix GIF avatars not autoplaying when GIF autoplay is enabled ( #6000 )  
							
							
							
						 
						
							2017-12-13 12:14:03 +01:00  
				
					
						
							
							
								 
						
							
								17e53b931c 
								
							 
						 
						
							
							
								
								code style fixes  
							
							
							
						 
						
							2017-12-12 23:07:12 -06:00  
				
					
						
							
							
								 
						
							
								9719983f2d 
								
							 
						 
						
							
							
								
								move list items into an array, don't unnecessarily concat misc nav item  
							
							
							
						 
						
							2017-12-12 22:50:20 -06:00  
				
					
						
							
							
								 
						
							
								71965cbef2 
								
							 
						 
						
							
							
								
								Adjust empty list timeline message ( #5997 )  
							
							
							
						 
						
							2017-12-13 02:40:32 +01:00  
				
					
						
							
							
								 
						
							
								0128b86d30 
								
							 
						 
						
							
							
								
								Use streaming API for standalone timelines on /about and /tag pages ( #5998 )  
							
							
							
						 
						
							2017-12-13 02:12:41 +01:00  
				
					
						
							
							
								 
						
							
								0c8b1eb577 
								
							 
						 
						
							
							
								
								Make detect empty string before assign image description ( #5994 )  
							
							... 
							
							
							
							* Add aria-autocomplete='list' in Textaria
ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete 
* Make detect empty string brefore assign upload description 
							
						 
						
							2017-12-12 19:57:22 +01:00  
				
					
						
							
							
								 
						
							
								b6ded7119e 
								
							 
						 
						
							
							
								
								travis fixes  
							
							
							
						 
						
							2017-12-12 08:50:31 -06:00  
				
					
						
							
							
								 
						
							
								504c3d650f 
								
							 
						 
						
							
							
								
								Merge pull request  #264  from KnzkDev/add-ja  
							
							... 
							
							
							
							i18n: Add ja translate 
							
						 
						
							2017-12-12 08:49:19 -05:00  
				
					
						
							
							
								 
						
							
								a057ed5cfe 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into merge-upstream  
							
							
							
						 
						
							2017-12-12 02:54:13 -06:00  
				
					
						
							
							
								 
						
							
								9b7208f4b4 
								
							 
						 
						
							
							
								
								readded connect for onboarding modal  
							
							
							
						 
						
							2017-12-12 00:17:07 -06:00  
				
					
						
							
							
								 
						
							
								b358483ef2 
								
							 
						 
						
							
							
								
								remove unneeded imports from getting_started_misc  
							
							
							
						 
						
							2017-12-12 00:09:18 -06:00  
				
					
						
							
							
								 
						
							
								37ced4c903 
								
							 
						 
						
							
							
								
								add components to getting started column  
							
							
							
						 
						
							2017-12-12 00:01:17 -06:00  
				
					
						
							
							
								 
						
							
								b93ad3d0e8 
								
							 
						 
						
							
							
								
								add ja  
							
							
							
						 
						
							2017-12-12 13:13:54 +09:00  
				
					
						
							
							
								 
						
							
								771b950feb 
								
							 
						 
						
							
							
								
								Merge pull request  #254  from glitch-soc/new-theme-ux  
							
							... 
							
							
							
							New flavour/skin UX 
							
						 
						
							2017-12-11 09:36:14 -05:00  
				
					
						
							
							
								 
						
							
								9d5ecdbf41 
								
							 
						 
						
							
							
								
								remove picture  
							
							
							
						 
						
							2017-12-11 13:52:17 +09:00  
				
					
						
							
							
								 
						
							
								ed7231947c 
								
							 
						 
						
							
							
								
								Added styling  
							
							
							
						 
						
							2017-12-10 20:32:28 -08:00  
				
					
						
							
							
								 
						
							
								bdca1614d5 
								
							 
						 
						
							
							
								
								Screenshot support for themes  
							
							
							
						 
						
							2017-12-10 20:32:28 -08:00  
				
					
						
							
							
								 
						
							
								dabf66e676 
								
							 
						 
						
							
							
								
								Moved flavour UI into own prefs tab  
							
							
							
						 
						
							2017-12-10 20:32:27 -08:00  
				
					
						
							
							
								 
						
							
								08b0861b96 
								
							 
						 
						
							
							
								
								Merge pull request  #250  from chriswmartin/fav-confirm-modal  
							
							... 
							
							
							
							add favourite confirmation modal 
							
						 
						
							2017-12-10 23:10:19 -05:00  
				
					
						
							
							
								 
						
							
								d420e2f047 
								
							 
						 
						
							
							
								
								add comma  
							
							
							
						 
						
							2017-12-11 09:50:52 +09:00  
				
					
						
							
							
								 
						
							
								279231c5dd 
								
							 
						 
						
							
							
								
								" => '  
							
							
							
						 
						
							2017-12-11 09:46:17 +09:00  
				
					
						
							
							
								 
						
							
								a98b0a47ef 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/glitch-soc/mastodon  into glitch-langfiles  
							
							... 
							
							
							
							# Conflicts:
#	app/javascript/glitch/locales/ja.json 
							
						 
						
							2017-12-11 09:43:21 +09:00  
				
					
						
							
							
								 
						
							
								0466aa8d08 
								
							 
						 
						
							
							
								
								use single quotes in locale entry  
							
							
							
						 
						
							2017-12-10 15:39:23 -06:00  
				
					
						
							
							
								 
						
							
								072ab191cc 
								
							 
						 
						
							
							
								
								pulled master, moved locale entry to new location  
							
							
							
						 
						
							2017-12-10 15:22:15 -06:00  
				
					
						
							
							
								 
						
							
								eec5d350fd 
								
							 
						 
						
							
							
								
								removed unneeded actions_modal div  
							
							
							
						 
						
							2017-12-10 15:14:56 -06:00  
				
					
						
							
							
								 
						
							
								cd107e92cb 
								
							 
						 
						
							
							
								
								Move ja localization to new locaiton  
							
							
							
						 
						
							2017-12-10 11:09:59 -08:00  
				
					
						
							
							
								 
						
							
								6b7085a33e 
								
							 
						 
						
							
							
								
								Linting fixes  
							
							
							
						 
						
							2017-12-10 11:08:04 -08:00  
				
					
						
							
							
								 
						
							
								b28cd6769c 
								
							 
						 
						
							
							
								
								Javascript intl8n flavour support  
							
							
							
						 
						
							2017-12-10 11:08:04 -08:00  
				
					
						
							
							
								 
						
							
								d08d0f9f33 
								
							 
						 
						
							
							
								
								Ruby intl8n for themes  
							
							
							
						 
						
							2017-12-10 11:08:04 -08:00  
				
					
						
							
							
								 
						
							
								98aa96b8d6 
								
							 
						 
						
							
							
								
								Refix extraspace for emojis ( #5964 )  
							
							... 
							
							
							
							Fix misalignment between emoji sizes 
							
						 
						
							2017-12-10 17:56:05 +01:00  
				
					
						
							
							
								 
						
							
								066458a659 
								
							 
						 
						
							
							
								
								removed one last app settings addition  
							
							
							
						 
						
							2017-12-10 09:25:44 -06:00  
				
					
						
							
							
								 
						
							
								7a8711ccac 
								
							 
						 
						
							
							
								
								removed app settings additions  
							
							
							
						 
						
							2017-12-10 09:10:47 -06:00  
				
					
						
							
							
								 
						
							
								7d4ebeecbd 
								
							 
						 
						
							
							
								
								l10n i18n OC: corrections ( #5962 )  
							
							... 
							
							
							
							* filling missing strings
* Small changes
Better way of saying
+ removed 2 finals dots
* Corrections
* Corrections
Now with final point or without, just like the EN file
* Update oc.json 
							
						 
						
							2017-12-11 00:07:24 +09:00  
				
					
						
							
							
								 
						
							
								0e56797792 
								
							 
						 
						
							
							
								
								add and fix  
							
							
							
						 
						
							2017-12-10 17:33:22 +09:00  
				
					
						
							
							
								 
						
							
								282f48ddd1 
								
							 
						 
						
							
							
								
								Merge pull request  #248  from chriswmartin/glitch-theme-lists  
							
							... 
							
							
							
							add lists to glitch flavour! 
							
						 
						
							2017-12-10 00:53:37 -05:00  
				
					
						
							
							
								 
						
							
								ef53c972b1 
								
							 
						 
						
							
							
								
								Merge pull request  #237  from dexamphetamine/jpn-localization  
							
							... 
							
							
							
							i18n: add ja glitch strings 
							
						 
						
							2017-12-09 23:34:13 -05:00  
				
					
						
							
							
								 
						
							
								eb2b971a52 
								
							 
						 
						
							
							
								
								i18n: add ja glitch strings  
							
							
							
						 
						
							2017-12-09 19:39:41 -08:00  
				
					
						
							
							
								 
						
							
								6e3f176b8e 
								
							 
						 
						
							
							
								
								Add Galician language support ( #5955 )  
							
							
							
						 
						
							2017-12-10 04:19:07 +01:00  
				
					
						
							
							
								 
						
							
								a4710f9af8 
								
							 
						 
						
							
							
								
								French translation update ( #5954 )  
							
							... 
							
							
							
							* Update French translation
* fix 
							
						 
						
							2017-12-10 09:47:59 +09:00  
				
					
						
							
							
								 
						
							
								8606e53384 
								
							 
						 
						
							
							
								
								moved locales to glitch, created add settings entry  
							
							
							
						 
						
							2017-12-09 15:15:11 -06:00  
				
					
						
							
							
								 
						
							
								c5a688d70e 
								
							 
						 
						
							
							
								
								remove trailing spaces  
							
							
							
						 
						
							2017-12-09 12:41:24 -06:00  
				
					
						
							
							
								 
						
							
								22cdbca82c 
								
							 
						 
						
							
							
								
								fixes, functioning now  
							
							
							
						 
						
							2017-12-09 12:06:00 -06:00  
				
					
						
							
							
								 
						
							
								a489e5d5cd 
								
							 
						 
						
							
							
								
								added a few more things  
							
							
							
						 
						
							2017-12-09 11:21:41 -06:00  
				
					
						
							
							
								 
						
							
								baf9ea8018 
								
							 
						 
						
							
							
								
								remove keyboard shortcuts from getting started because thats a different thing  
							
							
							
						 
						
							2017-12-09 10:32:46 -06:00  
				
					
						
							
							
								 
						
							
								abe95b614b 
								
							 
						 
						
							
							
								
								add initial components based off of tootsuite pr  #1507  
							
							
							
						 
						
							2017-12-09 10:26:22 -06:00  
				
					
						
							
							
								 
						
							
								a72d03f43c 
								
							 
						 
						
							
							
								
								Weblate translations ( #5946 )  
							
							... 
							
							
							
							* Translated using Weblate (German)
Currently translated at 84.2% (439 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (English)
Currently translated at 99.8% (520 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/en/ 
* Translated using Weblate (German)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/ 
* Translated using Weblate (English)
Currently translated at 99.8% (520 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/en/ 
* Translated using Weblate (German)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (French)
Currently translated at 84.6% (441 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (German)
Currently translated at 86.9% (453 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Korean)
Currently translated at 86.3% (450 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/ 
* Translated using Weblate (French)
Currently translated at 84.8% (442 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 84.8% (442 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 84.8% (442 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Portuguese)
Currently translated at 36.2% (189 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Hebrew)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/he/ 
* Translated using Weblate (Hebrew)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/he/ 
* Translated using Weblate (Hebrew)
Currently translated at 53.1% (277 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/he/ 
* Translated using Weblate (Hebrew)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/he/ 
* Translated using Weblate (Hebrew)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/he/ 
* Translated using Weblate (Hebrew)
Currently translated at 100.0% (43 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/he/ 
* Translated using Weblate (Hebrew)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/he/ 
* Translated using Weblate (Spanish)
Currently translated at 75.6% (394 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/ 
* Translated using Weblate (French)
Currently translated at 86.3% (450 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Portuguese)
Currently translated at 98.2% (55 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 84.6% (441 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (German)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ca/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ca/ 
* Translated using Weblate (German)
Currently translated at 88.2% (460 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 90.2% (470 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (French)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 90.2% (470 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (French)
Currently translated at 87.3% (455 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Hebrew)
Currently translated at 61.8% (322 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/he/ 
* Translated using Weblate (French)
Currently translated at 87.3% (455 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.3% (481 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ca/ 
* Translated using Weblate (French)
Currently translated at 87.3% (455 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 87.5% (456 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 87.7% (457 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ca/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Portuguese)
Currently translated at 42.4% (221 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 97.3% (73 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/pt/ 
* Translated using Weblate (Catalan)
Currently translated at 99.8% (520 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (43 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (German)
Currently translated at 90.5% (472 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 90.7% (473 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 90.9% (474 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 91.1% (475 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Dutch)
Currently translated at 90.4% (471 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (German)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (German)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.3% (481 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (German)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (German)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/de/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt_BR/ 
* Translated using Weblate (Dutch)
Currently translated at 90.5% (472 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Arabic)
Currently translated at 44.1% (19 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/ 
* Translated using Weblate (Norwegian (old code))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/no/ 
* Translated using Weblate (Arabic)
Currently translated at 85.7% (48 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 92.0% (69 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ar/ 
* Translated using Weblate (Portuguese)
Currently translated at 47.7% (249 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Arabic)
Currently translated at 29.9% (156 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Spanish)
Currently translated at 99.8% (520 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/es/ 
* Translated using Weblate (Polish)
Currently translated at 99.8% (520 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Translated using Weblate (French)
Currently translated at 99.6% (519 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/es/ 
* Translated using Weblate (French)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/fr/ 
* Translated using Weblate (Spanish)
Currently translated at 99.8% (520 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/es/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.2% (517 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Added translation using Weblate (Galician)
* Translated using Weblate (Japanese)
Currently translated at 99.6% (519 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Japanese)
Currently translated at 92.8% (52 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ja/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.4% (518 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Galician)
Currently translated at 43.6% (107 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (43 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ja/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ar/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.4% (518 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Arabic)
Currently translated at 96.4% (54 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 31.2% (163 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Dutch)
Currently translated at 91.5% (477 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (French)
Currently translated at 99.8% (520 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 98.2% (55 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (521 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (521 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (French)
Currently translated at 99.8% (520 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Norwegian (old code))
Currently translated at 50.6% (264 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/no/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Galician)
Currently translated at 64.0% (157 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (43 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/nl/ 
* Translated using Weblate (Norwegian (old code))
Currently translated at 100.0% (43 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/no/ 
* Translated using Weblate (Norwegian (old code))
Currently translated at 97.3% (73 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/no/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/ 
* Translated using Weblate (Norwegian (old code))
Currently translated at 96.4% (54 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/no/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/ 
* Translated using Weblate (German)
Currently translated at 95.2% (496 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 95.2% (496 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* i18n-tasks normalize && yarn manage:translations
* Fix things 
							
						 
						
							2017-12-09 15:35:22 +01:00  
				
					
						
							
							
								 
						
							
								cdae7e4c8b 
								
							 
						 
						
							
							
								
								Move push notifications settings (regression from  #5879 ) ( #5941 )  
							
							... 
							
							
							
							* Move push notifications settings
* fix typo `setf` -> `set` 
							
						 
						
							2017-12-09 14:18:45 +01:00  
				
					
						
							
							
								 
						
							
								3a52c90de1 
								
							 
						 
						
							
							
								
								l10n i18n OC update ( #5939 )  
							
							... 
							
							
							
							* update and corrections
* update (invites)
* Update oc.yml
* Update oc.yml 
							
						 
						
							2017-12-09 14:17:34 +01:00  
				
					
						
							
							
								 
						
							
								02d71c6a11 
								
							 
						 
						
							
							
								
								fix a missing semicolon and mixed tabs/spaces that travis was complaining about  
							
							
							
						 
						
							2017-12-08 21:09:53 -06:00  
				
					
						
							
							
								 
						
							
								4a5401a58e 
								
							 
						 
						
							
							
								
								merge tootsuite prs  #5895  and  #5889  into glitch flavour  
							
							
							
						 
						
							2017-12-08 20:50:39 -06:00  
				
					
						
							
							
								 
						
							
								28423dd046 
								
							 
						 
						
							
							
								
								merge tootsuite pr  #5904  into glitch flavour  
							
							
							
						 
						
							2017-12-08 20:45:18 -06:00  
				
					
						
							
							
								 
						
							
								b165950ca7 
								
							 
						 
						
							
							
								
								add keyboard shortcut to getting started, add missing list style  
							
							
							
						 
						
							2017-12-08 20:30:45 -06:00  
				
					
						
							
							
								 
						
							
								47157e07b2 
								
							 
						 
						
							
							
								
								merged tootsuite pr  #5811  into glitch flavour  
							
							
							
						 
						
							2017-12-08 20:13:08 -06:00  
				
					
						
							
							
								 
						
							
								f44c8fd130 
								
							 
						 
						
							
							
								
								merged tootsuite pr  #5750  into glitch flavour  
							
							
							
						 
						
							2017-12-08 19:40:49 -06:00  
				
					
						
							
							
								 
						
							
								99242b92bc 
								
							 
						 
						
							
							
								
								Keep WebPush settings ( #5879 )  
							
							
							
						 
						
							2017-12-09 02:31:37 +01:00  
				
					
						
							
							
								 
						
							
								ec3b449baa 
								
							 
						 
						
							
							
								
								Fix   #5630  - Prevent duplicate load of favourites ( #5931 )  
							
							
							
						 
						
							2017-12-09 02:22:13 +01:00  
				
					
						
							
							
								 
						
							
								f08e6e9ab5 
								
							 
						 
						
							
							
								
								Audio.prototype.seek is undefined ( #5935 )  
							
							
							
						 
						
							2017-12-09 01:25:00 +01:00  
				
					
						
							
							
								 
						
							
								c36b9cc5a6 
								
							 
						 
						
							
							
								
								Ensure link thumbnails are not stretched to super low quality ( #5932 )  
							
							
							
						 
						
							2017-12-09 00:56:16 +01:00  
				
					
						
							
							
								 
						
							
								70ce2a2095 
								
							 
						 
						
							
							
								
								Polish video player CSS, add timer on fullscreen/modal/public pages ( #5928 )  
							
							
							
						 
						
							2017-12-09 00:55:58 +01:00  
				
					
						
							
							
								 
						
							
								776867ea73 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-08 13:17:14 +00:00  
				
					
						
							
							
								 
						
							
								dad0a09675 
								
							 
						 
						
							
							
								
								Remove unused messages ( #5924 )  
							
							
							
						 
						
							2017-12-08 13:55:33 +01:00  
				
					
						
							
							
								 
						
							
								bca9e2e57a 
								
							 
						 
						
							
							
								
								Weblate translations ( #5922 )  
							
							... 
							
							
							
							* Translated using Weblate (German)
Currently translated at 84.2% (439 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (English)
Currently translated at 99.8% (520 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/en/ 
* Translated using Weblate (German)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/ 
* Translated using Weblate (German)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (French)
Currently translated at 84.6% (441 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (English)
Currently translated at 99.8% (520 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/en/ 
* Translated using Weblate (German)
Currently translated at 86.9% (453 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Korean)
Currently translated at 86.3% (450 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/ 
* Translated using Weblate (French)
Currently translated at 84.8% (442 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 84.8% (442 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 84.8% (442 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Portuguese)
Currently translated at 36.2% (189 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Hebrew)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/he/ 
* Translated using Weblate (Hebrew)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/he/ 
* Translated using Weblate (Hebrew)
Currently translated at 53.1% (277 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/he/ 
* Translated using Weblate (Hebrew)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/he/ 
* Translated using Weblate (Hebrew)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/he/ 
* Translated using Weblate (Hebrew)
Currently translated at 100.0% (43 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/he/ 
* Translated using Weblate (Hebrew)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/he/ 
* Translated using Weblate (Spanish)
Currently translated at 75.6% (394 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/ 
* Translated using Weblate (French)
Currently translated at 86.3% (450 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Portuguese)
Currently translated at 98.2% (55 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 84.6% (441 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (German)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ca/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ca/ 
* Translated using Weblate (German)
Currently translated at 88.2% (460 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 90.2% (470 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (French)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 90.2% (470 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (French)
Currently translated at 87.3% (455 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Hebrew)
Currently translated at 61.8% (322 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/he/ 
* Translated using Weblate (French)
Currently translated at 87.3% (455 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.3% (481 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ca/ 
* Translated using Weblate (French)
Currently translated at 87.3% (455 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 87.5% (456 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (French)
Currently translated at 87.7% (457 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ca/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Portuguese)
Currently translated at 42.4% (221 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Portuguese)
Currently translated at 97.3% (73 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/pt/ 
* Translated using Weblate (Catalan)
Currently translated at 99.8% (520 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (43 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Portuguese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/ 
* Translated using Weblate (German)
Currently translated at 90.5% (472 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 90.7% (473 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 90.9% (474 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 91.1% (475 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Dutch)
Currently translated at 90.4% (471 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (German)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (German)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.3% (481 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (German)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (German)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/de/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt_BR/ 
* Translated using Weblate (Dutch)
Currently translated at 90.5% (472 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Arabic)
Currently translated at 44.1% (19 of 43 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/ 
* Translated using Weblate (Norwegian (old code))
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/no/ 
* Translated using Weblate (Arabic)
Currently translated at 85.7% (48 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 92.0% (69 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ar/ 
* Translated using Weblate (Portuguese)
Currently translated at 47.7% (249 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt/ 
* Translated using Weblate (Arabic)
Currently translated at 29.9% (156 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Spanish)
Currently translated at 99.8% (520 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/es/ 
* Translated using Weblate (Polish)
Currently translated at 99.8% (520 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/ 
* Translated using Weblate (French)
Currently translated at 99.6% (519 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (245 of 245 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/es/ 
* Translated using Weblate (French)
Currently translated at 100.0% (75 of 75 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/fr/ 
* Translated using Weblate (Spanish)
Currently translated at 99.8% (520 of 521 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (56 of 56 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/es/ 
* i18n-tasks normalize
* yarn run manage:translations
* Restore wrongly removed translations 
							
						 
						
							2017-12-08 01:59:44 +01:00  
				
					
						
							
							
								 
						
							
								65e0bbd958 
								
							 
						 
						
							
							
								
								Disable status content outline ( #5921 )  
							
							
							
						 
						
							2017-12-08 00:03:25 +01:00  
				
					
						
							
							
								 
						
							
								9cdd81e9dd 
								
							 
						 
						
							
							
								
								Glitch doesn't have a home stylesheet anymore  
							
							
							
						 
						
							2017-12-07 14:32:52 -08:00  
				
					
						
							
							
								 
						
							
								96126a5b01 
								
							 
						 
						
							
							
								
								Packaged local_settings styles in common  
							
							
							
						 
						
							2017-12-07 13:36:18 -08:00  
				
					
						
							
							
								 
						
							
								832a7f9a05 
								
							 
						 
						
							
							
								
								ReFix font-weight of <strong> element for CJK fonts ( #5920 )  
							
							... 
							
							
							
							Also apply to Japanese and Korean.
Fix font-weight in landing pages. 
							
						 
						
							2017-12-07 21:35:19 +01:00  
				
					
						
							
							
								 
						
							
								a1fc626e57 
								
							 
						 
						
							
							
								
								Fix font-weight of <strong> element for CJK fonts ( #5914 )  
							
							... 
							
							
							
							* Fix font-weight for CJK fonts
* Use `font-weight: 700;` for mobile support
* Fix indentation
* Remove trailing whitespace
* Remove trailing whitespace 
							
						 
						
							2017-12-07 16:01:52 +01:00  
				
					
						
							
							
								 
						
							
								9a6fc03332 
								
							 
						 
						
							
							
								
								Hide moved account's follow button in search result ( #5913 )  
							
							
							
						 
						
							2017-12-07 15:59:31 +01:00  
				
					
						
							
							
								 
						
							
								7445f17571 
								
							 
						 
						
							
							
								
								OC language update ( #5905 )  
							
							... 
							
							
							
							* Update
* update
* Update oc.yml
* bundle exec i18n-tasks normalize
* Update oc.yml 
							
						 
						
							2017-12-07 15:28:13 +09:00  
				
					
						
							
							
								 
						
							
								67d625c42d 
								
							 
						 
						
							
							
								
								Fix hide reblogs in glitch frontend ( #5909 )  
							
							... 
							
							
							
							This applies 432761f375 
							
						 
						
							2017-12-06 22:35:45 -06:00  
				
					
						
							
							
								 
						
							
								ddb61decce 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master  
							
							
							
						 
						
							2017-12-06 22:34:42 -06:00  
				
					
						
							
							
								 
						
							
								935c1944e2 
								
							 
						 
						
							
							
								
								Merge pull request  #241  from glitch-soc/no-dm-option  
							
							... 
							
							
							
							Add option to remove DMs from home (#126 ) 
							
						 
						
							2017-12-06 22:20:55 -06:00  
				
					
						
							
							
								 
						
							
								744447b3c0 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-07 04:17:14 +00:00  
				
					
						
							
							
								 
						
							
								c083816c24 
								
							 
						 
						
							
							
								
								Add embed_url to preview cards ( #5775 )  
							
							
							
						 
						
							2017-12-07 03:37:43 +01:00  
				
					
						
							
							
								 
						
							
								432761f375 
								
							 
						 
						
							
							
								
								Fix hide reblogs (regression from  #5887 ) ( #5909 )  
							
							
							
						 
						
							2017-12-07 03:37:31 +01:00  
				
					
						
							
							
								 
						
							
								2f2467ce8e 
								
							 
						 
						
							
							
								
								Add option to remove DMs from home ( #126 )  
							
							
							
						 
						
							2017-12-06 17:50:27 -08:00  
				
					
						
							
							
								 
						
							
								133f5b3b53 
								
							 
						 
						
							
							
								
								Apply Javascript changes in tootsuite/mastodon#5887 to glitch flavour ( #239 )  
							
							
							
						 
						
							2017-12-06 18:23:28 -06:00  
				
					
						
							
							
								 
						
							
								81b0145759 
								
							 
						 
						
							
							
								
								Merge pull request  #229  from glitch-soc/glitch-theme  
							
							... 
							
							
							
							Advanced Next-Level Flavours And Skins For Mastodon™ 
							
						 
						
							2017-12-06 17:44:07 -05:00  
				
					
						
							
							
								 
						
							
								8ca91cef45 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-06 20:17:13 +00:00  
				
					
						
							
							
								 
						
							
								a0047fdca0 
								
							 
						 
						
							
							
								
								i18n:  🇵🇱  ( #5903 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2017-12-07 05:04:35 +09:00  
				
					
						
							
							
								 
						
							
								a20509b41e 
								
							 
						 
						
							
							
								
								Fix list editor modal on narrow devices ( #5904 )  
							
							
							
						 
						
							2017-12-06 19:48:48 +01:00  
				
					
						
							
							
								 
						
							
								281c577cf8 
								
							 
						 
						
							
							
								
								Fix extra space between status text and username ( #5902 )  
							
							
							
						 
						
							2017-12-06 17:53:25 +01:00  
				
					
						
							
							
								 
						
							
								4de211b80a 
								
							 
						 
						
							
							
								
								Break out nested relationship API keys ( #5887 )  
							
							... 
							
							
							
							* Break out nested relationship API keys
This closes  #5856  by restoring the existing behavior of the `muting`
and `following` keys (returning booleans rather than truthy or false).
It adds `showing_reblogs` and `muting_notifications` keys:
* `showing_reblogs` returns true if:
  1. You've requested to follow the user, with reblogs shown, or
  2. You are following the user, with reblogs shown.
* `muting_notifications` returns true if you have muted the user and
  their notifications as well.
* Rubocop fix
* Fix pulling reblog/mute status from relationships
I could swear this had passed tests before, but apparently not.
Works now.
* More test fixes
Really, you'd expect this to be more straightforward. 
							
						 
						
							2017-12-06 16:10:54 +01:00  
				
					
						
							
							
								 
						
							
								063a1c2a8b 
								
							 
						 
						
							
							
								
								Fix emoji picker scrollbar (regression from  #5046 ) ( #5901 )  
							
							
							
						 
						
							2017-12-06 12:18:27 +01:00  
				
					
						
							
							
								 
						
							
								a9ca5ce920 
								
							 
						 
						
							
							
								
								Handle submit event of new list form ( #5895 )  
							
							
							
						 
						
							2017-12-06 12:18:10 +01:00  
				
					
						
							
							
								 
						
							
								0393a64a90 
								
							 
						 
						
							
							
								
								Update Japanese translations. ( #5893 )  
							
							
							
						 
						
							2017-12-06 03:22:11 +01:00  
				
					
						
							
							
								 
						
							
								e20895f251 
								
							 
						 
						
							
							
								
								Add list of lists component to web UI ( #5811 )  
							
							... 
							
							
							
							* Add list of lists component to web UI
* Add list adding
* Add list removing
* List editor modal
* Add API account search limited by following=true relation
* Rework list editor modal
* Remove mandatory pagination of GET /api/v1/lists/:id/accounts
* Adjust search input placeholder
* Fix rspec (#5890 )
* i18n: (zh-CN) Add missing translations for #5811  (#5891 )
* i18n: (zh-CN) yarn manage:translations -- zh-CN
* i18n: (zh-CN) Add missing translations for #5811 
* Fix some issues
- Display loading/missing state for list timelines
- Order lists alphabetically in overview
- Fix async list editor reset
- Redirect to /lists after deleting unpinned list
- Redirect to / after pinning a list
* Remove dead list columns when a list is deleted or fetch returns 404 
							
						 
						
							2017-12-05 23:02:27 +01:00  
				
					
						
							
							
								 
						
							
								12cea76634 
								
							 
						 
						
							
							
								
								Update Chinese (Simplified) translations for version 2.1.0rc1 ( #5849 )  
							
							... 
							
							
							
							* i18n: (zh-CN) Add missing translations for multiple PRs.
Related PRs: #5838  #5762  #5835  #5837  #5832  #5823  #5814  #5757 
* i18n: (zh-CN) Fix translation for #5823  / #5835 
* i18n: (zh-CN) Improve translations
* i18n: (zh-CN) Improve translations
* i18n: (zh-CN) Change `发送者` to `作者`
* i18n: (zh-CN) Add missing translations for #5862 
* i18n: (zh-CN) Add missing translation for #5874 
* i18n: (zh-CN) Improve translations for keyboard shortcuts 
							
						 
						
							2017-12-06 00:46:04 +09:00  
				
					
						
							
							
								 
						
							
								b4bc594c5a 
								
							 
						 
						
							
							
								
								Add aria-autocomplete='list' in Textaria ( #5889 )  
							
							... 
							
							
							
							ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete  
							
						 
						
							2017-12-05 11:32:00 +01:00  
				
					
						
							
							
								 
						
							
								5bed0f10ed 
								
							 
						 
						
							
							
								
								Various fixes  
							
							
							
						 
						
							2017-12-04 21:58:10 -08:00  
				
					
						
							
							
								 
						
							
								d9800a5647 
								
							 
						 
						
							
							
								
								Merge branch 'gs-master' into glitch-theme  
							
							
							
						 
						
							2017-12-04 11:07:01 -06:00  
				
					
						
							
							
								 
						
							
								f2f2f10320 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-04 12:17:13 +00:00  
				
					
						
							
							
								 
						
							
								82884ac5c4 
								
							 
						 
						
							
							
								
								Update mutes.js ( #5882 )  
							
							
							
						 
						
							2017-12-04 20:52:14 +09:00  
				
					
						
							
							
								 
						
							
								7c75702d05 
								
							 
						 
						
							
							
								
								Fixed image require  
							
							
							
						 
						
							2017-12-03 23:52:13 -08:00  
				
					
						
							
							
								 
						
							
								bc4fa6b198 
								
							 
						 
						
							
							
								
								Rename themes -> flavours ? ?  
							
							
							
						 
						
							2017-12-03 23:26:40 -08:00  
				
					
						
							
							
								 
						
							
								757f52ff2e 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-03 21:17:13 +00:00  
				
					
						
							
							
								 
						
							
								886829e96c 
								
							 
						 
						
							
							
								
								Add keyboard shortcuts link to getting-started navigation ( #5874 )  
							
							... 
							
							
							
							* Add keyboard shortcuts link to getting-started navigation
* i18n: 🇵🇱 
* yarn manage:translations 
							
						 
						
							2017-12-03 21:29:51 +01:00  
				
					
						
							
							
								 
						
							
								62a94ebed4 
								
							 
						 
						
							
							
								
								Add back button to keyboard shortcuts legend column ( #5872 )  
							
							
							
						 
						
							2017-12-03 21:29:41 +01:00  
				
					
						
							
							
								 
						
							
								933eafdcd3 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-12-02 14:17:11 +00:00  
				
					
						
							
							
								 
						
							
								bdf6d0a684 
								
							 
						 
						
							
							
								
								Remove redundant import statement in SCSS ( #5864 )  
							
							... 
							
							
							
							* Remove redudant import statement in SCSS
* Fix wrong chmod 
							
						 
						
							2017-12-02 08:42:20 +09:00  
				
					
						
							
							
								 
						
							
								541fe9b110 
								
							 
						 
						
							
							
								
								Skins support  
							
							
							
						 
						
							2017-11-30 19:29:47 -08:00  
				
					
						
							
							
								 
						
							
								9927df83ad 
								
							 
						 
						
							
							
								
								Update Japanese translations for KeyboardShortcuts. ( #5858 )  
							
							
							
						 
						
							2017-12-01 01:35:47 +01:00  
				
					
						
							
							
								 
						
							
								d020ed1e05 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-11-29 22:17:13 +00:00  
				
					
						
							
							
								 
						
							
								f0d4c7d7ab 
								
							 
						 
						
							
							
								
								Fix Korean translation ( #5853 )  
							
							... 
							
							
							
							"어플리케이션" -> "애플리케이션" 
							
						 
						
							2017-11-30 07:16:29 +09:00  
				
					
						
							
							
								 
						
							
								82ab9736d5 
								
							 
						 
						
							
							
								
								i18n:  🇵🇱  ( #5851 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2017-11-29 20:51:24 +09:00  
				
					
						
							
							
								 
						
							
								84840e8d8c 
								
							 
						 
						
							
							
								
								Merge pull request  #232  from glitch-soc/hotkeys-glitch  
							
							... 
							
							
							
							Implement status hotkeys + spoiler expanding 
							
						 
						
							2017-11-28 17:34:03 -06:00  
				
					
						
							
							
								 
						
							
								95c270f5b1 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into gs-master  
							
							
							
						 
						
							2017-11-28 11:45:13 -06:00  
				
					
						
							
							
								 
						
							
								eeaec39888 
								
							 
						 
						
							
							
								
								Allow hiding of reblogs from followed users ( #5762 )  
							
							... 
							
							
							
							* Allow hiding of reblogs from followed users
This adds a new entry to the account menu to allow users to hide
future reblogs from a user (and then if they've done that, to show
future reblogs instead).
This does not remove or add historical reblogs from/to the user's
timeline; it only affects new statuses.
The API for this operates by sending a "reblogs" key to the follow
endpoint. If this is sent when starting a new follow, it will be
respected from the beginning of the follow relationship (even if
the follow request must be approved by the followee). If this is
sent when a follow relationship already exists, it will simply
update the existing follow relationship. As with the notification
muting, this will now return an object ({reblogs: [true|false]}) or
false for each follow relationship when requesting relationship
information for an account. This should cause few issues due to an
object being truthy in many languages, but some modifications may
need to be made in pickier languages.
Database changes: adds a show_reblogs column (default true,
non-nullable) to the follows and follow_requests tables. Because
these are non-nullable, we use the existing MigrationHelpers to
perform this change without locking those tables, although the
tables are likely to be small anyway.
Tests included.
See also <https://github.com/glitch-soc/mastodon/pull/212 >.
* Rubocop fixes
* Code review changes
* Test fixes
This patchset closes  #648  and resolves  #3271 .
* Rubocop fix
* Revert reblogs defaulting in argument, fix tests
It turns out we needed this for the same reason we needed it in muting:
if nil gets passed in somehow (most usually by an API client not passing
any value), we need to detect and handle it.
We could specify a default in the parameter and then also catch nil, but
there's no great reason to duplicate the default value. 
							
						 
						
							2017-11-28 15:00:35 +01:00  
				
					
						
							
							
								 
						
							
								2b3b44ebbc 
								
							 
						 
						
							
							
								
								Refactor KeyboardShortcuts component ( #5835 )  
							
							
							
						 
						
							2017-11-28 14:32:27 +01:00  
				
					
						
							
							
								 
						
							
								d937a59997 
								
							 
						 
						
							
							
								
								i18n:  🇵🇱  ( #5841 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2017-11-28 19:30:18 +09:00  
				
					
						
							
							
								 
						
							
								7463d80ff4 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master'  
							
							
							
						 
						
							2017-11-27 22:33:26 -06:00  
				
					
						
							
							
								 
						
							
								6a48efe16c 
								
							 
						 
						
							
							
								
								Adds spoiler hotkey support to detailed statuses  
							
							
							
						 
						
							2017-11-27 14:05:03 -08:00  
				
					
						
							
							
								 
						
							
								f3c3df62ab 
								
							 
						 
						
							
							
								
								Implement status hotkeys + spoiler expanding  
							
							
							
						 
						
							2017-11-27 13:30:01 -08:00  
				
					
						
							
							
								 
						
							
								ff78c1177a 
								
							 
						 
						
							
							
								
								Add Keyboard Shortcuts Legend ( #5823 )  
							
							... 
							
							
							
							* Add Keyboard Shortcuts Legend
Adds a "Keyboard Shortcuts" legend (displayed in the rightmost column)
which is toggled via a new "?" hotkey. When subsequently pressed from
the Keyboard Shortcuts legend, "?" will navigate back to the previous
location.
* Add hidden table headings.
Makes the headings available for accessibility but hides them visually. 
							
						 
						
							2017-11-27 21:31:58 +01:00  
				
					
						
							
							
								 
						
							
								e77c3996a5 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into gs-master  
							
							
							
						 
						
							2017-11-27 11:29:04 -06:00  
				
					
						
							
							
								 
						
							
								740f8a95a9 
								
							 
						 
						
							
							
								
								Add consumable invites ( #5814 )  
							
							... 
							
							
							
							* Add consumable invites
* Add UI for generating invite codes
* Add tests
* Display max uses and expiration in invites table, delete invite
* Remove unused column and redundant validator
- Default follows not used, probably bad idea
- InviteCodeValidator is redundant because RegistrationsController
  checks invite code validity
* Add admin setting to disable invites
* Add admin UI for invites, configurable role for invite creation
- Admin UI that lists everyone's invites, always available
- Admin setting min_invite_role to control who can invite people
- Non-admin invite UI only visible if users are allowed to
* Do not remove invites from database, expire them instantly 
							
						 
						
							2017-11-27 16:07:59 +01:00  
				
					
						
							
							
								 
						
							
								5de42665d7 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-11-27 05:17:11 +00:00  
				
					
						
							
							
								 
						
							
								fd87e5a53b 
								
							 
						 
						
							
							
								
								Do not filter the status collection after muting and blocking ( #5815 )  
							
							... 
							
							
							
							Filtering the status collection wipes out even the profiles of muted and
blocked accounts. However, the behavior is inconsistent with the server-
side behavior. 
							
						 
						
							2017-11-26 01:45:17 +01:00  
				
					
						
							
							
								 
						
							
								57fe4102ea 
								
							 
						 
						
							
							
								
								i18n: (zh-CN) Add translations for  #5746  &  #5750  ( #5816 )  
							
							
							
						 
						
							2017-11-26 02:38:40 +09:00  
				
					
						
							
							
								 
						
							
								bf7757cbbc 
								
							 
						 
						
							
							
								
								Allow to open a modal for embedded photo ( #5777 )  
							
							
							
						 
						
							2017-11-25 15:41:45 +01:00  
				
					
						
							
							
								 
						
							
								1266c66f79 
								
							 
						 
						
							
							
								
								Rename ariaLabel property of Dropdown to title ( #5813 )  
							
							... 
							
							
							
							DropdownMenu has ariaLabel property, but it is actually applied to title
property of IconButton. Keep it consistent. 
							
						 
						
							2017-11-25 15:41:08 +01:00  
				
					
						
							
							
								 
						
							
								d07983b56d 
								
							 
						 
						
							
							
								
								Updated Catalan strings ( #5801 )  
							
							... 
							
							
							
							* Updated Catalan strings
* Update ca.yml
* Update ca.yml
* Update ca.yml
* Update ca.yml
* Update ca.yml
* Update ca.yml
* Update ca.yml
* Update simple_form.ca.yml
* Update simple_form.ca.yml
* Update simple_form.ca.yml
* bundle exec i18n-tasks
* Update ca.json
* Update simple_form.ca.yml 
							
						 
						
							2017-11-25 23:22:59 +09:00  
				
					
						
							
							
								 
						
							
								86f4f8e158 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-11-25 05:17:15 +00:00  
				
					
						
							
							
								 
						
							
								520d147803 
								
							 
						 
						
							
							
								
								Add Japanese translations ( #5810 )  
							
							... 
							
							
							
							* yarn manage:translations
* Add Japanese translation for #5087 
* Add Japanese translation for #5616 
* Add Japanese translation for #5746 
* Add Japanese translation for #5750  
							
						 
						
							2017-11-25 03:39:57 +01:00  
				
					
						
							
							
								 
						
							
								31ac5f0e00 
								
							 
						 
						
							
							
								
								Display list column ( #5750 )  
							
							
							
						 
						
							2017-11-25 00:35:37 +01:00  
				
					
						
							
							
								 
						
							
								2b51b4094c 
								
							 
						 
						
							
							
								
								Don't remove originals of boosted toots from timeline ( #5479 )  
							
							... 
							
							
							
							* Don't remove originals of boosted toots from timeline
* Remove unused argument to updateTimeline 
							
						 
						
							2017-11-24 14:43:53 +01:00  
				
					
						
							
							
								 
						
							
								5a551b530a 
								
							 
						 
						
							
							
								
								Do not require onClose property in NavigationBar ( #5802 )  
							
							... 
							
							
							
							NavigationBar can be used as mock as it is in OnboardingModal. In such a
case, onClose property is not required. 
							
						 
						
							2017-11-24 13:13:17 +01:00  
				
					
						
							
							
								 
						
							
								167fe2ab08 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-11-24 01:17:20 +00:00  
				
					
						
							
							
								 
						
							
								e84fecb7e9 
								
							 
						 
						
							
							
								
								Add logging of admin actions ( #5757 )  
							
							... 
							
							
							
							* Add logging of admin actions
* Update brakeman whitelist
* Log creates, updates and destroys with history of changes
* i18n: Update Polish translation (#5782 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Split admin navigation into moderation and administration
* Redesign audit log page
* 🇵🇱  (#5795 )
* Add color coding to audit log
* Change dismiss->resolve, log all outcomes of report as resolve
* Update terminology (e-mail blacklist) (#5796 )
* Update terminology (e-mail blacklist)
imho looks better
* Update en.yml
* Fix code style issues
* i18n-tasks normalize 
							
						 
						
							2017-11-24 02:05:53 +01:00  
				
					
						
							
							
								 
						
							
								2585649b20 
								
							 
						 
						
							
							
								
								Styling fixes  
							
							
							
						 
						
							2017-11-21 19:00:07 -08:00  
				
					
						
							
							
								 
						
							
								12c0011fee 
								
							 
						 
						
							
							
								
								Update statuses on hidden toggle ( Fixes   #227 )  
							
							
							
						 
						
							2017-11-21 18:27:34 -08:00  
				
					
						
							
							
								 
						
							
								8812bab687 
								
							 
						 
						
							
							
								
								Minor fixes  
							
							
							
						 
						
							2017-11-21 18:17:38 -08:00  
				
					
						
							
							
								 
						
							
								2a5af9c10c 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-11-21 17:17:11 +00:00  
				
					
						
							
							
								 
						
							
								3c83b7e06e 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation - front-end added ( #231 )  
							
							... 
							
							
							
							* i18n: Update Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* i18n: Update Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2017-11-21 17:53:13 +01:00  
				
					
						
							
							
								 
						
							
								53b7b81b43 
								
							 
						 
						
							
							
								
								Update and fix Catalan translation ( #5773 )  
							
							... 
							
							
							
							* Update activerecord.ca.yml
* Update ca.yml
* Update devise.ca.yml
* Update doorkeeper.ca.yml
* Update simple_form.ca.yml
* fix syntax error for ca translation
* fix syntax errors in ca translations
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2017-11-21 23:17:28 +09:00  
				
					
						
							
							
								 
						
							
								bdbbd06dad 
								
							 
						 
						
							
							
								
								Finalized theme loading and stuff  
							
							
							
						 
						
							2017-11-20 22:13:37 -08:00  
				
					
						
							
							
								 
						
							
								d083f7741a 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master'  
							
							
							
						 
						
							2017-11-19 01:30:29 -06:00  
				
					
						
							
							
								 
						
							
								bcda3f85ce 
								
							 
						 
						
							
							
								
								Merge pull request  #226  from glitch-soc/glitch-theme  
							
							... 
							
							
							
							Glitch/Vanilla themes 
							
						 
						
							2017-11-18 20:32:17 -05:00  
				
					
						
							
							
								 
						
							
								321fa41930 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'cybre/theme_win95' into glitch-theme  
							
							
							
						 
						
							2017-11-18 15:18:00 -08:00  
				
					
						
							
							
								 
						
							
								a9ed857171 
								
							 
						 
						
							
							
								
								WIP static themeing  
							
							
							
						 
						
							2017-11-18 15:12:52 -08:00  
				
					
						
							
							
								 
						
							
								92cc79be72 
								
							 
						 
						
							
							
								
								Enabled vanilla thmee  
							
							
							
						 
						
							2017-11-18 11:06:04 -08:00  
				
					
						
							
							
								 
						
							
								08a01dd037 
								
							 
						 
						
							
							
								
								Public pack fix  
							
							
							
						 
						
							2017-11-18 11:05:39 -08:00  
				
					
						
							
							
								 
						
							
								672ace5a20 
								
							 
						 
						
							
							
								
								Media styling  
							
							
							
						 
						
							2017-11-18 11:05:23 -08:00  
				
					
						
							
							
								 
						
							
								f51f7b0e06 
								
							 
						 
						
							
							
								
								Font styles are now packagified  
							
							
							
						 
						
							2017-11-18 11:05:00 -08:00  
				
					
						
							
							
								 
						
							
								58cede4808 
								
							 
						 
						
							
							
								
								Profile redirect notes ( #5746 )  
							
							... 
							
							
							
							* Serialize moved accounts into REST and ActivityPub APIs
* Parse federated moved accounts from ActivityPub
* Add note about moved accounts to public profiles
* Add moved account message to web UI
* Fix code style issues 
							
						 
						
							2017-11-18 19:39:02 +01:00  
				
					
						
							
							
								 
						
							
								eed50514be 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-11-18 06:17:14 +00:00  
				
					
						
							
							
								 
						
							
								6be72a3ec6 
								
							 
						 
						
							
							
								
								Updating Chinese (Simplified) translations ( #5725 )  
							
							... 
							
							
							
							* i18n: (zh-CN) Improve translations
* i18n: (zh-CN) Change `静音` to `隐藏`
* i18n: (zh-CN) Add translations for #5087  & #5669 
* i18n: (zh-CN) Improve translations
* i18n: (zh-CN) Improve translations
* i18n: (zh-CN) Improve translations
* i18n: (zh-CN) Improve translations
* i18n: (zh-CN) Add missing translation for #5728  
							
						 
						
							2017-11-18 14:35:11 +09:00  
				
					
						
							
							
								 
						
							
								fc2c8b50dd 
								
							 
						 
						
							
							
								
								Removed glitch tests  
							
							
							
						 
						
							2017-11-17 19:29:17 -08:00  
				
					
						
							
							
								 
						
							
								e19fc6a9f8 
								
							 
						 
						
							
							
								
								Restore vanilla components  
							
							
							
						 
						
							2017-11-17 19:29:16 -08:00  
				
					
						
							
							
								 
						
							
								45c44989c8 
								
							 
						 
						
							
							
								
								Forking glitch theme  
							
							
							
						 
						
							2017-11-17 19:29:16 -08:00  
				
					
						
							
							
								 
						
							
								5a9982b425 
								
							 
						 
						
							
							
								
								Merge pull request  #223  from glitch-soc/glitchsoc/feature/configurable-status-size  
							
							... 
							
							
							
							Make character limit configurable (from tootsuite/mastodon#5697 ) 
							
						 
						
							2017-11-17 19:02:40 -05:00  
				
					
						
							
							
								 
						
							
								dc16d73bf5 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'lambadalambda/feature/configurable-status-size' into glitchsoc/feature/configurable-status-size  
							
							
							
						 
						
							2017-11-17 14:28:16 -06:00  
				
					
						
							
							
								 
						
							
								94c5a11cda 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-11-17 20:17:12 +00:00  
				
					
						
							
							
								 
						
							
								45f18b8f49 
								
							 
						 
						
							
							
								
								Merge pull request  #218  from glitch-soc/themed-prefetching  
							
							... 
							
							
							
							Themed preloading 
							
						 
						
							2017-11-17 14:01:23 -06:00  
				
					
						
							
							
								 
						
							
								4a2fc2d444 
								
							 
						 
						
							
							
								
								Increase contrast of Admin badges ( #5740 )  
							
							... 
							
							
							
							To comply WCAG 2.0 guidelines on contrast ratio. 
							
						 
						
							2017-11-17 19:59:53 +01:00  
				
					
						
							
							
								 
						
							
								2a386ad88d 
								
							 
						 
						
							
							
								
								Add trailing comma in mapStateToProps  
							
							... 
							
							
							
							Consistency, eslint, etc. 
							
						 
						
							2017-11-17 00:24:22 -06:00  
				
					
						
							
							
								 
						
							
								fbf76feb37 
								
							 
						 
						
							
							
								
								Merge pull request  #219  from glitch-soc/no-spin  
							
							... 
							
							
							
							Remove 'spin' theme 
							
						 
						
							2017-11-17 00:14:24 -06:00  
				
					
						
							
							
								 
						
							
								392945f9a3 
								
							 
						 
						
							
							
								
								Throw layout, isWide, navbarUnder back into mapStateToProps.  
							
							... 
							
							
							
							This gets wide view, auto layout, and navbar-under-mobile working again. 
							
						 
						
							2017-11-17 00:11:01 -06:00  
				
					
						
							
							
								 
						
							
								4dd19054d6 
								
							 
						 
						
							
							
								
								Removes spin theme  
							
							
							
						 
						
							2017-11-16 21:54:12 -08:00  
				
					
						
							
							
								 
						
							
								585758a373 
								
							 
						 
						
							
							
								
								Themed prefetching  
							
							
							
						 
						
							2017-11-16 21:37:08 -08:00  
				
					
						
							
							
								 
						
							
								b28b405b97 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into gs-master  
							
							
							
						 
						
							2017-11-16 22:52:37 -06:00  
				
					
						
							
							
								 
						
							
								2151fd3150 
								
							 
						 
						
							
							
								
								Display moderator badge (green), admin badge changed to red ( #5728 )  
							
							
							
						 
						
							2017-11-17 01:22:38 +01:00  
				
					
						
							
							
								 
						
							
								35fbdc36f9 
								
							 
						 
						
							
							
								
								Merge tootsuite/master at  3023725936 
							
							
							
						 
						
							2017-11-16 01:21:16 -06:00  
				
					
						
							
							
								 
						
							
								04508868b0 
								
							 
						 
						
							
							
								
								Merge pull request  #212  from aschmitz/feat/mute-reblogs  
							
							... 
							
							
							
							Allow hiding reblogs on a per-follow basis 
							
						 
						
							2017-11-15 12:01:17 -05:00  
				
					
						
							
							
								 
						
							
								c73a1fb537 
								
							 
						 
						
							
							
								
								reusable-streaming ( #5709 )  
							
							
							
						 
						
							2017-11-15 16:04:15 +01:00  
				
					
						
							
							
								 
						
							
								031a5a8f92 
								
							 
						 
						
							
							
								
								Optional notification muting ( #5087 )  
							
							... 
							
							
							
							* Add a hide_notifications column to mutes
* Add muting_notifications? and a notifications argument to mute!
* block notifications in notify_service from hard muted accounts
* Add specs for how mute! interacts with muting_notifications?
* specs testing that hide_notifications in mutes actually hides notifications
* Add support for muting notifications in MuteService
* API support for muting notifications (and specs)
* Less gross passing of notifications flag
* Break out a separate mute modal with a hide-notifications checkbox.
* Convert profile header mute to use mute modal
* Satisfy eslint.
* specs for MuteService notifications params
* add trailing newlines to files for Pork :)
* Put the label for the hide notifications checkbox in a label element.
* Add a /api/v1/mutes/details route that just returns the array of mutes.
* Define a serializer for /api/v1/mutes/details
* Add more specs for the /api/v1/mutes/details endpoint
* Expose whether a mute hides notifications in the api/v1/relationships endpoint
* Show whether muted users' notifications are muted in account lists
* Allow modifying the hide_notifications of a mute with the /api/v1/accounts/:id/mute endpoint
* make the hide/unhide notifications buttons work
* satisfy eslint
* In probably dead code, replace a dispatch of muteAccount that was skipping the modal with launching the mute modal.
* fix a missing import
* add an explanatory comment to AccountInteractions
* Refactor handling of default params for muting to make code cleaner
* minor code style fixes oops
* Fixed a typo that was breaking the account mute API endpoint
* Apply white-space: nowrap to account relationships icons
* Fix code style issues
* Remove superfluous blank line
* Rename /api/v1/mutes/details -> /api/v2/mutes
* Don't serialize "account" in MuteSerializer
Doing so is somewhat unnecessary since it's always the current user's account.
* Fix wrong variable name in api/v2/mutes
* Use Toggle in place of checkbox in the mute modal.
* Make the Toggle in the mute modal look better
* Code style changes in specs and removed an extra space
* Code review suggestions from akihikodaki
Also fixed a syntax error in tests for AccountInteractions.
* Make AddHideNotificationsToMute Concurrent
It's not clear how much this will benefit instances in practice, as the
number of mutes tends to be pretty small, but this should prevent any
blocking migrations nonetheless.
* Fix up migration things
* Remove /api/v2/mutes 
							
						 
						
							2017-11-15 03:56:41 +01:00  
				
					
						
							
							
								 
						
							
								c3ec1e87b8 
								
							 
						 
						
							
							
								
								Updating Chinese (Simplified) translations ( #5643 )  
							
							... 
							
							
							
							* i18n: (zh-CN) Bug fix for note-counter.
* i18n: (zh-CN) Improve translations
* i18n: (zh-CN) Improve translations
* i18n: (zh-CN) Add missing translations
* i18n: (zh-CN) Improve translations
* i18n: (zh-CN) Add support.array key for better wording
* Revert "i18n: (zh-CN) Add support.array key for better wording"
This reverts commit 27bf9a946e886213e827cd985d4f62419db57534.
Looks like this commit can't get pass the checks, revert it for now.
* i18n: (zh-CN) Change `客户端` to `应用`
* i18n: (zh-CN) Improve translations
* i18n: (zh-CN) Add missing translations (#5635 )
* i18n: (zh-CN) Change `两步验证` to `双重认证`
* i18n: (zh-CN) Improve translations 
							
						 
						
							2017-11-14 20:44:42 +01:00  
				
					
						
							
							
								 
						
							
								8087aa83d4 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #5699 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2017-11-14 20:36:11 +01:00  
				
					
						
							
							
								 
						
							
								ca5440b93d 
								
							 
						 
						
							
							
								
								Rename MAX_CHARS to MAX_TOOT_CHARS to be more specific.  
							
							
							
						 
						
							2017-11-14 17:56:38 +01:00  
				
					
						
							
							
								 
						
							
								dae8916544 
								
							 
						 
						
							
							
								
								Code style fixes.  
							
							
							
						 
						
							2017-11-14 16:54:04 +01:00  
				
					
						
							
							
								 
						
							
								d11b1a1aa7 
								
							 
						 
						
							
							
								
								Handle character limit in initial state in frontend.  
							
							
							
						 
						
							2017-11-14 16:24:10 +01:00  
				
					
						
							
							
								 
						
							
								c238444188 
								
							 
						 
						
							
							
								
								Updates and fixes to win95 theme  
							
							
							
						 
						
							2017-11-14 01:22:48 -08:00  
				
					
						
							
							
								 
						
							
								0e6c4cb796 
								
							 
						 
						
							
							
								
								l10n: PT-BR translation updated ( #5681 )  
							
							... 
							
							
							
							* Improved e-mail messages; delted repeated words
* pt-BR.json translations updated
* Revert "pt-BR.json translations updated"
This reverts commit 108c460531196fed6e6d14f93e8d8d047c835ffd.
* Updated pt-BR.json
* pt-BR.yml updated 
							
						 
						
							2017-11-14 11:07:38 +09:00  
				
					
						
							
							
								 
						
							
								07f7192bc3 
								
							 
						 
						
							
							
								
								Fix   #5632  - Reset column loading status after fetch fail ( #5659 )  
							
							
							
						 
						
							2017-11-12 12:51:07 +09:00  
				
					
						
							
							
								 
						
							
								48c705bbad 
								
							 
						 
						
							
							
								
								Don't update follower counts on reblog toggle  
							
							
							
						 
						
							2017-11-11 21:42:22 -06:00  
				
					
						
							
							
								 
						
							
								f9e7336296 
								
							 
						 
						
							
							
								
								Fix focused background color of direct toots ( #5642 )  
							
							
							
						 
						
							2017-11-09 19:40:34 +01:00  
				
					
						
							
							
								 
						
							
								4944515020 
								
							 
						 
						
							
							
								
								"Show reblogs" per-follower UI/database changes  
							
							... 
							
							
							
							TODO:
* Tests (particularly for FollowRequests).
* Anything to respect the setting when putting reblogs in timelines. 
							
						 
						
							2017-11-09 08:41:10 -06:00  
				
					
						
							
							
								 
						
							
								49a285ce15 
								
							 
						 
						
							
							
								
								Show confirmation dialog on leaving WebUI while composing ( #5616 )  
							
							... 
							
							
							
							* Show confirmation dialog on leaving WebUI while composing
Currently, Back button and Back hotkey can cause leaving from WebUI, as well as browser's back button. Users may hit those buttons accidentally, and their composing text will be lost.
So this prevents it by showing confirmation dialog from `onbeforeunload` event.
* Fix message and comments 
							
						 
						
							2017-11-09 14:34:41 +01:00  
				
					
						
							
							
								 
						
							
								3f16caaa50 
								
							 
						 
						
							
							
								
								Eliminate space around emoji ( #5474 )  
							
							... 
							
							
							
							* Eliminate space around emoji
* More improve emoji style
* Make more compatible with Twemoji
* Make scss-lint happy
* Make not modify normal emoji's behavior
* Decrease status__action-bar's margin-top to 5px
* Make the test be passed
* Revert "Make the test be passed"
This reverts commit 54a8c60e5907ef20a5ceb5ab2c86a933e06f3ece.
* Revert "Make not modify normal emoji's behavior"
This reverts commit 6a5bdf0c11df16ebd190cb3ab9d2e8f1349f435a. 
							
						 
						
							2017-11-07 19:09:53 +01:00  
				
					
						
							
							
								 
						
							
								5d5c0f4f43 
								
							 
						 
						
							
							
								
								Twidere mention workaround ( #5552 )  
							
							... 
							
							
							
							* Work around Twidere and Tootdon bug
Tootdon and Twidere construct @user@domain handles from mentions in toots based
solely on the mention text and account URI's domain without performing any
webfinger call or retrieving account info from the Mastodon server.
As a result, when a remote user has WEB_DOMAIN ≠ LOCAL_DOMAIN, Twidere and
Tootdon will construct the mention as @user@WEB_DOMAIN. Now, this will usually
resolve to the correct account (since the recommended configuration is to have
WEB_DOMAIN perform webfinger redirections to LOCAL_DOMAIN) when processing
mentions, but won't do so when displaying them (as it does not go through the
whole account resolution at that time).
This change rewrites mentions to the resolved account, so that displaying the
mentions will work.
* Use lookbehind instead of non-capturing group in MENTION_RE
Indeed, substitutions with the previous regexp would erroneously eat any
preceding whitespace, which would lead to concatenated mentions in the
previous commit.
Note that users will “lose” up to one character space per mention for their
toots, as that regexp is also used to remove the domain-part of mentioned
users for character counting purposes, and it also erroneously removed the
preceding character if it was a space. 
							
						 
						
							2017-11-07 19:08:14 +01:00  
				
					
						
							
							
								 
						
							
								1032f3994f 
								
							 
						 
						
							
							
								
								Add ability to disable login and mark accounts as memorial ( #5615 )  
							
							... 
							
							
							
							Fix  #5597  
						
							2017-11-07 19:06:44 +01:00  
				
					
						
							
							
								 
						
							
								e618edf85a 
								
							 
						 
						
							
							
								
								fix: slang to adequate word ( #5453 )  
							
							
							
						 
						
							2017-11-07 14:49:50 +01:00  
				
					
						
							
							
								 
						
							
								782224c991 
								
							 
						 
						
							
							
								
								Avoid emojifying on invisible text ( #5558 )  
							
							
							
						 
						
							2017-11-07 14:48:13 +01:00  
				
					
						
							
							
								 
						
							
								864c4d869f 
								
							 
						 
						
							
							
								
								Make fullscreen video in detailed status plays in fullscreen (Partly  Fix   #5160 ) ( #5611 )  
							
							... 
							
							
							
							* Make fullscreen video in detailed status plays in fullscreen (Fix  #5160 )
* Directly assign the initial state 
							
						 
						
							2017-11-07 14:24:55 +01:00  
				
					
						
							
							
								 
						
							
								bc8532359b 
								
							 
						 
						
							
							
								
								Mastodon GO! -> v0.1.1  
							
							
							
						 
						
							2017-11-06 20:00:03 -08:00  
				
					
						
							
							
								 
						
							
								e0298d66f8 
								
							 
						 
						
							
							
								
								Autocollapse boosts option  
							
							
							
						 
						
							2017-11-05 15:05:12 -08:00  
				
					
						
							
							
								 
						
							
								8abe9e9058 
								
							 
						 
						
							
							
								
								don't display any descendants of .invisible ( #5567 )  
							
							... 
							
							
							
							* don't display any descendants of .invisible
* reduce the scope of selector
* remove some rules for image
* lint 
							
						 
						
							2017-11-05 13:05:50 +01:00  
				
					
						
							
							
								 
						
							
								73bf0ea7d1 
								
							 
						 
						
							
							
								
								Merge pull request  #204  from glitch-soc/with-mastodon-go  
							
							... 
							
							
							
							Introducing: Mastodon GO! 
							
						 
						
							2017-11-04 09:14:08 -04:00  
				
					
						
							
							
								 
						
							
								276432790a 
								
							 
						 
						
							
							
								
								Introducing: Mastodon GO!  
							
							
							
						 
						
							2017-11-04 05:48:42 -07:00  
				
					
						
							
							
								 
						
							
								da3adc0a73 
								
							 
						 
						
							
							
								
								l10n Occitan ( #5586 )  
							
							... 
							
							
							
							* Update OC: time format
Correction for time format according to: https://opinion.jornalet.com/conselh-linguistic-de-jornalet/blog/2379/la-notacion-oraria-en-occitan 
Harmonisation words in menu and confirmation windows
* Update for unlisted custum emoji + #5577 
* correction subjonctiu
It's either siasque or siague
* Corrections
Any : qual que, in two words, else it means "some".
And "siasque" with S even if I don't pronounce it at all.
* Update oc.json 
							
						 
						
							2017-11-03 17:42:30 +09:00  
				
					
						
							
							
								 
						
							
								5521e94e24 
								
							 
						 
						
							
							
								
								refactor(features/ui): Avoid useless renders in WrappedSwitch ( #5580 )  
							
							
							
						 
						
							2017-11-01 12:17:53 +01:00  
				
					
						
							
							
								 
						
							
								763a2f8511 
								
							 
						 
						
							
							
								
								Replace react-router-scroll to react-router-scroll-4 ( #5568 )  
							
							
							
						 
						
							2017-11-01 06:58:38 +09:00  
				
					
						
							
							
								 
						
							
								60f962eedc 
								
							 
						 
						
							
							
								
								Refactor initial state: auto_play_gif ( #5576 )  
							
							
							
						 
						
							2017-11-01 06:58:07 +09:00  
				
					
						
							
							
								 
						
							
								b254e6ca5f 
								
							 
						 
						
							
							
								
								Refactor initial state: "me" ( #5563 )  
							
							... 
							
							
							
							* Refactor initial state: "me"
* remove "me" from reducers/meta.js 
							
						 
						
							2017-10-31 11:27:48 +09:00  
				
					
						
							
							
								 
						
							
								29609fbb6a 
								
							 
						 
						
							
							
								
								Updating Chinese (Simplified) translations ( #5508 )  
							
							... 
							
							
							
							* i18n: (zh-CN) fix punctuations and spaces
Spaces are fixed according to https://github.com/sparanoid/chinese-copywriting-guidelines 
* i18n: (zh-CN) fix punctuation
* i18n: (zh-CN) Adapt official translation of Discourse Privacy Policy from GitHub, with minor fixes
https://github.com/discourse/discourse/blob/master/config/locales/server.zh_CN.yml#L2677 
* i18n: (zh-CN) Update missing translations
* i18n: (zh-CN) Fixing errors
* i18n: (zh-CN) Fix indent error
* i18n: (zh-CN) Fix language tag
* i18n: (zh-CN) Remove quotes
* i18n: (zh-CN) Update translation (#5485 )
* i18n: (zh-CN) Remove whitespaces, x -> ×
* i18n: (zh-CN) Rewording on time distance
* i18n: (zh-CN) Overall improvements
* i18n: (zh-CN) i18n-tasks normalization
* i18n: (zh-CN) Add missing translation 
							
						 
						
							2017-10-30 12:34:58 +09:00  
				
					
						
							
							
								 
						
							
								2cea4592a3 
								
							 
						 
						
							
							
								
								Avoid modifying emoji data inline ( #5548 )  
							
							
							
						 
						
							2017-10-30 00:23:38 +09:00  
				
					
						
							
							
								 
						
							
								512feab222 
								
							 
						 
						
							
							
								
								Add margin to account for Edge disappearing scrollbar ( #5522 )  
							
							... 
							
							
							
							* Add margin to account for Edge disappearing scrollbar
* Fix 16px margin for DMs and horizontal line 
							
						 
						
							2017-10-30 00:11:32 +09:00  
				
					
						
							
							
								 
						
							
								5e111ce16d 
								
							 
						 
						
							
							
								
								Reactor unfollow_modal, boost_modal, delete_modal ( #5505 )  
							
							
							
						 
						
							2017-10-30 00:10:15 +09:00  
				
					
						
							
							
								 
						
							
								3e9236b343 
								
							 
						 
						
							
							
								
								Separate Follow/Unfollow and back buttons ( #5496 )  
							
							
							
						 
						
							2017-10-27 19:14:11 +02:00  
				
					
						
							
							
								 
						
							
								e843f62f47 
								
							 
						 
						
							
							
								
								Avoid unnecessary Motion components in icon_button.js ( #5544 )  
							
							
							
						 
						
							2017-10-27 19:08:07 +02:00  
				
					
						
							
							
								 
						
							
								ec487166db 
								
							 
						 
						
							
							
								
								Directly use <Motion/> if not reducing motion ( #5546 )  
							
							
							
						 
						
							2017-10-27 19:06:54 +02:00  
				
					
						
							
							
								 
						
							
								3de22a82bf 
								
							 
						 
						
							
							
								
								Refactor initial state: reduce_motion and auto_play_gif ( #5501 )  
							
							
							
						 
						
							2017-10-28 00:04:44 +09:00  
				
					
						
							
							
								 
						
							
								870d71b78b 
								
							 
						 
						
							
							
								
								Merge branch 'master' into gs-master  
							
							
							
						 
						
							2017-10-27 09:45:25 -05:00  
				
					
						
							
							
								 
						
							
								781105293c 
								
							 
						 
						
							
							
								
								Feature: Unlisted custom emojis ( #5485 )  
							
							
							
						 
						
							2017-10-27 16:11:30 +02:00  
				
					
						
							
							
								 
						
							
								2827f852c0 
								
							 
						 
						
							
							
								
								Theme: Windows 95  
							
							
							
						 
						
							2017-10-26 23:22:48 -07:00  
				
					
						
							
							
								 
						
							
								dd28b94cf0 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into gs-master  
							
							
							
						 
						
							2017-10-26 09:18:27 -05:00  
				
					
						
							
							
								 
						
							
								d556be2968 
								
							 
						 
						
							
							
								
								Fix column design broken with very long title ( #5493 )  
							
							... 
							
							
							
							* Fix  #5314 
* fix not beautiful code
* fix broken design with mobile view
* remove no longer needed code 
							
						 
						
							2017-10-26 22:52:48 +09:00  
				
					
						
							
							
								 
						
							
								02f7f3619a 
								
							 
						 
						
							
							
								
								Remove translateZ(0) on modal overlay ( #5478 )  
							
							
							
						 
						
							2017-10-26 22:46:50 +09:00  
				
					
						
							
							
								 
						
							
								42f2045c21 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'STJrInuyasha/feature/direct-timeline' into gs-direct-timeline  
							
							
							
						 
						
							2017-10-25 16:01:20 -05:00  
				
					
						
							
							
								 
						
							
								5f0268ab84 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							
							
						 
						
							2017-10-25 16:17:14 +00:00  
				
					
						
							
							
								 
						
							
								20fee786b1 
								
							 
						 
						
							
							
								
								Update Russian translation ( #5517 )  
							
							... 
							
							
							
							* Add Russian translation (ru)
* Fix a missing comma
* Fix the wording for better consistency
* Update Russian translation
* Arrange Russian setting alphabetically
* Fix syntax error
* Update Russian translation
* Fix formatting error
* Update Russian translation
* Update Russian translation
* Update ru.jsx
* Fix syntax error
* Remove two_factor_auth.warning (appears obsolete)
* Add missing strings in ru.yml
A lot of new strings translated, especially for the newly added admin section
* Fix translation consistency
* Update Russian translation
* Update Russian translation (pluralizations)
* Update Russian translation
* Update Russian translation
* Update Russian translation (pin)
* Update Russian translation (account deletion)
* Fix extra line
* Update Russian translation (sessions)
* Update Russian translation
* Update Russian translation
* Fix merge conflicts (revert)
* Update Russian translation
* Update Russian translation (fix)
* Update Russian translation (fix quotes)
* Update Russian translation (fix quotes)
* Update Russian translation (fix)
* Update Russian translation
* Add quotes
* bundle exec i18n-tasks normalize 
							
						 
						
							2017-10-26 00:21:58 +09:00  
				
					
						
							
							
								 
						
							
								1ba3725473 
								
							 
						 
						
							
							
								
								Complete Esperanto translation ( #5520 )  
							
							
							
						 
						
							2017-10-25 22:38:37 +09:00  
				
					
						
							
							
								 
						
							
								516eeeb43d 
								
							 
						 
						
							
							
								
								option to add title to <Button>, use for toot buttons ( #197 )  
							
							
							
						 
						
							2017-10-24 19:08:07 +02:00  
				
					
						
							
							
								 
						
							
								4f01e6e8d5 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into gs-master  
							
							
							
						 
						
							2017-10-22 22:57:41 -05:00  
				
					
						
							
							
								 
						
							
								a76b024228 
								
							 
						 
						
							
							
								
								Changes to match other timelines in 2.0  
							
							
							
						 
						
							2017-10-22 18:45:35 -07:00  
				
					
						
							
							
								 
						
							
								3db80f75a6 
								
							 
						 
						
							
							
								
								Added a timeline for Direct statuses  
							
							... 
							
							
							
							* Lists all Direct statuses you've sent and received
* Displayed in Getting Started
* Streaming server support for direct TL 
							
						 
						
							2017-10-22 18:35:14 -07:00  
				
					
						
							
							
								 
						
							
								fdb0848e08 
								
							 
						 
						
							
							
								
								i18n: Update Polish Translation ( #5494 )  
							
							
							
						 
						
							2017-10-22 08:34:39 +09:00  
				
					
						
							
							
								 
						
							
								d589dd7cd0 
								
							 
						 
						
							
							
								
								Compose buttons bar redesign + generalize dropdown ( #194 )  
							
							... 
							
							
							
							* Generalize compose dropdown for re-use
* wip stuffs
* new tootbox look and removed old doodle button files
* use the house icon for ... 
							
						 
						
							2017-10-21 20:24:53 +02:00  
				
					
						
							
							
								 
						
							
								21bafc6555 
								
							 
						 
						
							
							
								
								Updates to bio metadata script  
							
							
							
						 
						
							2017-10-19 16:11:53 -07:00  
				
					
						
							
							
								 
						
							
								8392ddbf87 
								
							 
						 
						
							
							
								
								Remove unnecessary translateZ(0) when doing scale() ( #5473 )  
							
							
							
						 
						
							2017-10-19 18:27:55 +02:00  
				
					
						
							
							
								 
						
							
								9423553e5c 
								
							 
						 
						
							
							
								
								Make the compose area optionally scrollable.  
							
							... 
							
							
							
							On desktop, the compose text box grows to accommodate the content.  On
mobile, the text box does not grow to accommodate text context, but does
grow to accommodate images.  It is possible in both cases to overflow
the available area, which makes accessing other UI elements (e.g.
visibility setttings) difficult.
This commit makes the compose area optionally scrollable, which allows
those UI elements to remain available even if they go off-screen. 
							
						 
						
							2017-10-19 10:59:50 -05:00  
				
					
						
							
							
								 
						
							
								90770f6d59 
								
							 
						 
						
							
							
								
								Merge pull request  #185  from glitch-soc/fix-null-status  
							
							... 
							
							
							
							workaround for null status 
							
						 
						
							2017-10-18 17:01:31 -05:00  
				
					
						
							
							
								 
						
							
								eb907a5bab 
								
							 
						 
						
							
							
								
								formatting fix for eslint  
							
							
							
						 
						
							2017-10-18 23:44:06 +02:00  
				
					
						
							
							
								 
						
							
								39c9cdf7fe 
								
							 
						 
						
							
							
								
								Remove unused filesAttached property.  
							
							
							
						 
						
							2017-10-18 13:20:45 -05:00  
				
					
						
							
							
								 
						
							
								86cf4468af 
								
							 
						 
						
							
							
								
								Update stylesheet imports in glitch components.  
							
							... 
							
							
							
							Commit 6e54719474 
							
						 
						
							2017-10-18 11:52:34 -05:00  
				
					
						
							
							
								 
						
							
								42e8c8eb0e 
								
							 
						 
						
							
							
								
								Merge tag 'v2.0.0' into gs-master  
							
							
							
						 
						
							2017-10-18 11:52:04 -05:00  
				
					
						
							
							
								 
						
							
								09d81defcd 
								
							 
						 
						
							
							
								
								Suppress type error(not a function) on calling fastSeek ( #5452 )  
							
							
							
						 
						
							2017-10-18 17:13:51 +02:00  
				
					
						
							
							
								 
						
							
								26b2a6a71e 
								
							 
						 
						
							
							
								
								Fix pt-BR translation strings related to advanced search. ( #5449 )  
							
							
							
						 
						
							2017-10-18 13:53:17 +02:00  
				
					
						
							
							
								 
						
							
								edf9a5e4fc 
								
							 
						 
						
							
							
								
								Revert  #5438  for FR ( #5450 )  
							
							... 
							
							
							
							As said here https://github.com/tootsuite/mastodon/pull/5438  the point of shortening the timestamp is legit, and after some time of adaptation no mistakes can be mades. 
							
						 
						
							2017-10-18 13:51:30 +02:00  
				
					
						
							
							
								 
						
							
								c710069c12 
								
							 
						 
						
							
							
								
								Some typos and supplementation in sentence structures ( #5441 )  
							
							... 
							
							
							
							* Swedish file added
* Swedish file added
* Swedish file updated
* Swedish languagefile added
* Add Swedish translation
* Add Swedish translation
* Started the Swedish translation
* Added Swedish lang settings
* Updating Swedish language
* Updating Swedish language
* Updating Swedish language
* Updating Swedish language
* Updating Swedish language
* Updating Swedish language
* Swedish language completed and added
* Swedish language Simple_form added
* Swedish language Divise added
* Swedish language doorkeeper added
* Swedish language - now all file complete
* Swedish - Typos and supplementation in sentence structure
* Update simple_form.sv.yml
* Update sv.yml
* Update sv.yml
Rearranged the alphabetical order. 
							
						 
						
							2017-10-18 13:50:52 +02:00  
				
					
						
							
							
								 
						
							
								e7099d8d9e 
								
							 
						 
						
							
							
								
								fr.json typo (realtive time) ( #5447 )  
							
							... 
							
							
							
							Typo correction : https://fr.wikipedia.org/wiki/Heure#Typographie  
							
						 
						
							2017-10-18 16:47:14 +09:00  
				
					
						
							
							
								 
						
							
								6e54719474 
								
							 
						 
						
							
							
								
								Make theme directory and Rename application.scss ( #5336 )  
							
							... 
							
							
							
							* Rename application.scss
* Move to 'default' directory
* Follow review
Move directory, and Rename "mastodon".
* Revert rename
* undo removal of newline 
							
						 
						
							2017-10-18 05:20:07 +09:00  
				
					
						
							
							
								 
						
							
								f3003417c5 
								
							 
						 
						
							
							
								
								When unreblog arrives over streaming API, just delete in UI ( #5439 )  
							
							
							
						 
						
							2017-10-17 22:17:02 +02:00  
				
					
						
							
							
								 
						
							
								33ea042dec 
								
							 
						 
						
							
							
								
								i18n better wording (OC/CA/FR) + string added in FR ( #5438 )  
							
							... 
							
							
							
							* Update oc.json
* Update fr.json
* Update ca.json
* Update fr.json
* Update simple_form.fr.yml
* Update ca.json
* Update fr.json
* Update oc.json
* Update oc.json
* Update fr.json 
							
						 
						
							2017-10-17 21:49:39 +02:00  
				
					
						
							
							
								 
						
							
								8b22a63ab0 
								
							 
						 
						
							
							
								
								Fix scrolling of dropdown when offscreen ( #5434 )  
							
							
							
						 
						
							2017-10-17 20:38:16 +02:00  
				
					
						
							
							
								 
						
							
								05686cc99d 
								
							 
						 
						
							
							
								
								Fix unwanted content warning gap in CSS ( #5436 )  
							
							... 
							
							
							
							Fix  #5356  
						
							2017-10-17 20:07:44 +02:00  
				
					
						
							
							
								 
						
							
								a02de9e012 
								
							 
						 
						
							
							
								
								i18n update ( #5427 ) in OC/CA/FR/ES ( #5431 )  
							
							... 
							
							
							
							* Update oc.json
* Update ca.json
* Update fr.json
* Update es.json 
							
						 
						
							2017-10-17 13:03:28 +02:00  
				
					
						
							
							
								 
						
							
								2d395324e1 
								
							 
						 
						
							
							
								
								Fix React warning about tabIndex on status with CW ( #5432 )  
							
							
							
						 
						
							2017-10-17 13:03:12 +02:00  
				
					
						
							
							
								 
						
							
								e6c9756fa9 
								
							 
						 
						
							
							
								
								Update German translation ( #5425 )  
							
							
							
						 
						
							2017-10-17 12:02:47 +02:00  
				
					
						
							
							
								 
						
							
								5050719fac 
								
							 
						 
						
							
							
								
								Add Japanese translations ( #5427 )  
							
							... 
							
							
							
							* yarn manage:translations
* Add Japanese translation for #5410 
* Add Japanese translation for #5393  
							
						 
						
							2017-10-17 11:47:05 +02:00  
				
					
						
							
							
								 
						
							
								a2b600428c 
								
							 
						 
						
							
							
								
								Swedish translation ( #5406 )  
							
							... 
							
							
							
							* Swedish file added
* Swedish file added
* Swedish file updated
* Swedish languagefile added
* Add Swedish translation
* Add Swedish translation
* Started the Swedish translation
* Added Swedish lang settings
* Updating Swedish language
* Updating Swedish language
* Updating Swedish language
* Updating Swedish language
* Updating Swedish language
* Updating Swedish language
* Swedish language completed and added
* Swedish language Simple_form added
* Swedish language Divise added
* Swedish language doorkeeper added
* Swedish language - now all file complete 
							
						 
						
							2017-10-17 13:41:36 +09:00  
				
					
						
							
							
								 
						
							
								df1a9c5ab5 
								
							 
						 
						
							
							
								
								Small update Dutch (nl) strings ( #5424 )  
							
							... 
							
							
							
							* Update Dutch strings
* Update Dutch 
							
						 
						
							2017-10-17 01:00:23 +02:00  
				
					
						
							
							
								 
						
							
								4421f6598f 
								
							 
						 
						
							
							
								
								Fix dual toot button wrong behavior after compose re-design  
							
							
							
						 
						
							2017-10-16 23:32:13 +02:00  
				
					
						
							
							
								 
						
							
								64a5e9a1de 
								
							 
						 
						
							
							
								
								workaround for null status  
							
							
							
						 
						
							2017-10-16 23:09:39 +02:00  
				
					
						
							
							
								 
						
							
								7364b26e4b 
								
							 
						 
						
							
							
								
								Merge pull request  #184  from tootsuite/master  
							
							... 
							
							
							
							Fix reduced motion breaking public galleries (#5423 ) 
							
						 
						
							2017-10-16 17:05:42 -04:00  
				
					
						
							
							
								 
						
							
								313ba202ef 
								
							 
						 
						
							
							
								
								Merge pull request  #182  from glitch-soc/wide-tootbox-panel  
							
							... 
							
							
							
							Full-width tootbox panel to make room for buttons 
							
						 
						
							2017-10-16 15:49:22 -05:00  
				
					
						
							
							
								 
						
							
								37ff061d9b 
								
							 
						 
						
							
							
								
								satisfy eslint and jest  
							
							
							
						 
						
							2017-10-16 22:24:44 +02:00  
				
					
						
							
							
								 
						
							
								3d7de06db4 
								
							 
						 
						
							
							
								
								rem a comment  
							
							
							
						 
						
							2017-10-16 22:12:38 +02:00  
				
					
						
							
							
								 
						
							
								26f08f0791 
								
							 
						 
						
							
							
								
								double-decker tootbox  
							
							
							
						 
						
							2017-10-16 22:10:14 +02:00  
				
					
						
							
							
								 
						
							
								4b397adb5b 
								
							 
						 
						
							
							
								
								fix some lint errors  
							
							
							
						 
						
							2017-10-16 21:13:34 +02:00  
				
					
						
							
							
								 
						
							
								8980aa804f 
								
							 
						 
						
							
							
								
								Fix reduced motion breaking public galleries ( #5423 )  
							
							
							
						 
						
							2017-10-16 21:08:01 +02:00  
				
					
						
							
							
								 
						
							
								dbb1fce94d 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into gs-master  
							
							
							
						 
						
							2017-10-16 09:23:59 -05:00  
				
					
						
							
							
								 
						
							
								aec70b44fc 
								
							 
						 
						
							
							
								
								Filter out duplicate IDs in timelines reducer ( #5417 )  
							
							... 
							
							
							
							Possibly the cause of #5379 , #5377  
							
						 
						
							2017-10-16 15:59:30 +02:00  
				
					
						
							
							
								 
						
							
								03975dbde4 
								
							 
						 
						
							
							
								
								Add up-to-date korean translation on client  ( #5402 )  
							
							... 
							
							
							
							* chore: add Korean translation for client
* fix: change unlisted and embed Korean words 
							
						 
						
							2017-10-16 14:39:28 +02:00  
				
					
						
							
							
								 
						
							
								f72936b4e6 
								
							 
						 
						
							
							
								
								Fix   #5082  - disable retweet link for followers only toot ( #5397 )  
							
							... 
							
							
							
							* Fix  #5082  - disable retweet link for followers only toot
* Hide reblog count when it is a direct message 
							
						 
						
							2017-10-16 14:10:12 +02:00  
				
					
						
							
							
								 
						
							
								3c530d95f6 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #5416 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2017-10-16 14:09:51 +02:00  
				
					
						
							
							
								 
						
							
								1e7b3bf625 
								
							 
						 
						
							
							
								
								i18n ultim hour «More» dropdown title + reduce motion ( #5415 )  
							
							... 
							
							
							
							* Correction fem. form
* More dropdown title
* More dropdown title
* More dropdown title
* Add option to reduce motion (#5393 ) 
							
						 
						
							2017-10-16 14:09:26 +02:00  
				
					
						
							
							
								 
						
							
								bf0ee1a25c 
								
							 
						 
						
							
							
								
								Enable ESLint rules import/* ( #5414 )  
							
							... 
							
							
							
							* Enable ESLint rules import/*
* fix 
							
						 
						
							2017-10-16 11:12:09 +02:00  
				
					
						
							
							
								 
						
							
								fa0be3f834 
								
							 
						 
						
							
							
								
								Add option to reduce motion ( #5393 )  
							
							... 
							
							
							
							* Add option to reduce motion
* Use HOC to wrap all Motion calls
* fix case-sensitive issue
* Avoid updating too frequently
* Get rid of unnecessary change to _simple_status.html.haml 
							
						 
						
							2017-10-16 09:36:15 +02:00  
				
					
						
							
							
								 
						
							
								981e20b03a 
								
							 
						 
						
							
							
								
								Fix offline-plugin warning in dev mode ( #5411 )  
							
							
							
						 
						
							2017-10-16 09:33:50 +02:00  
				
					
						
							
							
								 
						
							
								d5b767c374 
								
							 
						 
						
							
							
								
								Replace JavaScript Testing Framework from Mocha to Jest ( #5412 )  
							
							
							
						 
						
							2017-10-16 09:33:08 +02:00  
				
					
						
							
							
								 
						
							
								93b54b8d4b 
								
							 
						 
						
							
							
								
								i18n "More" dropdown title ( #5410 )  
							
							
							
						 
						
							2017-10-16 09:31:47 +02:00  
				
					
						
							
							
								 
						
							
								e7ab9bf8b4 
								
							 
						 
						
							
							
								
								Refactor and simplify icon_button.js ( #5413 )  
							
							
							
						 
						
							2017-10-16 09:30:09 +02:00  
				
					
						
							
							
								 
						
							
								6cd5b3bbe5 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into gs-master  
							
							
							
						 
						
							2017-10-16 01:29:02 -05:00  
				
					
						
							
							
								 
						
							
								f72ad67a39 
								
							 
						 
						
							
							
								
								Merge pull request  #180  from STJrInuyasha/glitch-soc/avatar-unification  
							
							... 
							
							
							
							Avatar unification, mk.II 
							
						 
						
							2017-10-16 00:49:05 -05:00  
				
					
						
							
							
								 
						
							
								56094cb4bd 
								
							 
						 
						
							
							
								
								1.6 changed files for unified avatar styling -- updated to restore unity  
							
							
							
						 
						
							2017-10-15 21:14:21 -07:00  
				
					
						
							
							
								 
						
							
								22df18e902 
								
							 
						 
						
							
							
								
								Merge pull request  #173  from glitch-soc/zerowidthmoji  
							
							... 
							
							
							
							use zerowidth spaces with emojis 
							
						 
						
							2017-10-15 20:04:19 -05:00  
				
					
						
							
							
								 
						
							
								894da3dcca 
								
							 
						 
						
							
							
								
								Clear timer when unmounting RelativeTimestamp components ( #5408 )  
							
							... 
							
							
							
							Possibly the cause of #5379 , #5377  
							
						 
						
							2017-10-16 03:03:36 +02:00  
				
					
						
							
							
								 
						
							
								8eb7d30a6c 
								
							 
						 
						
							
							
								
								l10n Occitan: finishing touches ( #5404 )  
							
							... 
							
							
							
							* Update oc.json
* Update oc.yml 
							
						 
						
							2017-10-15 23:07:32 +02:00  
				
					
						
							
							
								 
						
							
								7fe1428cc4 
								
							 
						 
						
							
							
								
								Update French translation ( #5401 )  
							
							
							
						 
						
							2017-10-15 21:21:05 +09:00  
				
					
						
							
							
								 
						
							
								b3b4b5a2eb 
								
							 
						 
						
							
							
								
								Adjust public hashtag pages ( #5357 )  
							
							
							
						 
						
							2017-10-14 14:48:12 +02:00  
				
					
						
							
							
								 
						
							
								ae716a12e1 
								
							 
						 
						
							
							
								
								replace newlines in desktop notif with spaces instead of removing them ( #5361 )  
							
							
							
						 
						
							2017-10-14 14:41:12 +02:00  
				
					
						
							
							
								 
						
							
								f63a40e7c2 
								
							 
						 
						
							
							
								
								Updated Catalan strings ( #5323 )  
							
							... 
							
							
							
							* Add Catalan language
* Add Catalan language
* Update ca.json
* Update ca.json
* Update ca.json
* Update ca.json
* Update ca.json
* Update ca.json
* Update settings_helper.rb
* Update mastodon.js
* Update index.js
* Update application.rb
* Update ca.yml
* removed extra spaces at line 225
* Catalan translation update
added activerecord.ca.yml
* Update activerecord.ca.yml
Done
* Updated activerecord.ca.yml
* Catalan language updated
* Catalan language updated
* Catalan language updated
* Catalan language updated
* Catalan language updated
* Update ca.json
Removed :
<<<<<<< HEAD
  "getting_started.support": "{faq} • {userguide} • {apps}",
=======
>>>>>>> upstream/master
* Syncing to master
* Added new Catalan strings
* removed config.secret_key line
* Corrected <sotrong> tag to <strong>
Line 515
* Removed extra line
* Reverted
* yarn.lock reverted
* Updated Catalan strings
* Updated Catalan strings 
							
						 
						
							2017-10-14 14:40:35 +02:00  
				
					
						
							
							
								 
						
							
								c6f76db2e1 
								
							 
						 
						
							
							
								
								Update French translation ( #5384 )  
							
							... 
							
							
							
							Update French translation 
							
						 
						
							2017-10-14 14:30:19 +02:00  
				
					
						
							
							
								 
						
							
								2c704ca9c6 
								
							 
						 
						
							
							
								
								l10n: update Persian translation for 2.0 ( #5391 )  
							
							
							
						 
						
							2017-10-14 14:28:19 +02:00  
				
					
						
							
							
								 
						
							
								cdc22d23b9 
								
							 
						 
						
							
							
								
								Doodle improvements 2 ( #176 )  
							
							... 
							
							
							
							* Fix some doodle bugs and added Background color functionality
* added protections against accidental doodle erase, screen size changing
* resolve react warning about 'selected' on <option> 
							
						 
						
							2017-10-14 12:24:35 +02:00  
				
					
						
							
							
								 
						
							
								eb96aa86a4 
								
							 
						 
						
							
							
								
								Update German translation ( #5389 )  
							
							
							
						 
						
							2017-10-14 19:00:23 +09:00  
				
					
						
							
							
								 
						
							
								531dadad86 
								
							 
						 
						
							
							
								
								Doodle palette, options, fill tool ( #172 )  
							
							
							
						 
						
							2017-10-14 00:58:38 +02:00  
				
					
						
							
							
								 
						
							
								723890b6fa 
								
							 
						 
						
							
							
								
								use zerowidth spaces for emojis  
							
							
							
						 
						
							2017-10-14 00:48:53 +02:00  
				
					
						
							
							
								 
						
							
								2af964ef20 
								
							 
						 
						
							
							
								
								Fixed a bug where the canvas would get transparent bg upon erase  
							
							
							
						 
						
							2017-10-13 18:13:00 +02:00  
				
					
						
							
							
								 
						
							
								33e806217f 
								
							 
						 
						
							
							
								
								Initial doodle support  
							
							
							
						 
						
							2017-10-13 18:07:01 +02:00  
				
					
						
							
							
								 
						
							
								c35132a738 
								
							 
						 
						
							
							
								
								Dutch strings: small change ( #5375 )  
							
							... 
							
							
							
							* Dutch strings: small change
* And this too. 
							
						 
						
							2017-10-13 18:03:56 +02:00  
				
					
						
							
							
								 
						
							
								48f7a58799 
								
							 
						 
						
							
							
								
								Do not try to guess why home timeline is empty in web UI ( #5370 )  
							
							... 
							
							
							
							* Do not try to guess why home timeline is empty in web UI
* Fix style issue 
							
						 
						
							2017-10-13 16:44:16 +02:00  
				
					
						
							
							
								 
						
							
								388d093beb 
								
							 
						 
						
							
							
								
								When unfollowing, remove from home in web UI immediately ( #5369 )  
							
							... 
							
							
							
							Do NOT send "delete" through streaming API when unmerging from
home timeline. "delete" implies that the original status was
deleted, which is not true! 
							
						 
						
							2017-10-13 16:44:02 +02:00  
				
					
						
							
							
								 
						
							
								d37305c628 
								
							 
						 
						
							
							
								
								Reduce discrepancies between server and client-side character count ( #5360 )  
							
							
							
						 
						
							2017-10-12 23:26:34 +02:00  
				
					
						
							
							
								 
						
							
								ad917cda10 
								
							 
						 
						
							
							
								
								l10n: PT-BR translation updated ( #5362 )  
							
							... 
							
							
							
							* PT-BR translation updated
* Testing
* Indentation error fixed
* More indentation errors fixed 
							
						 
						
							2017-10-13 06:16:43 +09:00  
				
					
						
							
							
								 
						
							
								df626fdd43 
								
							 
						 
						
							
							
								
								Fix the notification bug with newlines  
							
							
							
						 
						
							2017-10-12 21:28:17 +02:00  
				
					
						
							
							
								 
						
							
								6a2b1ba91e 
								
							 
						 
						
							
							
								
								Another tabs-vs-spaces fix, but with ~feeling~  
							
							
							
						 
						
							2017-10-12 09:36:26 -05:00  
				
					
						
							
							
								 
						
							
								3cfcc7a50e 
								
							 
						 
						
							
							
								
								Fix some consistance errors in gender neutral formulations. Add some missing ones. ( #5350 )  
							
							
							
						 
						
							2017-10-12 16:31:14 +02:00  
				
					
						
							
							
								 
						
							
								fe1c20cfb9 
								
							 
						 
						
							
							
								
								Fix tabs-vs-spaces issue pointed out by eslint.  
							
							
							
						 
						
							2017-10-12 09:23:06 -05:00  
				
					
						
							
							
								 
						
							
								cb7ba23cd8 
								
							 
						 
						
							
							
								
								Update oc.json ( #5343 )  
							
							
							
						 
						
							2017-10-12 15:40:45 +02:00  
				
					
						
							
							
								 
						
							
								13e05fece2 
								
							 
						 
						
							
							
								
								Merge tag 'v2.0.0rc2' into gs-master  
							
							
							
						 
						
							2017-10-12 04:22:59 -05:00  
				
					
						
							
							
								 
						
							
								3ebe03b729 
								
							 
						 
						
							
							
								
								Fixes and updates for the French translation ( #5340 )  
							
							... 
							
							
							
							* Ajout du support des thèmes multiples
Ajoute des traductions pour les nouvelles chaînes permettant le support de thèmes multiples.
Add translations for the new strings allowing support for multiple themes.
* Mise à jour de la traduction
Met à jour les chaînes modifiées et ajoute des traductions pour celle n’en ayant pas.
Update modified strings and add new translations for the ones who are missing them.
* 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 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. 
							
						 
						
							2017-10-12 00:58:01 +02:00  
				
					
						
							
							
								 
						
							
								eeaa8fba43 
								
							 
						 
						
							
							
								
								Fix our media gallery not having alt text and tooltips  
							
							
							
						 
						
							2017-10-11 22:02:24 +02:00  
				
					
						
							
							
								 
						
							
								b0b5ff1b0f 
								
							 
						 
						
							
							
								
								workaround for scrollIntoView bug ???  
							
							
							
						 
						
							2017-10-11 21:49:22 +02:00  
				
					
						
							
							
								 
						
							
								0bf9261e65 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master'  
							
							
							
						 
						
							2017-10-11 21:27:17 +02:00  
				
					
						
							
							
								 
						
							
								6bc07d3de3 
								
							 
						 
						
							
							
								
								Updating Dutch strings for 2.0 ( #5334 )  
							
							
							
						 
						
							2017-10-11 21:21:22 +02:00  
				
					
						
							
							
								 
						
							
								0352c40e99 
								
							 
						 
						
							
							
								
								Use gender neutral language as in the rest of the french translation ( #5331 )  
							
							
							
						 
						
							2017-10-11 21:20:56 +02:00  
				
					
						
							
							
								 
						
							
								07ea625cb2 
								
							 
						 
						
							
							
								
								Fix styles of error pages ( #5335 )  
							
							... 
							
							
							
							Signed-off-by: Lynx Kotoura <admin@sanin.link>
Signed-off-by: Lynx Kotoura <admin@sanin.link> 
							
						 
						
							2017-10-11 21:18:45 +02:00  
				
					
						
							
							
								 
						
							
								3cc6255a7e 
								
							 
						 
						
							
							
								
								Removed length check which now happens in reducer  
							
							
							
						 
						
							2017-10-11 11:50:11 -07:00  
				
					
						
							
							
								 
						
							
								35e2cad4eb 
								
							 
						 
						
							
							
								
								Fixed header emojification  
							
							
							
						 
						
							2017-10-11 11:00:28 -07:00  
				
					
						
							
							
								 
						
							
								8d6b9ba494 
								
							 
						 
						
							
							
								
								Merge upstream 2.0ish  #165  
							
							
							
						 
						
							2017-10-11 10:43:10 -07:00  
				
					
						
							
							
								 
						
							
								1823cf435a 
								
							 
						 
						
							
							
								
								In thread view, only scroll first update, scroll to replied-to post ( #5322 )  
							
							
							
						 
						
							2017-10-11 19:21:44 +02:00  
				
					
						
							
							
								 
						
							
								476e79b8e3 
								
							 
						 
						
							
							
								
								Fully disable hotkeys when input element is focused ( #5324 )  
							
							... 
							
							
							
							Because alt+n is a way to enter some kinda letter on some keyboard 
							
						 
						
							2017-10-11 16:31:07 +02:00  
				
					
						
							
							
								 
						
							
								19d3317a69 
								
							 
						 
						
							
							
								
								Update french translation : mastodon/locales/fr.json ( #5318 )  
							
							... 
							
							
							
							* Update fr.json
* Update fr.json
* Update fr.json 
							
						 
						
							2017-10-11 22:07:09 +09:00  
				
					
						
							
							
								 
						
							
								38600b2792 
								
							 
						 
						
							
							
								
								Update ar.json ( #5316 )  
							
							... 
							
							
							
							Pushing new arabic translated strings for Mastodon web client. 
							
						 
						
							2017-10-11 21:19:04 +09:00  
				
					
						
							
							
								 
						
							
								b0407ece42 
								
							 
						 
						
							
							
								
								Fix an error when ancestors get loaded before the status itself ( #5312 )  
							
							... 
							
							
							
							When ancestors get loaded, we scroll to the target status (i.e. skip
ancestors). However, ancestors may get loaded before the status itself,
then it causes TypeError because `this.node` is undefined yet.
Since we don't show anything until the status gets loaded, we don't need
to scroll to the target status in this time. If we get the status itslef
later, it causes `componentDidUpdate` and scrolling correctly. 
							
						 
						
							2017-10-11 11:25:15 +02:00  
				
					
						
							
							
								 
						
							
								b3d7ad958f 
								
							 
						 
						
							
							
								
								Fix   #5306 : Stop hotkeys in input fields even when shift is pressed ( #5309 )  
							
							... 
							
							
							
							AZERTY layouts require pressing shift to press a number at all, so
it triggers a column switch even when simply typing numbers in
textarea 
							
						 
						
							2017-10-11 01:01:17 +02:00  
				
					
						
							
							
								 
						
							
								9815be2a44 
								
							 
						 
						
							
							
								
								Fix   #5293  - Pre-fill frequently used emojis to avoid bugs ( #5305 )  
							
							
							
						 
						
							2017-10-10 20:47:14 +02:00  
				
					
						
							
							
								 
						
							
								4bb3e4eeba 
								
							 
						 
						
							
							
								
								Fix   #5295  - Order custom emoji lexicographically ( #5297 )  
							
							
							
						 
						
							2017-10-10 15:18:12 +02:00  
				
					
						
							
							
								 
						
							
								784c7510d7 
								
							 
						 
						
							
							
								
								Fix an error when video playback buffer is empty ( #5300 )  
							
							
							
						 
						
							2017-10-10 15:17:53 +02:00  
				
					
						
							
							
								 
						
							
								1c6fc0e4ce 
								
							 
						 
						
							
							
								
								Center error layout ( #5289 )  
							
							
							
						 
						
							2017-10-09 20:51:36 +02:00  
				
					
						
							
							
								 
						
							
								488584bfc1 
								
							 
						 
						
							
							
								
								Track frequently used emojis in web UI ( #5275 )  
							
							... 
							
							
							
							* Track frequently used emojis in web UI
* Persist emoji usage, but debounce commits to the settings API
* Fix  #5144  - Add tooltips to picker
* Display only 2 lines of frequently used emojis 
							
						 
						
							2017-10-08 21:47:15 +02:00  
				
					
						
							
							
								 
						
							
								92a3181dc6 
								
							 
						 
						
							
							
								
								improve static page metadata look  
							
							
							
						 
						
							2017-10-08 10:46:59 +02:00  
				
					
						
							
							
								 
						
							
								94f15338c3 
								
							 
						 
						
							
							
								
								i18n update Occitan ( #5263 )  
							
							... 
							
							
							
							* Update oc.json
* Update oc.yml
* Update oc.yml
* Update oc.json 
							
						 
						
							2017-10-08 14:18:27 +09:00  
				
					
						
							
							
								 
						
							
								db33a53ee8 
								
							 
						 
						
							
							
								
								Video preload should be a string ( #5267 )  
							
							
							
						 
						
							2017-10-08 03:06:43 +02:00  
				
					
						
							
							
								 
						
							
								7de6d269d2 
								
							 
						 
						
							
							
								
								Use ES module build of react-router-dom ( #5264 )  
							
							
							
						 
						
							2017-10-08 02:55:58 +02:00  
				
					
						
							
							
								 
						
							
								684001d729 
								
							 
						 
						
							
							
								
								Dynamically calculate card height for embeds instead of padding ( #5265 )  
							
							... 
							
							
							
							The padding trick was hard-coded to a 16:9 ratio, but we can use
width and height provided from OEmbed information and width
of the card itself to calculate a new height 
							
						 
						
							2017-10-08 02:34:49 +02:00  
				
					
						
							
							
								 
						
							
								292f3cd7e0 
								
							 
						 
						
							
							
								
								Show buffering in video player ( #5261 )  
							
							
							
						 
						
							2017-10-08 02:33:08 +02:00  
				
					
						
							
							
								 
						
							
								f486ef2666 
								
							 
						 
						
							
							
								
								Redesign public hashtag pages ( #5237 )  
							
							
							
						 
						
							2017-10-07 20:00:35 +02:00  
				
					
						
							
							
								 
						
							
								d2dee6ea43 
								
							 
						 
						
							
							
								
								Fix custom emoji in emoji picker, persist skin tone ( #5258 )  
							
							
							
						 
						
							2017-10-07 19:02:30 +02:00  
				
					
						
							
							
								 
						
							
								b7e65a004f 
								
							 
						 
						
							
							
								
								Japanese translation (relative time) ( #5251 )  
							
							
							
						 
						
							2017-10-08 01:32:03 +09:00  
				
					
						
							
							
								 
						
							
								057db0ecd0 
								
							 
						 
						
							
							
								
								Update emoji-mart to v2.1.1 ( #5256 )  
							
							
							
						 
						
							2017-10-07 12:17:02 +02:00  
				
					
						
							
							
								 
						
							
								11436358b4 
								
							 
						 
						
							
							
								
								Fix regression from  #5206  - deduplicate descendants ( #5253 )  
							
							
							
						 
						
							2017-10-07 12:16:39 +02:00  
				
					
						
							
							
								 
						
							
								6610d57f91 
								
							 
						 
						
							
							
								
								Basic static metadata styling  
							
							
							
						 
						
							2017-10-06 22:22:34 -07:00  
				
					
						
							
							
								 
						
							
								45682f876d 
								
							 
						 
						
							
							
								
								Make auto-play GIFs preference affect custom emojis in web UI ( #5254 )  
							
							
							
						 
						
							2017-10-07 02:38:52 +02:00  
				
					
						
							
							
								 
						
							
								5a2c7bd4ce 
								
							 
						 
						
							
							
								
								Fix overflowing in web UI ( #5246 )  
							
							... 
							
							
							
							* Fix overflowing in web UI
* Revert fixing dropdown menu modal 
							
						 
						
							2017-10-06 20:40:17 +02:00  
				
					
						
							
							
								 
						
							
								d5f490b1a2 
								
							 
						 
						
							
							
								
								Fix error on reloading status detail column ( #5248 )  
							
							
							
						 
						
							2017-10-06 20:37:56 +02:00  
				
					
						
							
							
								 
						
							
								6f2d88dd28 
								
							 
						 
						
							
							
								
								Fix error at emoji_compressed in Firefox ESR ( #5241 )  
							
							
							
						 
						
							2017-10-06 16:40:41 +02:00  
				
					
						
							
							
								 
						
							
								72d939b69f 
								
							 
						 
						
							
							
								
								Fix thinking_face emoji autocomplete ( #5238 )  
							
							
							
						 
						
							2017-10-06 12:03:13 +02:00  
				
					
						
							
							
								 
						
							
								37e141bccb 
								
							 
						 
						
							
							
								
								comment out unused stuff with Video  
							
							
							
						 
						
							2017-10-06 09:23:28 +02:00  
				
					
						
							
							
								 
						
							
								97b3d0cd56 
								
							 
						 
						
							
							
								
								Import only Spring/Motion from react-motion ( #5236 )  
							
							
							
						 
						
							2017-10-06 03:46:15 +02:00  
				
					
						
							
							
								 
						
							
								fd7f0732fe 
								
							 
						 
						
							
							
								
								Compress and combine emoji data ( #5229 )  
							
							
							
						 
						
							2017-10-06 03:42:34 +02:00  
				
					
						
							
							
								 
						
							
								2aca22b8ea 
								
							 
						 
						
							
							
								
								import only Overlay from react-overlays ( #5235 )  
							
							
							
						 
						
							2017-10-06 03:24:33 +02:00  
				
					
						
							
							
								 
						
							
								7db0f8dcb2 
								
							 
						 
						
							
							
								
								Implement hotkeys for web UI ( #5164 )  
							
							... 
							
							
							
							* Fix  #2102  - Implement hotkeys
Hotkeys on status list:
- r to reply
- m to mention author
- f to favourite
- b to boost
- enter to open status
- p to open author's profile
- up or k to move up in the list
- down or j to move down in the list
- 1-9 to focus a status in one of the columns
- n to focus the compose textarea
- alt+n to start a brand new toot
- backspace to navigate back
* Add navigational hotkeys
The key g followed by:
- s: start
- h: home
- n: notifications
- l: local timeline
- t: federated timeline
- f: favourites
- u: own profile
- p: pinned toots
- b: blocked users
- m: muted users
* Add hotkey for focusing search, make escape un-focus compose/search
* Fix focusing notifications column, fix hotkeys in compose textarea 
							
						 
						
							2017-10-06 01:07:59 +02:00  
				
					
						
							
							
								 
						
							
								b9c76e2edb 
								
							 
						 
						
							
							
								
								When processing custom emoji, ensure a non-animated version exists ( #5230 )  
							
							... 
							
							
							
							Use the non-animated version in web UI, but return both in API 
							
						 
						
							2017-10-05 23:41:47 +02:00  
				
					
						
							
							
								 
						
							
								f82e90bf11 
								
							 
						 
						
							
							
								
								workaround for notif clearing  
							
							
							
						 
						
							2017-10-05 21:55:02 +02:00  
				
					
						
							
							
								 
						
							
								32e8a87830 
								
							 
						 
						
							
							
								
								adjust public profile pages 2 ( #5223 )  
							
							
							
						 
						
							2017-10-04 22:49:36 +02:00  
				
					
						
							
							
								 
						
							
								ecfa1c3f3b 
								
							 
						 
						
							
							
								
								fix error (When part of conversation  has already been deleted.) ( #5216 )  
							
							
							
						 
						
							2017-10-04 16:28:39 +02:00  
				
					
						
							
							
								 
						
							
								632178d754 
								
							 
						 
						
							
							
								
								Use own, shorter relative timestamps ( #5171 )  
							
							... 
							
							
							
							* Use own, shorter relative timestamps
* Add acct to title tooltip of display name in statuses
* Improve i18n of the relative times 
							
						 
						
							2017-10-04 01:23:52 +02:00  
				
					
						
							
							
								 
						
							
								ec13cfa4f9 
								
							 
						 
						
							
							
								
								When a streaming API status arrives, sort it into conversations ( #5206 )  
							
							
							
						 
						
							2017-10-04 01:01:44 +02:00  
				
					
						
							
							
								 
						
							
								e6543d5fc4 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #5202 )  
							
							
							
						 
						
							2017-10-03 21:15:41 +02:00  
				
					
						
							
							
								 
						
							
								82d9ade7a6 
								
							 
						 
						
							
							
								
								Compress emoji_data_light.js ( #5201 )  
							
							
							
						 
						
							2017-10-03 20:43:57 +02:00  
				
					
						
							
							
								 
						
							
								875d943c18 
								
							 
						 
						
							
							
								
								Add pagination in media modal ( #4343 )  
							
							... 
							
							
							
							* Add pagination in media modal
* Change array name
* Add an element class
* Avoid nested class
* Pull out the active class
* Use map instead of forEach
* Remove parentheses 
							
						 
						
							2017-10-03 17:11:22 +02:00  
				
					
						
							
							
								 
						
							
								ecacb15cd5 
								
							 
						 
						
							
							
								
								Add placeholder text color to form of media attachments ( #5196 )  
							
							
							
						 
						
							2017-10-03 13:10:57 +02:00  
				
					
						
							
							
								 
						
							
								eb6ec3d068 
								
							 
						 
						
							
							
								
								Add missing Japanese translations ( #5193 )  
							
							... 
							
							
							
							* yarn manage:translations
* Add Japanese translations for #5170 
* Add Japanese translations for #5123 
* Add Japanese translations for #5046 
* Add Japanese translations for #5099 
* Add Japanese translations for #5161 
* "項目" -> "絵文字" 
							
						 
						
							2017-10-03 13:10:26 +02:00  
				
					
						
							
							
								 
						
							
								f303a954e6 
								
							 
						 
						
							
							
								
								Remove aria-label of status content ( #5195 )  
							
							... 
							
							
							
							aria-label contained body of status with content warning, which should be
hidden by default. Remove the label for the case and other cases due to
consistency. 
							
						 
						
							2017-10-03 13:10:06 +02:00  
				
					
						
							
							
								 
						
							
								395a57d03d 
								
							 
						 
						
							
							
								
								Update German translation ( #5189 )  
							
							
							
						 
						
							2017-10-03 09:53:18 +09:00  
				
					
						
							
							
								 
						
							
								0f699a4280 
								
							 
						 
						
							
							
								
								When muting, clear web UI like for blocks ( #5172 )  
							
							... 
							
							
							
							* When muting, clear web UI like for blocks
* Fix style issue 
							
						 
						
							2017-10-03 02:01:54 +02:00  
				
					
						
							
							
								 
						
							
								5e5f36c216 
								
							 
						 
						
							
							
								
								Fix   #5079 ,  fix   #5186  - Emoji picker fixes ( #5187 )  
							
							
							
						 
						
							2017-10-03 01:56:50 +02:00  
				
					
						
							
							
								 
						
							
								a767ef85fa 
								
							 
						 
						
							
							
								
								i18n: Update translation files and Polish translation ( #5180 )  
							
							... 
							
							
							
							* Update translation files
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* i18n: Update Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2017-10-02 23:38:40 +02:00  
				
					
						
							
							
								 
						
							
								4453c9a9f5 
								
							 
						 
						
							
							
								
								Search popout ( #5170 )  
							
							
							
						 
						
							2017-10-02 18:24:05 +02:00  
				
					
						
							
							
								 
						
							
								b9c612b561 
								
							 
						 
						
							
							
								
								Code-split emoji-mart picker and data ( #5175 )  
							
							
							
						 
						
							2017-10-02 07:22:24 +02:00  
				
					
						
							
							
								 
						
							
								c567c87453 
								
							 
						 
						
							
							
								
								Toggle contain:strict on fullscreen ( #5159 )  
							
							... 
							
							
							
							* Toggle contain:strict on fullscreen
* Fix scss lint issue
* fix scss whitespace lint issue 
							
						 
						
							2017-10-02 03:01:01 +02:00  
				
					
						
							
							
								 
						
							
								cdad7977fc 
								
							 
						 
						
							
							
								
								Improve privacy dropdown, remove react-simple-dropdown dependency ( #5140 )  
							
							... 
							
							
							
							* Improve privacy dropdown, remove react-simple-dropdown dependency
* Animate privacy warning
* Fix react-router-scroll 
							
						 
						
							2017-10-01 12:20:00 +02:00  
				
					
						
							
							
								 
						
							
								0b3f1ec62a 
								
							 
						 
						
							
							
								
								Reorganize preferences page ( #5161 )  
							
							
							
						 
						
							2017-10-01 10:52:39 +02:00  
				
					
						
							
							
								 
						
							
								b110cc542f 
								
							 
						 
						
							
							
								
								Add image descriptions to title attribute to view on mouse hover/long-press. ( #5137 )  
							
							... 
							
							
							
							* Add image descriptions to `title` attribute to view on mouse hover/long-press.
* Too many title properties may spoil the broth. 
							
						 
						
							2017-10-01 00:35:49 +02:00  
				
					
						
							
							
								 
						
							
								b1217242fc 
								
							 
						 
						
							
							
								
								Merge pull request  #125  from glitch-soc/data-column  
							
							... 
							
							
							
							Add data-column="..." to all columns 
							
						 
						
							2017-09-30 15:02:21 -04:00  
				
					
						
							
							
								 
						
							
								7481ae1bcb 
								
							 
						 
						
							
							
								
								trivial refactoring for emojify() ( #5075 )  
							
							... 
							
							
							
							* unite loop process
* add hint for original emojifier 
							
						 
						
							2017-09-30 15:57:32 +02:00  
				
					
						
							
							
								 
						
							
								ca0e8be20c 
								
							 
						 
						
							
							
								
								Improve IntersectionObserverArticle perf ( #5152 )  
							
							
							
						 
						
							2017-09-30 14:28:49 +02:00  
				
					
						
							
							
								 
						
							
								d6fe0954e3 
								
							 
						 
						
							
							
								
								Make emoji autosuggestions immediate, usernames appear sooner ( #5149 )  
							
							... 
							
							
							
							* Do not debounce emoji search
* Make autosuggestions appear sooner 
							
						 
						
							2017-09-30 05:11:44 +02:00  
				
					
						
							
							
								 
						
							
								ebb8c89207 
								
							 
						 
						
							
							
								
								Upgrade to React 16 ( #5119 )  
							
							... 
							
							
							
							* Upgrade to React 16.0.0
* Disable some uncritical tests while chai-enzyme remains incompatible 
							
						 
						
							2017-09-30 04:29:56 +02:00  
				
					
						
							
							
								 
						
							
								0060f98847 
								
							 
						 
						
							
							
								
								Remove react-sizeme ( #5143 )  
							
							... 
							
							
							
							* Remove react-sizeme
* Fix aspect ratio in "sensitive" mode 
							
						 
						
							2017-09-29 22:46:43 +02:00  
				
					
						
							
							
								 
						
							
								1a72813b53 
								
							 
						 
						
							
							
								
								Updated German translation ( #5151 )  
							
							... 
							
							
							
							Translate "about" page, several settings pages, data export/import,
sessions overview, authorized followers page, account deletion page.
More consistent use of words:
- A toot is a Beitrag.
- An account is a Konto.
Some small improvements. 
							
						 
						
							2017-09-29 21:11:28 +02:00  
				
					
						
							
							
								 
						
							
								887cd94e96 
								
							 
						 
						
							
							
								
								Increase attachment descriptions to 420 characters ( #5139 )  
							
							... 
							
							
							
							Blaze it 
							
						 
						
							2017-09-29 02:30:00 +02:00  
				
					
						
							
							
								 
						
							
								d0b4709b2a 
								
							 
						 
						
							
							
								
								Update German translation ( #5133 )  
							
							... 
							
							
							
							Create activerecord.de.yml (50%)
Update devise.de.yml
Update doorkeeper.de.yml (100%)
Update simple_form.de.yml (100%) 
							
						 
						
							2017-09-28 20:45:09 +02:00  
				
					
						
							
							
								 
						
							
								6e0659c838 
								
							 
						 
						
							
							
								
								Improve performance of modal and swipe animations ( #5135 )  
							
							... 
							
							
							
							* Improve performance of modal and swipe animations
* Fix eslint issues 
							
						 
						
							2017-09-28 20:43:18 +02:00  
				
					
						
							
							
								 
						
							
								a3202f61af 
								
							 
						 
						
							
							
								
								Updated German translation ( #5132 )  
							
							
							
						 
						
							2017-09-28 17:38:39 +02:00  
				
					
						
							
							
								 
						
							
								4ec1771165 
								
							 
						 
						
							
							
								
								Add ability to specify alternative text for media attachments ( #5123 )  
							
							... 
							
							
							
							* Fix  #117  - Add ability to specify alternative text for media attachments
- POST /api/v1/media accepts `description` straight away
- PUT /api/v1/media/:id to update `description` (only for unattached ones)
- Serialized as `name` of Document object in ActivityPub
- Uploads form adjusted for better performance and description input
* Add tests
* Change undo button blend mode to difference 
							
						 
						
							2017-09-28 15:31:31 +02:00  
				
					
						
							
							
								 
						
							
								e9f9e3cc89 
								
							 
						 
						
							
							
								
								unbreak onboarding modal  
							
							
							
						 
						
							2017-09-28 11:13:37 +02:00  
				
					
						
							
							
								 
						
							
								cf24ce7e03 
								
							 
						 
						
							
							
								
								remove wrong emojify usage in old glitch components  
							
							
							
						 
						
							2017-09-28 11:03:23 +02:00  
				
					
						
							
							
								 
						
							
								74e4fc8f8a 
								
							 
						 
						
							
							
								
								fix custom emoji not shown in statuses  
							
							
							
						 
						
							2017-09-28 10:13:16 +02:00  
				
					
						
							
							
								 
						
							
								9a5418942c 
								
							 
						 
						
							
							
								
								fix some js errors due to number->string change of status ID  
							
							
							
						 
						
							2017-09-28 10:04:20 +02:00  
				
					
						
							
							
								 
						
							
								daad07b1d5 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/better-themeing' into merging-upstream  
							
							
							
						 
						
							2017-09-28 09:20:59 +02:00  
				
					
						
							
							
								 
						
							
								83bda6c1a8 
								
							 
						 
						
							
							
								
								Merge commit 'b9f59ebcc68e9da0a7158741a1a2ef3564e1321e' into merging-upstream  
							
							
							
						 
						
							2017-09-28 09:18:35 +02:00  
				
					
						
							
							
								 
						
							
								9330ea1f4d 
								
							 
						 
						
							
							
								
								Merge commit '4aea3f88a6d30f102a79c2da7fcfac96465ba1a8' into merging-upstream  
							
							
							
						 
						
							2017-09-28 09:12:17 +02:00  
				
					
						
							
							
								 
						
							
								06e299cef5 
								
							 
						 
						
							
							
								
								Revert "autoscroll emoji suggestions box"  
							
							... 
							
							
							
							This reverts commit c89cce0219 
							
						 
						
							2017-09-28 08:56:32 +02:00  
				
					
						
							
							
								 
						
							
								8a24ad5828 
								
							 
						 
						
							
							
								
								Revert "Merge pull request  #149  from glitch-soc/mojon-suggest"  
							
							... 
							
							
							
							This reverts commit fa3587645d15c9c2fd7e 
							
						 
						
							2017-09-28 08:55:53 +02:00  
				
					
						
							
							
								 
						
							
								e648ef0bfb 
								
							 
						 
						
							
							
								
								Remove web UI warnings about OStatus privacy ( #5102 )  
							
							... 
							
							
							
							* Remove web UI warnings about OStatus privacy
* yarn run manage:translations 
							
						 
						
							2017-09-28 00:26:33 +02:00  
				
					
						
							
							
								 
						
							
								86e617a839 
								
							 
						 
						
							
							
								
								Better themeing support!!  
							
							
							
						 
						
							2017-09-25 19:24:32 -07:00  
				
					
						
							
							
								 
						
							
								3b60832214 
								
							 
						 
						
							
							
								
								New error page graphic. Other error page improvements ( #5099 )  
							
							... 
							
							
							
							- 500.html generated with admin-set default locale if set
- Error page `<title>` includes Mastodon site title
- 500 title changed to "This page is not
  correct" (ref: <https://www.youtube.com/watch?v=2VCAP_seh1A >)
- 500 content appended with "on our end" to make clear it's
  not user's fault 
							
						 
						
							2017-09-25 23:05:54 +02:00  
				
					
						
							
							
								 
						
							
								259181c41a 
								
							 
						 
						
							
							
								
								Fix size of single media in media-gallery ( #5098 )  
							
							
							
						 
						
							2017-09-25 20:26:50 +02:00  
				
					
						
							
							
								 
						
							
								510df0ac55 
								
							 
						 
						
							
							
								
								Fix emojify() by generating a mapping to existing Twemoji files ( #5080 )  
							
							... 
							
							
							
							A new rake task emojis:generate downloads a full list of valid
unicode sequences from unicode.org and checks it against existing
Twemoji files, finally generating a map from each sequence to the
existing file (e.g. when there's multiple ways an emoji can be
expressed). The map is dumped into app/javascript/mastodon/emoji_map.json
That file is loaded by emojione_light.js (now a misnomer) which
decorates it further with shortcodes taken from emoji-mart's index. 
							
						 
						
							2017-09-25 18:36:33 +02:00  
				
					
						
							
							
								 
						
							
								2c8e3fbbfb 
								
							 
						 
						
							
							
								
								Generate 500.html with assets:precompile, remove loading from Google Fonts ( #5067 )  
							
							
							
						 
						
							2017-09-25 04:04:04 +02:00  
				
					
						
							
							
								 
						
							
								3f3de38075 
								
							 
						 
						
							
							
								
								OC update: different emoji picker ( #5046 ) ( #5077 )  
							
							
							
						 
						
							2017-09-24 12:17:47 +02:00  
				
					
						
							
							
								 
						
							
								e756c4f5ec 
								
							 
						 
						
							
							
								
								Fix media spoiler of DetailedStatus ( #5071 )  
							
							
							
						 
						
							2017-09-24 11:15:11 +02:00  
				
					
						
							
							
								 
						
							
								2f079573ed 
								
							 
						 
						
							
							
								
								In detail status view, display attachment uncropped if there's only one ( #5054 )  
							
							... 
							
							
							
							* In detail status view, display attachment uncropped if there's only one
* Make media spoiler the size of the media it hides, enable on static 
							
						 
						
							2017-09-24 05:58:30 +02:00  
				
					
						
							
							
								 
						
							
								dae0af1fd2 
								
							 
						 
						
							
							
								
								Change mobile layout breakpoint from 1024px to 630px ( #5063 )  
							
							... 
							
							
							
							630px = Drawer + 1 Column 
							
						 
						
							2017-09-24 01:25:07 +02:00  
				
					
						
							
							
								 
						
							
								5b8d0ad71b 
								
							 
						 
						
							
							
								
								Dropdown triangles a bit nicer, smoother scrolling on touch ( #5062 )  
							
							
							
						 
						
							2017-09-24 00:40:10 +02:00  
				
					
						
							
							
								 
						
							
								233258c61b 
								
							 
						 
						
							
							
								
								Fix media gallery CSS ( #5064 )  
							
							
							
						 
						
							2017-09-24 00:33:26 +02:00  
				
					
						
							
							
								 
						
							
								9c8aad612e 
								
							 
						 
						
							
							
								
								Require at least 2 characters before showing autosuggestions ( #5065 )  
							
							
							
						 
						
							2017-09-24 00:33:17 +02:00  
				
					
						
							
							
								 
						
							
								210e6776fc 
								
							 
						 
						
							
							
								
								Fix intl warning with disabled secondary toot btn  
							
							... 
							
							
							
							- Moved building the secondary btn text into the if to avoid trying to translate 'none' visibility 
							
						 
						
							2017-09-23 23:41:25 +02:00  
				
					
						
							
							
								 
						
							
								1924a71b5a 
								
							 
						 
						
							
							
								
								Make secondary toot button work nicer with file attachments & revert to the original behavior if it's disabled  
							
							
							
						 
						
							2017-09-23 23:38:24 +02:00  
				
					
						
							
							
								 
						
							
								67f8277526 
								
							 
						 
						
							
							
								
								Add secondary toot button (opt-in) ( #153 )  
							
							... 
							
							
							
							Add secondary toot button + other toot button enhancements. 
Squashing so it's easy to revert if needed. 
							
						 
						
							2017-09-23 23:11:02 +02:00  
				
					
						
							
							
								 
						
							
								6dfeb64326 
								
							 
						 
						
							
							
								
								jsx/zh-*: Fix "pin column" for Chinese ( #5060 )  
							
							
							
						 
						
							2017-09-23 22:47:15 +02:00  
				
					
						
							
							
								 
						
							
								427beb4177 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #5058 )  
							
							
							
						 
						
							2017-09-23 22:14:39 +02:00  
				
					
						
							
							
								 
						
							
								838f255fc2 
								
							 
						 
						
							
							
								
								Fix overflowing tabs in account__action-bar ( #5056 )  
							
							... 
							
							
							
							* Fix numbers in accounts columns
* Support edge compact-header 
							
						 
						
							2017-09-23 21:06:16 +02:00  
				
					
						
							
							
								 
						
							
								1e02ba111a 
								
							 
						 
						
							
							
								
								Add emoji autosuggest ( #5053 )  
							
							... 
							
							
							
							* Add emoji autosuggest
Some credit goes to glitch-soc/mastodon#149 
* Remove server-side shortcode->unicode conversion
* Insert shortcode when suggestion is custom emoji
* Remove remnant of server-side emojis
* Update style of autosuggestions
* Fix wrong emoji filenames generated in autosuggest item
* Do not lazy load emoji picker, as that no longer works
* Fix custom emoji autosuggest
* Fix multiple "Custom" categories getting added to emoji index, only add once 
							
						 
						
							2017-09-23 14:47:32 +02:00  
				
					
						
							
							
								 
						
							
								66126f3021 
								
							 
						 
						
							
							
								
								Add custom emojis to the emoji picker ( #5052 )  
							
							
							
						 
						
							2017-09-23 05:40:28 +02:00  
				
					
						
							
							
								 
						
							
								846cd4e838 
								
							 
						 
						
							
							
								
								Switch from EmojiOne to Twemoji, different emoji picker ( #5046 )  
							
							... 
							
							
							
							* Switch from EmojiOne to Twemoji, different emoji picker
* Make emoji-mart use a local spritesheet
* Fix emojify test
* yarn manage:translations 
							
						 
						
							2017-09-23 01:41:00 +02:00  
				
					
						
							
							
								 
						
							
								169d83f532 
								
							 
						 
						
							
							
								
								Remove "extra clickable spaces" made obsolete by status re-design  
							
							
							
						 
						
							2017-09-23 00:33:35 +02:00  
				
					
						
							
							
								 
						
							
								31dd261375 
								
							 
						 
						
							
							
								
								applied blackle's fix for gallery offset with full-width media  
							
							
							
						 
						
							2017-09-22 21:47:14 +02:00  
				
					
						
							
							
								 
						
							
								b01ab55ed8 
								
							 
						 
						
							
							
								
								Fix PropTypes.oneOfType() warning ( #5041 )  
							
							
							
						 
						
							2017-09-22 17:50:29 +02:00  
				
					
						
							
							
								 
						
							
								034fab39ab 
								
							 
						 
						
							
							
								
								Make dropdowns render into portal, expand animation ( #5018 )  
							
							... 
							
							
							
							* Make dropdowns render into portal, expand animation
* Improve actions modal style 
							
						 
						
							2017-09-22 04:59:17 +02:00  
				
					
						
							
							
								 
						
							
								0df6442636 
								
							 
						 
						
							
							
								
								Use passive listener in privacy_dropdown.js ( #5037 )  
							
							
							
						 
						
							2017-09-22 04:59:01 +02:00  
				
					
						
							
							
								 
						
							
								245816ab27 
								
							 
						 
						
							
							
								
								Eliminate re-renders for intersection_observer_article.js ( #5036 )  
							
							
							
						 
						
							2017-09-22 04:58:33 +02:00  
				
					
						
							
							
								 
						
							
								c2b479efec 
								
							 
						 
						
							
							
								
								Long display names now ellipsis properly  
							
							
							
						 
						
							2017-09-21 16:55:32 -07:00  
				
					
						
							
							
								 
						
							
								a94dc21c79 
								
							 
						 
						
							
							
								
								Styling fixes for header redesign  
							
							
							
						 
						
							2017-09-21 16:46:18 -07:00  
				
					
						
							
							
								 
						
							
								9512db920c 
								
							 
						 
						
							
							
								
								Merge pull request  #148  from glitch-soc/better-header  
							
							... 
							
							
							
							Improvements to status headers and content 
							
						 
						
							2017-09-21 16:11:03 -05:00  
				
					
						
							
							
								 
						
							
								c89cce0219 
								
							 
						 
						
							
							
								
								autoscroll emoji suggestions box  
							
							
							
						 
						
							2017-09-21 15:31:24 +02:00  
				
					
						
							
							
								 
						
							
								63819c848d 
								
							 
						 
						
							
							
								
								fix : mobile style of /about/more ( #5034 )  
							
							
							
						 
						
							2017-09-21 14:30:21 +02:00  
				
					
						
							
							
								 
						
							
								fa3587645d 
								
							 
						 
						
							
							
								
								Merge pull request  #149  from glitch-soc/mojon-suggest  
							
							... 
							
							
							
							Emoji and Hashtag autocomplete 
							
						 
						
							2017-09-20 23:02:23 -04:00  
				
					
						
							
							
								 
						
							
								a9abe89093 
								
							 
						 
						
							
							
								
								Fix shortname problem in emojify() (regression from  #5016 ) ( #5032 )  
							
							... 
							
							
							
							When colon appears end of line, skiped all character containing unicode emojis. Fixed.
https://github.com/tootsuite/mastodon/pull/5016#issuecomment-331012008  
							
						 
						
							2017-09-21 03:47:16 +02:00  
				
					
						
							
							
								 
						
							
								9ed51cecd0 
								
							 
						 
						
							
							
								
								Fixed notification appearance  
							
							
							
						 
						
							2017-09-20 14:52:01 -07:00  
				
					
						
							
							
								 
						
							
								514edd3c23 
								
							 
						 
						
							
							
								
								fulltext mojo suggestions  
							
							
							
						 
						
							2017-09-20 22:13:09 +02:00  
				
					
						
							
							
								 
						
							
								a3760b7729 
								
							 
						 
						
							
							
								
								TURBO shortcode search  
							
							
							
						 
						
							2017-09-20 21:57:33 +02:00  
				
					
						
							
							
								 
						
							
								cbf00168f1 
								
							 
						 
						
							
							
								
								add scrollbar to mojon suggestions list when too long  
							
							
							
						 
						
							2017-09-20 21:53:08 +02:00  
				
					
						
							
							
								 
						
							
								4f9a493d9d 
								
							 
						 
						
							
							
								
								cache allShortcodes  
							
							
							
						 
						
							2017-09-20 21:39:22 +02:00  
				
					
						
							
							
								 
						
							
								8c0733a14e 
								
							 
						 
						
							
							
								
								typo in comment  
							
							
							
						 
						
							2017-09-20 21:28:44 +02:00  
				
					
						
							
							
								 
						
							
								36a35be2ad 
								
							 
						 
						
							
							
								
								Appease Travis  
							
							
							
						 
						
							2017-09-20 20:34:11 +02:00  
				
					
						
							
							
								 
						
							
								3783062450 
								
							 
						 
						
							
							
								
								Emoji and Hashtag autocomplete  
							
							
							
						 
						
							2017-09-20 20:21:09 +02:00  
				
					
						
							
							
								 
						
							
								798b0fc5af 
								
							 
						 
						
							
							
								
								Reduce wasted renders for column_loading.js ( #5021 )  
							
							... 
							
							
							
							* Reduce wasted renders for column_loading.js
* Use defaultProps 
							
						 
						
							2017-09-20 19:58:44 +02:00  
				
					
						
							
							
								 
						
							
								8cb4561145 
								
							 
						 
						
							
							
								
								Remove unnecessary css property ( #5025 )  
							
							
							
						 
						
							2017-09-20 15:26:22 +02:00  
				
					
						
							
							
								 
						
							
								669fe9ee06 
								
							 
						 
						
							
							
								
								Change IDs to strings rather than numbers in API JSON output ( #5019 )  
							
							... 
							
							
							
							* Fix JavaScript interface with long IDs
Somewhat predictably, the JS interface handled IDs as numbers, which in
JS are IEEE double-precision floats. This loses some precision when
working with numbers as large as those generated by the new ID scheme,
so we instead handle them here as strings. This is relatively simple,
and doesn't appear to have caused any problems, but should definitely
be tested more thoroughly than the built-in tests. Several days of use
appear to support this working properly.
BREAKING CHANGE:
The major(!) change here is that IDs are now returned as strings by the
REST endpoints, rather than as integers. In practice, relatively few
changes were required to make the existing JS UI work with this change,
but it will likely hit API clients pretty hard: it's an entirely
different type to consume. (The one API client I tested, Tusky, handles
this with no problems, however.)
Twitter ran into this issue when introducing Snowflake IDs, and decided
to instead introduce an `id_str` field in JSON responses. I have opted
to *not* do that, and instead force all IDs to 64-bit integers
represented by strings in one go. (I believe Twitter exacerbated their
problem by rolling out the changes three times: once for statuses, once
for DMs, and once for user IDs, as well as by leaving an integer ID
value in JSON. As they said, "If you’re using the `id` field with JSON
in a Javascript-related language, there is a very high likelihood that
the integers will be silently munged by Javascript interpreters. In most
cases, this will result in behavior such as being unable to load or
delete a specific direct message, because the ID you're sending to the
API is different than the actual identifier associated with the
message." [1]) However, given that this is a significant change for API
users, alternatives or a transition time may be appropriate.
1: https://blog.twitter.com/developer/en_us/a/2011/direct-messages-going-snowflake-on-sep-30-2011.html 
* Additional fixes for stringified IDs in JSON
These should be the last two. These were identified using eslint to try
to identify any plain casts to JavaScript numbers. (Some such casts are
legitimate, but these were not.)
Adding the following to .eslintrc.yml will identify casts to numbers:
~~~
  no-restricted-syntax:
  - warn
  - selector: UnaryExpression[operator='+'] > :not(Literal)
    message: Avoid the use of unary +
  - selector: CallExpression[callee.name='Number']
    message: Casting with Number() may coerce string IDs to numbers
~~~
The remaining three casts appear legitimate: two casts to array indices,
one in a server to turn an environment variable into a number.
* Back out RelationshipsController Change
This was made to make a test a bit less flakey, but has nothing to
do with this branch.
* Change internal streaming payloads to stringified IDs as well
Per
https://github.com/tootsuite/mastodon/pull/5019#issuecomment-330736452 
we need these changes to send deleted status IDs as strings, not
integers. 
							
						 
						
							2017-09-20 14:53:48 +02:00  
				
					
						
							
							
								 
						
							
								15c9c2fd7e 
								
							 
						 
						
							
							
								
								Pinned toots; embeds  
							
							
							
						 
						
							2017-09-20 02:50:53 -07:00  
				
					
						
							
							
								 
						
							
								227dbb6adb 
								
							 
						 
						
							
							
								
								Added GIF hover-to-play support  
							
							
							
						 
						
							2017-09-20 02:19:36 -07:00  
				
					
						
							
							
								 
						
							
								769f62d96f 
								
							 
						 
						
							
							
								
								Improvements to status headers  
							
							
							
						 
						
							2017-09-20 01:57:08 -07:00  
				
					
						
							
							
								 
						
							
								003bfd094e 
								
							 
						 
						
							
							
								
								Fixed disabled boost SVG ( #106 )  
							
							
							
						 
						
							2017-09-20 00:40:54 -07:00  
				
					
						
							
							
								 
						
							
								fae8dce738 
								
							 
						 
						
							
							
								
								Fixed   #133  (only parse links in status text)  
							
							
							
						 
						
							2017-09-20 00:20:11 -07:00  
				
					
						
							
							
								 
						
							
								b35406b700 
								
							 
						 
						
							
							
								
								Fix custom emojis with non-1:1 aspect ratio being stretched ( #5017 )  
							
							
							
						 
						
							2017-09-20 03:38:38 +02:00  
				
					
						
							
							
								 
						
							
								8e33fc29d7 
								
							 
						 
						
							
							
								
								redo  #4500  with customEmojis ( #5016 )  
							
							
							
						 
						
							2017-09-19 23:27:29 +02:00  
				
					
						
							
							
								 
						
							
								e5c65b3067 
								
							 
						 
						
							
							
								
								Set touchstart listener to 'passive', remove 'once' ( #5011 )  
							
							
							
						 
						
							2017-09-19 17:00:29 +02:00  
				
					
						
							
							
								 
						
							
								0401a24558 
								
							 
						 
						
							
							
								
								Add support for multiple themes ( #4959 )  
							
							... 
							
							
							
							* Add support for selecting a theme
* Fix codeclimate issues
* Look up site default style if current user is not available due to e.g. not being logged in
* Remove outdated comment in common.js
* Address requested changes in themes PR
* Fix codeclimate issues
* Explicitly check current_account in application controller and only check theme availability if non-nil
* codeclimate
* explicit precedence with &&
* Fix code style in application_controller according to @nightpool's suggestion, use default style in embedded.html.haml
* codeclimate: indentation + return 
							
						 
						
							2017-09-19 16:36:23 +02:00  
				
					
						
							
							
								 
						
							
								4aea3f88a6 
								
							 
						 
						
							
							
								
								Hide sensitive image in default on the public pages ( #5009 )  
							
							... 
							
							
							
							Additionally, this restores previous background / text color for media spoiler. 
							
						 
						
							2017-09-19 16:03:45 +02:00  
				
					
						
							
							
								 
						
							
								81cec35dbf 
								
							 
						 
						
							
							
								
								Custom emoji ( #4988 )  
							
							... 
							
							
							
							* Custom emoji
- In OStatus: `<link rel="emoji" name="coolcat" href="http://..." />`
- In ActivityPub: `{ type: "Emoji", name: ":coolcat:", href: "http://..." }`
- In REST API: Status object includes `emojis` array (`shortcode`, `url`)
- Domain blocks with reject media stop emojis
- Emoji file up to 50KB
- Web UI handles custom emojis
- Static pages render custom emojis as `<img />` tags
Side effects:
- Undo #4500  optimization, as I needed to modify it to restore
  shortcode handling in emojify()
- Formatter#plaintext should now make sure stripped out line-breaks
  and paragraphs are replaced with newlines
* Fix emoji at the start not being converted 
							
						 
						
							2017-09-19 02:42:40 +02:00  
				
					
						
							
							
								 
						
							
								c155d843f4 
								
							 
						 
						
							
							
								
								A few updates to the Spanish translation and some typos fixing ( #4997 )  
							
							... 
							
							
							
							* So Spanish. Much changes. Wow.
* Some little fixes
* Updated es.yml, and fixed some ortographical errors
* Some little changes to simple_form.es.yml
* Yeah, so much translations
* Spanish e-mail messages
* Remove unused message 
							
						 
						
							2017-09-19 07:47:48 +09:00  
				
					
						
							
							
								 
						
							
								3d640dc8ac 
								
							 
						 
						
							
							
								
								Add will-change to improve scrolling perf ( #5001 )  
							
							
							
						 
						
							2017-09-18 23:29:15 +02:00  
				
					
						
							
							
								 
						
							
								6db034a866 
								
							 
						 
						
							
							
								
								Re-allow underscore on valid_url_path_ending_chars ( #4999 )  
							
							... 
							
							
							
							Limiting allowed characters in the last character of the URL is came from twitter-text, but underscore is allowed on there, and Mastodon before #4941 . 
							
						 
						
							2017-09-18 21:25:40 +02:00  
				
					
						
							
							
								 
						
							
								cf14f4945a 
								
							 
						 
						
							
							
								
								Some improvements in the Spanish translation ( #4991 )  
							
							
							
						 
						
							2017-09-18 11:52:34 +09:00  
				
					
						
							
							
								 
						
							
								4c14ff659b 
								
							 
						 
						
							
							
								
								Oauth code in input form and add description message ( #4986 )  
							
							... 
							
							
							
							* Oauth code in a input form and add description
* New authcode description 
							
						 
						
							2017-09-17 15:23:44 +02:00  
				
					
						
							
							
								 
						
							
								44245926f1 
								
							 
						 
						
							
							
								
								Fix cancellation of scroll to the right ( #4978 )  
							
							
							
						 
						
							2017-09-17 11:59:23 +02:00  
				
					
						
							
							
								 
						
							
								7be3131240 
								
							 
						 
						
							
							
								
								So Spanish. Much changes. Wow. ( #4976 )  
							
							
							
						 
						
							2017-09-17 18:16:43 +09:00  
				
					
						
							
							
								 
						
							
								c8969dca35 
								
							 
						 
						
							
							
								
								Minor Chinese check & jsx addition ( #4973 )  
							
							... 
							
							
							
							* zh-*: transition from "like" back to "fav"
This commit reverts the translation for the yellow-star "fav" button
back to "fav" in Chinese. Some ambuiguity between "like" and "fav" is
deliberately used in zh-TW/HK by using the existing phrase "最爱"
(favorite (adj.), lit. love-most) instead of "收藏" (favourite (v.),
"collect") in some instances.
Fixes  #3511 .
* zh-*: apply suggestions for PR #4557 
* zh-cn: de-monetize ya account
In Chinese two separate characters, 账 and 帐, can be used to spell the
word for account (账/帐户). However, the one with a 贝 on the left is
evolved from the latter specifically for monetary purposes. Since
people usually can't figure out which one to use, it might be a good
idea to use the original not-so-money one.
* zh-*: complete jsx translation 
							
						 
						
							2017-09-16 18:48:38 +02:00  
				
					
						
							
							
								 
						
							
								b0487488a7 
								
							 
						 
						
							
							
								
								Re-center hidden media text vertical  
							
							
							
						 
						
							2017-09-16 11:44:31 -05:00  
				
					
						
							
							
								 
						
							
								1e3b1d7211 
								
							 
						 
						
							
							
								
								Adjust landing pages 2 ( #4967 )  
							
							... 
							
							
							
							* Adjust landing pages 2
Fix styles of terms page
Remove action buttons from timeline in about page
Adjust styles of short description
Adjust form inputs
Set autocomplete off for username and email box in registration form. Remove line breakings.
* Revert removing action buttons 
							
						 
						
							2017-09-16 18:39:11 +02:00  
				
					
						
							
							
								 
						
							
								629fae8b3b 
								
							 
						 
						
							
							
								
								correct URL pattern used in text length counter in WebUI ( #4968 )  
							
							
							
						 
						
							2017-09-16 15:01:15 +02:00  
				
					
						
							
							
								 
						
							
								cea5597722 
								
							 
						 
						
							
							
								
								Fix hasSize condition in secSet and sizes. ( #4969 )  
							
							
							
						 
						
							2017-09-16 15:00:01 +02:00  
				
					
						
							
							
								 
						
							
								6c81f9d6e5 
								
							 
						 
						
							
							
								
								Fix invisible load more button ( #4962 )  
							
							... 
							
							
							
							* Fix behavior while the button is invisible
e.g. pointer cursor, couldn't open contextmenu
* Avoid rendering the button to remove blank space if no more items are available or no items are rendered 
							
						 
						
							2017-09-16 00:32:43 +02:00  
				
					
						
							
							
								 
						
							
								0d1215e82f 
								
							 
						 
						
							
							
								
								Remove redundant width/height values from SVGs to fix Safari bug ( #4956 )  
							
							
							
						 
						
							2017-09-15 00:51:00 +02:00  
				
					
						
							
							
								 
						
							
								e77cc032c2 
								
							 
						 
						
							
							
								
								l10n: PT-BR translation updated ( #4953 )  
							
							... 
							
							
							
							* devise.pt-BR.yml now fully translated
* pt-BR.json now fully translated
* pt-BR.yml partially translated; 46 lines left
* pt-BR.yml now fully translated
* simple_form.pt-BR.yml fully translated
* doorkeeper.pt-BR.yml now fully translated
* E-mail instructions on app/views/user_mailer added and fully translated
* PT-BR translation for #4871 
* Deleted an unwanted caracter on pt-BR.yml
* Fixing typos on pt-BR.yml
* Added translation for Pinned toots tab on pt-BR.json
* Added missing translation for navigation_bar.pins
* Fixed spelling on pt-BR.yml
* Update pt-BR.json 
							
						 
						
							2017-09-15 00:02:38 +02:00  
				
					
						
							
							
								 
						
							
								bdcc9e2ceb 
								
							 
						 
						
							
							
								
								Add missing Japanese translations ( #4947 )  
							
							
							
						 
						
							2017-09-14 18:03:34 +02:00  
				
					
						
							
							
								 
						
							
								b39d512ade 
								
							 
						 
						
							
							
								
								l10n: update Persian translation ( #4946 )  
							
							
							
						 
						
							2017-09-15 00:13:38 +09:00  
				
					
						
							
							
								 
						
							
								94fba44eec 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #4942 )  
							
							... 
							
							
							
							* i18n: Update Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* i18n: Update Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Update pl.yml 
							
						 
						
							2017-09-14 21:58:48 +09:00  
				
					
						
							
							
								 
						
							
								721460a59b 
								
							 
						 
						
							
							
								
								Another Dutch language update ( #4944 )  
							
							... 
							
							
							
							* Update nl.json
* Update nl.yml
* Update nl.json 
							
						 
						
							2017-09-14 21:52:47 +09:00  
				
					
						
							
							
								 
						
							
								7ebd6ed03c 
								
							 
						 
						
							
							
								
								Apply white-space: nowrap to account relationships icons  
							
							
							
						 
						
							2017-09-14 07:37:39 -05:00  
				
					
						
							
							
								 
						
							
								45b595cdca 
								
							 
						 
						
							
							
								
								Add Japanese translate for  #4911  ( #4943 )  
							
							
							
						 
						
							2017-09-14 18:20:04 +09:00  
				
					
						
							
							
								 
						
							
								aad3df6afc 
								
							 
						 
						
							
							
								
								l10n update OC/FR video redesign ( #4938 )  
							
							... 
							
							
							
							* l10n update for Redesign video player (#4911 )
* Update videp
* Update
I hope this time format works well.
* One missing string
* Update time format
I'd like the complete name of the month in the Long format and the short one in the short format.
I hope it works now 
							
						 
						
							2017-09-14 16:32:14 +09:00  
				
					
						
							
							
								 
						
							
								59936b7a98 
								
							 
						 
						
							
							
								
								Tweak title text for mute notifications toggle to be clearer  
							
							
							
						 
						
							2017-09-13 22:54:14 -05:00  
				
					
						
							
							
								 
						
							
								4a527154b7 
								
							 
						 
						
							
							
								
								fix a missing import  
							
							
							
						 
						
							2017-09-13 21:47:30 -05:00  
				
					
						
							
							
								 
						
							
								df71eadaae 
								
							 
						 
						
							
							
								
								In probably dead code, replace a dispatch of muteAccount that was skipping the modal with launching the mute modal.  
							
							
							
						 
						
							2017-09-13 21:47:30 -05:00  
				
					
						
							
							
								 
						
							
								323d437a09 
								
							 
						 
						
							
							
								
								satisfy eslint  
							
							
							
						 
						
							2017-09-13 21:47:30 -05:00  
				
					
						
							
							
								 
						
							
								3278c08c29 
								
							 
						 
						
							
							
								
								make the hide/unhide notifications buttons work  
							
							
							
						 
						
							2017-09-13 21:47:30 -05:00  
				
					
						
							
							
								 
						
							
								0e0703dbd8 
								
							 
						 
						
							
							
								
								Show whether muted users' notifications are muted in account lists  
							
							
							
						 
						
							2017-09-13 21:47:30 -05:00  
				
					
						
							
							
								 
						
							
								30b5254a5d 
								
							 
						 
						
							
							
								
								Put the label for the hide notifications checkbox in a label element.  
							
							
							
						 
						
							2017-09-13 21:47:30 -05:00  
				
					
						
							
							
								 
						
							
								0a207be99d 
								
							 
						 
						
							
							
								
								add trailing newlines to files for Pork :)  
							
							
							
						 
						
							2017-09-13 21:47:30 -05:00  
				
					
						
							
							
								 
						
							
								2ea9b164d3 
								
							 
						 
						
							
							
								
								Satisfy eslint.  
							
							
							
						 
						
							2017-09-13 21:47:30 -05:00  
				
					
						
							
							
								 
						
							
								b1576c52df 
								
							 
						 
						
							
							
								
								Convert profile header mute to use mute modal  
							
							
							
						 
						
							2017-09-13 21:47:30 -05:00  
				
					
						
							
							
								 
						
							
								4612f7caea 
								
							 
						 
						
							
							
								
								Break out a separate mute modal with a hide-notifications checkbox.  
							
							
							
						 
						
							2017-09-13 21:47:30 -05:00  
				
					
						
							
							
								 
						
							
								4f0597d579 
								
							 
						 
						
							
							
								
								Give video player fluid max-width ( #4935 )  
							
							
							
						 
						
							2017-09-14 04:03:00 +02:00  
				
					
						
							
							
								 
						
							
								2bbf987a0a 
								
							 
						 
						
							
							
								
								Redesign video player ( #4911 )  
							
							... 
							
							
							
							* Redesign video player
* Use new video player on static public pages too
* Use media gallery component on static public pages too
* Pause video when hiding it
* Full-screen sizing on WebKit
* Add aria labels to video player buttons
* Display link card on public status page
* Fix fullscreen from modal sizing issue
* Remove contain: strict property to fix fullscreen from columns 
							
						 
						
							2017-09-14 03:39:10 +02:00  
				
					
						
							
							
								 
						
							
								9239e4ce4d 
								
							 
						 
						
							
							
								
								Uploads for admin site settings ( #4913 )  
							
							... 
							
							
							
							* Improve OpenGraph tags for about pages
* Add thumbnail admin setting
* Fix error
* Fix up 
							
						 
						
							2017-09-14 00:04:30 +02:00  
				
					
						
							
							
								 
						
							
								331263270b 
								
							 
						 
						
							
							
								
								Updating Dutch translation ( #4927 )  
							
							... 
							
							
							
							* Update doorkeeper.nl.yml
* Update nl.yml
* Update simple_form.nl.yml
* Update nl.json
* Update en.json
* Update en.json
* Update nl.json 
							
						 
						
							2017-09-13 23:12:29 +09:00  
				
					
						
							
							
								 
						
							
								283a5ec1a4 
								
							 
						 
						
							
							
								
								fix share intent. ( #4926 )  
							
							
							
						 
						
							2017-09-13 15:20:03 +02:00  
				
					
						
							
							
								 
						
							
								60944d5dca 
								
							 
						 
						
							
							
								
								Fix height cache ( #4909 )  
							
							
							
						 
						
							2017-09-13 10:24:33 +02:00  
				
					
						
							
							
								 
						
							
								af10c9fbff 
								
							 
						 
						
							
							
								
								Add section for protocol specific information on the admin page ( #4910 )  
							
							... 
							
							
							
							This PR adds section for protocol specific information, then always show
both of OStatus and ActivityPub. Specifically, this will help admins to
check PuSH subscription status and unsubscribe manually, even `protocol`
has been changed.
This also includes below changes:
* Add `overflow: hidden` to prevent float leaking
* Add missing fields for ActivityPub 
							
						 
						
							2017-09-12 23:06:10 +02:00  
				
					
						
							
							
								 
						
							
								47d48fed8d 
								
							 
						 
						
							
							
								
								Reset preview image if avatar/header image selection was cancelled ( #4893 )  
							
							
							
						 
						
							2017-09-11 16:19:54 +02:00  
				
					
						
							
							
								 
						
							
								c2bee07dbc 
								
							 
						 
						
							
							
								
								l10n: Full PT-BR translation ( #4882 )  
							
							... 
							
							
							
							* devise.pt-BR.yml now fully translated
* pt-BR.json now fully translated
* pt-BR.yml partially translated; 46 lines left
* pt-BR.yml now fully translated
* simple_form.pt-BR.yml fully translated
* doorkeeper.pt-BR.yml now fully translated
* E-mail instructions on app/views/user_mailer added and fully translated
* PT-BR translation for #4871 
* Deleted an unwanted caracter on pt-BR.yml
* Fixing typos on pt-BR.yml
* Added translation for Pinned toots tab on pt-BR.json
* Added missing translation for navigation_bar.pins 
							
						 
						
							2017-09-11 08:40:29 +09:00  
				
					
						
							
							
								 
						
							
								a345479de2 
								
							 
						 
						
							
							
								
								l10n: update Persian translation ( #4880 )  
							
							... 
							
							
							
							* l10n: update Persian translation
* l10n: fix missing Persian translation 
							
						 
						
							2017-09-11 08:35:27 +09:00  
				
					
						
							
							
								 
						
							
								29c44fa5fa 
								
							 
						 
						
							
							
								
								Remove unused imports  
							
							
							
						 
						
							2017-09-10 16:00:26 -05:00  
				
					
						
							
							
								 
						
							
								932571fa22 
								
							 
						 
						
							
							
								
								Merge tag 'v1.6.0' into sync/upstream  
							
							
							
						 
						
							2017-09-10 13:04:27 -05:00  
				
					
						
							
							
								 
						
							
								72e662bb0d 
								
							 
						 
						
							
							
								
								Hide modal loading screen for media/video/boost/confirm/actions modals ( #4873 )  
							
							
							
						 
						
							2017-09-10 10:26:01 +02:00  
				
					
						
							
							
								 
						
							
								f2cbfb2eb3 
								
							 
						 
						
							
							
								
								Fix dimensions of loading component for compose drawer ( #4872 )  
							
							
							
						 
						
							2017-09-10 08:48:11 +02:00  
				
					
						
							
							
								 
						
							
								67ad453373 
								
							 
						 
						
							
							
								
								Merge tag 'v1.6.0rc4' into sync/upstream-1.6.0rc4  
							
							... 
							
							
							
							Conflicts:
      app/javascript/mastodon/features/getting_started/index.js
      app/javascript/packs/public.js
      app/javascript/styles/components.scss 
							
						 
						
							2017-09-09 23:56:21 -05:00  
				
					
						
							
							
								 
						
							
								14e1fb8d36 
								
							 
						 
						
							
							
								
								Add missing import (patch by @MightyPork)  
							
							
							
						 
						
							2017-09-09 14:28:20 -05:00  
				
					
						
							
							
								 
						
							
								514fc908a3 
								
							 
						 
						
							
							
								
								Merge tag 'v1.6.0rc3' into sync/upstream  
							
							
							
						 
						
							2017-09-09 14:28:08 -05:00  
				
					
						
							
							
								 
						
							
								b9f7bc149b 
								
							 
						 
						
							
							
								
								Merge branch 'origin/master' into sync/upstream  
							
							... 
							
							
							
							Conflicts:
	app/javascript/mastodon/components/status_list.js
	app/javascript/mastodon/features/notifications/index.js
	app/javascript/mastodon/features/ui/components/modal_root.js
	app/javascript/mastodon/features/ui/components/onboarding_modal.js
	app/javascript/mastodon/features/ui/index.js
	app/javascript/styles/about.scss
	app/javascript/styles/accounts.scss
	app/javascript/styles/components.scss
	app/presenters/instance_presenter.rb
	app/services/post_status_service.rb
	app/services/reblog_service.rb
	app/views/about/more.html.haml
	app/views/about/show.html.haml
	app/views/accounts/_header.html.haml
	config/webpack/loaders/babel.js
	spec/controllers/api/v1/accounts/credentials_controller_spec.rb 
							
						 
						
							2017-09-09 14:27:47 -05:00  
				
					
						
							
							
								 
						
							
								6867681c7c 
								
							 
						 
						
							
							
								
								Add script to make embedded iframes autosize ( #4853 )  
							
							
							
						 
						
							2017-09-09 16:23:44 +02:00  
				
					
						
							
							
								 
						
							
								bdc8b4fd91 
								
							 
						 
						
							
							
								
								Disable mouse-based pause from  #4859  ( #4865 )  
							
							... 
							
							
							
							It wasn't working ideally and introduced some annoying false positivies 
							
						 
						
							2017-09-09 15:09:50 +02:00  
				
					
						
							
							
								 
						
							
								c7908e2d09 
								
							 
						 
						
							
							
								
								Fix scroll behavior and others on paused timeline ( #4864 )  
							
							... 
							
							
							
							Resolved:
* Lot of redundant renders while mouse moving
* Scroll jumping when timeline loaded
* Scroll position isn't kept when statuses below the scrollTop was deleted then new status arrived
Unresolved:
* Scroll position isn't kept when statuses over the scrollTop was deleted then new status arrived
-> It needs to know which statuses are over the scrollTop
* New status indicator should be active when new statuses arrived while mouse moved recently
-> It needs a) update indicator in ScrollableList, or b) set scrollTop status while mouse moving 
							
						 
						
							2017-09-09 14:16:11 +02:00  
				
					
						
							
							
								 
						
							
								c9d04f1c39 
								
							 
						 
						
							
							
								
								Fix second report (regression from  3b81baaaaf) ( #4863 )  
							
							
							
						 
						
							2017-09-09 13:42:48 +02:00  
				
					
						
							
							
								 
						
							
								3c45d3963a 
								
							 
						 
						
							
							
								
								Scrollable tables in settings pages ( #4857 )  
							
							... 
							
							
							
							* Scrollable tables in settings pages
* Add space before curly brace 
							
						 
						
							2017-09-09 02:26:58 +02:00  
				
					
						
							
							
								 
						
							
								baa8b82179 
								
							 
						 
						
							
							
								
								Fix   #1004  - Temporarily pause timeline if there's been recent mouse movement ( #4859 )  
							
							
							
						 
						
							2017-09-09 02:26:41 +02:00  
				
					
						
							
							
								 
						
							
								1ae5d49a71 
								
							 
						 
						
							
							
								
								Refresh timeline after toot while the timeline is disconnected ( #4858 )  
							
							... 
							
							
							
							To reflect status posting immediately, we've inserted the status into timelines directly. However, status insertion changes "latest status", and it means next timeline refresh only fetches statuses since the inserted status. This behavior is very bad for disconnected timeline and mobile views.
After this patch, it refreshes timeline for disconnected timelines, instead of direct insertion. 
							
						 
						
							2017-09-08 21:43:34 +02:00  
				
					
						
							
							
								 
						
							
								dabc309ca3 
								
							 
						 
						
							
							
								
								i10n update OC and FR ( #4849 )  
							
							... 
							
							
							
							* Missing "navigation_bar.pins"
* Missing "navigation_bar.pins" 
							
						 
						
							2017-09-08 13:55:47 +02:00  
				
					
						
							
							
								 
						
							
								95f018a3d4 
								
							 
						 
						
							
							
								
								"Mute conversation" option on all own toots, not just in notifications ( #4844 )  
							
							... 
							
							
							
							That way you can mute notifications for a toot before you get replies
to it or boosts or favourites 
							
						 
						
							2017-09-08 12:00:30 +02:00  
				
					
						
							
							
								 
						
							
								7c2d84910c 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #4845 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2017-09-08 05:51:48 +09:00  
				
					
						
							
							
								 
						
							
								b00cc4b9bd 
								
							 
						 
						
							
							
								
								i10n OC / FR update Pinned toots ( #4842 )  
							
							... 
							
							
							
							* Added column.pins
New strings
* Added column.pins
* Update confirmation_instructions.oc.html.erb
* Update confirmation_instructions.oc.text.erb
* Update password_change.oc.html.erb
* Update password_change.oc.text.erb
* Update reset_password_instructions.oc.html.erb
* Update reset_password_instructions.oc.text.erb
* Update confirmation_instructions.oc.html.erb
* Update confirmation_instructions.oc.text.erb 
							
						 
						
							2017-09-07 22:07:03 +02:00  
				
					
						
							
							
								 
						
							
								7d853b514a 
								
							 
						 
						
							
							
								
								Use <button> instead of <div role="button"> ( #4835 )  
							
							
							
						 
						
							2017-09-07 16:18:41 +02:00  
				
					
						
							
							
								 
						
							
								85c7c42098 
								
							 
						 
						
							
							
								
								Add Pinned toot column ( #4817 )  
							
							... 
							
							
							
							* Add Pinned_toot_section
* Fix add frozen_string_literal
* Fix delete no need controller and tests
* Fix replace query strings to axios params
* Fix change value to accountId and disabling more button 
							
						 
						
							2017-09-07 09:58:11 +02:00  
				
					
						
							
							
								 
						
							
								be75b13d68 
								
							 
						 
						
							
							
								
								i10n update OC and FR files ( #4824 )  
							
							... 
							
							
							
							* Onboarding: corrections
Some missing letters and spaces or better wording
* Embed
Translated as Intégrer in FR / Embarcar in OC 
							
						 
						
							2017-09-07 08:55:03 +09:00  
				
					
						
							
							
								 
						
							
								9417c9bb8f 
								
							 
						 
						
							
							
								
								Update fr.json ( #4830 )  
							
							... 
							
							
							
							typo 
							
						 
						
							2017-09-06 22:32:49 +02:00  
				
					
						
							
							
								 
						
							
								13ffa3c59e 
								
							 
						 
						
							
							
								
								Add Smartphone screen favourite back button and adjust styles ( #4813 )  
							
							... 
							
							
							
							* Feat add get-back button on favourite columnHeader
* Style adjust nice looking get-back button
* Fix delete media query and add padding right
* fix: restore padding and add lastchild style for back-button 
							
						 
						
							2017-09-06 17:32:15 +02:00  
				
					
						
							
							
								 
						
							
								aec5097d44 
								
							 
						 
						
							
							
								
								i18n: update Persian translation ( #4822 )  
							
							
							
						 
						
							2017-09-06 17:31:54 +02:00  
				
					
						
							
							
								 
						
							
								1646f622a5 
								
							 
						 
						
							
							
								
								fix scroll position ( #4821 )  
							
							
							
						 
						
							2017-09-06 17:29:56 +02:00  
				
					
						
							
							
								 
						
							
								d8d2a54741 
								
							 
						 
						
							
							
								
								fix text position of NSFW for video file ( #4819 )  
							
							
							
						 
						
							2017-09-06 13:55:47 +02:00  
				
					
						
							
							
								 
						
							
								4c3dd0b254 
								
							 
						 
						
							
							
								
								Adjust status embeds ( #4808 )  
							
							... 
							
							
							
							* Adjust status embeds
Adjust styles of embed code. Adjust styles of embed pages. Fix overflow of embed-modal.
* Remove trailing whitespace
* Using width from the variable 
							
						 
						
							2017-09-05 12:31:24 +02:00  
				
					
						
							
							
								 
						
							
								334a633c2a 
								
							 
						 
						
							
							
								
								Fix a problem that notification column goes to top ( #4792 )  
							
							
							
						 
						
							2017-09-03 20:31:51 +02:00  
				
					
						
							
							
								 
						
							
								d3f46a77c3 
								
							 
						 
						
							
							
								
								Make german translation more gender neutral  #4755  ( #4789 )  
							
							
							
						 
						
							2017-09-03 15:17:24 +02:00  
				
					
						
							
							
								 
						
							
								579c7a88e0 
								
							 
						 
						
							
							
								
								Croatian translation - updated  ( #4183 )  
							
							... 
							
							
							
							* Update hr.json
* Update hr.json 
							
						 
						
							2017-09-03 18:10:53 +09:00  
				
					
						
							
							
								 
						
							
								8538170c2d 
								
							 
						 
						
							
							
								
								l10n Occitan update for Embed, cancel follow request, ... ( #4788 )  
							
							... 
							
							
							
							* Update: some missing strings
* Updates missing strings
* New string
* Update oc.json
* Update oc.yml
* Update oc.json 
							
						 
						
							2017-09-03 18:08:37 +09:00  
				
					
						
							
							
								 
						
							
								5d170587e3 
								
							 
						 
						
							
							
								
								Improve client-side German i18n ( #4785 )  
							
							
							
						 
						
							2017-09-02 23:21:48 +02:00  
				
					
						
							
							
								 
						
							
								2c3544eedd 
								
							 
						 
						
							
							
								
								i18n: Improve Polish translation ( #4783 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2017-09-02 20:45:20 +02:00  
				
					
						
							
							
								 
						
							
								d3b6746173 
								
							 
						 
						
							
							
								
								Make "unfollow" undo pending outgoing follow request too ( #4781 )  
							
							... 
							
							
							
							* Make "unfollow" undo pending outgoing follow request too
* Add cancel button to web UI when awaiting follow request approval
* Make the hourglass button do the cancelling 
							
						 
						
							2017-09-02 20:44:41 +02:00  
				
					
						
							
							
								 
						
							
								2a5d1d5a1b 
								
							 
						 
						
							
							
								
								fix text position of NSFW in Safari (Mac/iPhone) ( #4570 )  
							
							
							
						 
						
							2017-09-02 18:52:56 +02:00  
				
					
						
							
							
								 
						
							
								8cc1ed3c55 
								
							 
						 
						
							
							
								
								Don't unconditionally call `preventDefault` and `stopPropagation` on all keyup events ( #4777 )  
							
							... 
							
							
							
							* UploadArea should only preventDefault for Escape
This will make accessibility for some things less effortful, since we won't have to define a prior event handler to do whatever should be happening by default.
* Remove workaround for fixed bug in SettingToggle
SettingToggle was toggling itself in response to keydown of space, and then the keyup was doing it again 
							
						 
						
							2017-09-02 16:27:16 +02:00  
				
					
						
							
							
								 
						
							
								5e1e466da0 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #4775 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2017-09-02 16:25:54 +02:00  
				
					
						
							
							
								 
						
							
								cfe39fb58d 
								
							 
						 
						
							
							
								
								Adjust settings pages ( #4765 )  
							
							... 
							
							
							
							* views: Adjust heading positions
* Adjust settings pages
Adjust label. Adjust tables. Adjust admin/reports/* pages. Fix 2FA QR code style for narrow devices. Widen several pages. Increase contrast.
* Remove trailing whitespace 
							
						 
						
							2017-09-02 15:49:28 +02:00  
				
					
						
							
							
								 
						
							
								ba8fb2fd0f 
								
							 
						 
						
							
							
								
								Add text color style for noscript link ( #4772 )  
							
							
							
						 
						
							2017-09-02 14:02:15 +02:00  
				
					
						
							
							
								 
						
							
								15963a15c6 
								
							 
						 
						
							
							
								
								Disable embed modal when private status ( #4773 )  
							
							... 
							
							
							
							* Disable embed modal when private status
* Remove `reblogDisabled` 
							
						 
						
							2017-09-02 14:01:44 +02:00  
				
					
						
							
							
								 
						
							
								ab9f1b6e50 
								
							 
						 
						
							
							
								
								Add japanese translations for embed modal feature. ( #4770 )  
							
							
							
						 
						
							2017-09-02 14:48:51 +09:00  
				
					
						
							
							
								 
						
							
								9c04fadec9 
								
							 
						 
						
							
							
								
								Finish up embed modal feature ( #4759 )  
							
							... 
							
							
							
							* Add embed button to dropdowns of in-timeline statuses
* yarn run manage:translations 
							
						 
						
							2017-09-01 21:30:13 +02:00  
				
					
						
							
							
								 
						
							
								a75aa62f5b 
								
							 
						 
						
							
							
								
								Adjust padding on the public profile page ( #4757 )  
							
							... 
							
							
							
							* Fix a style issue on the public profile page for some mobile browsers
Signed-off-by: Cygnan <email@cygnan.com>
* Set padding-bottom to 20px
Signed-off-by: Cygnan <email@cygnan.com> 
							
						 
						
							2017-09-01 21:01:23 +02:00  
				
					
						
							
							
								 
						
							
								7dc5035031 
								
							 
						 
						
							
							
								
								Make PreviewCard records reuseable between statuses ( #4642 )  
							
							... 
							
							
							
							* Make PreviewCard records reuseable between statuses
**Warning!** Migration truncates preview_cards tablec
* Allow a wider thumbnail for link preview, display it in horizontal layout (#4648 )
* Delete preview cards files before truncating
* Rename old table instead of truncating it
* Add mastodon:maintenance:remove_deprecated_preview_cards
* Ignore deprecated_preview_cards in schema definition
* Fix null behaviour 
							
						 
						
							2017-09-01 16:20:16 +02:00  
				
					
						
							
							
								 
						
							
								2305f7c391 
								
							 
						 
						
							
							
								
								Use system's default font on non web UI pages ( #4553 )  
							
							... 
							
							
							
							* Use system's default font on non web UI pages
* Remove import for Redirect 
							
						 
						
							2017-09-01 16:13:31 +02:00  
				
					
						
							
							
								 
						
							
								ff7d02b236 
								
							 
						 
						
							
							
								
								Make first use less overwhelming with browser permissions ( #4760 )  
							
							... 
							
							
							
							- Ask for desktop notifications after 1 minute of use instead of
  instantly
- Ask for protocol handler permission after 5 minutes of use
  instead of instantly 
							
						 
						
							2017-09-01 16:07:08 +02:00  
				
					
						
							
							
								 
						
							
								1a0df58878 
								
							 
						 
						
							
							
								
								Update FR locales ( #4714 )  
							
							... 
							
							
							
							* Make the fr locales up-to-date with the last changes (new profile view, applications)
* Use the same wording for toots in fr.yml and fr.json
* Translate the pin related strings
* Translate pin-related locales on the front-end
* Add missing locales in doorkeeper.fr.yml and remove un-used ones
* Change "posts" back to "status" in the /about/more page in fr.yml
* Fix typos for "status" in fr.yml
* fix typo for "status" in fr.json
* Remove duplicate string
* Non-breaking space before punctuation
* 'Better' translation for "unpin"
* Put back 'pouet' where it was already
* Fix
* Fix 
							
						 
						
							2017-09-01 14:09:01 +02:00  
				
					
						
							
							
								 
						
							
								74437c6bff 
								
							 
						 
						
							
							
								
								Refactor Web::PushSubscription, remove welcome message ( #4524 )  
							
							... 
							
							
							
							* Refactor Web::PushSubscription, remove welcome message
* Add missing helper
* Use locale of the receiver on push notifications (#4519 )
* Remove unused translations
* Fix dir on notifications 
							
						 
						
							2017-09-01 13:35:23 +02:00  
				
					
						
							
							
								 
						
							
								667df47168 
								
							 
						 
						
							
							
								
								Remove workaround for fixed bug in SettingToggle  
							
							... 
							
							
							
							SettingToggle was toggling itself in response to keydown of space, and then the keyup was doing it again 
							
						 
						
							2017-08-31 22:41:49 -05:00  
				
					
						
							
							
								 
						
							
								173a970752 
								
							 
						 
						
							
							
								
								UploadArea should only preventDefault for Escape  
							
							... 
							
							
							
							This will make accessibility for some things less effortful, since we won't have to define a prior event handler to do whatever should be happening by default. 
							
						 
						
							2017-08-31 22:32:03 -05:00  
				
					
						
							
							
								 
						
							
								69957ed10a 
								
							 
						 
						
							
							
								
								Fix the usages of Detect Passive Events ( #4749 )  
							
							
							
						 
						
							2017-08-31 11:20:54 +02:00  
				
					
						
							
							
								 
						
							
								d1a78eba15 
								
							 
						 
						
							
							
								
								Embed modal ( #4748 )  
							
							... 
							
							
							
							* Embed modal
* Proxy OEmbed requests from web UI 
							
						 
						
							2017-08-31 03:38:35 +02:00  
				
					
						
							
							
								 
						
							
								fec13735a7 
								
							 
						 
						
							
							
								
								error fixed (when loading pages in single column mode.) ( #4746 )  
							
							
							
						 
						
							2017-08-30 17:30:25 +02:00  
				
					
						
							
							
								 
						
							
								e95bdec7c5 
								
							 
						 
						
							
							
								
								Update status embeds ( #4742 )  
							
							... 
							
							
							
							- Use statuses controller for embeds instead of stream entries controller
- Prefer /@:username/:id/embed URL for embeds
- Use /@:username as author_url in OEmbed
- Add follow link to embeds which opens web intent in new window
- Use redis cache in development
- Cache entire embed 
							
						 
						
							2017-08-30 10:23:43 +02:00  
				
					
						
							
							
								 
						
							
								f59ed3a4fa 
								
							 
						 
						
							
							
								
								Scroll smoothly to the right ( #4735 )  
							
							
							
						 
						
							2017-08-29 17:06:19 +02:00  
				
					
						
							
							
								 
						
							
								7be620775e 
								
							 
						 
						
							
							
								
								fix error when single columns mode. ( #4734 )  
							
							
							
						 
						
							2017-08-29 16:11:28 +02:00  
				
					
						
							
							
								 
						
							
								9958eba356 
								
							 
						 
						
							
							
								
								Do not scroll the columns area due to redirection ( #4541 )  
							
							... 
							
							
							
							Commit 9d1f8b9d6a 
							
						 
						
							2017-08-29 14:16:21 +02:00  
				
					
						
							
							
								 
						
							
								0827c09c44 
								
							 
						 
						
							
							
								
								Generalized the infinite scrollable list ( #4697 )  
							
							
							
						 
						
							2017-08-28 22:23:44 +02:00  
				
					
						
							
							
								 
						
							
								07994eed00 
								
							 
						 
						
							
							
								
								Adjust "signed in as" pages ( #4720 )  
							
							... 
							
							
							
							* Adjust "signed in as" pages
Fix min-width
Set width of .account-header .name
To apply text-overflow and overflow settings
Set overflow for detailed-status__display-name
* Remove trailing whitespace 
							
						 
						
							2017-08-28 00:01:07 +02:00  
				
					
						
							
							
								 
						
							
								bab9afaa09 
								
							 
						 
						
							
							
								
								Adjust public profile pages ( #4713 )  
							
							... 
							
							
							
							* Adjust account-grid in public profiles
Full-width card on mobile UI. Set break-word for long name and ID. Fix margin.
* Reduce padding-bottom of public profiles
* Revive next prev buttons in mobile public profiles
In followers followees pages.
* Revert break-word for username
* Fix overflow of display_name
Need re-setting text-overflow and overflow in display: block; 
							
						 
						
							2017-08-27 23:59:51 +02:00  
				
					
						
							
							
								 
						
							
								f92d991e52 
								
							 
						 
						
							
							
								
								Add japanese translations for Pinned statuses based on pawoo. ( #4717 )  
							
							... 
							
							
							
							Add japanese translations for pin_errors. 
							
						 
						
							2017-08-28 00:03:27 +09:00  
				
					
						
							
							
								 
						
							
								26402ee2cb 
								
							 
						 
						
							
							
								
								Adjust RTL styles ( #4712 )  
							
							
							
						 
						
							2017-08-27 13:35:18 +02:00  
				
					
						
							
							
								 
						
							
								8ecfdd8795 
								
							 
						 
						
							
							
								
								Set margin between character-counter and compose-form__buttons ( #4698 )  
							
							... 
							
							
							
							For some languages publish translation is long. 
							
						 
						
							2017-08-26 14:23:20 +02:00  
				
					
						
							
							
								 
						
							
								1cebfed23e 
								
							 
						 
						
							
							
								
								Added new translations of error messages, block and mute domains and users, privacy disclaimers, etc ( #4700 )  
							
							... 
							
							
							
							* Added new translations of error messages, block and mute domains and users
* Added new translations of error messages, block and mute domains and users 
							
						 
						
							2017-08-26 20:45:35 +09:00  
				
					
						
							
							
								 
						
							
								21bb4a6c3b 
								
							 
						 
						
							
							
								
								Fix ar.json ( #4699 )  
							
							... 
							
							
							
							Remove ! from compose_form.publish 
							
						 
						
							2017-08-25 20:02:44 +02:00  
				
					
						
							
							
								 
						
							
								fb8aa2b3ba 
								
							 
						 
						
							
							
								
								Apply user timezone for the title attribute of .time-ago ( #4693 )  
							
							
							
						 
						
							2017-08-25 17:21:16 +02:00  
				
					
						
							
							
								 
						
							
								18f69fb964 
								
							 
						 
						
							
							
								
								Adjust styles of landing pages. ( #4682 )  
							
							... 
							
							
							
							* Adjust about.scss
* Delete trailing whitespace. 
							
						 
						
							2017-08-25 17:19:35 +02:00  
				
					
						
							
							
								 
						
							
								04c3fb2189 
								
							 
						 
						
							
							
								
								i18n Updated strings ( #4675  - pinned toot) ( #4695 )  
							
							... 
							
							
							
							* Added string for pinned toots
* Pinned toot #4675  + missing string
Somehow I deleted it "enabled_success"
* update after advice 
							
						 
						
							2017-08-25 23:04:52 +09:00  
				
					
						
							
							
								 
						
							
								409051c22c 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation  #4675  ( #4692 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2017-08-25 17:58:31 +09:00  
				
					
						
							
							
								 
						
							
								9caa90025f 
								
							 
						 
						
							
							
								
								Pinned statuses ( #4675 )  
							
							... 
							
							
							
							* Pinned statuses
* yarn manage:translations 
							
						 
						
							2017-08-25 01:41:18 +02:00  
				
					
						
							
							
								 
						
							
								c5157ef07b 
								
							 
						 
						
							
							
								
								Update Russian translation ( #4685 )  
							
							... 
							
							
							
							* Add Russian translation (ru)
* Fix a missing comma
* Fix the wording for better consistency
* Update Russian translation
* Arrange Russian setting alphabetically
* Fix syntax error
* Update Russian translation
* Fix formatting error
* Update Russian translation
* Update Russian translation
* Update ru.jsx
* Fix syntax error
* Remove two_factor_auth.warning (appears obsolete)
* Add missing strings in ru.yml
A lot of new strings translated, especially for the newly added admin section
* Fix translation consistency
* Update Russian translation
* Update Russian translation (pluralizations)
* Update Russian translation
* Update Russian translation
* Update Russian translation (pin)
* Update Russian translation (account deletion)
* Fix extra line
* Update Russian translation (sessions)
* Update Russian translation
* Update Russian translation
* Fix merge conflicts (revert) 
							
						 
						
							2017-08-25 07:11:06 +09:00  
				
					
						
							
							
								 
						
							
								f72ed21cd6 
								
							 
						 
						
							
							
								
								Don't load Roboto webfont when system font is used in the app ( #4591 )  
							
							... 
							
							
							
							* Don't load Roboto webfont when system font is used in the app
* remove trailing whitespace 
							
						 
						
							2017-08-24 19:28:49 +02:00  
				
					
						
							
							
								 
						
							
								fbe1115114 
								
							 
						 
						
							
							
								
								Remove eslint-disable comments ( #4681 )  
							
							... 
							
							
							
							Do not reject console.error and console.warn with ESLint rules. 
							
						 
						
							2017-08-24 12:15:36 +02:00  
				
					
						
							
							
								 
						
							
								e4c761f902 
								
							 
						 
						
							
							
								
								l18n update OC new strings ( #4664 ) ( #4680 )  
							
							... 
							
							
							
							* New strings
* Update
Thin non breaking spaces
* Update
Thin non breaking spaces
* Update
Thin non breaking spaces 
							
						 
						
							2017-08-24 16:16:32 +09:00  
				
					
						
							
							
								 
						
							
								143b77e10d 
								
							 
						 
						
							
							
								
								Increase contrast in landing pages ( #4567 )  
							
							... 
							
							
							
							* Increase contrast in about and about/more page
* Lighten em color in landing pages
* Increase contrast in landing pages
Fix about.scss 
							
						 
						
							2017-08-21 21:59:03 +02:00  
				
					
						
							
							
								 
						
							
								4cbb638604 
								
							 
						 
						
							
							
								
								Fix visual line-break glitch with .invisible parts of links ( #4655 )  
							
							
							
						 
						
							2017-08-21 17:59:34 +02:00  
				
					
						
							
							
								 
						
							
								ea958cae7f 
								
							 
						 
						
							
							
								
								Refactoring streaming connections ( #4645 )  
							
							
							
						 
						
							2017-08-21 15:04:34 +02:00  
				
					
						
							
							
								 
						
							
								4c23544714 
								
							 
						 
						
							
							
								
								i18n: Minor changes in Polish translation ( #4649 )  
							
							... 
							
							
							
							* i18n: Minor changes in Polish translation
* i18n: pl 
							
						 
						
							2017-08-21 07:57:28 +09:00  
				
					
						
							
							
								 
						
							
								110227ac5e 
								
							 
						 
						
							
							
								
								Remove status from favorites list when unfavorited ( #4597 )  
							
							
							
						 
						
							2017-08-20 23:23:05 +02:00  
				
					
						
							
							
								 
						
							
								f26758dc01 
								
							 
						 
						
							
							
								
								Fix .information-board style for Safari ( #4602 )  
							
							... 
							
							
							
							flex-basis: 0 allows make flexbox smaller than its contents on Safari <10.
https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored  
							
						 
						
							2017-08-20 20:45:44 +02:00  
				
					
						
							
							
								 
						
							
								23792f5a7c 
								
							 
						 
						
							
							
								
								Fix hasUnread on HashtagTimeline ( #4644 )  
							
							
							
						 
						
							2017-08-20 17:12:06 +02:00  
				
					
						
							
							
								 
						
							
								d5acf4275f 
								
							 
						 
						
							
							
								
								Improve about ja translation standalone.public_title ( #4641 )  
							
							
							
						 
						
							2017-08-20 20:27:14 +09:00  
				
					
						
							
							
								 
						
							
								2a04bdc87a 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #4613 )  
							
							... 
							
							
							
							* i18n: Update Polish translation
* Update pl.json 
							
						 
						
							2017-08-16 22:14:23 +02:00  
				
					
						
							
							
								 
						
							
								ca7ea1aba9 
								
							 
						 
						
							
							
								
								Redesign public profiles ( #4608 )  
							
							... 
							
							
							
							* Redesign public profiles
* Responsive design
* Change public profile status filtering defaults and add options
- No longer displays private/direct toots even if you are permitted access
- By default omits replies
- "With replies" option
- "Media only" option
* Redesign account grid cards
* Fix style issues 
							
						 
						
							2017-08-16 17:12:58 +02:00  
				
					
						
							
							
								 
						
							
								f814661fca 
								
							 
						 
						
							
							
								
								Make share intent modal to make "signed in as" shown. ( #4611 )  
							
							... 
							
							
							
							* Make share intent modal to make "signed in as" shown.
* fix glitch on mobile. 
							
						 
						
							2017-08-16 16:48:44 +02:00  
				
					
						
							
							
								 
						
							
								3c6503038e 
								
							 
						 
						
							
							
								
								Add protocol handler. Handle follow intents ( #4511 )  
							
							... 
							
							
							
							* Add protocol handler. Handle follow intents
* Add share intent
* Improve code in intents controller
* Adjust share form CSS 
							
						 
						
							2017-08-14 04:53:31 +02:00  
				
					
						
							
							
								 
						
							
								d0a217eb92 
								
							 
						 
						
							
							
								
								Minor fixes in the French translation ( #4580 )  
							
							... 
							
							
							
							* Ajout de traductions manquantes
Ajoute des traductions pour les chaînes n’en ayant pas en version 1.5.1.
Add translations for the strings that are missing them in 1.5.1.
* 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 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.
* 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.
* Remplace « status » par « statut »
Remplace le mot anglais « status » par sa traduction française « statut ».
Replace the English word "status" by its French translation "statut".
* Correction de la politique de confidentialité
Apporte diverses corrections à la traduction de la politique de confidentialité.
Add various fixes to the privacy policy's translation.
* Remplace « mentionné » par « mentionné·e »
Harmonise la traduction en remplaçant « mentionné » par sa forme épicène.
Harmonize the translation by replacing "mentionné" (sure) by its epicene form.
* Remplace « Coup d’œil » par « Jeter un coup d’œil… »
Remplace la première traduction par une forme plus proche de la version originelle.
Replace the first translation by something closer to the original version.
* Remplace « Bon Appétoot ! » par « Bon appouetit ! »
Remplace « Bon Appétoot ! » par « Bon appouetit ! » pour essayer de conserver le jeu de mot.
Replace « Bon Appétoot ! » by « Bon appouetit ! » to keep the pun.
* Remplace « Bon Appétoot ! » par « Bon appouetit ! » (2)
Remplace « Bon Appétoot ! » par « Bon appouetit ! » pour essayer de conserver le jeu de mot.
Replace « Bon Appétoot ! » by « Bon appouetit ! » to keep the pun.f
* Corrections
Corrige des fautes d’orthographe et change « appouetit » pour « appouétit ».
Correct some mistakes and change "appouetit" to "appouétit". 
							
						 
						
							2017-08-12 01:33:30 +02:00  
				
					
						
							
							
								 
						
							
								d9a1fb134a 
								
							 
						 
						
							
							
								
								Fix emoji picker scrollbar style ( #4572 )  
							
							
							
						 
						
							2017-08-10 13:41:12 +02:00  
				
					
						
							
							
								 
						
							
								b1c8a702a4 
								
							 
						 
						
							
							
								
								Add favourited toot to favourites column ( #4562 )  
							
							... 
							
							
							
							* Add faved toot to faves column
* renamed append to prepend for clarity 
							
						 
						
							2017-08-09 00:22:26 +02:00  
				
					
						
							
							
								 
						
							
								820099813f 
								
							 
						 
						
							
							
								
								add scrollTop to ui/components/column ( #4563 )  
							
							
							
						 
						
							2017-08-09 00:21:58 +02:00  
				
					
						
							
							
								 
						
							
								61bfce5aa9 
								
							 
						 
						
							
							
								
								add missing @ to the onboarding modal ( #4560 )  
							
							
							
						 
						
							2017-08-08 22:13:04 +02:00