]>
cat aescling's git repositories - mastodon.git/log
ThibG [Thu, 19 Dec 2019 11:47:19 +0000 (12:47 +0100)]
[Glitch] Fix manual scrolling issue on Firefox/Windows
Port
dc0750abc331749a92ffa96fed9fe048acdea3b1 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Thu, 19 Dec 2019 13:42:16 +0000 (14:42 +0100)]
Fix issue because of theming system
Sasha Sorokin [Mon, 16 Dec 2019 22:55:16 +0000 (05:55 +0700)]
[Glitch] Improve report page structure
Port
34aa5c7cb2090bf9d995eafdfbf5f9bd01336491 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Thu, 19 Dec 2019 12:52:54 +0000 (13:52 +0100)]
Merge branch 'master' into glitch-soc/master
Conflicts:
- `config/locales/en.yml`
No real conflict, upstream added a translatable string “too close” to
one specific to glitch-soc
- `lib/mastodon/statuses_cli.rb`
Fixes made upstream, while changed in glitch-soc to keep bookmarked statuses
- `package.json`
No real conflict, additional dependency in glitch-soc
Sasha Sorokin [Thu, 19 Dec 2019 11:47:55 +0000 (18:47 +0700)]
Use different strings on exports page (#12569)
Currently the page re-uses strings from other contexts which doesn't fit
very well - strings incorrectly lowercase-d and pluralized, when they
don't need to be, because it's a table.
This commit changes page to re-use accounts.posts_tab_heading for toots,
and admin.accounts for "Following" and "Follows". This all should look
more aesthetically pleasing.
ThibG [Thu, 19 Dec 2019 11:47:19 +0000 (12:47 +0100)]
Fix manual scrolling issue on Firefox/Windows (#12648)
Fixes #12607
`will-change: transform` apparently makes manual scrolling impossible on
Firefox/Windows. While this should probably be considered a Firefox bug,
`will-change: transform` seem like a very aggressive performance hint that
may possibly make the browser consume more resources than needed, especially
in multiple-column mode.
This was originally added to improve scrolling performances on mobile, but
I think this isn't necessary anymore, because of the two following reasons:
- `contain: paint` (which is implied by `contain: strict`, which we apply
whenever the browser supports grids) should have similar effects
- in single-column mode, the scrolling container is the root element, which
I believe is optimized in at least Chromium
Keep in mind that I have not been able to make in-depth benchmarks, and
especially not been able to try on mobile, so performances should probably
be investigated further…
Marcin Mikołajczak [Wed, 18 Dec 2019 22:39:08 +0000 (23:39 +0100)]
fix multiple space (#12655)
dependabot-preview[bot] [Wed, 18 Dec 2019 22:21:51 +0000 (07:21 +0900)]
[Security] Bump rack from 2.0.7 to 2.0.8 (#12654)
Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8. **This update includes a security fix.**
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.7...2.0.8)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eugen Rochko [Wed, 18 Dec 2019 18:04:43 +0000 (19:04 +0100)]
Fix unsafe column type change in migration (#12653)
ThibG [Wed, 18 Dec 2019 15:56:59 +0000 (16:56 +0100)]
Fix custom emoji category creation silently erroring out on duplicate category (#12647)
Instead, just re-use the existing category if any.
Fixes #12608
ThibG [Wed, 18 Dec 2019 15:56:39 +0000 (16:56 +0100)]
Remove unused translatable strings (#12643)
* Remove unused “salmon_url” string
* Remove more unused translatable strings
The following strings all used to be on the admin account page
but aren't used anymore: profile_url, outbox_url, followers_url, feed_url
ThibG [Wed, 18 Dec 2019 15:56:06 +0000 (16:56 +0100)]
Fix link crawler not specifying accepted content-type (#12646)
The link crawler expects HTML documents, so set the `Accept`
header accordingly.
Fixes #12618
Takeshi Umeda [Wed, 18 Dec 2019 15:55:21 +0000 (00:55 +0900)]
Add signature to exported status (#12649)
Bèr Kessels [Wed, 18 Dec 2019 15:54:29 +0000 (16:54 +0100)]
Fix typo in login feature-test. (#12651)
Takeshi Umeda [Wed, 18 Dec 2019 15:54:03 +0000 (00:54 +0900)]
Fix an error when ActivityPub::FetchRemoteStatusService url is called with nil (#12652)
dependabot-preview[bot] [Tue, 17 Dec 2019 23:58:53 +0000 (08:58 +0900)]
Bump rails from 5.2.3 to 5.2.4 (#12584)
* Bump rails from 5.2.3 to 5.2.4
Bumps [rails](https://github.com/rails/rails) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.2.3...v5.2.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* sprockets ~> 3.7
dependabot-preview[bot] [Tue, 17 Dec 2019 19:04:30 +0000 (04:04 +0900)]
Bump json-ld-preloaded from 3.0.4 to 3.0.6 (#12361)
Bumps [json-ld-preloaded](https://github.com/ruby-rdf/json-ld-preloaded) from 3.0.4 to 3.0.6.
- [Release notes](https://github.com/ruby-rdf/json-ld-preloaded/releases)
- [Commits](https://github.com/ruby-rdf/json-ld-preloaded/compare/3.0.4...3.0.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 17 Dec 2019 18:54:42 +0000 (03:54 +0900)]
Bump react-redux from 7.1.1 to 7.1.3 (#12626)
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.1.1 to 7.1.3.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/react-redux/compare/v7.1.1...v7.1.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 17 Dec 2019 18:53:15 +0000 (03:53 +0900)]
Bump webpacker from 4.2.0 to 4.2.2 (#12632)
Bumps [webpacker](https://github.com/rails/webpacker) from 4.2.0 to 4.2.2.
- [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.2.0...v4.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 17 Dec 2019 18:42:25 +0000 (03:42 +0900)]
Bump eslint-plugin-import from 2.19.0 to 2.19.1 (#12622)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.19.0 to 2.19.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.19.0...v2.19.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 17 Dec 2019 18:42:02 +0000 (03:42 +0900)]
Bump copy-webpack-plugin from 5.0.5 to 5.1.1 (#12621)
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 5.0.5 to 5.1.1.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.5...v5.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 17 Dec 2019 18:41:49 +0000 (03:41 +0900)]
Bump css-loader from 3.2.0 to 3.3.2 (#12624)
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.2.0 to 3.3.2.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.2.0...v3.3.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 17 Dec 2019 18:40:34 +0000 (03:40 +0900)]
Bump array-includes from 3.0.3 to 3.1.0 (#12627)
Bumps [array-includes](https://github.com/es-shims/array-includes) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/es-shims/array-includes/releases)
- [Changelog](https://github.com/es-shims/array-includes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/es-shims/array-includes/compare/v3.0.3...v3.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 17 Dec 2019 18:36:49 +0000 (03:36 +0900)]
Bump doorkeeper from 5.2.2 to 5.2.3 (#12630)
Bumps [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/doorkeeper-gem/doorkeeper/releases)
- [Changelog](https://github.com/doorkeeper-gem/doorkeeper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/doorkeeper-gem/doorkeeper/compare/v5.2.2...v5.2.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 17 Dec 2019 18:34:20 +0000 (03:34 +0900)]
Bump stackprof from 0.2.13 to 0.2.14 (#12631)
Bumps [stackprof](https://github.com/tmm1/stackprof) from 0.2.13 to 0.2.14.
- [Release notes](https://github.com/tmm1/stackprof/releases)
- [Changelog](https://github.com/tmm1/stackprof/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tmm1/stackprof/compare/v0.2.13...v0.2.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 17 Dec 2019 18:32:51 +0000 (03:32 +0900)]
Bump parallel_tests from 2.29.2 to 2.30.0 (#12634)
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.29.2 to 2.30.0.
- [Release notes](https://github.com/grosser/parallel_tests/releases)
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.29.2...v2.30.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Thibaut Girka [Tue, 17 Dec 2019 14:38:19 +0000 (15:38 +0100)]
Fix various issues caused by wrong `unread` key being updated
ThibG [Tue, 17 Dec 2019 12:33:36 +0000 (13:33 +0100)]
Changes to tootctl statuses remove (#11267)
* Fix comments in statuses_cli
The comment for the part of query keeping statuses which have replies was
incorrect, explaining the part of the query kept favourited statuses instead
* Keep statuses favourited by local users in tootctl statuses remove
* Do delete old replies that are not direct interactions with local users
* Skip reblogs of local statuses instead of all reblogs
* Optimize some queries
* Keep old statuses with recent reblogs
* Add option to clear toots from followed accounts too
ThibG [Tue, 17 Dec 2019 12:32:57 +0000 (13:32 +0100)]
Clean up OStatus-related codepaths (#12173)
* Remove “protocol” argument and return value, as only ActivityPub is supported
* Remove FetchRemoteAccountService, only use ActivityPub::FetchRemoteAccountService
* Fix tests
ThibG [Tue, 17 Dec 2019 12:31:56 +0000 (13:31 +0100)]
Fixes featured hashtag setting page erroring out instead of rejecting invalid tags (#12436)
* Revert "Fix ignoring whole status because of one invalid hashtag (#11621)"
This reverts commit
dff46b260b2f7d765d254c84a4b89105c7de5e97 .
* Fix statuses being rejected because of invalid hashtag names
* Add spec for invalid hashtag names in statuses
* Add test for featured tags controller
scd31 [Tue, 17 Dec 2019 12:30:58 +0000 (12:30 +0000)]
Increase max backup size (#12602)
* Increased max backup size
* partially reverted schema.rb
dependabot-preview[bot] [Tue, 17 Dec 2019 01:20:49 +0000 (10:20 +0900)]
Bump @babel/preset-env from 7.7.4 to 7.7.6 (#12623)
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.4 to 7.7.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.7.4...v7.7.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 17 Dec 2019 01:19:58 +0000 (10:19 +0900)]
Bump compression-webpack-plugin from 3.0.0 to 3.0.1 (#12620)
Bumps [compression-webpack-plugin](https://github.com/webpack-contrib/compression-webpack-plugin) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/webpack-contrib/compression-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/compression-webpack-plugin/blob/v3.0.1/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v3.0.0...v3.0.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 17 Dec 2019 01:19:20 +0000 (10:19 +0900)]
Bump faker from 2.8.0 to 2.8.1 (#12633)
Bumps [faker](https://github.com/faker-ruby/faker) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faker-ruby/faker/compare/v2.8.0...v2.8.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Alice Gaudon [Mon, 16 Dec 2019 22:55:50 +0000 (23:55 +0100)]
Admin setting to disable default follows (#12566)
Thomas Citharel [Mon, 16 Dec 2019 22:55:28 +0000 (23:55 +0100)]
Add Event activity-type support (#12637)
This adds support for Event AP type in Mastodon. Events are converted
into toots by taking their title (AS name) and their URL (AP ID). Event
picture is also brought in if available.
Testable by fetching event content from https://test.mobilizon.org
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Sasha Sorokin [Mon, 16 Dec 2019 22:55:16 +0000 (05:55 +0700)]
Improve report page structure (#12615)
* Move resolved button to the heading
This is one of the commits on improving overall reports page structure.
It changes where resolved button is located, moving it to the heading,
right next to the "Report #n" header, so-called "hot-place" to look at.
To accomplish this we have to declare one more content variable, change
admin dashboard template to respect it and CSS files for minor styling,
so buttons are inlined and centrally aligned according to the heading.
* Move actions buttons below the report table
I believe that actions to react on report should not be located at the
top of the page, instead they should be either after the table or
reporter's comment. This is just a logical sign that you should not
react to the report without reading all the details first.
Acid Chicken (硫酸鶏) [Mon, 16 Dec 2019 22:55:02 +0000 (07:55 +0900)]
Fix tooltip messages of multiple poll switcher are reversed (#12616)
dependabot-preview[bot] [Mon, 16 Dec 2019 22:53:38 +0000 (23:53 +0100)]
[Security] Bump excon from 0.62.0 to 0.71.0 (#12638)
Bumps [excon](https://github.com/excon/excon) from 0.62.0 to 0.71.0. **This update includes a security fix.**
- [Release notes](https://github.com/excon/excon/releases)
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](https://github.com/excon/excon/compare/v0.62.0...v0.71.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bèr Kessels [Fri, 13 Dec 2019 13:04:57 +0000 (14:04 +0100)]
Ignore development specfic env file (#12606)
Sasha Sorokin [Thu, 12 Dec 2019 18:50:23 +0000 (01:50 +0700)]
Avoid using pluralize on moderation pages (#12589)
Pluralize function from Rails framework does not work with other
languages than English, moreover it does not even work properly with
English [1]. Not that the latest applies to this context, it's just
a sign that we best to avoid this function, especially when there are
more reliable ways.
This commit changes how reports pages generated in order to avoid usage
of pluralize function, replacing it with default translation function,
called with given counter. On top of that, we have to make strings
pluralizable, so have to change locale files.
[1]: https://medium.com/@anna7/
b3927de2ca8e #6a60
trwnh [Thu, 12 Dec 2019 18:50:08 +0000 (12:50 -0600)]
Fix typo in tootctl statuses remove (#12603)
dependabot-preview[bot] [Thu, 12 Dec 2019 17:57:44 +0000 (02:57 +0900)]
Bump nokogiri from 1.10.5 to 1.10.7 (#12586)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 to 1.10.7.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.5...v1.10.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Thu, 12 Dec 2019 17:57:32 +0000 (02:57 +0900)]
Bump rubocop from 0.76.0 to 0.77.0 (#12585)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.76.0 to 0.77.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.76.0...v0.77.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Thibaut Girka [Thu, 12 Dec 2019 15:02:51 +0000 (16:02 +0100)]
Fix edit filter link in filtered “Show why” dialog
ThibG [Thu, 12 Dec 2019 15:10:58 +0000 (16:10 +0100)]
Merge pull request #1252 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Thibaut Girka [Thu, 12 Dec 2019 14:40:06 +0000 (15:40 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- app/controllers/application_controller.rb
Minor conflict due to glitch-soc's theming system
dependabot-preview[bot] [Wed, 11 Dec 2019 11:39:11 +0000 (20:39 +0900)]
Bump aws-sdk-s3 from 1.57.0 to 1.59.0 (#12581)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.57.0 to 1.59.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.57.0...v1.59.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 11 Dec 2019 11:37:37 +0000 (20:37 +0900)]
Bump yargs from 13.3.0 to 15.0.2 (#12574)
Bumps [yargs](https://github.com/yargs/yargs) from 13.3.0 to 15.0.2.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs/compare/v13.3.0...v15.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 11 Dec 2019 11:37:08 +0000 (20:37 +0900)]
Bump es6-symbol from 3.1.2 to 3.1.3 (#12577)
Bumps [es6-symbol](https://github.com/medikoo/es6-symbol) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/medikoo/es6-symbol/releases)
- [Changelog](https://github.com/medikoo/es6-symbol/blob/master/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es6-symbol/compare/v3.1.2...v3.1.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 11 Dec 2019 11:36:28 +0000 (20:36 +0900)]
Bump eslint-plugin-import from 2.18.2 to 2.19.0 (#12580)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.18.2 to 2.19.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.18.2...v2.19.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 11 Dec 2019 11:32:52 +0000 (20:32 +0900)]
Bump @babel/core from 7.7.4 to 7.7.5 (#12578)
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.4 to 7.7.5.
- [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.7.4...v7.7.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 11 Dec 2019 11:32:26 +0000 (20:32 +0900)]
Bump @babel/runtime from 7.7.4 to 7.7.6 (#12579)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.7.4 to 7.7.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/commits/v7.7.6/packages/babel-runtime)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 11 Dec 2019 11:31:53 +0000 (20:31 +0900)]
Bump @babel/plugin-transform-runtime from 7.7.4 to 7.7.6 (#12575)
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel) from 7.7.4 to 7.7.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.7.4...v7.7.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 11 Dec 2019 11:31:03 +0000 (20:31 +0900)]
Bump react from 16.10.2 to 16.12.0 (#12573)
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.10.2 to 16.12.0.
- [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.12.0/packages/react)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 11 Dec 2019 00:03:00 +0000 (01:03 +0100)]
Bump terser-webpack-plugin from 2.2.1 to 2.2.2 (#12576)
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v2.2.1...v2.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 10 Dec 2019 23:55:03 +0000 (00:55 +0100)]
Bump strong_migrations from 0.4.2 to 0.5.0 (#12583)
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.4.2 to 0.5.0.
- [Release notes](https://github.com/ankane/strong_migrations/releases)
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/strong_migrations/compare/v0.4.2...v0.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 10 Dec 2019 23:52:43 +0000 (00:52 +0100)]
Bump sidekiq-unique-jobs from 6.0.15 to 6.0.18 (#12582)
Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 6.0.15 to 6.0.18.
- [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases)
- [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v6.0.15...v6.0.18)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eugen Rochko [Tue, 10 Dec 2019 18:39:02 +0000 (19:39 +0100)]
Revert "Fix an eslint warning (#12426)" (#12596)
This reverts commit
054ef83fc5808596643dd366286b4e85446b850c .
Eugen Rochko [Tue, 10 Dec 2019 06:40:01 +0000 (07:40 +0100)]
Add `S3_OVERRIDE_PATH_STYLE` environment variable (#12594)
To support Exoscale
Eugen Rochko [Tue, 10 Dec 2019 06:39:54 +0000 (07:39 +0100)]
Fix missing error templates for non-HTML requests (#12593)
Sasha Sorokin [Mon, 9 Dec 2019 03:30:58 +0000 (10:30 +0700)]
Use codeblock for native redirect URI (#12570)
This commit changes how doorkeeper.applications.help.native_redirect_uri
string is being formatted to use <code> tag for native_redirect_uri
placeholder. This makes the URI look more distinguishable.
Eugen Rochko [Mon, 9 Dec 2019 03:26:00 +0000 (04:26 +0100)]
Fix error handling in `tootctl media remove-orphans` (#12571)
ThibG [Sun, 8 Dec 2019 20:27:36 +0000 (21:27 +0100)]
Merge pull request #1251 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Eugen Rochko [Sun, 8 Dec 2019 14:37:12 +0000 (15:37 +0100)]
Add `tootctl media remove-orphans` (#12568)
Thibaut Girka [Sat, 7 Dec 2019 14:53:04 +0000 (15:53 +0100)]
Fix erroneous inclusion of upstream code
Hinaloe [Wed, 4 Dec 2019 23:51:07 +0000 (08:51 +0900)]
[Glitch] Highlight border when focusing poll-form footer
Port
eb551c480d4c687d75d6bc94915adfcd8aae93fb to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Takeshi Umeda [Wed, 4 Dec 2019 19:36:33 +0000 (04:36 +0900)]
[Glitch] Add basic support for group actors
Port
f43f1e01840cd0bad7a88c90d9ea44b183a2a15d to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Tue, 3 Dec 2019 18:53:16 +0000 (19:53 +0100)]
[Glitch] Fix poll options not being selectable via keyboard
Port
c05ed8a6254bc82fda3ae0fd3934dc2cdcf7c82d to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Sun, 1 Dec 2019 16:25:29 +0000 (17:25 +0100)]
[Glitch] Add follow_request notification type
Port
911cc144815babf83ddf99f2daa3682021d401b8 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Shlee [Wed, 4 Dec 2019 11:45:49 +0000 (19:45 +0800)]
[Glitch] upgrade/replace websocket.js to @gamestdio/websocket v2
Port
f92ed32df4489210ab0ef557f1df90bc5e97d8e6 to glitch-soc
Co-authored-by: hina <hina@hinaloe.net>
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Sat, 7 Dec 2019 11:28:59 +0000 (12:28 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- package.json
Not really a conflict, caused by an additional dependency in glitch-soc.
- yarn.lock
Not really a conflict, caused by an additional dependency in glitch-soc.
Eugen Rochko [Fri, 6 Dec 2019 21:40:06 +0000 (22:40 +0100)]
Fix generic HTTP 500 error on duplicate records (#12563)
Fix #12551
Fix #12547
trwnh [Fri, 6 Dec 2019 18:44:23 +0000 (12:44 -0600)]
Fix account search with no query (#12549)
* Fix account search with no query
Modeled after #12541. Fix #12548
* fix codeclimate
dependabot-preview[bot] [Fri, 6 Dec 2019 18:44:09 +0000 (19:44 +0100)]
[Security] Bump puma from 4.2.0 to 4.3.1 (#12559)
Bumps [puma](https://github.com/puma/puma) from 4.2.0 to 4.3.1. **This update includes a security fix.**
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v4.2.0...v4.3.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Hinaloe [Wed, 4 Dec 2019 23:51:07 +0000 (08:51 +0900)]
Highlight border when focusing poll-form footer (#12544)
Jeong Arm [Wed, 4 Dec 2019 23:50:51 +0000 (08:50 +0900)]
Fix media open hotkey (#12546)
Takeshi Umeda [Wed, 4 Dec 2019 23:50:40 +0000 (08:50 +0900)]
Remove some duplicate methods from StatusHelper and reflect changes to AccountHelper (#12545)
Takeshi Umeda [Wed, 4 Dec 2019 19:36:33 +0000 (04:36 +0900)]
Add basic support for group actors (#12071)
* Show badge on group actor in WebUI
* Do not notify in case of by following group actor
* If you mention group actor, also mention group actor followers
* Relax characters that can be used in username (same as Application)
* Revert "Relax characters that can be used in username (same as Application)"
This reverts commit
7e10a137b878d0db1b5252c52106faef5e09ca4b .
* Delete display_name method
Shlee [Wed, 4 Dec 2019 11:45:49 +0000 (19:45 +0800)]
upgrade/replace websocket.js to @gamestdio/websocket v2 (#12543)
* Update stream.js
* Update package.json
* Update yarn.lock
Co-authored-by: hina <hina@hinaloe.net>
ThibG [Wed, 4 Dec 2019 03:34:31 +0000 (04:34 +0100)]
Fix old migration failing with new status default scope (#12493)
Eugen Rochko [Wed, 4 Dec 2019 03:34:08 +0000 (04:34 +0100)]
Fix error when using search API with no query (#12541)
Fix #12462
trwnh [Tue, 3 Dec 2019 18:56:34 +0000 (12:56 -0600)]
Return `discoverable` via REST API (fix #12507) (#12508)
ThibG [Tue, 3 Dec 2019 18:53:16 +0000 (19:53 +0100)]
Fix poll options not being selectable via keyboard (#12538)
* Fix poll options not being selectable via keyboard
Fixes #12384
* Improve styling of poll option checkboxes/radio buttons
* Use more appropriate ARIA roles for poll options
* Allow switching between single and multiple choice from keyboard
* Coding style
* Avoid using .bind()
tateisu [Mon, 2 Dec 2019 20:05:27 +0000 (05:05 +0900)]
add S3_OPEN_TIMEOUT environment variable (#12459)
Yamagishi Kazutoshi [Mon, 2 Dec 2019 18:55:08 +0000 (03:55 +0900)]
Move rspec examples to tmp dir (#12539)
dependabot-preview[bot] [Mon, 2 Dec 2019 17:38:17 +0000 (02:38 +0900)]
Bump faker from 2.7.0 to 2.8.0 (#12531)
Bumps [faker](https://github.com/faker-ruby/faker) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faker-ruby/faker/compare/v2.7.0...v2.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Dec 2019 17:37:54 +0000 (02:37 +0900)]
Bump brakeman from 4.7.1 to 4.7.2 (#12530)
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 4.7.1 to 4.7.2.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/master/CHANGES.md)
- [Commits](https://github.com/presidentbeef/brakeman/compare/v4.7.1...v4.7.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Dec 2019 17:37:22 +0000 (02:37 +0900)]
Bump autoprefixer from 9.6.1 to 9.7.3 (#12519)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.6.1 to 9.7.3.
- [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.6.1...9.7.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Yamagishi Kazutoshi [Mon, 2 Dec 2019 17:25:43 +0000 (02:25 +0900)]
Update ESLint and RuboCop in Code Climate (#12534)
ThibG [Mon, 2 Dec 2019 17:25:24 +0000 (18:25 +0100)]
Fix blocking/unblocking users from status dropdown menu (#12535)
Fixes #12511
dependabot-preview[bot] [Mon, 2 Dec 2019 15:55:32 +0000 (00:55 +0900)]
Bump eslint-plugin-react from 7.16.0 to 7.17.0 (#12524)
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.16.0 to 7.17.0.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.16.0...v7.17.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Dec 2019 14:18:59 +0000 (23:18 +0900)]
Bump blurhash from 1.0.0 to 1.1.3 (#12411)
Bumps [blurhash](https://github.com/woltapp/blurhash) from 1.0.0 to 1.1.3.
- [Release notes](https://github.com/woltapp/blurhash/releases)
- [Commits](https://github.com/woltapp/blurhash/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Dec 2019 14:03:46 +0000 (23:03 +0900)]
Bump aws-sdk-s3 from 1.55.0 to 1.57.0 (#12528)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.55.0 to 1.57.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.55.0...v1.57.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Dec 2019 13:59:12 +0000 (22:59 +0900)]
Bump arrow-key-navigation from 1.0.2 to 1.1.0 (#12523)
Bumps [arrow-key-navigation](https://github.com/nolanlawson/arrow-key-navigation) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/nolanlawson/arrow-key-navigation/releases)
- [Commits](https://github.com/nolanlawson/arrow-key-navigation/compare/v1.0.2...v1.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Dec 2019 13:58:07 +0000 (22:58 +0900)]
Bump tty-prompt from 0.19.0 to 0.20.0 (#12529)
Bumps [tty-prompt](https://github.com/piotrmurach/tty-prompt) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/piotrmurach/tty-prompt/releases)
- [Changelog](https://github.com/piotrmurach/tty-prompt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/piotrmurach/tty-prompt/compare/v0.19.0...v0.20.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Dec 2019 13:56:53 +0000 (22:56 +0900)]
Bump rubocop-rails from 2.3.2 to 2.4.0 (#12532)
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.3.2...v2.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Dec 2019 13:55:43 +0000 (22:55 +0900)]
Bump fabrication from 2.20.2 to 2.21.0 (#12527)
Bumps [fabrication](https://github.com/paulelliott/fabrication) from 2.20.2 to 2.21.0.
- [Release notes](https://github.com/paulelliott/fabrication/releases)
- [Changelog](https://github.com/paulelliott/fabrication/blob/master/Changelog.markdown)
- [Commits](https://github.com/paulelliott/fabrication/compare/2.20.2...2.21.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Dec 2019 13:55:08 +0000 (22:55 +0900)]
Bump rails-ujs from 5.2.3 to 5.2.4 (#12526)
Bumps [rails-ujs](https://github.com/rails/rails) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.2.3...v5.2.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Dec 2019 13:53:03 +0000 (22:53 +0900)]
Bump eslint from 6.5.1 to 6.7.2 (#12522)
Bumps [eslint](https://github.com/eslint/eslint) from 6.5.1 to 6.7.2.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.5.1...v6.7.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>