]> cat aescling's git repositories - mastodon.git/log
mastodon.git
5 years agoChange the string "hidden" to "blocked" in WebUI (#13221)
mayaeh [Mon, 9 Mar 2020 08:13:21 +0000 (17:13 +0900)]
Change the string "hidden" to "blocked" in WebUI (#13221)

* Change the string "hidden" to "blocked" in WebUI.

* update

5 years agoChange video uploads to always be converted to H264/MP4 (#13220)
Eugen Rochko [Mon, 9 Mar 2020 01:20:18 +0000 (02:20 +0100)]
Change video uploads to always be converted to H264/MP4 (#13220)

Even if the container format is the same (.mp4), the codec could
be different and not playable in web browsers

5 years agoChange video uploads to enforce certain limits (#13218)
Eugen Rochko [Mon, 9 Mar 2020 01:19:07 +0000 (02:19 +0100)]
Change video uploads to enforce certain limits (#13218)

- Dimensions at most 1920x1200
- Frame rate at most 60

5 years agoBump cld3 from 3.2.6 to 3.3.0 (#13107)
dependabot-preview[bot] [Sun, 8 Mar 2020 23:12:52 +0000 (00:12 +0100)]
Bump cld3 from 3.2.6 to 3.3.0 (#13107)

* Bump cld3 from 3.2.6 to 3.3.0

Bumps [cld3](https://github.com/akihikodaki/cld3-ruby) from 3.2.6 to 3.3.0.
- [Release notes](https://github.com/akihikodaki/cld3-ruby/releases)
- [Commits](https://github.com/akihikodaki/cld3-ruby/compare/v3.2.6...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix compatibility with cld3 3.3.0

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
5 years agoAdd federation support for the "hide network" preference (#11673)
ThibG [Sun, 8 Mar 2020 23:10:29 +0000 (00:10 +0100)]
Add federation support for the "hide network" preference (#11673)

* Change ActivityPub follower/following collections to not link first page

* Add support for hiding followers and following of remote users

* Switch to using a single `hide_collections` column

* Address code style remarks

5 years agoChange local media attachments to perform heavy processing asynchronously (#13210)
Eugen Rochko [Sun, 8 Mar 2020 22:56:18 +0000 (23:56 +0100)]
Change local media attachments to perform heavy processing asynchronously (#13210)

Fix #9106

5 years agoBump doorkeeper from 5.2.3 to 5.3.1 (#13144)
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>
5 years agoFix public posts from silenced accounts not being changed to unlisted visibility...
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)

5 years agoAdd support for links to statuses in announcements to be opened in web UI (#13212)
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

5 years agoChange the tooltip "Toggle visibility" to "Hide media" in web UI (#13199)
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)

5 years agoChange wording of media display preferences to be more intuitive (#13198)
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)

5 years agoUpdate nginx.conf (#13066)
Shlee [Sun, 8 Mar 2020 15:04:25 +0000 (23:04 +0800)]
Update nginx.conf (#13066)

5 years agoAdd submit button to the top of preferences pages (#13068)
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

5 years agoCode style improvements in JavaScript (#13159)
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.

5 years agoAdd `--skip-media-remove` option to `tootctl statuses remove` (#13080)
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>
5 years agoAdd ability to delete files uploaded for settings in admin UI (#13192)
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

5 years agoChange description of privacy levels to be more intuitive in web UI (#13197)
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>
5 years agoSet BUNDLE_PATH in CircleCI (#13214)
David Cook [Sun, 8 Mar 2020 14:45:19 +0000 (09:45 -0500)]
Set BUNDLE_PATH in CircleCI (#13214)

5 years agoFix error when searching for URLs that contain the mention syntax (#13151)
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

5 years agoAdd sorting by username, creation and last activity in moderation view (#13076)
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

5 years agoFix text area above/right of emoji picker being accidentally clickable in web UI...
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)

5 years agoAdd specific rate limits for posting and following (#13172)
Eugen Rochko [Sun, 8 Mar 2020 14:17:39 +0000 (15:17 +0100)]
Add specific rate limits for posting and following (#13172)

5 years agoFix too large announcements not being scrollable in web UI (#13211)
ThibG [Fri, 6 Mar 2020 14:20:14 +0000 (15:20 +0100)]
Fix too large announcements not being scrollable in web UI (#13211)

5 years agoChange GIF label to be displayed even when autoplay is enabled in web UI (#13209)
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)

5 years agoRemove useless `respond_to` calls (#13208)
Eugen Rochko [Fri, 6 Mar 2020 00:29:38 +0000 (01:29 +0100)]
Remove useless `respond_to` calls (#13208)

5 years agoChange the string "Hide everything from …" to "Block domain …" in web UI (#13178)
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.

5 years agoFix "tootctl media remove-orphans" crashing when encountering invalid media (#13170)
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

5 years agoAdd tooltips to audio/video player buttons (#13203)
Eugen Rochko [Thu, 5 Mar 2020 14:52:15 +0000 (15:52 +0100)]
Add tooltips to audio/video player buttons (#13203)

5 years agoBump @babel/runtime from 7.8.3 to 7.8.4 (#13183)
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>
5 years agoBump webpack-dev-server from 3.10.1 to 3.10.3 (#13184)
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>
5 years agoBump @babel/core from 7.8.4 to 7.8.6 (#13185)
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>
5 years agoBump json-ld-preloaded from 3.1.0 to 3.1.1 (#13143)
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>
5 years agoBump oj from 3.10.1 to 3.10.3 (#13187)
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>
5 years agoBump strong_migrations from 0.5.1 to 0.6.2 (#13071)
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>
5 years agoBump puma from 4.3.2 to 4.3.3 (#13177)
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

6 years agoFix elasticsearch-api and faraday incompatibilities (#13166)
ThibG [Sat, 29 Feb 2020 02:05:02 +0000 (03:05 +0100)]
Fix elasticsearch-api and faraday incompatibilities (#13166)

6 years agoFix installation failing when Redis password contains special characters (#13156)
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

6 years ago[Security] Bump puma from 4.3.1 to 4.3.2 (#13167)
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>
6 years agoFix announcements with fully-qualified mention to local user crashing WebUI (#13164)
ThibG [Fri, 28 Feb 2020 12:49:45 +0000 (13:49 +0100)]
Fix announcements with fully-qualified mention to local user crashing WebUI (#13164)

6 years agoBump version to 3.1.2 (#13162)
Eugen Rochko [Thu, 27 Feb 2020 11:34:07 +0000 (12:34 +0100)]
Bump version to 3.1.2 (#13162)

6 years agoFix leak of arbitrary statuses through unfavourite action in REST API (#13161)
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)

6 years agoFix dismissing an announcement twice raising an obscure error (#13124)
ThibG [Mon, 24 Feb 2020 21:21:40 +0000 (22:21 +0100)]
Fix dismissing an announcement twice raising an obscure error (#13124)

6 years agoFix misleading error when attempting to re-send a pending follow request (#13133)
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

6 years agoFix backups failing when files are missing from media attachments (#13146)
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

6 years agoFix duplicate accounts being created when fetching an account for its key only (...
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.

6 years agoBump react-redux from 7.1.3 to 7.2.0 (#13141)
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>
6 years agoBump webpack-cli from 3.3.10 to 3.3.11 (#13139)
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>
6 years agoBump rellax from 1.10.0 to 1.12.1 (#13140)
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>
6 years agoBump @babel/core from 7.8.3 to 7.8.4 (#13137)
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>
6 years agoAdd `--reset-password` option to `tootctl accounts modify` (#13126)
ThibG [Sat, 22 Feb 2020 00:29:14 +0000 (01:29 +0100)]
Add `--reset-password` option to `tootctl accounts modify` (#13126)

6 years agoFix `/web` redirecting to `/web/web` in web UI (#13128)
ThibG [Sat, 22 Feb 2020 00:27:34 +0000 (01:27 +0100)]
Fix `/web` redirecting to `/web/web` in web UI (#13128)

Fixes #13127

6 years agoFix previously OStatus-based accounts not being detected as ActivityPub (#13129)
ThibG [Sat, 22 Feb 2020 00:26:41 +0000 (01:26 +0100)]
Fix previously OStatus-based accounts not being detected as ActivityPub (#13129)

6 years agoBump rack from 2.1.2 to 2.2.2 (#13108)
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>
6 years agoAdd source-mapped stacktrace to error message in web UI (#13082)
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

6 years agoFix account JSON/RSS not being cacheable due to wrong mime type comparison (#13116)
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.

6 years agoFix old browsers crashing because of missing `finally` polyfill in web UI (#13115)
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

6 years agoBump simplecov from 0.18.1 to 0.18.2 (#13106)
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>
6 years agoBump pkg-config from 1.4.0 to 1.4.1 (#13105)
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>
6 years agoBump nokogiri from 1.10.7 to 1.10.8 (#13110)
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>
6 years agoBump rimraf from 3.0.0 to 3.0.2 (#13104)
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>
6 years agoBump react-swipeable-views from 0.13.4 to 0.13.9 (#13103)
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>
6 years agoBump eslint-plugin-import from 2.20.0 to 2.20.1 (#13101)
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>
6 years agoBump terser-webpack-plugin from 2.3.2 to 2.3.5 (#13100)
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>
6 years agoFix account's bio not being shown if there are no proofs/fields in admin UI (#13075)
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)

6 years agoFix sign-ups without checked user agreement being accepted through the web form ...
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

6 years agoFix non-x64 architectures not being able to build Docker image because of hardcoded...
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

6 years agoFix invite request input not being shown on sign-up error if left empty (#13089)
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.

6 years agoDo not suggest to login into the GitLab database (#13084)
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

6 years agoBump @babel/plugin-transform-runtime from 7.7.6 to 7.8.3 (#12980)
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>
6 years agoBump json-ld-preloaded from 3.0.6 to 3.1.0 (#12982)
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>
6 years agoBump rubocop-rails from 2.4.1 to 2.4.2 (#12984)
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>
6 years agoBump capybara from 3.30.0 to 3.31.0 (#12983)
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>
6 years agoBump simplecov from 0.17.1 to 0.18.1 (#13027)
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>
6 years agoBump pry-byebug from 3.7.0 to 3.8.0 (#12985)
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>
6 years agoBump uuid from 3.3.3 to 3.4.0 (#12981)
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>
6 years agoBump sass from 1.24.2 to 1.25.0 (#12978)
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>
6 years agoBump axios from 0.19.1 to 0.19.2 (#12976)
dependabot-preview[bot] [Mon, 10 Feb 2020 11:30:40 +0000 (20:30 +0900)]
Bump axios from 0.19.1 to 0.19.2 (#12976)

Bumps [axios](https://github.com/axios/axios) from 0.19.1 to 0.19.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/0.19.1...v0.19.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump @babel/plugin-transform-react-inline-elements from 7.8.0 to 7.8.3 (#12974)
dependabot-preview[bot] [Mon, 10 Feb 2020 11:29:15 +0000 (20:29 +0900)]
Bump @babel/plugin-transform-react-inline-elements from 7.8.0 to 7.8.3 (#12974)

Bumps [@babel/plugin-transform-react-inline-elements](https://github.com/babel/babel) from 7.8.0 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.8.0...v7.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump letter_opener_web from 1.3.4 to 1.4.0 (#13028)
dependabot-preview[bot] [Mon, 10 Feb 2020 11:28:22 +0000 (20:28 +0900)]
Bump letter_opener_web from 1.3.4 to 1.4.0 (#13028)

Bumps [letter_opener_web](https://github.com/fgrehm/letter_opener_web) from 1.3.4 to 1.4.0.
- [Release notes](https://github.com/fgrehm/letter_opener_web/releases)
- [Changelog](https://github.com/fgrehm/letter_opener_web/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fgrehm/letter_opener_web/compare/v1.3.4...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump version to 3.1.1 (#13069)
Eugen Rochko [Mon, 10 Feb 2020 01:55:40 +0000 (02:55 +0100)]
Bump version to 3.1.1 (#13069)

6 years agoBump httplog from 1.4.1 to 1.4.2 (#13059)
mayaeh [Sun, 9 Feb 2020 11:05:31 +0000 (20:05 +0900)]
Bump httplog from 1.4.1 to 1.4.2 (#13059)

6 years agoBump version to 3.1.0 (#13053)
Eugen Rochko [Sat, 8 Feb 2020 23:02:08 +0000 (00:02 +0100)]
Bump version to 3.1.0 (#13053)

6 years agoFix unread indicator on announcements not being aligned with text in web UI (#13052)
Eugen Rochko [Sat, 8 Feb 2020 22:44:01 +0000 (23:44 +0100)]
Fix unread indicator on announcements not being aligned with text in web UI (#13052)

6 years agoNew Crowdin translations (#13036)
Eugen Rochko [Sat, 8 Feb 2020 22:33:22 +0000 (23:33 +0100)]
New Crowdin translations (#13036)

* New translations en.json (Finnish)
[ci skip]

* New translations en.yml (Finnish)
[ci skip]

* New translations simple_form.en.yml (Finnish)
[ci skip]

* New translations doorkeeper.en.yml (Finnish)
[ci skip]

* New translations en.yml (French)
[ci skip]

* New translations simple_form.en.yml (French)
[ci skip]

* New translations doorkeeper.en.yml (Ido)
[ci skip]

* New translations en.yml (Croatian)
[ci skip]

* New translations en.json (Malay)
[ci skip]

* New translations en.yml (Malay)
[ci skip]

* New translations en.yml (Malayalam)
[ci skip]

* New translations simple_form.en.yml (Malayalam)
[ci skip]

* New translations doorkeeper.en.yml (Malayalam)
[ci skip]

* New translations en.json (Marathi)
[ci skip]

* New translations en.yml (Marathi)
[ci skip]

* New translations doorkeeper.en.yml (Marathi)
[ci skip]

* New translations en.yml (Macedonian)
[ci skip]

* New translations en.yml (Norwegian)
[ci skip]

* New translations simple_form.en.yml (Norwegian)
[ci skip]

* New translations doorkeeper.en.yml (Norwegian)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations simple_form.en.yml (Occitan)
[ci skip]

* New translations doorkeeper.en.yml (Occitan)
[ci skip]

* New translations simple_form.en.yml (Persian)
[ci skip]

* New translations en.json (Macedonian)
[ci skip]

* New translations simple_form.en.yml (Italian)
[ci skip]

* New translations simple_form.en.yml (Kazakh)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations simple_form.en.yml (Japanese)
[ci skip]

* New translations doorkeeper.en.yml (Japanese)
[ci skip]

* New translations en.json (Kannada)
[ci skip]

* New translations en.yml (Kannada)
[ci skip]

* New translations en.json (Kazakh)
[ci skip]

* New translations en.yml (Kazakh)
[ci skip]

* New translations doorkeeper.en.yml (Kazakh)
[ci skip]

* New translations en.yml (Korean)
[ci skip]

* New translations simple_form.en.yml (Korean)
[ci skip]

* New translations doorkeeper.en.yml (Korean)
[ci skip]

* New translations en.json (Latvian)
[ci skip]

* New translations en.yml (Latvian)
[ci skip]

* New translations en.json (Lithuanian)
[ci skip]

* New translations en.yml (Lithuanian)
[ci skip]

* New translations simple_form.en.yml (Croatian)
[ci skip]

* New translations doorkeeper.en.yml (Galician)
[ci skip]

* New translations en.json (Croatian)
[ci skip]

* New translations simple_form.en.yml (Norwegian Nynorsk)
[ci skip]

* New translations en.yml (German)
[ci skip]

* New translations simple_form.en.yml (German)
[ci skip]

* New translations doorkeeper.en.yml (German)
[ci skip]

* New translations doorkeeper.en.yml (Greek)
[ci skip]

* New translations en.yml (Italian)
[ci skip]

* New translations doorkeeper.en.yml (Italian)
[ci skip]

* New translations en.yml (Norwegian Nynorsk)
[ci skip]

* New translations doorkeeper.en.yml (Norwegian Nynorsk)
[ci skip]

* New translations en.yml (Galician)
[ci skip]

* New translations en.yml (Persian)
[ci skip]

* New translations en.json (Malayalam)
[ci skip]

* New translations en.yml (Icelandic)
[ci skip]

* New translations simple_form.en.yml (Icelandic)
[ci skip]

* New translations doorkeeper.en.yml (Icelandic)
[ci skip]

* New translations en.json (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations simple_form.en.yml (Corsican)
[ci skip]

* New translations doorkeeper.en.yml (Kabyle)
[ci skip]

* New translations en.yml (Arabic)
[ci skip]

* New translations en.json (Breton)
[ci skip]

* New translations en.yml (Breton)
[ci skip]

* New translations en.json (Indonesian)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations simple_form.en.yml (Indonesian)
[ci skip]

* New translations en.json (Arabic)
[ci skip]

* New translations simple_form.en.yml (Arabic)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations doorkeeper.en.yml (Basque)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]

* New translations doorkeeper.en.yml (Chinese Simplified)
[ci skip]

* New translations doorkeeper.en.yml (Corsican)
[ci skip]

* New translations en.yml (Danish)
[ci skip]

* New translations simple_form.en.yml (Kabyle)
[ci skip]

* New translations doorkeeper.en.yml (Dutch)
[ci skip]

* New translations doorkeeper.en.yml (Bulgarian)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations simple_form.en.yml (Basque)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations en.yml (Bengali)
[ci skip]

* New translations simple_form.en.yml (Bengali)
[ci skip]

* New translations en.json (Bulgarian)
[ci skip]

* New translations en.yml (Bulgarian)
[ci skip]

* New translations simple_form.en.yml (Bulgarian)
[ci skip]

* New translations simple_form.en.yml (Asturian)
[ci skip]

* New translations en.yml (Catalan)
[ci skip]

* New translations simple_form.en.yml (Catalan)
[ci skip]

* New translations doorkeeper.en.yml (Catalan)
[ci skip]

* New translations en.json (Chinese Traditional)
[ci skip]

* New translations en.yml (Chinese Traditional)
[ci skip]

* New translations simple_form.en.yml (Chinese Traditional)
[ci skip]

* New translations doorkeeper.en.yml (Chinese Traditional)
[ci skip]

* New translations en.json (Chinese Traditional, Hong Kong)
[ci skip]

* New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]

* New translations simple_form.en.yml (Chinese Traditional, Hong Kong)
[ci skip]

* New translations doorkeeper.en.yml (Chinese Traditional, Hong Kong)
[ci skip]

* New translations en.yml (Corsican)
[ci skip]

* New translations en.json (Albanian)
[ci skip]

* New translations en.yml (Albanian)
[ci skip]

* New translations simple_form.en.yml (Albanian)
[ci skip]

* New translations doorkeeper.en.yml (Albanian)
[ci skip]

* New translations doorkeeper.en.yml (Arabic)
[ci skip]

* New translations simple_form.en.yml (Danish)
[ci skip]

* New translations doorkeeper.en.yml (Spanish)
[ci skip]

* New translations doorkeeper.en.yml (Slovenian)
[ci skip]

* New translations en.yml (Welsh)
[ci skip]

* New translations en.json (Tamil)
[ci skip]

* New translations doorkeeper.en.yml (Serbian (Latin))
[ci skip]

* New translations en.json (Slovenian)
[ci skip]

* New translations en.yml (Slovenian)
[ci skip]

* New translations simple_form.en.yml (Slovenian)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations simple_form.en.yml (Welsh)
[ci skip]

* New translations doorkeeper.en.yml (Swedish)
[ci skip]

* New translations en.json (Swedish)
[ci skip]

* New translations simple_form.en.yml (Spanish)
[ci skip]

* New translations simple_form.en.yml (Spanish, Argentina)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]

* New translations doorkeeper.en.yml (Spanish, Argentina)
[ci skip]

* New translations en.yml (Telugu)
[ci skip]

* New translations simple_form.en.yml (Tamil)
[ci skip]

* New translations en.yml (Ukrainian)
[ci skip]

* New translations en.yml (Turkish)
[ci skip]

* New translations simple_form.en.yml (Turkish)
[ci skip]

* New translations doorkeeper.en.yml (Turkish)
[ci skip]

* New translations en.yml (Serbian (Latin))
[ci skip]

* New translations doorkeeper.en.yml (Tamil)
[ci skip]

* New translations simple_form.en.yml (Ukrainian)
[ci skip]

* New translations doorkeeper.en.yml (Ukrainian)
[ci skip]

* New translations en.json (Urdu (Pakistan))
[ci skip]

* New translations en.yml (Urdu (Pakistan))
[ci skip]

* New translations en.json (Welsh)
[ci skip]

* New translations en.json (Telugu)
[ci skip]

* New translations simple_form.en.yml (Serbian (Latin))
[ci skip]

* New translations simple_form.en.yml (Vietnamese)
[ci skip]

* New translations en.json (Serbian (Latin))
[ci skip]

* New translations doorkeeper.en.yml (Portuguese, Brazilian)
[ci skip]

* New translations doorkeeper.en.yml (Persian)
[ci skip]

* New translations en.yml (Portuguese)
[ci skip]

* New translations simple_form.en.yml (Portuguese)
[ci skip]

* New translations doorkeeper.en.yml (Portuguese)
[ci skip]

* New translations en.yml (Portuguese, Brazilian)
[ci skip]

* New translations simple_form.en.yml (Portuguese, Brazilian)
[ci skip]

* New translations en.yml (Swedish)
[ci skip]

* New translations simple_form.en.yml (Slovak)
[ci skip]

* New translations simple_form.en.yml (Swedish)
[ci skip]

* New translations en.yml (Tamil)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations simple_form.en.yml (Thai)
[ci skip]

* New translations doorkeeper.en.yml (Thai)
[ci skip]

* New translations doorkeeper.en.yml (Vietnamese)
[ci skip]

* New translations en.json (Vietnamese)
[ci skip]

* New translations doorkeeper.en.yml (Slovak)
[ci skip]

* New translations en.yml (Slovak)
[ci skip]

* New translations doorkeeper.en.yml (Serbian (Cyrillic))
[ci skip]

* New translations simple_form.en.yml (Serbian (Cyrillic))
[ci skip]

* New translations en.yml (Serbian (Cyrillic))
[ci skip]

* New translations en.json (Serbian (Cyrillic))
[ci skip]

* New translations doorkeeper.en.yml (Russian)
[ci skip]

* New translations simple_form.en.yml (Russian)
[ci skip]

* New translations en.yml (Russian)
[ci skip]

* New translations simple_form.en.yml (Romanian)
[ci skip]

* New translations en.json (Slovak)
[ci skip]

* New translations en.yml (Romanian)
[ci skip]

* New translations en.json (Romanian)
[ci skip]

* New translations doorkeeper.en.yml (Polish)
[ci skip]

* New translations simple_form.en.yml (Polish)
[ci skip]

* New translations en.yml (Polish)
[ci skip]

* New translations en.json (Polish)
[ci skip]

* New translations en.yml (Vietnamese)
[ci skip]

* New translations doorkeeper.en.yml (Welsh)
[ci skip]

* New translations en.json (Tamil)
[ci skip]

* New translations en.json (Tamil)
[ci skip]

* New translations en.json (Tamil)
[ci skip]

* New translations en.json (Tamil)
[ci skip]

* New translations en.json (Tamil)
[ci skip]

* New translations en.json (Tamil)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.json (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations doorkeeper.en.yml (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations doorkeeper.en.yml (Kabyle)
[ci skip]

* New translations en.json (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.json (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations simple_form.en.yml (Kabyle)
[ci skip]

* New translations en.json (Catalan)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations simple_form.en.yml (Kabyle)
[ci skip]

* New translations doorkeeper.en.yml (Kabyle)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.json (Welsh)
[ci skip]

* New translations en.json (Welsh)
[ci skip]

* New translations en.yml (Welsh)
[ci skip]

* New translations en.json (Slovak)
[ci skip]

* New translations en.yml (Slovak)
[ci skip]

* New translations en.yml (Slovak)
[ci skip]

* New translations en.json (Polish)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations en.json (Polish)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations devise.en.yml (Polish)
[ci skip]

* New translations devise.en.yml (Polish)
[ci skip]

* New translations en.yml (Polish)
[ci skip]

* New translations simple_form.en.yml (Polish)
[ci skip]

* New translations doorkeeper.en.yml (Polish)
[ci skip]

* New translations en.json (Indonesian)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations en.yml (Polish)
[ci skip]

* New translations en.yml (Polish)
[ci skip]

* New translations en.json (Galician)
[ci skip]

* New translations en.json (Galician)
[ci skip]

* New translations en.json (Galician)
[ci skip]

* New translations en.yml (Polish)
[ci skip]

* New translations en.yml (Polish)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.json (Arabic)
[ci skip]

* New translations en.yml (Arabic)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations simple_form.en.yml (Kabyle)
[ci skip]

* New translations doorkeeper.en.yml (Kabyle)
[ci skip]

* New translations devise.en.yml (Japanese)
[ci skip]

* New translations en.json (Kabyle)
[ci skip]

* New translations en.json (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations simple_form.en.yml (Kabyle)
[ci skip]

* New translations doorkeeper.en.yml (Kabyle)
[ci skip]

* New translations devise.en.yml (Kabyle)
[ci skip]

* i18n-tasks normalize

* yarn manage:translations

6 years agoBump httplog from 1.4.0 to 1.4.1. (#13051)
mayaeh [Sat, 8 Feb 2020 20:39:44 +0000 (05:39 +0900)]
Bump httplog from 1.4.0 to 1.4.1. (#13051)

httplog 1.4.0 is yanked.

6 years agoFix rendering `<a>` without `href` when scheme unsupported (#13040)
Eugen Rochko [Sat, 8 Feb 2020 20:22:38 +0000 (21:22 +0100)]
Fix rendering `<a>` without `href` when scheme unsupported (#13040)

- Disallow links with relative paths
- Disallow iframes with non-http protocols and relative paths

Close #13037

6 years agoFix unfiltered params error when generating ActivityPub tag pagination (#13049)
Eugen Rochko [Sat, 8 Feb 2020 16:29:40 +0000 (17:29 +0100)]
Fix unfiltered params error when generating ActivityPub tag pagination (#13049)

6 years agoFix malformed HTML causing uncaught error (#13042)
Eugen Rochko [Fri, 7 Feb 2020 14:24:22 +0000 (15:24 +0100)]
Fix malformed HTML causing uncaught error (#13042)

Fix OEmbed preview API leaking existence of private statuses (see #12930)

6 years agoFix native share button not being displayed for unlisted toots (#13045)
ThibG [Fri, 7 Feb 2020 12:21:25 +0000 (13:21 +0100)]
Fix native share button not being displayed for unlisted toots (#13045)

6 years agoFix typo in about page (#13038)
ThibG [Mon, 3 Feb 2020 22:29:42 +0000 (23:29 +0100)]
Fix typo in about page (#13038)

6 years agoFix punycode being returned in some entities instead of unicode in REST API (#13035)
Eugen Rochko [Mon, 3 Feb 2020 20:16:37 +0000 (21:16 +0100)]
Fix punycode being returned in some entities instead of unicode in REST API (#13035)

6 years agoFix remote convertible media attachments not being saved (#13032)
Eugen Rochko [Mon, 3 Feb 2020 17:45:56 +0000 (18:45 +0100)]
Fix remote convertible media attachments not being saved (#13032)

Because the file name was set after loading the file, Paperclip
was flagging the differing file extension as content type spoofing

Fix #12938

6 years agoFix punycode being rendered instead of unicode in some places (#13030)
Eugen Rochko [Mon, 3 Feb 2020 17:44:54 +0000 (18:44 +0100)]
Fix punycode being rendered instead of unicode in some places (#13030)

6 years agoFix dates (without time) being rendered as datetimes in public pages (#13034)
ThibG [Mon, 3 Feb 2020 16:48:56 +0000 (17:48 +0100)]
Fix dates (without time) being rendered as datetimes in public pages (#13034)

6 years agoChange signature verification to ignore signatures with invalid host (#13033)
Eugen Rochko [Mon, 3 Feb 2020 16:48:23 +0000 (17:48 +0100)]
Change signature verification to ignore signatures with invalid host (#13033)

Instead of returning a signature verification error, pretend there
was no signature (i.e., this does not allow access to resources that
need a valid signature), so public resources can still be fetched

Fix #13011

6 years agoNew Crowdin translations (#12953)
Eugen Rochko [Mon, 3 Feb 2020 14:52:20 +0000 (15:52 +0100)]
New Crowdin translations (#12953)

* New translations en.json (Romanian)
[ci skip]

* New translations en.json (Russian)
[ci skip]

* New translations en.json (Persian)
[ci skip]

* New translations en.json (Serbian (Cyrillic))
[ci skip]

* New translations en.json (Serbian (Latin))
[ci skip]

* New translations en.json (Slovenian)
[ci skip]

* New translations en.json (Lithuanian)
[ci skip]

* New translations en.json (Macedonian)
[ci skip]

* New translations en.json (Malay)
[ci skip]

* New translations en.json (Marathi)
[ci skip]

* New translations en.json (Norwegian)
[ci skip]

* New translations en.json (Occitan)
[ci skip]

* New translations en.json (Estonian)
[ci skip]

* New translations en.json (Portuguese)
[ci skip]

* New translations en.yml (Portuguese, Brazilian)
[ci skip]

* New translations en.json (Malayalam)
[ci skip]

* New translations en.json (Icelandic)
[ci skip]

* New translations en.json (Kabyle)
[ci skip]

* New translations en.json (German)
[ci skip]

* New translations en.json (Arabic)
[ci skip]

* New translations en.json (Breton)
[ci skip]

* New translations en.json (Indonesian)
[ci skip]

* New translations en.json (Slovak)
[ci skip]

* New translations en.json (Norwegian Nynorsk)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.json (Dutch)
[ci skip]

* New translations en.json (Corsican)
[ci skip]

* New translations en.json (Chinese Traditional)
[ci skip]

* New translations en.json (Chinese Traditional, Hong Kong)
[ci skip]

* New translations en.json (Bulgarian)
[ci skip]

* New translations en.json (Croatian)
[ci skip]

* New translations en.json (Czech)
[ci skip]

* New translations en.json (Danish)
[ci skip]

* New translations en.json (Esperanto)
[ci skip]

* New translations en.json (Catalan)
[ci skip]

* New translations en.json (Albanian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations en.json (Basque)
[ci skip]

* New translations en.json (Welsh)
[ci skip]

* New translations en.json (Ukrainian)
[ci skip]

* New translations en.json (Telugu)
[ci skip]

* New translations en.json (Turkish)
[ci skip]

* New translations en.json (Urdu (Pakistan))
[ci skip]

* New translations en.json (Tamil)
[ci skip]

* New translations en.json (Vietnamese)
[ci skip]

* New translations en.json (Thai)
[ci skip]

* New translations en.json (Spanish)
[ci skip]

* New translations en.json (Spanish, Argentina)
[ci skip]

* New translations en.json (Swedish)
[ci skip]

* New translations en.yml (Galician)
[ci skip]

* New translations en.json (German)
[ci skip]

* New translations en.json (Portuguese)
[ci skip]

* New translations en.json (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.json (French)
[ci skip]

* New translations en.json (Galician)
[ci skip]

* New translations en.json (Persian)
[ci skip]

* New translations en.json (Russian)
[ci skip]

* New translations en.yml (Galician)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.json (Turkish)
[ci skip]

* New translations en.yml (Galician)
[ci skip]

* New translations en.json (German)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.json (Spanish)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations simple_form.en.yml (Kabyle)
[ci skip]

* New translations doorkeeper.en.yml (Kabyle)
[ci skip]

* New translations en.yml (Galician)
[ci skip]

* New translations en.json (Greek)
[ci skip]

* New translations en.yml (Greek)
[ci skip]

* New translations en.json (Korean)
[ci skip]

* New translations en.yml (Greek)
[ci skip]

* New translations en.json (Norwegian)
[ci skip]

* New translations doorkeeper.en.yml (Norwegian)
[ci skip]

* New translations en.json (Basque)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations simple_form.en.yml (Basque)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations en.json (Occitan)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations doorkeeper.en.yml (Occitan)
[ci skip]

* New translations en.yml (Norwegian)
[ci skip]

* New translations en.yml (Norwegian)
[ci skip]

* New translations en.yml (Norwegian)
[ci skip]

* New translations en.json (Japanese)
[ci skip]

* New translations en.yml (Norwegian)
[ci skip]

* New translations en.json (Corsican)
[ci skip]

* New translations en.json (Indonesian)
[ci skip]

* New translations en.json (Catalan)
[ci skip]

* New translations en.yml (Tamil)
[ci skip]

* New translations en.json (Tamil)
[ci skip]

* New translations en.json (Kazakh)
[ci skip]

* New translations devise.en.yml (Tamil)
[ci skip]

* New translations en.json (Hungarian)
[ci skip]

* New translations en.json (Kabyle)
[ci skip]

* New translations en.json (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations simple_form.en.yml (Portuguese, Brazilian)
[ci skip]

* New translations en.json (Finnish)
[ci skip]

* New translations en.json (Finnish)
[ci skip]

* New translations simple_form.en.yml (Finnish)
[ci skip]

* New translations en.json (Spanish, Argentina)
[ci skip]

* New translations en.json (Portuguese, Brazilian)
[ci skip]

* New translations en.yml (Norwegian Nynorsk)
[ci skip]

* New translations doorkeeper.en.yml (Norwegian Nynorsk)
[ci skip]

* New translations en.json (Norwegian Nynorsk)
[ci skip]

* New translations en.yml (Persian)
[ci skip]

* New translations en.yml (Portuguese)
[ci skip]

* New translations en.yml (Russian)
[ci skip]

* New translations en.yml (Galician)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Catalan)
[ci skip]

* New translations en.yml (German)
[ci skip]

* New translations en.yml (Corsican)
[ci skip]

* New translations en.json (Esperanto)
[ci skip]

* New translations en.yml (Esperanto)
[ci skip]

* New translations en.yml (Esperanto)
[ci skip]

* New translations en.json (Icelandic)
[ci skip]

* New translations en.yml (Icelandic)
[ci skip]

* New translations en.yml (Esperanto)
[ci skip]

* New translations simple_form.en.yml (Esperanto)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]

* New translations en.yml (Portuguese, Brazilian)
[ci skip]

* New translations en.json (Dutch)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations en.yml (Esperanto)
[ci skip]

* New translations en.yml (French)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations en.yml (Hungarian)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.json (Turkish)
[ci skip]

* New translations en.yml (Turkish)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations en.json (Estonian)
[ci skip]

* New translations en.yml (Estonian)
[ci skip]

* New translations doorkeeper.en.yml (Dutch)
[ci skip]

* New translations simple_form.en.yml (Dutch)
[ci skip]

* New translations en.yml (Estonian)
[ci skip]

* New translations simple_form.en.yml (Dutch)
[ci skip]

* New translations simple_form.en.yml (Estonian)
[ci skip]

* New translations simple_form.en.yml (Dutch)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations en.yml (Korean)
[ci skip]

* New translations en.yml (Greek)
[ci skip]

* New translations en.json (Dutch)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations simple_form.en.yml (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations doorkeeper.en.yml (Asturian)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations doorkeeper.en.yml (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations en.yml (Kazakh)
[ci skip]

* New translations en.yml (Tamil)
[ci skip]

* New translations devise.en.yml (Tamil)
[ci skip]

* New translations devise.en.yml (Tamil)
[ci skip]

* New translations devise.en.yml (Tamil)
[ci skip]

* New translations en.json (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.json (Thai)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations devise.en.yml (Tamil)
[ci skip]

* New translations devise.en.yml (Tamil)
[ci skip]

* New translations devise.en.yml (Tamil)
[ci skip]

* New translations devise.en.yml (Tamil)
[ci skip]

* New translations devise.en.yml (Tamil)
[ci skip]

* New translations devise.en.yml (Tamil)
[ci skip]

* New translations en.json (Persian)
[ci skip]

* New translations devise.en.yml (Persian)
[ci skip]

* New translations devise.en.yml (Persian)
[ci skip]

* New translations en.yml (Esperanto)
[ci skip]

* New translations en.json (Korean)
[ci skip]

* New translations en.yml (Korean)
[ci skip]

* New translations simple_form.en.yml (Korean)
[ci skip]

* New translations en.json (Ukrainian)
[ci skip]

* New translations en.yml (Ukrainian)
[ci skip]

* New translations devise.en.yml (Tamil)
[ci skip]

* New translations devise.en.yml (Tamil)
[ci skip]

* New translations simple_form.en.yml (Dutch)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations simple_form.en.yml (Dutch)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations simple_form.en.yml (Thai)
[ci skip]

* New translations devise.en.yml (Tamil)
[ci skip]

* New translations devise.en.yml (Tamil)
[ci skip]

* New translations en.json (Tamil)
[ci skip]

* New translations en.json (Tamil)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations en.json (Occitan)
[ci skip]

* New translations simple_form.en.yml (Occitan)
[ci skip]

* New translations simple_form.en.yml (Occitan)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.json (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations doorkeeper.en.yml (Kabyle)
[ci skip]

* New translations en.yml (Kabyle)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations simple_form.en.yml (Occitan)
[ci skip]

* New translations en.yml (Greek)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations devise.en.yml (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations en.yml (Greek)
[ci skip]

* New translations en.yml (Italian)
[ci skip]

* New translations en.yml (Italian)
[ci skip]

* New translations en.json (Italian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* i18n-tasks normalize

* yarn manage:translations

6 years agoDon't display toggle reveal button in video modal when full screen (#13026)
fuyu [Mon, 3 Feb 2020 11:26:00 +0000 (20:26 +0900)]
Don't display toggle reveal button in video modal when full screen (#13026)

6 years agoChange how unread announcements are handled (#13020)
ThibG [Mon, 3 Feb 2020 00:53:09 +0000 (01:53 +0100)]
Change how unread announcements are handled (#13020)

* Change meaning of /api/v1/announcements/:id/dismiss to mark an announcement as read

* Change how unread announcements are counted in UI

* Add unread marker to announcements and mark announcements as unread as they are displayed

* Fixups

6 years agoSearch account domain in lowercase (#13016)
abcang [Sat, 1 Feb 2020 14:42:24 +0000 (23:42 +0900)]
Search account domain in lowercase (#13016)

* Search account domain in lowercase

* fix rubocop error

* fix spec/models/account_spec.rb

6 years agoFix error when sending moderation notification (#13014)
Renato "Lond" Cerqueira [Sat, 1 Feb 2020 14:42:12 +0000 (15:42 +0100)]
Fix error when sending moderation notification (#13014)

Since the statuses helper is not loaded, the rtl helper cannot be found
and the email cannot be sent.