Lerk 
								
							 
						 
						
							
							
							
							
								
							
							
								57ce6c9b1a 
								
							 
						 
						
							
							
								
								fix rubocop errors ( #13690 )  
							
							
							
						 
						
							2020-05-10 16:42:48 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Takeshi Umeda 
								
							 
						 
						
							
							
							
							
								
							
							
								885b2e3d86 
								
							 
						 
						
							
							
								
								[Glitch] Add remote only to public timeline  
							
							... 
							
							
							
							Port 861661100c 
							
						 
						
							2020-05-10 16:19:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ThibG 
								
							 
						 
						
							
							
							
							
								
							
							
								5a2f0de845 
								
							 
						 
						
							
							
								
								[Glitch] Fix use of inline CSS in public pages  
							
							... 
							
							
							
							Port 20ffc12cda 
							
						 
						
							2020-05-10 16:19:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								4e4e5316c1 
								
							 
						 
						
							
							
								
								Merge branch 'master' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `Gemfile.lock`:
  Not a real conflict, just a glitch-soc-only dependency too close to a
  dependency that got updated upstream. Updated as well.
- `app/models/status.rb`:
  Not a real conflict, just a change too close to glitch-soc-changed code
  for optionally showing boosts in public timelines.
  Applied upstream changes.
- `app/views/layouts/application.html.haml`:
  Upstream a new, static CSS file, conflict due to glitch-soc's theming
  system, include the file regardless of the theme.
- `config/initializers/content_security_policy.rb`:
  Upstream dropped 'unsafe-inline' from the 'style-src' directive, but
  both files are very different. Removed 'unsafe-inline' as well. 
							
						 
						
							2020-05-10 16:19:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								3144f8dbbc 
								
							 
						 
						
							
							
								
								Refactor monkey-patching of Goldfinger ( #12561 )  
							
							
							
						 
						
							2020-05-10 11:41:43 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									taicv 
								
							 
						 
						
							
							
							
							
								
							
							
								f4007517a6 
								
							 
						 
						
							
							
								
								Add vi to available locales ( #13542 )  
							
							... 
							
							
							
							* Enable selecting Vietnamese language in Admin Dashboard
* Update settings_helper.rb
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> 
							
						 
						
							2020-05-10 11:25:35 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								fc7cad8b2d 
								
							 
						 
						
							
							
								
								Add ability to remove identity proofs from account ( #13682 )  
							
							... 
							
							
							
							Fix  #12613  
						
							2020-05-10 11:21:10 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Takeshi Umeda 
								
							 
						 
						
							
							
							
							
								
							
							
								861661100c 
								
							 
						 
						
							
							
								
								Add remote only to public timeline ( #13504 )  
							
							... 
							
							
							
							* Add remote only to public timeline
* Fix code style 
							
						 
						
							2020-05-10 10:36:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								909c31a765 
								
							 
						 
						
							
							
								
								Fix error within error when limiting backtrace to 3 lines ( #13120 )  
							
							... 
							
							
							
							Fix  #13086 , close  #13113  
						
							2020-05-10 10:30:27 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bèr Kessels 
								
							 
						 
						
							
							
							
							
								
							
							
								3ce16eae26 
								
							 
						 
						
							
							
								
								Include capistrano tasks that reload the services after deploying. ( #12642 )  
							
							... 
							
							
							
							After a successfull deploy, I need the services to switch over to use the
new code. I need to restart the services.
These capistrano tasks do that. 
							
						 
						
							2020-05-10 10:19:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ThibG 
								
							 
						 
						
							
							
							
							
								
							
							
								e9227d8c10 
								
							 
						 
						
							
							
								
								Remove confusing “You are already signed in.” flash message ( #13547 )  
							
							... 
							
							
							
							When attempting to access the log-in page while already logged in,
Devise's `require_no_authentication` kicks in and sets a flash
message “You are already signed in.”
In almost all cases, this also causes a redirect to /web, which
does not display or clear flash messages, thus leaving the message
to a potentially much later date, like for instance, accessing
/preferences several minutes after being redirected to /web. 
							
						 
						
							2020-05-10 10:16:39 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ThibG 
								
							 
						 
						
							
							
							
							
								
							
							
								41536557be 
								
							 
						 
						
							
							
								
								Improve RSS entries for statuses ( #13592 )  
							
							... 
							
							
							
							* Improve RSS entries for statuses
- Render polls in both accounts and tags serializers
- Refactor RSS serializers
- Change title preview to include ellipsis when truncated
- Change title preview to show CW instead of toot text
- Add tests
* Remove title from OEmbed serialization
Twitter doesn't serialize title either, and tihs allows us to move the
title formatting code to the RSS serializers. 
							
						 
						
							2020-05-10 09:50:54 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Denis Teyssier 
								
							 
						 
						
							
							
							
							
								
							
							
								221cd364b6 
								
							 
						 
						
							
							
								
								Updated docker-compose snippet to a working one ( #13196 )  
							
							... 
							
							
							
							added 'bundle exec' before rake 
							
						 
						
							2020-05-10 09:50:06 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ThibG 
								
							 
						 
						
							
							
							
							
								
							
							
								b7f47014a7 
								
							 
						 
						
							
							
								
								Fix "tootctl media remove-orphans" crashing on “Import” files ( #13685 )  
							
							... 
							
							
							
							* Fix "tootctl media remove-orphans" crashing on “Import” files
* Also remove empty directories when removing orphaned media 
							
						 
						
							2020-05-09 21:06:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								96921d909c 
								
							 
						 
						
							
							
								
								Fix old unique jobs digests not having been cleaned up ( #13683 )  
							
							
							
						 
						
							2020-05-09 18:37:39 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								7bdd7e5c93 
								
							 
						 
						
							
							
								
								Fix crash when invalid addresses are linked in HTML or Markdown toots  
							
							
							
						 
						
							2020-05-09 16:01:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								47b2a45794 
								
							 
						 
						
							
							
								
								Bump mimemagic from 0.3.4 to 0.3.5 ( #13654 )  
							
							... 
							
							
							
							Bumps [mimemagic](https://github.com/minad/mimemagic ) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/minad/mimemagic/releases )
- [Changelog](https://github.com/minad/mimemagic/blob/master/CHANGELOG.md )
- [Commits](https://github.com/minad/mimemagic/compare/v0.3.4...v0.3.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:37:14 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								a8d85b9340 
								
							 
						 
						
							
							
								
								Bump scheduler from 0.19.0 to 0.19.1 ( #13666 )  
							
							... 
							
							
							
							Bumps [scheduler](https://github.com/facebook/react/tree/HEAD/packages/scheduler ) from 0.19.0 to 0.19.1.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/scheduler )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:36:50 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								2cbdd5c0b4 
								
							 
						 
						
							
							
								
								Bump core-js-compat from 3.6.4 to 3.6.5 ( #13656 )  
							
							... 
							
							
							
							Bumps [core-js-compat](https://github.com/zloirock/core-js ) from 3.6.4 to 3.6.5.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.6.4...v3.6.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:36:32 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								d2ed2578fd 
								
							 
						 
						
							
							
								
								Bump cssstyle from 2.2.0 to 2.3.0 ( #13678 )  
							
							... 
							
							
							
							Bumps [cssstyle](https://github.com/jsdom/cssstyle ) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/jsdom/cssstyle/releases )
- [Commits](https://github.com/jsdom/cssstyle/compare/v2.2.0...v2.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:36:07 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								85bf09efa2 
								
							 
						 
						
							
							
								
								Bump html-entities from 1.2.1 to 1.3.1 ( #13669 )  
							
							... 
							
							
							
							Bumps [html-entities](https://github.com/mdevils/node-html-entities ) from 1.2.1 to 1.3.1.
- [Release notes](https://github.com/mdevils/node-html-entities/releases )
- [Commits](https://github.com/mdevils/node-html-entities/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:35:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								f2d4ef8c7b 
								
							 
						 
						
							
							
								
								Bump cli-width from 2.2.0 to 2.2.1 ( #13668 )  
							
							... 
							
							
							
							Bumps [cli-width](https://github.com/knownasilya/cli-width ) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/knownasilya/cli-width/releases )
- [Changelog](https://github.com/knownasilya/cli-width/blob/master/CHANGELOG.md )
- [Commits](https://github.com/knownasilya/cli-width/compare/v2.2.0...v2.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:35:40 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								d20884e426 
								
							 
						 
						
							
							
								
								Bump uuid from 7.0.3 to 8.0.0 ( #13665 )  
							
							... 
							
							
							
							Bumps [uuid](https://github.com/uuidjs/uuid ) from 7.0.3 to 8.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v7.0.3...v8.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:35:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								a185a95eb7 
								
							 
						 
						
							
							
								
								Bump node-releases from 1.1.53 to 1.1.55 ( #13664 )  
							
							... 
							
							
							
							Bumps [node-releases](https://github.com/chicoxyzzy/node-releases ) from 1.1.53 to 1.1.55.
- [Release notes](https://github.com/chicoxyzzy/node-releases/releases )
- [Commits](https://github.com/chicoxyzzy/node-releases/compare/v1.1.53...v1.1.55 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:33:43 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								d7b1052550 
								
							 
						 
						
							
							
								
								Bump tiny-invariant from 1.0.6 to 1.1.0 ( #13662 )  
							
							... 
							
							
							
							Bumps [tiny-invariant](https://github.com/alexreardon/tiny-invariant ) from 1.0.6 to 1.1.0.
- [Release notes](https://github.com/alexreardon/tiny-invariant/releases )
- [Commits](https://github.com/alexreardon/tiny-invariant/compare/v1.0.6...v1.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:33:23 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								f87155a43a 
								
							 
						 
						
							
							
								
								Bump postcss-selector-parser from 3.1.1 to 3.1.2 ( #13660 )  
							
							... 
							
							
							
							Bumps [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/postcss/postcss-selector-parser/releases )
- [Changelog](https://github.com/postcss/postcss-selector-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-selector-parser/compare/v3.1.1...v3.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:33:02 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								f0a4b6bd01 
								
							 
						 
						
							
							
								
								Bump babel-plugin-react-intl from 3.4.1 to 6.2.0 ( #13648 )  
							
							... 
							
							
							
							Bumps [babel-plugin-react-intl](https://github.com/formatjs/formatjs ) from 3.4.1 to 6.2.0.
- [Release notes](https://github.com/formatjs/formatjs/releases )
- [Commits](https://github.com/formatjs/formatjs/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:32:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								1c06b94e8d 
								
							 
						 
						
							
							
								
								Bump w3c-hr-time from 1.0.1 to 1.0.2 ( #13647 )  
							
							... 
							
							
							
							Bumps [w3c-hr-time](https://github.com/jsdom/w3c-hr-time ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/jsdom/w3c-hr-time/releases )
- [Changelog](https://github.com/jsdom/w3c-hr-time/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsdom/w3c-hr-time/compare/v1.0.1...v1.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:32:09 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								0c6a2b610f 
								
							 
						 
						
							
							
								
								Bump readable-stream from 2.3.6 to 2.3.7 ( #13646 )  
							
							... 
							
							
							
							Bumps [readable-stream](https://github.com/nodejs/readable-stream ) from 2.3.6 to 2.3.7.
- [Release notes](https://github.com/nodejs/readable-stream/releases )
- [Commits](https://github.com/nodejs/readable-stream/compare/v2.3.6...v2.3.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:31:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								7896266c1e 
								
							 
						 
						
							
							
								
								Bump rxjs from 6.5.2 to 6.5.5 ( #13644 )  
							
							... 
							
							
							
							Bumps [rxjs](https://github.com/reactivex/rxjs ) from 6.5.2 to 6.5.5.
- [Release notes](https://github.com/reactivex/rxjs/releases )
- [Changelog](https://github.com/ReactiveX/rxjs/blob/6.5.5/CHANGELOG.md )
- [Commits](https://github.com/reactivex/rxjs/compare/6.5.2...6.5.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:31:41 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								b9a5accc72 
								
							 
						 
						
							
							
								
								Bump damerau-levenshtein from 1.0.4 to 1.0.6 ( #13642 )  
							
							... 
							
							
							
							Bumps [damerau-levenshtein](https://github.com/tad-lispy/node-damerau-levenshtein ) from 1.0.4 to 1.0.6.
- [Release notes](https://github.com/tad-lispy/node-damerau-levenshtein/releases )
- [Changelog](https://github.com/tad-lispy/node-damerau-levenshtein/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tad-lispy/node-damerau-levenshtein/compare/v1.0.4...v1.0.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:31:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								363ae4c601 
								
							 
						 
						
							
							
								
								Bump @babel/preset-env from 7.9.0 to 7.9.6 ( #13637 )  
							
							... 
							
							
							
							Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.9.0 to 7.9.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.9.0...v7.9.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:31:06 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								719367e004 
								
							 
						 
						
							
							
								
								Bump exec-sh from 0.3.2 to 0.3.4 ( #13635 )  
							
							... 
							
							
							
							Bumps [exec-sh](https://github.com/tsertkov/exec-sh ) from 0.3.2 to 0.3.4.
- [Release notes](https://github.com/tsertkov/exec-sh/releases )
- [Commits](https://github.com/tsertkov/exec-sh/commits/v0.3.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:30:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								8b8f882581 
								
							 
						 
						
							
							
								
								Bump electron-to-chromium from 1.3.391 to 1.3.430 ( #13627 )  
							
							... 
							
							
							
							Bumps [electron-to-chromium](https://github.com/kilian/electron-to-chromium ) from 1.3.391 to 1.3.430.
- [Release notes](https://github.com/kilian/electron-to-chromium/releases )
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.3.391...v1.3.430 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:30:22 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								49b74dcf72 
								
							 
						 
						
							
							
								
								Bump @babel/core from 7.9.0 to 7.9.6 ( #13604 )  
							
							... 
							
							
							
							Bumps [@babel/core](https://github.com/babel/babel ) from 7.9.0 to 7.9.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.9.0...v7.9.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:29:53 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								4b0fccd818 
								
							 
						 
						
							
							
								
								Bump es6-weak-map from 2.0.2 to 2.0.3 ( #13621 )  
							
							... 
							
							
							
							Bumps [es6-weak-map](https://github.com/medikoo/es6-weak-map ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/medikoo/es6-weak-map/releases )
- [Changelog](https://github.com/medikoo/es6-weak-map/blob/master/CHANGELOG.md )
- [Commits](https://github.com/medikoo/es6-weak-map/compare/v2.0.2...v2.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:29:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								139c853aac 
								
							 
						 
						
							
							
								
								Bump capistrano from 3.13.0 to 3.14.0 ( #13624 )  
							
							... 
							
							
							
							* Bump capistrano from 3.13.0 to 3.14.0
Bumps [capistrano](https://github.com/capistrano/capistrano ) from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/capistrano/capistrano/releases )
- [Commits](https://github.com/capistrano/capistrano/compare/v3.13.0...v3.14.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update deploy.rb
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> 
							
						 
						
							2020-05-08 21:29:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								6f726f757e 
								
							 
						 
						
							
							
								
								Bump postgres-interval from 1.1.2 to 1.2.0 ( #13623 )  
							
							... 
							
							
							
							Bumps [postgres-interval](https://github.com/bendrucker/postgres-interval ) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/bendrucker/postgres-interval/releases )
- [Commits](https://github.com/bendrucker/postgres-interval/compare/v1.1.2...v1.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:27:44 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								f1fbd2243f 
								
							 
						 
						
							
							
								
								Bump deep-equal from 1.1.0 to 1.1.1 ( #13619 )  
							
							... 
							
							
							
							Bumps [deep-equal](https://github.com/inspect-js/node-deep-equal ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/inspect-js/node-deep-equal/releases )
- [Changelog](https://github.com/inspect-js/node-deep-equal/blob/master/CHANGELOG.md )
- [Commits](https://github.com/inspect-js/node-deep-equal/compare/v1.1.0...v1.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:27:10 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								e3acc625c3 
								
							 
						 
						
							
							
								
								Bump array.prototype.find from 2.1.0 to 2.1.1 ( #13611 )  
							
							... 
							
							
							
							Bumps [array.prototype.find](https://github.com/paulmillr/Array.prototype.find ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/paulmillr/Array.prototype.find/releases )
- [Changelog](https://github.com/paulmillr/Array.prototype.find/blob/master/CHANGELOG.md )
- [Commits](https://github.com/paulmillr/Array.prototype.find/compare/v2.1.0...v2.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:26:28 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								ccfc95ba15 
								
							 
						 
						
							
							
								
								Bump next-tick from 1.0.0 to 1.1.0 ( #13608 )  
							
							... 
							
							
							
							Bumps [next-tick](https://github.com/medikoo/next-tick ) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/medikoo/next-tick/releases )
- [Changelog](https://github.com/medikoo/next-tick/blob/master/CHANGELOG.md )
- [Commits](https://github.com/medikoo/next-tick/compare/v1.0.0...v1.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:26:16 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								88b227b1d8 
								
							 
						 
						
							
							
								
								Bump webpack-bundle-analyzer from 3.6.1 to 3.7.0 ( #13607 )  
							
							... 
							
							
							
							Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer ) from 3.6.1 to 3.7.0.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases )
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v3.6.1...v3.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:24:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								ba008af55f 
								
							 
						 
						
							
							
								
								Bump regexpu-core from 4.6.0 to 4.7.0 ( #13606 )  
							
							... 
							
							
							
							Bumps [regexpu-core](https://github.com/mathiasbynens/regexpu-core ) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/mathiasbynens/regexpu-core/releases )
- [Commits](https://github.com/mathiasbynens/regexpu-core/compare/v4.6.0...v4.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:23:45 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								7e22d676e4 
								
							 
						 
						
							
							
								
								Bump wavesurfer.js from 3.3.1 to 3.3.3 ( #13605 )  
							
							... 
							
							
							
							Bumps [wavesurfer.js](https://github.com/katspaugh/wavesurfer.js ) from 3.3.1 to 3.3.3.
- [Release notes](https://github.com/katspaugh/wavesurfer.js/releases )
- [Changelog](https://github.com/katspaugh/wavesurfer.js/blob/master/CHANGES.md )
- [Commits](https://github.com/katspaugh/wavesurfer.js/compare/3.3.1...3.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 
							
						 
						
							2020-05-08 21:23:33 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ThibG 
								
							 
						 
						
							
							
							
							
								
							
							
								b20d0db1eb 
								
							 
						 
						
							
							
								
								Remove 'unsafe-inline' from Content-Security-Policy style-src ( #13679 )  
							
							... 
							
							
							
							* Make sure wicg-inert doesn't rely on inline CSS
* Remove unsafe-inline from style-src 
							
						 
						
							2020-05-08 21:22:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								86207f5421 
								
							 
						 
						
							
							
								
								Fix failing jest test ( #13681 )  
							
							
							
						 
						
							2020-05-08 21:21:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ThibG 
								
							 
						 
						
							
							
							
							
								
							
							
								5479d33843 
								
							 
						 
						
							
							
								
								Fix own following/followers not showing muted users ( #13614 )  
							
							... 
							
							
							
							Fixes  #13612  
						
							2020-05-08 20:36:34 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dependabot-preview[bot] 
								
							 
						 
						
							
							
							
							
								
							
							
								9c5306bfcf 
								
							 
						 
						
							
							
								
								Bump rubocop from 0.79.0 to 0.82.0 ( #13677 )  
							
							... 
							
							
							
							* Bump rubocop from 0.79.0 to 0.82.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 0.79.0 to 0.82.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.79.0...v0.82.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update .codeclimate.yml
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> 
							
						 
						
							2020-05-08 20:24:26 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								7a43d20550 
								
							 
						 
						
							
							
								
								Fix migrations failing due to strong-migrations update ( #13680 )  
							
							
							
						 
						
							2020-05-08 20:23:16 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Taras Gogol 
								
							 
						 
						
							
							
							
							
								
							
							
								1a03de8592 
								
							 
						 
						
							
							
								
								Fix followings list order | Issue  #13538  ( #13676 )  
							
							
							
						 
						
							2020-05-08 20:17:16 +02:00