]>
cat aescling's git repositories - mastodon.git/log
ThibG [Sun, 8 Mar 2020 21:09:53 +0000 (22:09 +0100)]
Merge pull request #1297 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
ThibG [Sun, 8 Mar 2020 15:10:48 +0000 (16:10 +0100)]
[Glitch] Add support for links to statuses in announcements to be opened in web UI
Port
aa67036b41d37935210c8b5094ac20c153a62011 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Mélanie Chauvel (ariasuni) [Sun, 8 Mar 2020 15:09:34 +0000 (16:09 +0100)]
[Glitch] Change the tooltip "Toggle visibility" to "Hide media" in web UI
Port
5e4b6496557b5ef167518dbc6015307158e30ccf to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Bèr Kessels [Sun, 8 Mar 2020 15:02:36 +0000 (16:02 +0100)]
[Glitch] Code style improvements in JavaScript
Port
fd76955f3942bbd7ec830ab535bc31621cac14a4 to glitch-soc
* JS-linter: fix trailing comma's
* Configure eslinter to ignore this onchange error.
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Mélanie Chauvel (ariasuni) [Sun, 8 Mar 2020 14:59:55 +0000 (15:59 +0100)]
[Glitch] Change description of privacy levels to be more intuitive in web UI
Port
4063f9f27805de0a12904071e521094122b9f725 to glitch-soc
Co-authored-by: Thibaut Girka <thib@sitedethib.com>
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Mélanie Chauvel (ariasuni) [Sun, 8 Mar 2020 14:36:50 +0000 (15:36 +0100)]
[Glitch] Fix text area above/right of emoji picker being accidentally clickable in web UI
Port
2e18b1a2a2976f04f84e92d187b0620223a64fa6 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Fri, 6 Mar 2020 14:20:14 +0000 (15:20 +0100)]
[Glitch] Fix too large announcements not being scrollable in web UI
Port
503eab1c1f101e92f163ed4f8457cac9a6193ffc to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
koyu [Fri, 6 Mar 2020 04:31:51 +0000 (05:31 +0100)]
[Glitch] Change GIF label to be displayed even when autoplay is enabled in web UI
Port
e69a3f54a10e58d32d7e46c494d98be948dde4b3 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Thu, 5 Mar 2020 22:20:49 +0000 (23:20 +0100)]
[Glitch] Change the string "Hide everything from …" to "Block domain …" in web UI
Port
39453de232e068f58a711b2c052fe74fdd0c40b6 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Mélanie Chauvel (ariasuni) [Thu, 5 Mar 2020 14:52:15 +0000 (15:52 +0100)]
[Glitch] Add tooltips to audio/video player buttons
Port
036ba3f51065a96cb9203a9ac5aa71d7d6edeebe to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Sun, 8 Mar 2020 18:38:53 +0000 (19:38 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- `app/controllers/api/v1/statuses_controller.rb`:
Conflict due to upstream adding a new parameter (with_rate_limit),
too close to glitch-soc's own additional parameter (content_type).
Added upstream's parameter.
- `app/services/post_status_service.rb`:
Conflict due to upstream adding a new parameter (rate_limit),
too close to glitch-soc's own additional parameter (content_type).
Added upstream's parameter.
- `app/views/settings/preferences/appearance/show.html.haml`:
Conflict due to us not exposing theme settings here (as we have
a different flavour/skin menu).
Took upstream change, while still not exposing theme settings.
- `config/webpack/shared.js`:
Coding style fixes for a part we have rewritten.
Discarded upstream changes.
dependabot-preview[bot] [Sun, 8 Mar 2020 15:22:12 +0000 (16:22 +0100)]
Bump doorkeeper from 5.2.3 to 5.3.1 (#13144)
Bumps [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) from 5.2.3 to 5.3.1.
- [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.3...v.5.3.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
ThibG [Sun, 8 Mar 2020 15:11:49 +0000 (16:11 +0100)]
Fix public posts from silenced accounts not being changed to unlisted visibility (#13096)
ThibG [Sun, 8 Mar 2020 15:10:48 +0000 (16:10 +0100)]
Add support for links to statuses in announcements to be opened in web UI (#13212)
* Add support for links to public statuses in announcements to be opened in WebUI
* Please CodeClimate
Mélanie Chauvel (ariasuni) [Sun, 8 Mar 2020 15:09:34 +0000 (16:09 +0100)]
Change the tooltip "Toggle visibility" to "Hide media" in web UI (#13199)
Mélanie Chauvel (ariasuni) [Sun, 8 Mar 2020 15:08:38 +0000 (16:08 +0100)]
Change wording of media display preferences to be more intuitive (#13198)
Shlee [Sun, 8 Mar 2020 15:04:25 +0000 (23:04 +0800)]
Update nginx.conf (#13066)
guigeekz [Sun, 8 Mar 2020 15:04:03 +0000 (16:04 +0100)]
Add submit button to the top of preferences pages (#13068)
* Move submit button to the top of the edit page
* Duplicate save button on long form
* Fix click submit on profile spec
Bèr Kessels [Sun, 8 Mar 2020 15:02:36 +0000 (16:02 +0100)]
Code style improvements in JavaScript (#13159)
* JS-linter: fix trailing comma's
* Configure eslinter to ignore this onchange error.
tateisu [Sun, 8 Mar 2020 15:01:07 +0000 (00:01 +0900)]
Add `--skip-media-remove` option to `tootctl statuses remove` (#13080)
* Add skip_media_remove option to tootctl statuses remove
* Add skip_media_remove option to tootctl statuses remove
Co-authored-by: tateisu <tateisu@juggler.jp>
ThibG [Sun, 8 Mar 2020 15:00:24 +0000 (16:00 +0100)]
Add ability to delete files uploaded for settings in admin UI (#13192)
* Allow deleting site uploads
* Refactor and move links into hints
* Fix i18n tests
* Fix HTML output of site_upload_delete_hint
Mélanie Chauvel (ariasuni) [Sun, 8 Mar 2020 14:59:55 +0000 (15:59 +0100)]
Change description of privacy levels to be more intuitive in web UI (#13197)
* Improve description of privacy levels in compose interface
* Change strings in defaultMessage and source as well as english
Co-authored-by: Thibaut Girka <thib@sitedethib.com>
David Cook [Sun, 8 Mar 2020 14:45:19 +0000 (09:45 -0500)]
Set BUNDLE_PATH in CircleCI (#13214)
ThibG [Sun, 8 Mar 2020 14:42:20 +0000 (15:42 +0100)]
Fix error when searching for URLs that contain the mention syntax (#13151)
Fixes #13150
ThibG [Sun, 8 Mar 2020 14:39:13 +0000 (15:39 +0100)]
Add sorting by username, creation and last activity in moderation view (#13076)
* Add ability to order accounts in moderation view
* Display last status date in “Most recent activity” for remote users
Mélanie Chauvel (ariasuni) [Sun, 8 Mar 2020 14:36:50 +0000 (15:36 +0100)]
Fix text area above/right of emoji picker being accidentally clickable in web UI (#13148)
Eugen Rochko [Sun, 8 Mar 2020 14:17:39 +0000 (15:17 +0100)]
Add specific rate limits for posting and following (#13172)
ThibG [Fri, 6 Mar 2020 14:20:14 +0000 (15:20 +0100)]
Fix too large announcements not being scrollable in web UI (#13211)
koyu [Fri, 6 Mar 2020 04:31:51 +0000 (05:31 +0100)]
Change GIF label to be displayed even when autoplay is enabled in web UI (#13209)
Eugen Rochko [Fri, 6 Mar 2020 00:29:38 +0000 (01:29 +0100)]
Remove useless `respond_to` calls (#13208)
Eugen Rochko [Thu, 5 Mar 2020 22:20:49 +0000 (23:20 +0100)]
Change the string "Hide everything from …" to "Block domain …" in web UI (#13178)
Blocking a domain is closer to blocking all its users than to a mute
action.
Eugen Rochko [Thu, 5 Mar 2020 14:56:01 +0000 (15:56 +0100)]
Fix "tootctl media remove-orphans" crashing when encountering invalid media (#13170)
Fixes #13168
Eugen Rochko [Thu, 5 Mar 2020 14:52:15 +0000 (15:52 +0100)]
Add tooltips to audio/video player buttons (#13203)
dependabot-preview[bot] [Mon, 2 Mar 2020 12:55:52 +0000 (21:55 +0900)]
Bump @babel/runtime from 7.8.3 to 7.8.4 (#13183)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.8.3 to 7.8.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.8.4/packages/babel-runtime)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Mar 2020 12:55:32 +0000 (21:55 +0900)]
Bump webpack-dev-server from 3.10.1 to 3.10.3 (#13184)
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.10.1 to 3.10.3.
- [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.10.1...v3.10.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Mar 2020 12:49:40 +0000 (21:49 +0900)]
Bump @babel/core from 7.8.4 to 7.8.6 (#13185)
Bumps [@babel/core](https://github.com/babel/babel) from 7.8.4 to 7.8.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.8.4...v7.8.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Mar 2020 12:48:02 +0000 (21:48 +0900)]
Bump json-ld-preloaded from 3.1.0 to 3.1.1 (#13143)
Bumps [json-ld-preloaded](https://github.com/ruby-rdf/json-ld-preloaded) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/ruby-rdf/json-ld-preloaded/releases)
- [Commits](https://github.com/ruby-rdf/json-ld-preloaded/compare/3.1.0...3.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Mar 2020 12:46:56 +0000 (21:46 +0900)]
Bump oj from 3.10.1 to 3.10.3 (#13187)
Bumps [oj](https://github.com/ohler55/oj) from 3.10.1 to 3.10.3.
- [Release notes](https://github.com/ohler55/oj/releases)
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/ohler55/oj/compare/v3.10.1...v3.10.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Mar 2020 12:44:44 +0000 (21:44 +0900)]
Bump strong_migrations from 0.5.1 to 0.6.2 (#13071)
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.5.1 to 0.6.2.
- [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.5.1...v0.6.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
ThibG [Sun, 1 Mar 2020 21:25:13 +0000 (22:25 +0100)]
Bump puma from 4.3.2 to 4.3.3 (#13177)
This fixes cookies and devise authentication being broken as a result of
upgrading to puma 4.3.2, see https://github.com/puma/puma/issues/2132
Thibaut Girka [Sun, 1 Mar 2020 18:48:01 +0000 (19:48 +0100)]
Update puma from 4.3.2 to 4.3.3
Fixes #1294
This fixes cookies and devise authentication being broken as a result of
upgrading to puma 4.3.2, see https://github.com/puma/puma/issues/2132
Thibaut Girka [Sat, 29 Feb 2020 19:49:31 +0000 (20:49 +0100)]
Update JS dependencies
Thibaut Girka [Sat, 29 Feb 2020 18:56:07 +0000 (19:56 +0100)]
Update glitch-soc-specific dependencies
- drop html2text which has been unused in a while
- update redcarpet
ThibG [Sat, 29 Feb 2020 11:50:44 +0000 (12:50 +0100)]
Merge pull request #1291 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Thibaut Girka [Sat, 29 Feb 2020 11:20:54 +0000 (12:20 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream
ThibG [Sat, 29 Feb 2020 02:05:02 +0000 (03:05 +0100)]
Fix elasticsearch-api and faraday incompatibilities (#13166)
ThibG [Sat, 29 Feb 2020 02:00:43 +0000 (03:00 +0100)]
Fix installation failing when Redis password contains special characters (#13156)
* Add support for special characters in Redis passwords
Fixes #13154
* Refactor
dependabot-preview[bot] [Sat, 29 Feb 2020 01:57:14 +0000 (02:57 +0100)]
[Security] Bump puma from 4.3.1 to 4.3.2 (#13167)
Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 4.3.2. **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.3.1...v4.3.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
ThibG [Fri, 28 Feb 2020 12:49:45 +0000 (13:49 +0100)]
Fix announcements with fully-qualified mention to local user crashing WebUI (#13164)
ThibG [Thu, 27 Feb 2020 11:38:17 +0000 (12:38 +0100)]
Merge pull request #1290 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Thibaut Girka [Thu, 27 Feb 2020 11:37:15 +0000 (12:37 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream
Eugen Rochko [Thu, 27 Feb 2020 11:34:07 +0000 (12:34 +0100)]
Bump version to 3.1.2 (#13162)
Eugen Rochko [Thu, 27 Feb 2020 11:32:54 +0000 (12:32 +0100)]
Fix leak of arbitrary statuses through unfavourite action in REST API (#13161)
ThibG [Tue, 25 Feb 2020 17:05:52 +0000 (18:05 +0100)]
Merge pull request #1289 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
ThibG [Sat, 22 Feb 2020 00:27:34 +0000 (01:27 +0100)]
[Glitch] Fix `/web` redirecting to `/web/web` in web UI
Port
0f07218e53bf581127cdcf5fbf12d9c207ace8d7 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Tue, 25 Feb 2020 13:28:13 +0000 (14:28 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream
ThibG [Mon, 24 Feb 2020 21:21:40 +0000 (22:21 +0100)]
Fix dismissing an announcement twice raising an obscure error (#13124)
ThibG [Mon, 24 Feb 2020 20:19:19 +0000 (21:19 +0100)]
Fix misleading error when attempting to re-send a pending follow request (#13133)
Fixes #13131
ThibG [Mon, 24 Feb 2020 20:18:26 +0000 (21:18 +0100)]
Fix backups failing when files are missing from media attachments (#13146)
Fixes #13123
ThibG [Mon, 24 Feb 2020 20:15:53 +0000 (21:15 +0100)]
Fix duplicate accounts being created when fetching an account for its key only (#13147)
Fixes #13136
When a user's canonical acct domain is different from its id's domain
(WEB_DOMAIN ≠ LOCAL_DOMAIN), two webfinger queries are required to find the
canonical domain from the URI. However, we skip webfinger queries when
updating only the key of a remote user, which led to the creation of a
duplicate account, using the URI's domain instead of the canonical acct: one.
dependabot-preview[bot] [Mon, 24 Feb 2020 12:54:19 +0000 (21:54 +0900)]
Bump react-redux from 7.1.3 to 7.2.0 (#13141)
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.1.3 to 7.2.0.
- [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.3...v7.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 24 Feb 2020 08:50:25 +0000 (17:50 +0900)]
Bump webpack-cli from 3.3.10 to 3.3.11 (#13139)
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.10 to 3.3.11.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/next/CHANGELOG_v3.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.10...v3.3.11)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 24 Feb 2020 08:50:18 +0000 (17:50 +0900)]
Bump rellax from 1.10.0 to 1.12.1 (#13140)
Bumps [rellax](https://github.com/dixonandmoe/rellax) from 1.10.0 to 1.12.1.
- [Release notes](https://github.com/dixonandmoe/rellax/releases)
- [Commits](https://github.com/dixonandmoe/rellax/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 24 Feb 2020 08:36:32 +0000 (17:36 +0900)]
Bump @babel/core from 7.8.3 to 7.8.4 (#13137)
Bumps [@babel/core](https://github.com/babel/babel) from 7.8.3 to 7.8.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.8.3...v7.8.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Thibaut Girka [Fri, 21 Feb 2020 11:25:23 +0000 (12:25 +0100)]
Document alt+enter
ThibG [Sat, 22 Feb 2020 00:29:14 +0000 (01:29 +0100)]
Add `--reset-password` option to `tootctl accounts modify` (#13126)
ThibG [Sat, 22 Feb 2020 00:27:34 +0000 (01:27 +0100)]
Fix `/web` redirecting to `/web/web` in web UI (#13128)
Fixes #13127
ThibG [Sat, 22 Feb 2020 00:26:41 +0000 (01:26 +0100)]
Fix previously OStatus-based accounts not being detected as ActivityPub (#13129)
dependabot-preview[bot] [Thu, 20 Feb 2020 00:24:16 +0000 (09:24 +0900)]
Bump rack from 2.1.2 to 2.2.2 (#13108)
Bumps [rack](https://github.com/rack/rack) from 2.1.2 to 2.2.2.
- [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.1.2...v2.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
ThibG [Wed, 19 Feb 2020 23:52:50 +0000 (00:52 +0100)]
Merge pull request #1287 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Thibaut Girka [Wed, 19 Feb 2020 22:16:29 +0000 (23:16 +0100)]
[Glitch] Add source-mapped stacktrace to error message in web UI
Port
ff3a11d01d262c0a37cc1e33db2013b19729fb9d to glitch-soc
ThibG [Tue, 18 Feb 2020 16:22:44 +0000 (17:22 +0100)]
[Glitch] Fix old browsers crashing because of missing `finally` polyfill in web UI
Port
1314bba68a5f2d271312bad08f108e1ff56c2c00 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Wed, 19 Feb 2020 22:04:18 +0000 (23:04 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream
ThibG [Wed, 19 Feb 2020 21:36:52 +0000 (22:36 +0100)]
Add source-mapped stacktrace to error message in web UI (#13082)
* Add source-mapped stack trace to copyable text in error boundary
* Add the error message to the copied report, not only the stack trace
ThibG [Wed, 19 Feb 2020 21:31:53 +0000 (22:31 +0100)]
Fix account JSON/RSS not being cacheable due to wrong mime type comparison (#13116)
`request.format` is not a symbol but a `Mime::Type`, so the condition actually
never matched, and a session was created even for those requests, preventing
caching.
ThibG [Tue, 18 Feb 2020 16:22:44 +0000 (17:22 +0100)]
Fix old browsers crashing because of missing `finally` polyfill in web UI (#13115)
Fix #13015
dependabot-preview[bot] [Mon, 17 Feb 2020 17:27:19 +0000 (02:27 +0900)]
Bump simplecov from 0.18.1 to 0.18.2 (#13106)
Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.18.1 to 0.18.2.
- [Release notes](https://github.com/colszowka/simplecov/releases)
- [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colszowka/simplecov/compare/v0.18.1...v0.18.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 17 Feb 2020 17:24:20 +0000 (02:24 +0900)]
Bump pkg-config from 1.4.0 to 1.4.1 (#13105)
Bumps [pkg-config](https://github.com/ruby-gnome/pkg-config) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/ruby-gnome/pkg-config/releases)
- [Changelog](https://github.com/ruby-gnome/pkg-config/blob/master/NEWS)
- [Commits](https://github.com/ruby-gnome/pkg-config/compare/1.4.0...1.4.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 17 Feb 2020 17:22:43 +0000 (02:22 +0900)]
Bump nokogiri from 1.10.7 to 1.10.8 (#13110)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.10.8.
- [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.7...v1.10.8)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 17 Feb 2020 16:58:14 +0000 (01:58 +0900)]
Bump rimraf from 3.0.0 to 3.0.2 (#13104)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v3.0.0...v3.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 17 Feb 2020 16:57:29 +0000 (01:57 +0900)]
Bump react-swipeable-views from 0.13.4 to 0.13.9 (#13103)
Bumps [react-swipeable-views](https://github.com/oliviertassinari/react-swipeable-views) from 0.13.4 to 0.13.9.
- [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/commits/v0.13.9)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 17 Feb 2020 16:53:02 +0000 (01:53 +0900)]
Bump eslint-plugin-import from 2.20.0 to 2.20.1 (#13101)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.0 to 2.20.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.20.0...v2.20.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 17 Feb 2020 16:49:21 +0000 (01:49 +0900)]
Bump terser-webpack-plugin from 2.3.2 to 2.3.5 (#13100)
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 2.3.2 to 2.3.5.
- [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.3.2...v2.3.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
ThibG [Mon, 17 Feb 2020 15:38:59 +0000 (16:38 +0100)]
Fix account's bio not being shown if there are no proofs/fields in admin UI (#13075)
ThibG [Sun, 16 Feb 2020 11:56:53 +0000 (12:56 +0100)]
Fix sign-ups without checked user agreement being accepted through the web form (#13088)
* Fix user agreement not being verified
* Fix tests
* Fix up agreement field being dismissed
Sara Aimée Smiseth [Sun, 16 Feb 2020 11:54:57 +0000 (11:54 +0000)]
Fix non-x64 architectures not being able to build Docker image because of hardcoded Node.js architecture (#13081)
* Use ARCH variable instead of hardcoded x64
* fix formating
ThibG [Sun, 16 Feb 2020 11:38:22 +0000 (12:38 +0100)]
Fix invite request input not being shown on sign-up error if left empty (#13089)
If the “Why do you want to join?” textarea is left empty and the entered params
do not validate, the textarea isn't shown again, unlike other fields.
This commit fixes that by populating an empty `UserInviteRequest` when needed.
Thibaut Girka [Sat, 15 Feb 2020 22:51:24 +0000 (23:51 +0100)]
Fix clicking on the “TOOT” button send bogus visibility parameter
Marcin Cieślak [Sat, 15 Feb 2020 11:52:57 +0000 (12:52 +0100)]
Do not suggest to login into the GitLab database (#13084)
As pointed out on Discourse:
https://discourse.joinmastodon.org/t/obscure-wtf-error-message-running-migrations-for-3-1/2524
The message the administrators were getting was telling them
to log in to the "GitLab database" and also mentions MySQL
Thibaut Girka [Fri, 14 Feb 2020 19:19:35 +0000 (20:19 +0100)]
Fix alt+enter changing visibility setting without sending toot when toot is empty
Thibaut Girka [Mon, 10 Feb 2020 18:13:12 +0000 (19:13 +0100)]
Add test for health_check endpoint
Thibaut Girka [Mon, 10 Feb 2020 18:03:14 +0000 (19:03 +0100)]
Fix ActiveRecord::Migration.check_pending! failing because of duplicate migrations
dependabot-preview[bot] [Mon, 10 Feb 2020 12:34:03 +0000 (21:34 +0900)]
Bump @babel/plugin-transform-runtime from 7.7.6 to 7.8.3 (#12980)
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel) from 7.7.6 to 7.8.3.
- [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.6...v7.8.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 10 Feb 2020 12:26:53 +0000 (21:26 +0900)]
Bump json-ld-preloaded from 3.0.6 to 3.1.0 (#12982)
Bumps [json-ld-preloaded](https://github.com/ruby-rdf/json-ld-preloaded) from 3.0.6 to 3.1.0.
- [Release notes](https://github.com/ruby-rdf/json-ld-preloaded/releases)
- [Commits](https://github.com/ruby-rdf/json-ld-preloaded/compare/3.0.6...3.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 10 Feb 2020 12:18:07 +0000 (21:18 +0900)]
Bump rubocop-rails from 2.4.1 to 2.4.2 (#12984)
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.4.1 to 2.4.2.
- [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.4.1...v2.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 10 Feb 2020 11:51:14 +0000 (20:51 +0900)]
Bump capybara from 3.30.0 to 3.31.0 (#12983)
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.30.0 to 3.31.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.30.0...3.31.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 10 Feb 2020 11:46:25 +0000 (20:46 +0900)]
Bump simplecov from 0.17.1 to 0.18.1 (#13027)
Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.17.1 to 0.18.1.
- [Release notes](https://github.com/colszowka/simplecov/releases)
- [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colszowka/simplecov/compare/v0.17.1...v0.18.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 10 Feb 2020 11:46:05 +0000 (20:46 +0900)]
Bump pry-byebug from 3.7.0 to 3.8.0 (#12985)
Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases)
- [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md)
- [Commits](https://github.com/deivid-rodriguez/pry-byebug/compare/v3.7.0...v3.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 10 Feb 2020 11:41:58 +0000 (20:41 +0900)]
Bump uuid from 3.3.3 to 3.4.0 (#12981)
Bumps [uuid](https://github.com/uuidjs/uuid) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v3.3.3...v3.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 10 Feb 2020 11:40:32 +0000 (20:40 +0900)]
Bump sass from 1.24.2 to 1.25.0 (#12978)
Bumps [sass](https://github.com/sass/dart-sass) from 1.24.2 to 1.25.0.
- [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.24.2...1.25.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>