Commit Graph

57718 Commits

Author SHA1 Message Date
Joas Schilling 128df0c2f8
Fix populating the array and closing the cursors
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-01 09:17:31 +02:00
Simounet fc8bd0be43 Fix Oracle query limit compliance in Comments
Signed-off-by: Simounet <contact@simounet.net>
2021-05-28 11:27:22 +00:00
John Molakvoæ 631a3882d3
Merge pull request #27184 from nextcloud/dependabot/npm_and_yarn/stable21/various 2021-05-28 08:08:25 +02:00
Nextcloud bot a4cfd9ce20
[tx-robot] updated from transifex 2021-05-28 02:27:32 +00:00
John Molakvoæ (skjnldsv) 0120d3d6d8
Npm build
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-05-27 10:50:01 +02:00
dependabot[bot] 1fbceb254f
Bump @babel/plugin-proposal-class-properties from 7.12.1 to 7.12.13
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.12.1 to 7.12.13.
- [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.12.13/packages/babel-plugin-proposal-class-properties)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 10:43:03 +02:00
dependabot[bot] 2b6d0efeb5
Bump @nextcloud/capabilities from 1.0.2 to 1.0.4
Bumps [@nextcloud/capabilities](https://github.com/nextcloud/nextcloud-capabilities) from 1.0.2 to 1.0.4.
- [Release notes](https://github.com/nextcloud/nextcloud-capabilities/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-capabilities/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-capabilities/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 10:42:55 +02:00
dependabot[bot] 5f2e440cc6
Bump dompurify from 2.2.6 to 2.2.8
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.6 to 2.2.8.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.2.6...2.2.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 10:42:47 +02:00
dependabot[bot] f8734549f0
Bump autosize from 4.0.2 to 4.0.4
Bumps [autosize](https://github.com/jackmoore/autosize) from 4.0.2 to 4.0.4.
- [Release notes](https://github.com/jackmoore/autosize/releases)
- [Changelog](https://github.com/jackmoore/autosize/blob/master/changelog.md)
- [Commits](https://github.com/jackmoore/autosize/compare/4.0.2...4.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 10:42:34 +02:00
dependabot[bot] 6cad27bdf3
Bump css-vars-ponyfill from 2.4.2 to 2.4.5
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.4.2 to 2.4.5.
- [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases)
- [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v2.4.2...v2.4.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 08:15:42 +00:00
Nextcloud bot aaf7250fc6
[tx-robot] updated from transifex 2021-05-27 02:28:07 +00:00
kesselb e8f6d288ef
Merge pull request #27121 from nextcloud/backport/27117/stable21
[stable21] Add DB exception '@throws' tag to QBMapper PHPDoc
2021-05-26 20:35:19 +02:00
Morris Jobke afd58bd4bc
Merge pull request #27124 from nextcloud/backport/26282/stable21
[stable21] improve type handling of Avatar::generateAvatarFromSvg
2021-05-26 20:32:36 +02:00
Robin Appelman 5bb0370994 improve type handling of Avatar::generateAvatarFromSv
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-05-26 17:11:42 +00:00
Morris Jobke 0a246be33f
Merge pull request #27109 from nextcloud/backport/26466/stable21
[stable21] Move remnants of ocs api requests to v2 endpoint
2021-05-26 18:13:25 +02:00
Anna Larch 60481a742e Add DB exception throws tag to QBMapper PHPDoc
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-05-26 15:13:52 +00:00
John Molakvoæ (skjnldsv) c2c3856fab Move remnants of ocs api requests to v2 endpoint
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-05-26 07:14:57 +00:00
Nextcloud bot 98cbf8aca3
[tx-robot] updated from transifex 2021-05-26 02:28:42 +00:00
Morris Jobke 6814ac03c1
Merge pull request #27097 from nextcloud/backport/27040/stable21
[stable21] Avoid reading ~/.aws/config when using S3 provider
2021-05-25 16:31:29 +02:00
Florent ede67149ea Avoid reading ~/.aws/config when using S3 provider
When using S3 storage, we sometimes have open_basedir errors due to aws-sdk-php trying to read ~/.aws/config which is out of open_basedir restrictions.
Christoph Wurst already added csm=false config in #21406 but it wasn't enough, we also need to set use_arn_region=false, added in this commit.

Signed-off-by: Florent <florent@coppint.com>
2021-05-25 08:59:03 +00:00
Nextcloud bot 885b0b3dbf
[tx-robot] updated from transifex 2021-05-25 02:27:32 +00:00
Nextcloud bot b552ac6356
[tx-robot] updated from transifex 2021-05-24 02:26:42 +00:00
Nextcloud bot 395ad7a96a
[tx-robot] updated from transifex 2021-05-23 02:26:00 +00:00
Nextcloud bot dd54f7f52b
[tx-robot] updated from transifex 2021-05-22 02:27:27 +00:00
blizzz fb1362ee30
Merge pull request #27058 from nextcloud/backport/27032/stable21
[stable21] Fix filesize error on log rotation, if file does not exist
2021-05-21 14:50:04 +02:00
dartcafe 36acbd9efb typo
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-21 09:42:31 +00:00
dartcafe 6e499ef0b2 fix #25813
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-21 09:42:31 +00:00
Nextcloud bot b13dbbb9d7
[tx-robot] updated from transifex 2021-05-21 02:28:08 +00:00
Nextcloud bot 48c7be075e
[tx-robot] updated from transifex 2021-05-20 02:28:10 +00:00
dependabot-preview[bot] 739bbc27c0
Merge pull request #26905 from nextcloud/dependabot/npm_and_yarn/stable21/handlebars-4.7.7 2021-05-19 08:32:14 +00:00
Roeland Jago Douma 3306c2fb35
Merge pull request #27021 from nextcloud/backport/26963/stable21
[stable21] Fix log error when creating files from an empty template
2021-05-19 10:28:38 +02:00
dependabot-preview[bot] 9037a76efd [Security] Bump handlebars from 4.7.6 to 4.7.7
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. **This update includes a security fix.**
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-05-19 07:23:28 +00:00
Julius Härtl 80cda3b174 Fix log error when creating files from an empty template
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-05-19 07:03:27 +00:00
Roeland Jago Douma 51e279918f
Merge pull request #27012 from nextcloud/backport/27000/stable21
[stable21] Harden apptoken check
2021-05-19 08:41:06 +02:00
Nextcloud bot f5e5b07d05
[tx-robot] updated from transifex 2021-05-19 02:31:48 +00:00
Roeland Jago Douma e3090136b8 Harden apptoken check
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-05-18 12:39:43 +00:00
Morris Jobke c6af693dac
Merge pull request #26999 from nextcloud/backport/26946/stable21
[stable21] Respect default share permissions for federated reshares
2021-05-18 08:26:40 +02:00
Roeland Jago Douma 7ca8fd43a6 Respect default share permissions for federated reshares
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-05-17 10:03:53 +00:00
Nextcloud bot 1b7b7f077f
[tx-robot] updated from transifex 2021-05-17 02:26:48 +00:00
Nextcloud bot c27540accf
[tx-robot] updated from transifex 2021-05-16 02:26:56 +00:00
Nextcloud bot 6321d82522
[tx-robot] updated from transifex 2021-05-15 02:29:32 +00:00
kesselb 1f16f66550
Merge pull request #26964 from nextcloud/backport/26292/stable21
[stable21] ignore readonly flag for directories
2021-05-14 22:32:04 +02:00
kesselb 959c9e30cb
Merge pull request #26952 from nextcloud/backport/26949/stable21
[stable21] fix occ command user:add-app-password
2021-05-14 11:13:18 +02:00
Roeland Jago Douma dd6e1cf4fb
Merge pull request #26972 from nextcloud/backport/26958/stable21
[stable21] Throttle MountPublicLinkController when share is not found
2021-05-14 10:55:36 +02:00
Nextcloud bot df233efab9
[tx-robot] updated from transifex 2021-05-14 02:25:11 +00:00
Roeland Jago Douma 1ed66f2ac1 Throttle MountPublicLinkController when share is not found
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-05-12 19:29:07 +00:00
Robin Appelman 2fe8c42a97 ignore readonly flag for directories
see http://support.microsoft.com/kb/326549

Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-05-12 16:26:32 +00:00
Roeland Jago Douma 1dd4f0efc0
Merge pull request #26955 from nextcloud/backport/26945/stable21
[stable21] Add bruteforce protection to the shareinfo endpoint
2021-05-12 14:13:12 +02:00
Roeland Jago Douma 6bc2d6d68e Add bruteforce protection to the shareinfo endpoint
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-05-12 08:09:14 +00:00
Roeland Jago Douma dd014059d7
Merge pull request #26879 from nextcloud/backport/26878/stable21
[stable21] Don't break OCC if an app is breaking in it's Application class
2021-05-12 09:40:01 +02:00