]> cat aescling's git repositories - mastodon.git/log
mastodon.git
6 years agoMinor cleanup
Thibaut Girka [Fri, 7 Jun 2019 16:57:31 +0000 (18:57 +0200)]
Minor cleanup

6 years agoFix unboost confirmation dialog not showing up on detailed statuses
Thibaut Girka [Fri, 7 Jun 2019 16:57:10 +0000 (18:57 +0200)]
Fix unboost confirmation dialog not showing up on detailed statuses

6 years agoAdd option to display a warning before boosting toots lacking media descriptions
Thibaut Girka [Fri, 7 Jun 2019 16:38:07 +0000 (18:38 +0200)]
Add option to display a warning before boosting toots lacking media descriptions

6 years agoAdd DM conversations mode similar to upstream
Thibaut Girka [Sun, 9 Jun 2019 10:07:23 +0000 (12:07 +0200)]
Add DM conversations mode similar to upstream

6 years agoFix old migrations failing because of new version of `strong_migrations`
Thibaut Girka [Sun, 9 Jun 2019 20:31:23 +0000 (22:31 +0200)]
Fix old migrations failing because of new version of `strong_migrations`

Fixes #1099

6 years agoMerge pull request #1097 from ThibG/glitch-soc/merge-upstream
ThibG [Fri, 7 Jun 2019 20:15:44 +0000 (22:15 +0200)]
Merge pull request #1097 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

6 years ago[Glitch] Fix not being able to directly switch between list timelines in web UI
Eugen Rochko [Thu, 6 Jun 2019 11:04:49 +0000 (13:04 +0200)]
[Glitch] Fix not being able to directly switch between list timelines in web UI

Port 5bfd802c571a2793bb59ba4540407a6147e82f88 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Fix “mark as sensitive” not being used in delete & redraft
ThibG [Thu, 6 Jun 2019 11:04:34 +0000 (13:04 +0200)]
[Glitch] Fix “mark as sensitive” not being used in delete & redraft

Port 2657765d2a6804f34ce65bfdab7ec96f07d99732 to glitch-soc

6 years ago[Glitch] Scroll to compose form when focus
Jeong Arm [Wed, 5 Jun 2019 13:29:45 +0000 (22:29 +0900)]
[Glitch] Scroll to compose form when focus

Port 8f3c32e29cf13a84b2f0a58da0ab0c99a88caad5 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Fix refreshing featured toots when the new collection is empty
Thibaut Girka [Fri, 7 Jun 2019 15:05:32 +0000 (17:05 +0200)]
[Glitch] Fix refreshing featured toots when the new collection is empty

Port d34a3a2cc72c12ae5119150a8ac18dd8fb7a4e6b to glitch-soc

6 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Fri, 7 Jun 2019 15:00:36 +0000 (17:00 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- app/controllers/statuses_controller.rb
- app/controllers/stream_entries_controller.rb

6 years agoFix display of alt-text when a media attachment is not available
Thibaut Girka [Thu, 6 Jun 2019 11:34:33 +0000 (13:34 +0200)]
Fix display of alt-text when a media attachment is not available

6 years agoAdd waiting time to list of pending accounts in admin UI (#10985)
Eugen Rochko [Fri, 7 Jun 2019 01:24:10 +0000 (03:24 +0200)]
Add waiting time to list of pending accounts in admin UI (#10985)

6 years agoFix sass-lint config (#10982)
Yamagishi Kazutoshi [Thu, 6 Jun 2019 16:51:46 +0000 (01:51 +0900)]
Fix sass-lint config (#10982)

6 years agoChange e-mail contact for CoC enforcement
ThibG [Thu, 6 Jun 2019 06:45:06 +0000 (08:45 +0200)]
Change e-mail contact for CoC enforcement

6 years agoFix overlap of emoji button on search popup (#10978)
Wenceslao Páez Chávez [Thu, 6 Jun 2019 11:40:17 +0000 (06:40 -0500)]
Fix overlap of emoji button on search popup (#10978)

6 years agoFix CW field automatically getting the focus when it is always enabled
Thibaut Girka [Thu, 6 Jun 2019 10:14:11 +0000 (12:14 +0200)]
Fix CW field automatically getting the focus when it is always enabled

6 years agoFix not being able to directly switch between list timelines in web UI (#10973)
Eugen Rochko [Thu, 6 Jun 2019 11:04:49 +0000 (13:04 +0200)]
Fix not being able to directly switch between list timelines in web UI (#10973)

6 years agoFix “mark as sensitive” not being used in delete & redraft (#10980)
ThibG [Thu, 6 Jun 2019 11:04:34 +0000 (13:04 +0200)]
Fix “mark as sensitive” not being used in delete & redraft (#10980)

6 years agorequire rubocop-rails in .rubocop.yml (#10974)
Yamagishi Kazutoshi [Thu, 6 Jun 2019 10:31:48 +0000 (19:31 +0900)]
require rubocop-rails in .rubocop.yml (#10974)

* Revert "Revert #10957 (rubocop-rails) which is incompatible with CodeClimate (#10965)"

This reverts commit 121d19d7fa239c52ce86352d3fdae0649c892a20.

* Disable Rails/HelperInstanceVariable

6 years agoFix emoji picker being always displayed (#10979)
Takeshi Umeda [Thu, 6 Jun 2019 10:30:14 +0000 (19:30 +0900)]
Fix emoji picker being always displayed (#10979)

* Fix emoji picker being always displayed

* Remove duplicate content with other pull-requests

6 years agoScroll to compose form when focus (#10970)
Jeong Arm [Wed, 5 Jun 2019 13:29:45 +0000 (22:29 +0900)]
Scroll to compose form when focus (#10970)

* Scroll to compose form when focus

* Get rid of constructor

6 years agoCleanup various controllers (#10972)
ThibG [Wed, 5 Jun 2019 12:02:59 +0000 (14:02 +0200)]
Cleanup various controllers (#10972)

* Remove skip_session! as it is not supported in Rails 5

* Minor cleanup in StreamEntriesController

* Remove redundant mark_cacheable! calls

6 years agoFix potential private status leak (#10969)
ThibG [Wed, 5 Jun 2019 11:40:20 +0000 (13:40 +0200)]
Fix potential private status leak (#10969)

6 years agoFix refreshing featured toots when the new collection is empty (#10971)
ThibG [Wed, 5 Jun 2019 11:39:59 +0000 (13:39 +0200)]
Fix refreshing featured toots when the new collection is empty (#10971)

Fixes #10945

6 years agoMerge pull request #1093 from ThibG/glitch-soc/merge-upstream
ThibG [Wed, 5 Jun 2019 11:28:05 +0000 (13:28 +0200)]
Merge pull request #1093 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

6 years agoDo not misattribute inlined boosts if `attributedTo` isn't present (#10967)
ThibG [Tue, 4 Jun 2019 21:24:31 +0000 (23:24 +0200)]
Do not misattribute inlined boosts if `attributedTo` isn't present (#10967)

* Do not misattribute inlined boosts if `attributedTo` isn't present

Fixes #10950

* Fix tests

6 years agoFix margins on profile metadata in single column mode (#10961)
Eugen Rochko [Tue, 4 Jun 2019 21:11:57 +0000 (23:11 +0200)]
Fix margins on profile metadata in single column mode (#10961)

6 years agoChange reblogs counter to be updated when boosted privately (#10964)
Eugen Rochko [Tue, 4 Jun 2019 21:11:44 +0000 (23:11 +0200)]
Change reblogs counter to be updated when boosted privately (#10964)

6 years agoRefactor all ActivityPub deliveries to be serialized and signed through one concern...
Eugen Rochko [Tue, 4 Jun 2019 21:11:18 +0000 (23:11 +0200)]
Refactor all ActivityPub deliveries to be serialized and signed through one concern (#10966)

6 years agoMerge remote-tracking branch 'upstream/master' into glitch-soc/merge-upstream
Thibaut Girka [Tue, 4 Jun 2019 18:40:19 +0000 (20:40 +0200)]
Merge remote-tracking branch 'upstream/master' into glitch-soc/merge-upstream

6 years agoFix poll API not requiring authentication on non-public polls (#10960)
Eugen Rochko [Tue, 4 Jun 2019 18:10:26 +0000 (20:10 +0200)]
Fix poll API not requiring authentication on non-public polls (#10960)

* Fix poll API not requiring authentication on non-public polls

That API does not reveal the content of the status, i.e. the question
itself, nor who the author is, nor which status it belongs to, but it
does reveal the poll options and how many answers they got

Fix #10959

* Add test

6 years agoAdd profile directory link to single column navigation panel (#10963)
Eugen Rochko [Tue, 4 Jun 2019 17:50:38 +0000 (19:50 +0200)]
Add profile directory link to single column navigation panel (#10963)

6 years agoRevert #10957 (rubocop-rails) which is incompatible with CodeClimate (#10965)
Yamagishi Kazutoshi [Tue, 4 Jun 2019 17:35:19 +0000 (02:35 +0900)]
Revert #10957 (rubocop-rails) which is incompatible with CodeClimate (#10965)

6 years agoAdd missing Korean translations (#10962)
Jeong Arm [Tue, 4 Jun 2019 16:00:09 +0000 (01:00 +0900)]
Add missing Korean translations (#10962)

And change some word.

6 years agoBump intersection-observer from 0.5.1 to 0.7.0 (#10953)
dependabot-preview[bot] [Tue, 4 Jun 2019 15:56:31 +0000 (00:56 +0900)]
Bump intersection-observer from 0.5.1 to 0.7.0 (#10953)

Bumps [intersection-observer](https://github.com/w3c/IntersectionObserver) from 0.5.1 to 0.7.0.
- [Release notes](https://github.com/w3c/IntersectionObserver/releases)
- [Commits](https://github.com/w3c/IntersectionObserver/commits)

6 years agoReplace from scss-lint to sass-lint (#10958)
Yamagishi Kazutoshi [Tue, 4 Jun 2019 15:23:18 +0000 (00:23 +0900)]
Replace from scss-lint to sass-lint (#10958)

6 years agoMerge pull request #1079 from ThibG/glitch-soc/merge-upstream
ThibG [Tue, 4 Jun 2019 15:12:25 +0000 (17:12 +0200)]
Merge pull request #1079 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

6 years agoUse rubocop-rails (#10957)
Yamagishi Kazutoshi [Tue, 4 Jun 2019 13:25:52 +0000 (22:25 +0900)]
Use rubocop-rails (#10957)

6 years agoReplace from uglifyjs to terser (#10956)
Yamagishi Kazutoshi [Tue, 4 Jun 2019 12:17:09 +0000 (21:17 +0900)]
Replace from uglifyjs to terser (#10956)

6 years agoBump babel-plugin-react-intl from 3.1.0 to 3.1.3 (#10944)
dependabot-preview[bot] [Tue, 4 Jun 2019 11:52:48 +0000 (20:52 +0900)]
Bump babel-plugin-react-intl from 3.1.0 to 3.1.3 (#10944)

Bumps [babel-plugin-react-intl](https://github.com/formatjs/babel-plugin-react-intl) from 3.1.0 to 3.1.3.
- [Release notes](https://github.com/formatjs/babel-plugin-react-intl/releases)
- [Commits](https://github.com/formatjs/babel-plugin-react-intl/commits)

6 years agoBump webpacker from 4.0.6 to 4.0.7 (#10948)
dependabot-preview[bot] [Tue, 4 Jun 2019 11:50:06 +0000 (20:50 +0900)]
Bump webpacker from 4.0.6 to 4.0.7 (#10948)

Bumps [webpacker](https://github.com/rails/webpacker) from 4.0.6 to 4.0.7.
- [Release notes](https://github.com/rails/webpacker/releases)
- [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/webpacker/compare/v4.0.6...v4.0.7)

6 years agoBump react-swipeable-views from 0.13.0 to 0.13.3 (#10952)
dependabot-preview[bot] [Tue, 4 Jun 2019 11:28:58 +0000 (20:28 +0900)]
Bump react-swipeable-views from 0.13.0 to 0.13.3 (#10952)

Bumps [react-swipeable-views](https://github.com/oliviertassinari/react-swipeable-views) from 0.13.0 to 0.13.3.
- [Release notes](https://github.com/oliviertassinari/react-swipeable-views/releases)
- [Changelog](https://github.com/oliviertassinari/react-swipeable-views/blob/master/CHANGELOG.md)
- [Commits](https://github.com/oliviertassinari/react-swipeable-views/compare/v0.13.0...v0.13.3)

6 years agoChange dependabot update schedule from live to weekly (#10949)
Eugen Rochko [Tue, 4 Jun 2019 09:23:19 +0000 (11:23 +0200)]
Change dependabot update schedule from live to weekly (#10949)

6 years agoBump fuubar from 2.3.2 to 2.4.0 (#10947)
dependabot-preview[bot] [Tue, 4 Jun 2019 05:15:32 +0000 (14:15 +0900)]
Bump fuubar from 2.3.2 to 2.4.0 (#10947)

Bumps [fuubar](https://github.com/thekompanee/fuubar) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/thekompanee/fuubar/releases)
- [Changelog](https://github.com/thekompanee/fuubar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/thekompanee/fuubar/compare/releases/v2.3.2...releases/v2.4.0)

6 years agoBump @babel/* from 7.3.4 to 7.4.5 (#10936)
dependabot-preview[bot] [Mon, 3 Jun 2019 22:00:35 +0000 (07:00 +0900)]
Bump @babel/* from 7.3.4 to 7.4.5 (#10936)

* Bump @babel/plugin-proposal-object-rest-spread from 7.3.4 to 7.4.4

Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel) from 7.3.4 to 7.4.4.
- [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.3.4...v7.4.4)

* Bump @babel/core from 7.3.4 to 7.4.5

* Bump @babel/plugin-proposal-class-properties from 7.3.4 to 7.4.4

* Bump @babel/plugin-proposal-decorators from 7.3.0 to 7.4.4

* Bump @babel/preset-env from 7.3.4 to 7.4.5

* Bump @babel/runtime from 7.3.4 to 7.4.5

6 years agoBump react from 16.7.0 to 16.8.6 (#10935)
dependabot-preview[bot] [Mon, 3 Jun 2019 21:59:54 +0000 (06:59 +0900)]
Bump react from 16.7.0 to 16.8.6 (#10935)

* Bump react from 16.7.0 to 16.8.6

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.7.0 to 16.8.6.
- [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/v16.8.6/packages/react)

* Bump react-dom from 16.7.0 to 16.8.6

* Bump react-test-renderer from 16.7.0 to 16.8.6

6 years ago[Glitch] Fix profile picture preview
Jeong Arm [Sun, 2 Jun 2019 16:04:41 +0000 (01:04 +0900)]
[Glitch] Fix profile picture preview

Port e13e4b28db7e066d1f6f21e306aa95b97c3ccd99 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years agoHandle blank poll options more gracefully (#10946)
ThibG [Mon, 3 Jun 2019 18:04:00 +0000 (20:04 +0200)]
Handle blank poll options more gracefully (#10946)

Pleroma currently allows (erroneously imho) empty poll options, that is,
options with an empty (but existing) `name`.

6 years agoBump sass from 1.20.1 to 1.20.3 (#10941)
dependabot-preview[bot] [Mon, 3 Jun 2019 15:46:51 +0000 (00:46 +0900)]
Bump sass from 1.20.1 to 1.20.3 (#10941)

Bumps [sass](https://github.com/sass/dart-sass) from 1.20.1 to 1.20.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.20.1...1.20.3)

6 years agoBump react-intl from 2.7.2 to 2.9.0 (#10940)
dependabot-preview[bot] [Mon, 3 Jun 2019 15:14:17 +0000 (00:14 +0900)]
Bump react-intl from 2.7.2 to 2.9.0 (#10940)

Bumps [react-intl](https://github.com/yahoo/react-intl) from 2.7.2 to 2.9.0.
- [Release notes](https://github.com/yahoo/react-intl/releases)
- [Commits](https://github.com/yahoo/react-intl/compare/v2.7.2...v2.9.0)

6 years agoAdd audio length var to env sample
Lady Lumb [Mon, 3 Jun 2019 07:29:15 +0000 (00:29 -0700)]
Add audio length var to env sample

Added MAX_AUDIO_LENGTH var and documented in .env.production.sample

6 years agoMerge remote-tracking branch 'upstream/master' into glitch-soc/merge-upstream
Thibaut Girka [Mon, 3 Jun 2019 12:54:30 +0000 (14:54 +0200)]
Merge remote-tracking branch 'upstream/master' into glitch-soc/merge-upstream

Conflicts:
- Gemfile.lock
- config/webpack/rules/css.js
- package.json
- yarn.lock

6 years agoBump offline-plugin from 5.0.6 to 5.0.7 (#10937)
dependabot-preview[bot] [Mon, 3 Jun 2019 12:12:34 +0000 (21:12 +0900)]
Bump offline-plugin from 5.0.6 to 5.0.7 (#10937)

Bumps [offline-plugin](https://github.com/NekR/offline-plugin) from 5.0.6 to 5.0.7.
- [Release notes](https://github.com/NekR/offline-plugin/releases)
- [Changelog](https://github.com/NekR/offline-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NekR/offline-plugin/compare/v5.0.6...v5.0.7)

6 years agoBump babel-jest from 24.5.0 to 24.8.0 (#10938)
dependabot-preview[bot] [Mon, 3 Jun 2019 12:12:08 +0000 (21:12 +0900)]
Bump babel-jest from 24.5.0 to 24.8.0 (#10938)

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 24.5.0 to 24.8.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v24.8.0/packages/babel-jest)

6 years agoRevert "Bump react-redux-loading-bar from 4.0.8 to 4.2.0 (#10897)" (#10927)
Yamagishi Kazutoshi [Sun, 2 Jun 2019 16:22:39 +0000 (01:22 +0900)]
Revert "Bump react-redux-loading-bar from 4.0.8 to 4.2.0 (#10897)" (#10927)

This reverts commit 9ab053a4b47f971192be1e4215eaf0b2fa2f69b7.

6 years agoFix NotifyService test with regards to reblogs (#10928)
ThibG [Sun, 2 Jun 2019 16:08:26 +0000 (18:08 +0200)]
Fix NotifyService test with regards to reblogs (#10928)

Fixes #10890

6 years agoFix profile picture preview (#10931)
Jeong Arm [Sun, 2 Jun 2019 16:04:41 +0000 (01:04 +0900)]
Fix profile picture preview (#10931)

6 years agoAdded various vars to env sample
Lady Lumb [Sun, 2 Jun 2019 13:24:46 +0000 (06:24 -0700)]
Added various vars to env sample

Added several vars that are already implemented to the .env.production.sample file.
-Max bio character limit
-Number of profile fields allowed
-Max display name character limit

6 years agoFixed the very wrong byte to megabyte conversion
Lady Lumb [Sun, 2 Jun 2019 12:36:02 +0000 (05:36 -0700)]
Fixed the very wrong byte to megabyte conversion

6 years agoCorrectly documented max image and video vars
Lady Lumb [Sun, 2 Jun 2019 10:14:06 +0000 (03:14 -0700)]
Correctly documented max image and video vars

Added MAX_IMAGE_SIZE and MAX_VIDEO_SIZE and documented their usage.

6 years agoAdded env variables for max image and video size.
Lady Lumb [Fri, 31 May 2019 08:57:08 +0000 (01:57 -0700)]
Added env variables for max image and video size.

I changed the IMAGE_LIMIT and VIDEO_LIMIT variables to read from the env, or use default if not set in the env, to make it easier to change this on an instance by instance basis and make it persistent across updates.

6 years agoFix expanding status from menu modal in glitch-soc
Thibaut Girka [Sun, 2 Jun 2019 09:51:49 +0000 (11:51 +0200)]
Fix expanding status from menu modal in glitch-soc

Fixes #1085

6 years agoImprovement variable height in single column layout (#10917)
Takeshi Umeda [Sun, 2 Jun 2019 08:05:54 +0000 (17:05 +0900)]
Improvement variable height in single column layout (#10917)

* Improvement variable height of compose and navigation panel in single column layout

* Fix wrong quotes and missing commas

6 years agoBump eslint-plugin-jsx-a11y from 6.1.2 to 6.2.1 (#10923)
dependabot-preview[bot] [Sat, 1 Jun 2019 18:09:53 +0000 (03:09 +0900)]
Bump eslint-plugin-jsx-a11y from 6.1.2 to 6.2.1 (#10923)

Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.1.2 to 6.2.1.
- [Release notes](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.1.2...v6.2.1)

6 years agoBump jest from 24.5.0 to 24.8.0 (#10925)
dependabot-preview[bot] [Sat, 1 Jun 2019 18:08:48 +0000 (03:08 +0900)]
Bump jest from 24.5.0 to 24.8.0 (#10925)

Bumps [jest](https://github.com/facebook/jest) from 24.5.0 to 24.8.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v24.5.0...v24.8.0)

6 years agoBump webpack-dev-server from 3.2.1 to 3.5.1 (#10924)
dependabot-preview[bot] [Sat, 1 Jun 2019 17:46:11 +0000 (02:46 +0900)]
Bump webpack-dev-server from 3.2.1 to 3.5.1 (#10924)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.2.1 to 3.5.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.2.1...v3.5.1)

6 years agoBump eslint-plugin-promise from 4.0.1 to 4.1.1 (#10921)
dependabot-preview[bot] [Sat, 1 Jun 2019 17:24:54 +0000 (02:24 +0900)]
Bump eslint-plugin-promise from 4.0.1 to 4.1.1 (#10921)

Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases)
- [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits)

6 years agoRemove dependency on history (#10912)
Yamagishi Kazutoshi [Sat, 1 Jun 2019 06:08:16 +0000 (15:08 +0900)]
Remove dependency on history (#10912)

6 years agoCenter 2-columns layout without side effect (#10915)
Hanage999 [Sat, 1 Jun 2019 04:59:21 +0000 (13:59 +0900)]
Center 2-columns layout without side effect (#10915)

6 years agoSmall update for sk.yml (#10913)
Marek Ľach [Fri, 31 May 2019 15:33:09 +0000 (17:33 +0200)]
Small update for sk.yml (#10913)

6 years agoBump autoprefixer from 9.4.10 to 9.5.1 (#10910)
dependabot-preview[bot] [Fri, 31 May 2019 12:33:38 +0000 (21:33 +0900)]
Bump autoprefixer from 9.4.10 to 9.5.1 (#10910)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.4.10 to 9.5.1.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.4.10...9.5.1)

6 years agoBump rails-ujs from 5.2.2 to 5.2.3 (#10907)
dependabot-preview[bot] [Fri, 31 May 2019 11:52:05 +0000 (20:52 +0900)]
Bump rails-ujs from 5.2.2 to 5.2.3 (#10907)

Bumps [rails-ujs](https://github.com/rails/rails) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.2.2...v5.2.3)

6 years agoBump sass from 1.17.2 to 1.20.1 (#10908)
dependabot-preview[bot] [Fri, 31 May 2019 11:51:16 +0000 (20:51 +0900)]
Bump sass from 1.17.2 to 1.20.1 (#10908)

Bumps [sass](https://github.com/sass/dart-sass) from 1.17.2 to 1.20.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.17.2...1.20.1)

6 years ago[Security] Bump axios from 0.18.0 to 0.19.0 (#10906)
dependabot-preview[bot] [Fri, 31 May 2019 11:48:59 +0000 (20:48 +0900)]
[Security] Bump axios from 0.18.0 to 0.19.0 (#10906)

Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.19.0. **This update includes security fixes.**
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.19.0)

6 years agoBump webpacker from 4.0.5 to 4.0.6 (#10905)
dependabot-preview[bot] [Fri, 31 May 2019 11:44:00 +0000 (20:44 +0900)]
Bump webpacker from 4.0.5 to 4.0.6 (#10905)

Bumps [webpacker](https://github.com/rails/webpacker) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/rails/webpacker/releases)
- [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/webpacker/compare/v4.0.5...v4.0.6)

6 years agoBump dotenv from 6.2.0 to 8.0.0 (#10888)
dependabot-preview[bot] [Fri, 31 May 2019 03:04:11 +0000 (12:04 +0900)]
Bump dotenv from 6.2.0 to 8.0.0 (#10888)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.0 to 8.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v6.2.0...v8.0.0)

6 years agoBump webpacker from 4.0.4 to 4.0.5 (#10903)
dependabot-preview[bot] [Thu, 30 May 2019 22:28:05 +0000 (07:28 +0900)]
Bump webpacker from 4.0.4 to 4.0.5 (#10903)

Bumps [webpacker](https://github.com/rails/webpacker) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/rails/webpacker/releases)
- [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/webpacker/compare/v4.0.4...v4.0.5)

6 years agoFix old migrations failing because of new version of `strong_migrations` (#10904)
ThibG [Thu, 30 May 2019 19:35:29 +0000 (21:35 +0200)]
Fix old migrations failing because of new version of `strong_migrations` (#10904)

6 years agoFix old migrations failing because of new version of `strong_migrations`
Thibaut Girka [Thu, 30 May 2019 19:12:02 +0000 (21:12 +0200)]
Fix old migrations failing because of new version of `strong_migrations`

6 years agoRemove dependency on fibers (#10902)
Yamagishi Kazutoshi [Thu, 30 May 2019 16:27:19 +0000 (01:27 +0900)]
Remove dependency on fibers (#10902)

6 years agoBump webpack-cli from 3.2.3 to 3.3.2 (#10896)
dependabot-preview[bot] [Thu, 30 May 2019 14:55:25 +0000 (23:55 +0900)]
Bump webpack-cli from 3.2.3 to 3.3.2 (#10896)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.2.3 to 3.3.2.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/V.3.2.3...v3.3.2)

6 years agoBump redis from 4.1.1 to 4.1.2 (#10899)
dependabot-preview[bot] [Thu, 30 May 2019 14:50:33 +0000 (23:50 +0900)]
Bump redis from 4.1.1 to 4.1.2 (#10899)

Bumps [redis](https://github.com/redis/redis-rb) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/redis/redis-rb/releases)
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/redis-rb/compare/v4.1.1...v4.1.2)

6 years agoBump rubocop from 0.70.0 to 0.71.0 (#10901)
dependabot-preview[bot] [Thu, 30 May 2019 14:17:54 +0000 (23:17 +0900)]
Bump rubocop from 0.70.0 to 0.71.0 (#10901)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.70.0 to 0.71.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.70.0...v0.71.0)

6 years agoBump react-redux-loading-bar from 4.0.8 to 4.2.0 (#10897)
dependabot-preview[bot] [Thu, 30 May 2019 12:39:52 +0000 (21:39 +0900)]
Bump react-redux-loading-bar from 4.0.8 to 4.2.0 (#10897)

Bumps [react-redux-loading-bar](https://github.com/mironov/react-redux-loading-bar) from 4.0.8 to 4.2.0.
- [Release notes](https://github.com/mironov/react-redux-loading-bar/releases)
- [Changelog](https://github.com/mironov/react-redux-loading-bar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mironov/react-redux-loading-bar/commits)

6 years agoMerge pull request #1076 from ThibG/glitch-soc/merge-upstream
ThibG [Thu, 30 May 2019 12:07:45 +0000 (14:07 +0200)]
Merge pull request #1076 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

6 years agoBump react-select from 2.2.0 to 2.4.4 (#10895)
dependabot-preview[bot] [Thu, 30 May 2019 11:38:27 +0000 (20:38 +0900)]
Bump react-select from 2.2.0 to 2.4.4 (#10895)

Bumps [react-select](https://github.com/JedWatson/react-select) from 2.2.0 to 2.4.4.
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/.sweet-changelogs.js)
- [Commits](https://github.com/JedWatson/react-select/compare/v2.2.0...v2.4.4)

6 years agoBump object.values from 1.0.4 to 1.1.0 (#10894)
dependabot-preview[bot] [Thu, 30 May 2019 11:37:09 +0000 (20:37 +0900)]
Bump object.values from 1.0.4 to 1.1.0 (#10894)

Bumps [object.values](https://github.com/es-shims/Object.values) from 1.0.4 to 1.1.0.
- [Release notes](https://github.com/es-shims/Object.values/releases)
- [Changelog](https://github.com/es-shims/Object.values/blob/master/CHANGELOG.md)
- [Commits](https://github.com/es-shims/Object.values/compare/v1.0.4...v1.1.0)

6 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Thu, 30 May 2019 11:31:01 +0000 (13:31 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream

6 years agoChange default to single column UI (#10847)
Eugen Rochko [Thu, 30 May 2019 11:30:38 +0000 (14:30 +0300)]
Change default to single column UI (#10847)

Keep current setting for users who were active within the last month

6 years agoRaise exception when attempting to serialize local-only statuses
Thibaut Girka [Wed, 29 May 2019 20:32:24 +0000 (22:32 +0200)]
Raise exception when attempting to serialize local-only statuses

6 years agoFix incorrect PropType in Glitch AutosuggestInput
slice [Thu, 30 May 2019 06:38:09 +0000 (23:38 -0700)]
Fix incorrect PropType in Glitch AutosuggestInput

6 years agoRemove isRequired from Glitch ReplyIndicator status
slice [Thu, 30 May 2019 06:42:09 +0000 (23:42 -0700)]
Remove isRequired from Glitch ReplyIndicator status

This can be null under normal circumstances, which isRequired doesn't
like.

6 years agoBump aws-sdk-s3 from 1.40.0 to 1.41.0 (#10892)
dependabot-preview[bot] [Thu, 30 May 2019 03:58:22 +0000 (12:58 +0900)]
Bump aws-sdk-s3 from 1.40.0 to 1.41.0 (#10892)

Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.40.0 to 1.41.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/compare/v1.40.0...v1.41.0)

6 years agoBump capybara from 3.21.0 to 3.22.0 (#10893)
dependabot-preview[bot] [Thu, 30 May 2019 00:37:12 +0000 (09:37 +0900)]
Bump capybara from 3.21.0 to 3.22.0 (#10893)

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.21.0 to 3.22.0.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.21.0...3.22.0)

6 years agoChange links in right panel to open in the same tab (#10848)
Eugen Rochko [Wed, 29 May 2019 14:33:35 +0000 (17:33 +0300)]
Change links in right panel to open in the same tab (#10848)

For Rambox compatibility

6 years agoFix React warning about legacy lifecycle calls and sensitive status resetting (#10872)
ThibG [Wed, 29 May 2019 14:33:15 +0000 (16:33 +0200)]
Fix React warning about legacy lifecycle calls and sensitive status resetting (#10872)

6 years agoBump js-yaml from 3.12.0 to 3.13.1 (#10881)
dependabot-preview[bot] [Wed, 29 May 2019 14:17:01 +0000 (23:17 +0900)]
Bump js-yaml from 3.12.0 to 3.13.1 (#10881)

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

6 years agoBump express from 4.16.4 to 4.17.1 (#10889)
dependabot-preview[bot] [Wed, 29 May 2019 13:53:20 +0000 (22:53 +0900)]
Bump express from 4.16.4 to 4.17.1 (#10889)

Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.4...4.17.1)

6 years agoBump intl-relativeformat from 2.1.0 to 2.2.0 (#10887)
dependabot-preview[bot] [Wed, 29 May 2019 13:30:52 +0000 (22:30 +0900)]
Bump intl-relativeformat from 2.1.0 to 2.2.0 (#10887)

Bumps [intl-relativeformat](https://github.com/yahoo/intl-relativeformat) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/yahoo/intl-relativeformat/releases)
- [Commits](https://github.com/yahoo/intl-relativeformat/commits)