]>
cat aescling's git repositories - mastodon.git/log
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)
Eugen Rochko [Sun, 8 Dec 2019 14:37:12 +0000 (15:37 +0100)]
Add `tootctl media remove-orphans` (#12568)
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>
mayaeh [Mon, 2 Dec 2019 12:39:53 +0000 (21:39 +0900)]
Fix notifications label (#12517)
* Fix translations not being displayed
* ran `yarn manage:translations en`
Yamagishi Kazutoshi [Mon, 2 Dec 2019 12:38:53 +0000 (21:38 +0900)]
Remove unnecessary dependencies (#12533)
ThibG [Sun, 1 Dec 2019 18:03:43 +0000 (19:03 +0100)]
Link to reports targetting instance in admin view (#12513)
Mathieu Brunot [Sun, 1 Dec 2019 17:52:21 +0000 (18:52 +0100)]
:sparkles: Add an LDAP Mail attribute config (#12053)
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
ThibG [Sun, 1 Dec 2019 16:25:29 +0000 (17:25 +0100)]
Add follow_request notification type (#12198)
* Add follow_request notification type
The notification type already existed in the backend but was never pushed
to the front-end. This also means translation strings were also available
for the backend, from the notification mailer.
Unlike other notification types, these are off by default, to match what
I remember of Gargron's view on the topic: that follow requests should not
clutter notifications and should instead be reviewed at the user's own
leisure in the dedicated column.
Since follow requests have their own column, I've deemed it unnecessary to
add a specific tab for them in the notification quick filter.
* Show follow request link in single-column if there are pending requests, even if account isn't locked
* Push follow requests from notifications to the follow_requests list
* Offer to accept or reject follow request from the notification
* Redesign follow request notification
ThibG [Sun, 1 Dec 2019 16:24:33 +0000 (17:24 +0100)]
Only normalize local polls (#12515)
Before this patch, if remote poll options have leading or trailing spaces,
the information stored locally won't match them, causing federated voting to
fail.
Mathieu Brunot [Sun, 1 Dec 2019 06:21:28 +0000 (07:21 +0100)]
:sparkles: Convert LDAP username (#12461)
* :sparkles: Convert LDAP username #12021
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
* :bug: Fix conversion var use
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
* :bug: Fix LDAP uid conversion test
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
* :ok_hand: Remove comments with ref to PR
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
* :ok_hand: Remove unnecessary paranthesis
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
* :wrench: Move space in conversion string
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
Sasha Sorokin [Sun, 1 Dec 2019 06:08:40 +0000 (13:08 +0700)]
Split relationships page strings (#12502)
Before this moment relationships managing page was using strings from
other context - from counters, but in order for translators to be able
to translate it relatively to the page, it must use separate strings.
I've split the strings for "Following" and "Followers" and put them to
"relationships" keyset in localization file. This should solve this
issue.
Fixes #10863
Eugen Rochko [Sun, 1 Dec 2019 06:06:20 +0000 (07:06 +0100)]
Fix conversations not having an unread indicator in web UI (#12506)
ThibG [Sat, 30 Nov 2019 18:58:00 +0000 (19:58 +0100)]
Fallback to Create audience when object has no defined audience (#12249)
Fixes #11137
ThibG [Sat, 30 Nov 2019 18:53:58 +0000 (19:53 +0100)]
Add ability to filter reports by target account domain (#12154)
* Add ability to filter reports by target account domain
* Reword by_target_domain label
ntl-purism [Sat, 30 Nov 2019 18:44:59 +0000 (12:44 -0600)]
LDAP & PAM added to OAuth password grant strategy (#7999) (#12390)
When authenticating via OAuth, the resource owner password grant
strategy is allowed by Mastodon, but (without this PR), it does not
attempt to authenticate against LDAP or PAM. As a result, LDAP or PAM
authenticated users cannot sign in to Mastodon with their
email/password credentials via OAuth (for instance, for native/mobile
app users).
This PR fleshes out the authentication strategy supplied to doorkeeper
in its initializer by looking up the user with LDAP and/or PAM when
devise is configured to use LDAP/PAM backends. It attempts to follow the
same logic as the Auth::SessionsController for handling email/password
credentials.
Note #1: Since this pull request affects an initializer, it's unclear
how to add test automation.
Note #2: The PAM authentication path has not been manually tested. It
was added for completeness sake, and it is hoped that it can be manually
tested before merging.
ThibG [Sat, 30 Nov 2019 17:19:47 +0000 (18:19 +0100)]
Fix lost focus when modals open/close (#12437)
* Fix lost focus after modal closes
Regression caused by the use of the wicg-inert polyfill
* Fix regression introduced by wicg-inert
* Catch errors to please CodeClimate
Sasha Sorokin [Fri, 29 Nov 2019 16:03:38 +0000 (23:03 +0700)]
Fix counter sizing (#12446)
Counter size is currently set to strict 33.3% width, but with it
counter may break in other languages than English. For example it is
already broken on Gargron's profile on mastodon.social using Russian
locale.
This commit changes "width" to "min-width", so counters still displayed
correctly, but if they need more width to fit text, they are now allowed
to take as many width as they need.
Shlee [Fri, 29 Nov 2019 16:03:20 +0000 (00:03 +0800)]
Updated NodeJS in Dockerfile (#12492)
Sasha Sorokin [Fri, 29 Nov 2019 16:03:06 +0000 (23:03 +0700)]
Improve notifications page (#12497)
Currently notifications page seems a bit cluttered with no clear
separation between e-mail and filtering settings. This commit tries to
address them by adding clear separation with headers, hints and removing
continuously reused texts for events checkboxes.
ThibG [Fri, 29 Nov 2019 16:02:36 +0000 (17:02 +0100)]
Add hotkey for opening media files (#12498)
* [WiP] Add hotkey to open media
* Give focus to play/pause button when opening video modal
ThibG [Fri, 29 Nov 2019 16:02:18 +0000 (17:02 +0100)]
Fix pending upload count not being decremented on error (#12499)
The arguments were passed to the wrong function… also, there is no
need to have a conditional decrementation: failure to upload means
we marked an upload as pending, in all cases.
Eugen Rochko [Thu, 28 Nov 2019 03:08:00 +0000 (04:08 +0100)]
Fix n+1 query for bookmarks on statuses (#12494)
Eugen Rochko [Thu, 28 Nov 2019 03:07:49 +0000 (04:07 +0100)]
Fix proofs API being inaccessible in secure mode (#12495)
dependabot-preview[bot] [Wed, 27 Nov 2019 12:33:20 +0000 (21:33 +0900)]
Bump net-ldap from 0.16.1 to 0.16.2 (#12479)
Bumps [net-ldap](https://github.com/ruby-ldap/ruby-net-ldap) from 0.16.1 to 0.16.2.
- [Release notes](https://github.com/ruby-ldap/ruby-net-ldap/releases)
- [Changelog](https://github.com/ruby-ldap/ruby-net-ldap/blob/master/History.rdoc)
- [Commits](https://github.com/ruby-ldap/ruby-net-ldap/compare/v0.16.1...v0.16.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 27 Nov 2019 11:49:19 +0000 (20:49 +0900)]
Bump parallel from 1.18.0 to 1.19.1 (#12475)
Bumps [parallel](https://github.com/grosser/parallel) from 1.18.0 to 1.19.1.
- [Release notes](https://github.com/grosser/parallel/releases)
- [Commits](https://github.com/grosser/parallel/compare/v1.18.0...v1.19.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Yamagishi Kazutoshi [Wed, 27 Nov 2019 04:28:11 +0000 (13:28 +0900)]
Use override_csp options on pghero (#12489)
dependabot-preview[bot] [Wed, 27 Nov 2019 04:19:27 +0000 (13:19 +0900)]
Bump browser from 2.6.1 to 2.7.1 (#12490)
Bumps [browser](https://github.com/fnando/browser) from 2.6.1 to 2.7.1.
- [Release notes](https://github.com/fnando/browser/releases)
- [Changelog](https://github.com/fnando/browser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fnando/browser/compare/v2.6.1...v2.7.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 27 Nov 2019 04:13:55 +0000 (13:13 +0900)]
Bump @babel/plugin-transform-react-inline-elements from 7.2.0 to 7.7.4 (#12467)
Bumps [@babel/plugin-transform-react-inline-elements](https://github.com/babel/babel) from 7.2.0 to 7.7.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.2.0...v7.7.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 27 Nov 2019 03:24:13 +0000 (12:24 +0900)]
Bump @babel/preset-env from 7.7.1 to 7.7.4 (#12471)
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.1 to 7.7.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.7.1...v7.7.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 27 Nov 2019 02:59:57 +0000 (11:59 +0900)]
Bump rack-cors from 1.0.6 to 1.1.0 (#12477)
Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.6 to 1.1.0.
- [Release notes](https://github.com/cyu/rack-cors/releases)
- [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cyu/rack-cors/compare/v1.0.6...v1.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 27 Nov 2019 02:54:40 +0000 (11:54 +0900)]
Bump browser from 2.6.1 to 2.7.0 (#12476)
Bumps [browser](https://github.com/fnando/browser) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/fnando/browser/releases)
- [Changelog](https://github.com/fnando/browser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fnando/browser/compare/v2.6.1...v2.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 27 Nov 2019 02:53:50 +0000 (11:53 +0900)]
Bump charlock_holmes from 0.7.6 to 0.7.7 (#12474)
Bumps [charlock_holmes](https://github.com/brianmario/charlock_holmes) from 0.7.6 to 0.7.7.
- [Release notes](https://github.com/brianmario/charlock_holmes/releases)
- [Commits](https://github.com/brianmario/charlock_holmes/compare/0.7.6...v0.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 27 Nov 2019 02:36:47 +0000 (11:36 +0900)]
Bump @babel/plugin-transform-react-jsx-self from 7.2.0 to 7.7.4 (#12466)
Bumps [@babel/plugin-transform-react-jsx-self](https://github.com/babel/babel) from 7.2.0 to 7.7.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.2.0...v7.7.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 27 Nov 2019 02:36:29 +0000 (11:36 +0900)]
Bump @babel/plugin-syntax-dynamic-import from 7.2.0 to 7.7.4 (#12469)
Bumps [@babel/plugin-syntax-dynamic-import](https://github.com/babel/babel) from 7.2.0 to 7.7.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.2.0...v7.7.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 27 Nov 2019 02:36:09 +0000 (11:36 +0900)]
Bump @babel/runtime from 7.7.2 to 7.7.4 (#12472)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.7.2 to 7.7.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/commits/v7.7.4/packages/babel-runtime)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 27 Nov 2019 02:35:39 +0000 (11:35 +0900)]
Bump @babel/plugin-transform-runtime from 7.5.5 to 7.7.4 (#12473)
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel) from 7.5.5 to 7.7.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.5.5...v7.7.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 27 Nov 2019 00:03:02 +0000 (09:03 +0900)]
Bump pghero from 2.3.0 to 2.4.1 (#12478)
Bumps [pghero](https://github.com/ankane/pghero) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/ankane/pghero/releases)
- [Changelog](https://github.com/ankane/pghero/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/pghero/compare/v2.3.0...v2.4.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
ThibG [Tue, 26 Nov 2019 21:46:31 +0000 (22:46 +0100)]
Fix empty poll options not being filtered on remote poll update (#12484)
If a poll contains empty options (which is apparently possible on Pleroma),
it is created without them. However, the poll update code doesn't filter
empty options, and thus:
1. Clear known votes, as it assumes the set of options has changed
2. Errors out because it tries adding empty options, which fails validation
This commit fixes that by filtering them out the same way they are filtered
out at poll creation time.
ThibG [Mon, 25 Nov 2019 00:42:51 +0000 (01:42 +0100)]
Fix OCR with delete & redraft (#12465)
ThibG [Sun, 24 Nov 2019 03:16:41 +0000 (04:16 +0100)]
Revert "Bump tesseract.js from 2.0.0-alpha.16 to 2.0.0-beta.2 (#12311)" (#12454)
This reverts commit
0c204426050071c7f0e1205f1526b091e8408d5a .
Dimitri Merejkowsky [Fri, 22 Nov 2019 14:57:22 +0000 (15:57 +0100)]
Fix an eslint warning (#12426)
ThibG [Fri, 22 Nov 2019 14:56:59 +0000 (15:56 +0100)]
Fix blur behind closed registration message (#12442)
* Fix closed registration message blur
* Adjust overlay margins to account for blur
Fixes #12425
Eugen Rochko [Thu, 21 Nov 2019 18:03:07 +0000 (19:03 +0100)]
Fix OEmbed discovery not handling different URL variants in query (#12439)
Fix #12433
ThibG [Thu, 21 Nov 2019 16:35:04 +0000 (17:35 +0100)]
Simplify SQL query when performing account search amongst followings (#12302)
ThibG [Thu, 21 Nov 2019 15:04:52 +0000 (16:04 +0100)]
Fix FetchLinkCardServices crashing on a tags without a target (#12159)
* Add test for links without targets
* Fix FetchLinkCardServices crashing on a tags without a target
ThibG [Thu, 21 Nov 2019 10:39:07 +0000 (11:39 +0100)]
Change media description label to be context-sensitive (#12270)
“Describe for the visually impaired” makes no sense when the uploaded media
is an audio file.
ThibG [Thu, 21 Nov 2019 10:36:16 +0000 (11:36 +0100)]
Change domain block behavior to update user records before deleting data (#12247)
When suspending or silencing a domain, one probably wants the silence or
suspend parts to take effect as soon as possible. Deleting media files can
take a while (possibly days), so perform silencing as soon as possible, and
clean up media afterwards.
noiob [Thu, 21 Nov 2019 10:35:39 +0000 (11:35 +0100)]
Fix whitelist federation for subdomains (#12435)
dependabot-preview[bot] [Wed, 20 Nov 2019 16:56:11 +0000 (17:56 +0100)]
Bump webpacker from 4.0.7 to 4.2.0 (#12416)
* Bump webpacker from 4.0.7 to 4.2.0
Bumps [webpacker](https://github.com/rails/webpacker) from 4.0.7 to 4.2.0.
- [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.7...v4.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Use NODE_ENV=tests instead of test, to work around async modules not having a chunk
Eugen Rochko [Tue, 19 Nov 2019 23:56:22 +0000 (00:56 +0100)]
Fix account dropdown not opening due to regression from #12377 (#12430)
dependabot-preview[bot] [Tue, 19 Nov 2019 20:28:00 +0000 (05:28 +0900)]
Bump react-dom from 16.11.0 to 16.12.0 (#12415)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.11.0 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-dom)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eugen Rochko [Tue, 19 Nov 2019 20:24:16 +0000 (21:24 +0100)]
Add relationship-based options to status dropdowns (#12377)
Move bookmark action in inline statuses from action bar to dropdown
Dimitri Merejkowsky [Tue, 19 Nov 2019 16:22:40 +0000 (17:22 +0100)]
Store rspec statuses in .cache/rspec (#12427)
This allows using rspec with `--only-failures`
dependabot-preview[bot] [Mon, 18 Nov 2019 14:04:53 +0000 (23:04 +0900)]
Bump glob from 7.1.5 to 7.1.6 (#12413)
Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.5 to 7.1.6.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v7.1.5...v7.1.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 18 Nov 2019 13:43:49 +0000 (22:43 +0900)]
Bump babel-plugin-preval from 3.0.1 to 4.0.0 (#12414)
Bumps [babel-plugin-preval](https://github.com/kentcdodds/babel-plugin-preval) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/kentcdodds/babel-plugin-preval/releases)
- [Changelog](https://github.com/kentcdodds/babel-plugin-preval/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/babel-plugin-preval/compare/v3.0.1...v4.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 18 Nov 2019 13:40:16 +0000 (22:40 +0900)]
Bump aws-sdk-s3 from 1.52.0 to 1.55.0 (#12419)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.52.0 to 1.55.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.52.0...v1.55.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 18 Nov 2019 13:40:04 +0000 (22:40 +0900)]
Bump derailed_benchmarks from 1.4.1 to 1.4.2 (#12418)
Bumps [derailed_benchmarks](https://github.com/schneems/derailed_benchmarks) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/schneems/derailed_benchmarks/releases)
- [Changelog](https://github.com/schneems/derailed_benchmarks/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schneems/derailed_benchmarks/compare/v1.4.1...v1.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 18 Nov 2019 13:30:10 +0000 (22:30 +0900)]
Bump react-textarea-autosize from 7.1.0 to 7.1.2 (#12412)
Bumps [react-textarea-autosize](https://github.com/andreypopp/react-textarea-autosize) from 7.1.0 to 7.1.2.
- [Release notes](https://github.com/andreypopp/react-textarea-autosize/releases)
- [Commits](https://github.com/andreypopp/react-textarea-autosize/compare/v7.1.0...v7.1.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 18 Nov 2019 13:29:00 +0000 (22:29 +0900)]
Bump httplog from 1.3.2 to 1.3.3 (#12420)
Bumps [httplog](https://github.com/trusche/httplog) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/trusche/httplog/releases)
- [Changelog](https://github.com/trusche/httplog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/trusche/httplog/compare/v1.3.2...v1.3.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 18 Nov 2019 13:26:08 +0000 (22:26 +0900)]
Bump rack-attack from 6.1.0 to 6.2.1 (#12421)
Bumps [rack-attack](https://github.com/kickstarter/rack-attack) from 6.1.0 to 6.2.1.
- [Release notes](https://github.com/kickstarter/rack-attack/releases)
- [Changelog](https://github.com/kickstarter/rack-attack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kickstarter/rack-attack/compare/v6.1.0...v6.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 18 Nov 2019 13:21:52 +0000 (22:21 +0900)]
Bump @babel/preset-react from 7.6.3 to 7.7.0 (#12410)
Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.6.3 to 7.7.0.
- [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.6.3...v7.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 18 Nov 2019 13:13:23 +0000 (22:13 +0900)]
Bump doorkeeper from 5.2.1 to 5.2.2 (#12417)
Bumps [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) from 5.2.1 to 5.2.2.
- [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.1...v5.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 18 Nov 2019 13:10:46 +0000 (22:10 +0900)]
Bump copy-webpack-plugin from 5.0.4 to 5.0.5 (#12408)
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 5.0.4 to 5.0.5.
- [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.4...v5.0.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 18 Nov 2019 13:07:31 +0000 (22:07 +0900)]
Bump react-select from 3.0.5 to 3.0.8 (#12407)
Bumps [react-select](https://github.com/JedWatson/react-select) from 3.0.5 to 3.0.8.
- [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/react-select@3.0.5...react-select@3.0.8)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 18 Nov 2019 00:15:30 +0000 (09:15 +0900)]
[Security] Bump nokogiri from 1.10.4 to 1.10.5 (#12404)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.10.5. **This update includes a security fix.**
- [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.4...v1.10.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eugen Rochko [Sun, 17 Nov 2019 17:40:33 +0000 (18:40 +0100)]
Add cache for OEmbed endpoints to avoid extra HTTP requests (#12403)
* add youtube oembed endpoint
* add check for oembed endpoint
* change unless for a more readable if
* clear blank lines
* endpoint via https
* Fix string literal in condition
* use cache for endpoints
* use cache for endpoints
* clean up and adding check
* clean up and remove redundant return
* add html check
* add false to return
* use double quotes
* use double quotes
* Clean up
Gomasy [Sun, 17 Nov 2019 16:09:42 +0000 (01:09 +0900)]
Support min_id-based pagination for bookmarks (#12381)
* Support min_id-based pagination for bookmarks
* Fix spec
sclaire-1 [Sun, 17 Nov 2019 11:25:10 +0000 (03:25 -0800)]
Edit CONTRIBUTING.md (#12401)
Edited to improve clarity, concision, and assertiveness
Jennifer Glauche [Sat, 16 Nov 2019 18:02:09 +0000 (19:02 +0100)]
make it not return http 400 when passing and empty source argument (#12259)
* make it not return http 400 when passing and empty source argument
* create a spec for the empty source hash bug
* compact checks for nil, empty? parameters
* use nil.blank? instead checking for nil
dependabot-preview[bot] [Fri, 15 Nov 2019 20:51:42 +0000 (21:51 +0100)]
[Security] Bump rack-cors from 1.0.3 to 1.0.6 (#12395)
Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.3 to 1.0.6. **This update includes a security fix.**
- [Release notes](https://github.com/cyu/rack-cors/releases)
- [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cyu/rack-cors/compare/v1.0.3...v1.0.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eugen Rochko [Fri, 15 Nov 2019 20:23:03 +0000 (21:23 +0100)]
Fix inconsistent interpolations test by ignoring single plural keys (#12394)
Eugen Rochko [Fri, 15 Nov 2019 20:00:09 +0000 (21:00 +0100)]
Fix localization test failing due to order of locale definitions (#12393)