Commit graph

58943 commits

Author SHA1 Message Date
dependabot[bot]
eceef4c747
Merge pull request #27627 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.14.7 2021-06-23 12:03:45 +00:00
dependabot[bot]
65164ceb2f
Bump @babel/preset-env from 7.14.5 to 7.14.7
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.5 to 7.14.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.14.7/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-23 09:52:09 +00:00
Julius Härtl
3eee6e98ab
Merge pull request #27611 from nextcloud/dependabot/npm_and_yarn/query-string-7.0.1
Bump query-string from 5.1.1 to 7.0.1
2021-06-23 11:36:11 +02:00
blizzz
6c65c9c44d
Merge pull request #27561 from nextcloud/dav-search-offset
allow setting offset for dav search queries not limited to the users home storage
2021-06-23 11:27:41 +02:00
blizzz
ee7a484284
Merge pull request #26346 from J0WI/clean-auth-regex
Cleaner removePassword regex
2021-06-23 11:20:19 +02:00
blizzz
c6d5653a85
Merge pull request #26323 from J0WI/crypt-const
Use constant for supported formats
2021-06-23 11:17:05 +02:00
dependabot[bot]
8cd739105b
Bump query-string from 5.1.1 to 7.0.1
Bumps [query-string](https://github.com/sindresorhus/query-string) from 5.1.1 to 7.0.1.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v5.1.1...v7.0.1)

---
updated-dependencies:
- dependency-name: query-string
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-23 09:36:31 +02:00
Joas Schilling
092ff40f15
Merge pull request #27610 from nextcloud/add-throttling-to-public-auth
Throttle on public DAV endpoint
2021-06-23 09:34:48 +02:00
Julius Härtl
35fe1dfebe
Merge pull request #27567 from nextcloud/dependabot/npm_and_yarn/build/karma-6.3.4
Bump karma from 5.2.3 to 6.3.4 in /build
2021-06-23 09:02:30 +02:00
dependabot[bot]
cc79131e90
Bump karma from 5.2.3 to 6.3.4 in /build
Bumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.3.4.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v5.2.3...v6.3.4)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-23 08:18:02 +02:00
Julius Härtl
e065324e9b
Merge pull request #27383 from nextcloud/dependabot/npm_and_yarn/build/puppeteer-10.0.0
Bump puppeteer from 5.5.0 to 10.0.0 in /build
2021-06-23 08:15:33 +02:00
Nextcloud bot
1977114f01
[tx-robot] updated from transifex 2021-06-23 02:26:18 +00:00
Pytal
d517b0f5b0
Merge pull request #27604 from nextcloud/bugfix/24918
Proper opacity on multiselect actions in files
2021-06-22 16:07:04 -07:00
Pytal
85c913ad6f
Merge pull request #27609 from nextcloud/dependabot/composer/aws/aws-sdk-php-3.184.6
Bump aws/aws-sdk-php from 3.184.2 to 3.184.6
2021-06-22 16:00:48 -07:00
dependabot[bot]
dfff67e21b
Bump puppeteer from 5.5.0 to 10.0.0 in /build
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 5.5.0 to 10.0.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v5.5.0...v10.0.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-22 19:23:45 +00:00
Lukas Reschke
4627fe4bc1 Reference correct private variable
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-22 20:41:38 +02:00
Robin Appelman
a317f0ff02
allow setting offset for queries not limited to the users home storage
multi-storage offset is cheap (enough) now

Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-06-22 20:38:14 +02:00
Julius Härtl
6a3b94491b
Merge pull request #27555 from nextcloud/dependabot/npm_and_yarn/sass-1.35.1
Bump sass from 1.34.1 to 1.35.1
2021-06-22 20:01:15 +02:00
Lukas Reschke
d6a2f00bef Throttle on public DAV endpoint
We should throttle whenever an invalid request is sent to the public WebDAV endpoint.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-22 19:54:13 +02:00
Christoph Wurst
b90dd8c120
Bump aws/aws-sdk-php from 3.184.2 to 3.184.6
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-22 19:43:17 +02:00
Julius Härtl
2c7a1c8609
Proper opacity on multiselect actions in files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-22 19:02:06 +02:00
Lukas Reschke
1c8f5cbc82
Merge pull request #27595 from nextcloud/enh/25174/hide-hyphen-if-slogan-is-empty
mail-template - don't show hyphen if slogan is empty
2021-06-22 17:53:15 +02:00
szaimen
a5bcfbe058 fix NewUserMailHelperTest
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-06-22 17:12:34 +02:00
szaimen
2cb85546fe fix NewUserMailHelperTest
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-06-22 17:01:23 +02:00
szaimen
858f578f84 mail-template - don't show hyphen if slogan is empty
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-06-22 13:43:12 +02:00
Lukas Reschke
6d129e5f79
Merge pull request #27593 from nextcloud/dependabot/composer/giggsey/libphonenumber-for-php-8.12.25
Bump giggsey/libphonenumber-for-php from 8.12.24 to 8.12.25
2021-06-22 11:50:16 +02:00
Lukas Reschke
d1001f7fd7
Merge pull request #27566 from nextcloud/fix/device-login-styles
Update Login with device page styles
2021-06-22 11:48:58 +02:00
Christoph Wurst
ad65f24cf4
Bump giggsey/libphonenumber-for-php from 8.12.24 to 8.12.25
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-22 09:27:07 +02:00
kesselb
b518d9ec67
Merge pull request #27590 from nextcloud/dependabot/composer/swiftmailer/swiftmailer-6.2.7
Bump swiftmailer/swiftmailer from 6.2.5 to 6.2.7
2021-06-22 09:16:21 +02:00
Nextcloud bot
25b4f11fd5
[tx-robot] updated from transifex 2021-06-22 02:26:59 +00:00
Pytal
afe1ea6140
Merge pull request #27283 from nextcloud/Valdnet-patch-1
l10n: Spelling unification
2021-06-21 17:01:19 -07:00
Valdnet
52e0c65036 l10n: Spelling unification
Spelling unification in Transifex.

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-06-21 22:45:54 +00:00
Valdnet
64ad2eb83d l10n: Spelling unification
Spelling unification in Transifex.

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-06-21 22:44:56 +00:00
Valdnet
898e87ac64 l10n: Spelling unification
Spelling unification in Transifex.

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-06-21 22:44:56 +00:00
Christopher Ng
08d59bbb03 Update login with device page styles
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-06-21 22:40:36 +00:00
Christoph Wurst
b8d2b2a0da
Bump swiftmailer/swiftmailer from 6.2.5 to 6.2.7
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-21 19:28:06 +02:00
Christoph Wurst
9522cbcc92
Merge pull request #27587 from nextcloud/dependabot/composer/icewind/streams-0.7.5
Bump icewind/streams from 0.7.4 to 0.7.5
2021-06-21 19:04:26 +02:00
dependabot-preview[bot]
5aecb77f54
Merge pull request #27581 from nextcloud/dependabot/composer/vimeo/psalm-4.8.1 2021-06-21 15:16:02 +00:00
Louis Chemineau
3f6d3dc307 Fix typing error in AppFetcher.php
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-06-21 16:31:24 +02:00
Christoph Wurst
18edb9ed34
Bump icewind/streams from 0.7.4 to 0.7.5
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-21 15:56:43 +02:00
Louis Chemineau
f0876a9e9d Update Autoloader
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-06-21 15:54:51 +02:00
Louis Chemineau
451af424e9 Update baseline again
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-06-21 14:52:47 +02:00
Julius Härtl
2e38eaa53b
Merge pull request #27585 from nextcloud/dependabot/composer/phpseclib/phpseclib-2.0.32
Bump phpseclib/phpseclib from 2.0.31 to 2.0.3
2021-06-21 14:38:16 +02:00
Louis Chemineau
f40150b758 Fix typing error
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-06-21 14:14:37 +02:00
Christoph Wurst
85e1acc439
Bump phpseclib/phpseclib from 2.0.31 to 2.0.3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-21 10:58:46 +02:00
Julius Härtl
0bf4e1e840
Update baseline
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-21 09:11:30 +02:00
dependabot-preview[bot]
f9e85fbb9b
Bump vimeo/psalm from 4.7.2 to 4.8.1
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.7.2 to 4.8.1.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/4.7.2...4.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-21 08:39:29 +02:00
dependabot-preview[bot]
1776b41ca8
Merge pull request #27573 from nextcloud/dependabot/npm_and_yarn/vue-material-design-icons-4.12.1 2021-06-21 06:15:25 +00:00
dependabot-preview[bot]
75f1df4fd0 Bump vue-material-design-icons from 4.11.0 to 4.12.1
Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons) from 4.11.0 to 4.12.1.
- [Release notes](https://github.com/robcresswell/vue-material-design-icons/releases)
- [Changelog](https://github.com/robcresswell/vue-material-design-icons/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/robcresswell/vue-material-design-icons/compare/4.11.0...4.12.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-06-21 05:43:41 +00:00
Nextcloud bot
160d0c5161
[tx-robot] updated from transifex 2021-06-21 02:26:40 +00:00