Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								c60f97f116 
								
							 
						 
						
							
							
								
								[Glitch] Preserve newlines in delete & redraft and desktop notifications  
							
							 
							
							... 
							
							
							
							Port 5d419119de  to glitch-soc 
							
						 
						
							2018-06-16 15:09:28 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								d8c35a6b85 
								
							 
						 
						
							
							
								
								[Glitch] Add redraft function  
							
							 
							
							... 
							
							
							
							Port 16173535d9  to glitch-soc 
							
						 
						
							2018-06-16 15:09:28 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									ThibG 
								
							 
						 
						
							
							
							
							
								
							
							
								079bc2906a 
								
							 
						 
						
							
							
								
								Merge pull request  #544  from ThibG/glitch-soc/merge-upstream  
							
							 
							
							... 
							
							
							
							Merge branch 'master' into glitch-soc/merge-upstream 
							
						 
						
							2018-06-16 15:08:52 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								31091836e9 
								
							 
						 
						
							
							
								
								[Glitch] Add vendor prefix for background-clip  
							
							 
							
							... 
							
							
							
							Port 963b82f5e5  to glitch-soc 
							
						 
						
							2018-06-15 22:14:48 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Yip 
								
							 
						 
						
							
							
							
							
								
							
							
								c3202b66f2 
								
							 
						 
						
							
							
								
								Port  bf508b9f74 to glitch emoji picker.  
							
							 
							
							... 
							
							
							
							Fixes  #541 . 
							
						 
						
							2018-06-15 22:10:50 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								3d6c594903 
								
							 
						 
						
							
							
								
								Merge branch 'master' into glitch-soc/merge-upstream  
							
							 
							
							... 
							
							
							
							Conflicts:
	app/javascript/mastodon/initial_state.js
	db/schema.rb
Upstream added a new field to initial_state.
Not too sure about what happened with db/schema.rb though… 
							
						 
						
							2018-06-15 20:51:39 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								d928aac40c 
								
							 
						 
						
							
							
								
								Fix regression where CW is focused on reply ( #7811 )  
							
							 
							
							
							
						 
						
							2018-06-15 19:49:32 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								907694df6a 
								
							 
						 
						
							
							
								
								Add autofollow option to invites ( #7805 )  
							
							 
							
							... 
							
							
							
							* Add autofollow option to invites
* Trigger CodeClimate rebuild 
							
						 
						
							2018-06-15 18:00:23 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								915f02ce8f 
								
							 
						 
						
							
							
								
								Fix vertical alignment of navigation bar ( #7807 )  
							
							 
							
							
							
						 
						
							2018-06-15 18:00:03 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								a21c8a2e0e 
								
							 
						 
						
							
							
								
								Add "find friends", "invite people", and more to getting started footer ( #7803 )  
							
							 
							
							... 
							
							
							
							- Find friends from Twitter (bridge)
- Invite people (when invites enabled)
- Security (change e-mail/password)
- Developers (create OAuth apps/tokens) 
							
						 
						
							2018-06-15 15:51:37 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									chr v1.x 
								
							 
						 
						
							
							
							
							
								
							
							
								9c2fc4d684 
								
							 
						 
						
							
							
								
								Put "Media Only" option in column settings instead of content area headline ( #7801 )  
							
							 
							
							... 
							
							
							
							* Action/reducer for changing column settings takes a path and a value
instead of a javascript object
* Settings menu version and column headline version working simultaneously
* remove column headline entirely
* remove css for headlines that aren't possible now
* Remove commented out code from unfruitful attempt at this feature
* Give direct timeline its own column settings bc it doesn't have a media only option
* Fix typo in public timeline code that was preventing per-column settings from working properly
* Fix codeclimate issues
* Missing semicolons
* Use redux state to set onlyMedia, let that do the update instead of a callback. Consequently, unpinned setting works without history modification
* Unused import 
							
						 
						
							2018-06-15 11:15:15 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jenkins 
								
							 
						 
						
							
							
							
							
								
							
							
								6e961f0731 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							 
							
							
							
						 
						
							2018-06-14 06:17:24 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yamagishi Kazutoshi 
								
							 
						 
						
							
							
							
							
								
							
							
								1ffb500242 
								
							 
						 
						
							
							
								
								Hide status content when spoiler text is not empty ( #7797 )  
							
							 
							
							
							
						 
						
							2018-06-14 08:03:51 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yamagishi Kazutoshi 
								
							 
						 
						
							
							
							
							
								
							
							
								70b5274caa 
								
							 
						 
						
							
							
								
								Fix "Invalid DOM property class" ( #7798 )  
							
							 
							
							
							
						 
						
							2018-06-14 08:03:07 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lain Iwakura 
								
							 
						 
						
							
							
							
							
								
							
							
								8a66ab68e8 
								
							 
						 
						
							
							
								
								Handle character limit in initial state in frontend.  
							
							 
							
							
							
						 
						
							2018-06-14 01:56:11 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									chr v1.x 
								
							 
						 
						
							
							
							
							
								
							
							
								bc9d1ea0e3 
								
							 
						 
						
							
							
								
								Add profile options on compose form ( #7789 )  
							
							 
							
							... 
							
							
							
							* Add profile options on compose form
* Remove unused imports to appease codeclimate
* Play nicely with cancel button and use ellipsis-v instead of hamburger
* Fix whitespace and quotes to appease codeclimate 
							
						 
						
							2018-06-13 14:44:50 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Yip 
								
							 
						 
						
							
							
							
							
								
							
							
								4cc75efb7b 
								
							 
						 
						
							
							
								
								Port emojimart 2.6.1 changes to glitch flavour  
							
							 
							
							... 
							
							
							
							See also the following commits:
- ae0b751a30 
- 2e4a1d3109 
							
						 
						
							2018-06-12 17:43:50 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jenkins 
								
							 
						 
						
							
							
							
							
								
							
							
								695674b2fa 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master  
							
							 
							
							
							
						 
						
							2018-06-12 13:17:21 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lynx Kotoura 
								
							 
						 
						
							
							
							
							
								
							
							
								cd1d25b9d0 
								
							 
						 
						
							
							
								
								Uniform media and video spoiler settings and fix them of the light theme ( #7778 )  
							
							 
							
							
							
						 
						
							2018-06-10 16:54:22 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yamagishi Kazutoshi 
								
							 
						 
						
							
							
							
							
								
							
							
								51c639980c 
								
							 
						 
						
							
							
								
								Weblate translations (2018-06-10) ( #7779 )  
							
							 
							
							... 
							
							
							
							* Translated using Weblate (Galician)
Currently translated at 100.0% (621 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (621 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (621 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Occitan)
Currently translated at 98.0% (609 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (619 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Japanese)
Currently translated at 99.6% (619 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Catalan)
Currently translated at 99.8% (620 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Persian)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fa/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (621 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (303 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (French)
Currently translated at 99.6% (303 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/ 
* Translated using Weblate (Slovak)
Currently translated at 95.4% (593 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Persian)
Currently translated at 99.6% (619 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fa/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (304 of 304 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% (304 of 304 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% (620 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Greek)
Currently translated at 66.3% (412 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (621 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/ 
* Translated using Weblate (Korean)
Currently translated at 99.6% (619 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (621 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/ 
* Translated using Weblate (Slovak)
Currently translated at 95.9% (596 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* yarn manage:translations && i18n-tasks normalize && i18n-tasks remove-unused 
							
						 
						
							2018-06-10 16:53:49 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									kedama 
								
							 
						 
						
							
							
							
							
								
							
							
								101f5544e1 
								
							 
						 
						
							
							
								
								Control the focus when clicking the "CW" button. ( #7776 )  
							
							 
							
							... 
							
							
							
							* Focus to the spoiler text when CW turns on.
* Focus back to the textarea when CW turns off. 
							
						 
						
							2018-06-10 16:13:30 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Renato "Lond" Cerqueira 
								
							 
						 
						
							
							
							
							
								
							
							
								2e4a1d3109 
								
							 
						 
						
							
							
								
								Rename emoji sheet to avoid caching issue ( #7777 )  
							
							 
							
							
							
						 
						
							2018-06-10 16:12:47 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								b051d74029 
								
							 
						 
						
							
							
								
								Fix domain hiding logic ( #7765 )  
							
							 
							
							... 
							
							
							
							* Send rejections to followers when user hides domain they're on
* Use account domain blocks for "authorized followers" action
Replace soft-blocking (block & unblock) behaviour with follow rejection
* Split sync and async work of account domain blocking
Do not create domain block when removing followers by domain, that
is probably unexpected from the user's perspective.
* Adjust confirmation message for domain block
* yarn manage:translations 
							
						 
						
							2018-06-09 22:46:54 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lynx Kotoura 
								
							 
						 
						
							
							
							
							
								
							
							
								d997fb520a 
								
							 
						 
						
							
							
								
								Fix background color of emoji-mart-bar in light theme ( #7768 )  
							
							 
							
							... 
							
							
							
							* Fix background color of emoji-mart-bar
* Uniform emoji-mart-search background color in light theme as default 
							
						 
						
							2018-06-09 22:21:37 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lynx Kotoura 
								
							 
						 
						
							
							
							
							
								
							
							
								2d2002436c 
								
							 
						 
						
							
							
								
								Adjust emoji-mart-anchor-bar for environments that use display scaling ( #7772 )  
							
							 
							
							
							
						 
						
							2018-06-09 22:20:57 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								5af047df32 
								
							 
						 
						
							
							
								
								Delete references to removed constants ( fixes   #537 )  
							
							 
							
							
							
						 
						
							2018-06-09 18:14:23 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									SerCom_KC 
								
							 
						 
						
							
							
							
							
								
							
							
								77c94ffe82 
								
							 
						 
						
							
							
								
								Update Chinese (Simplified) translations ( #7769 )  
							
							 
							
							... 
							
							
							
							* i18n: (zh-CN) #7718 
* i18n: (zh-CN) #7735 
* i18n: (zh-CN) #7676  
							
						 
						
							2018-06-09 17:07:23 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Renato "Lond" Cerqueira 
								
							 
						 
						
							
							
							
							
								
							
							
								bf508b9f74 
								
							 
						 
						
							
							
								
								Fix issues with updated emoji mart ( #7761 )  
							
							 
							
							... 
							
							
							
							* Changes behavior from search light to keep custom search
The new version of emoji-mart needs the search function to constantly
receive the custom emoji array. This changes the behavior back to the
previous one in the search light method to keep the emoji autocomplete
as before
* Change test order
The order was breaking the tests
* Fix codeclimate issues
* Update to emoji mart to version without issue in picker
Fixes  #7760  
							
						 
						
							2018-06-08 13:28:04 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yamagishi Kazutoshi 
								
							 
						 
						
							
							
							
							
								
							
							
								3e2eddaba7 
								
							 
						 
						
							
							
								
								Weblate translations (2018-06-08) ( #7759 )  
							
							 
							
							... 
							
							
							
							* Translated using Weblate (Galician)
Currently translated at 100.0% (621 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (621 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (621 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/ 
* Translated using Weblate (Occitan)
Currently translated at 98.0% (609 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (619 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Japanese)
Currently translated at 99.6% (619 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Japanese)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/ 
* Translated using Weblate (Catalan)
Currently translated at 99.8% (620 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Persian)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fa/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (621 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (303 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (French)
Currently translated at 99.6% (303 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/ 
* Translated using Weblate (Slovak)
Currently translated at 95.4% (593 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Persian)
Currently translated at 99.6% (619 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fa/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (304 of 304 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% (304 of 304 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% (620 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/ 
* Translated using Weblate (Greek)
Currently translated at 66.3% (412 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (621 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (304 of 304 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/ 
* yarn manage:translations && i18n-tasks normalize && i18n-tasks remove-unused 
							
						 
						
							2018-06-08 04:50:52 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								e1054a747e 
								
							 
						 
						
							
							
								
								Add "Edit profile" link to public profile page, increase bottom padding ( #7754 )  
							
							 
							
							
							
						 
						
							2018-06-07 22:40:55 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Renato "Lond" Cerqueira 
								
							 
						 
						
							
							
							
							
								
							
							
								ae0b751a30 
								
							 
						 
						
							
							
								
								Update to emojimart 2.6.1 ( #7746 )  
							
							 
							
							... 
							
							
							
							* Update to emojimart 2.6.1
WIP using local updated version. Sheet comes from emoji-data@4.0.4,
file sheet_twitter_32_indexed_256.png.
* Update to 2.6.1 and uncompress data if needed
* Remove changes that were not needed
* Fix yarn lock file
* Match emojiToShowFilter behavior to new version of emoji-mart
* Fix codeclimate issue
* Match custom emoji behavior to new version of emoji-mart
* Replace emoji without shortcode in tests
* Fix code climate issues 
							
						 
						
							2018-06-07 19:40:23 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Yip 
								
							 
						 
						
							
							
							
							
								
							
							
								c2f7676dfc 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'tootsuite/master' into merge-upstream  
							
							 
							
							... 
							
							
							
							Conflicts:
 	app/models/status.rb
The conflict in the Status model was due to
3114ac9655 .
It was resolved by accepting tootsuite's changes. 
							
						 
						
							2018-06-07 05:13:49 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Yip 
								
							 
						 
						
							
							
							
							
								
							
							
								4b7ceed3f0 
								
							 
						 
						
							
							
								
								Merge pull request  #509  from ThibG/glitch-soc/fixes/router-history-navigation  
							
							 
							
							... 
							
							
							
							Use history.state to decide whether we should goBack() or go to / (fixes  #247 ) 
							
						 
						
							2018-06-06 23:56:48 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Marcin Mikołajczak 
								
							 
						 
						
							
							
							
							
								
							
							
								a5e289e273 
								
							 
						 
						
							
							
								
								🌍 🇵🇱  ( #7753 )  
							
							 
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-06-07 13:37:43 +09:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								5d419119de 
								
							 
						 
						
							
							
								
								Preserve newlines in delete & redraft and desktop notifications ( #7750 )  
							
							 
							
							... 
							
							
							
							Fix  #7748  
							
						 
						
							2018-06-06 20:49:53 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Renato "Lond" Cerqueira 
								
							 
						 
						
							
							
							
							
								
							
							
								19b653991d 
								
							 
						 
						
							
							
								
								Weblate translations 20180605 ( #7743 )  
							
							 
							
							... 
							
							
							
							* Translated using Weblate (Basque)
Currently translated at 100.0% (66 of 66 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eu/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (76 of 76 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/eu/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (66 of 66 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eu/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (303 of 303 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (621 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/ 
* Translated using Weblate (Slovak)
Currently translated at 95.4% (593 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Basque)
Currently translated at 100.0% (303 of 303 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/ 
* Normalize translations
ran yarn build:development && i18n-tasks normalize && yarn
manage:translations && i18n-tasks remove-unused 
							
						 
						
							2018-06-05 20:28:29 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Renato "Lond" Cerqueira 
								
							 
						 
						
							
							
							
							
								
							
							
								94077935ac 
								
							 
						 
						
							
							
								
								Add missing locale strings ( #7742 )  
							
							 
							
							... 
							
							
							
							ran yarn build:development && i18n-tasks normalize && yarn
    manage:translations && i18n-tasks remove-unused 
							
						 
						
							2018-06-06 03:11:03 +09:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								16173535d9 
								
							 
						 
						
							
							
								
								Add redraft function ( #7735 )  
							
							 
							
							... 
							
							
							
							* Add redraft function
Fix  #7010 
* Add explicit confirmation
* Add explicit confirmation message 
							
						 
						
							2018-06-05 00:17:38 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yamagishi Kazutoshi 
								
							 
						 
						
							
							
							
							
								
							
							
								963b82f5e5 
								
							 
						 
						
							
							
								
								Add vendor prefix for background-clip ( #7727 )  
							
							 
							
							
							
						 
						
							2018-06-04 13:24:20 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lynx Kotoura 
								
							 
						 
						
							
							
							
							
								
							
							
								e2b4e6f05e 
								
							 
						 
						
							
							
								
								Change border color of activity-stream ( #7724 )  
							
							 
							
							
							
						 
						
							2018-06-04 13:13:31 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yamagishi Kazutoshi 
								
							 
						 
						
							
							
							
							
								
							
							
								10a8ac8b80 
								
							 
						 
						
							
							
								
								Submit report using meta key ( #7729 )  
							
							 
							
							
							
						 
						
							2018-06-04 13:09:52 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								ca9ac011a5 
								
							 
						 
						
							
							
								
								Display numbers in account header using shortNumberFormat for consistency ( #7723 )  
							
							 
							
							
							
						 
						
							2018-06-04 05:15:50 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lynx Kotoura 
								
							 
						 
						
							
							
							
							
								
							
							
								93d90d3237 
								
							 
						 
						
							
							
								
								Fix activity-stream-tabs colors and set text variables for text colors ( #7722 )  
							
							 
							
							
							
						 
						
							2018-06-04 04:39:42 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								2af43c3dce 
								
							 
						 
						
							
							
								
								Fix bug in order of conversations in web UI ( #7721 )  
							
							 
							
							
							
						 
						
							2018-06-04 04:19:16 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Yip 
								
							 
						 
						
							
							
							
							
								
							
							
								9e830f7f37 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into gs-master  
							
							 
							
							
							
						 
						
							2018-06-03 19:44:05 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								650e3e346b 
								
							 
						 
						
							
							
								
								Remove trending hashtags ( #7711 )  
							
							 
							
							... 
							
							
							
							* Delete trends_controller.rb
* Update routes.rb
* Update trending_tags.rb
* Update index.js
* Update index.js
* Update search_results.js
* Update async-components.js
* Update index.js
* Delete trends.js
* Delete trends.js
* Delete trends_container.js
* Delete trends.js
* Update search_results.js
* Update search_results_container.js 
							
						 
						
							2018-06-04 02:18:18 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Yip 
								
							 
						 
						
							
							
							
							
								
							
							
								5ec2d25ef6 
								
							 
						 
						
							
							
								
								Merge pull request  #528  from glitch-soc/merge-upstream  
							
							 
							
							... 
							
							
							
							Merge with tootsuite/master 
							
						 
						
							2018-06-03 03:01:09 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Yip 
								
							 
						 
						
							
							
							
							
								
							
							
								330a234d1f 
								
							 
						 
						
							
							
								
								Whoops, forgot to clean up a conflict.  
							
							 
							
							
							
						 
						
							2018-06-03 02:35:54 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Yip 
								
							 
						 
						
							
							
							
							
								
							
							
								1a0491b3cf 
								
							 
						 
						
							
							
								
								Merge pull request  #519  from ThibG/glitch-soc/fixes/status-node-null  
							
							 
							
							... 
							
							
							
							Prevent a rare crash when a status' root node is undefined 
							
						 
						
							2018-06-02 16:19:06 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Yip 
								
							 
						 
						
							
							
							
							
								
							
							
								827d1ea864 
								
							 
						 
						
							
							
								
								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
The above conflicts appear to be a text conflict introduced by
glitch-soc's additional level of columns (i.e. moving a bunch of columns
under the Misc option).  They were resolved via accept-ours. 
							
						 
						
							2018-06-02 16:15:36 -05:00