]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoTrigger click event when scrollTo is set 27102/head
Louis Chemineau [Wed, 26 May 2021 16:21:30 +0000 (18:21 +0200)]
Trigger click event when scrollTo is set

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years agoMerge pull request #27436 from nextcloud/techdebt/noid/all-apps-to-get-photos-from...
John Molakvoæ [Wed, 9 Jun 2021 12:24:49 +0000 (14:24 +0200)]
Merge pull request #27436 from nextcloud/techdebt/noid/all-apps-to-get-photos-from-vobjects-too

Allow apps to get photos of VObjects

3 years agoMerge pull request #27410 from nextcloud/dependachristoph/composer/symfony-4.4.25
Christoph Wurst [Wed, 9 Jun 2021 12:14:36 +0000 (14:14 +0200)]
Merge pull request #27410 from nextcloud/dependachristoph/composer/symfony-4.4.25

Bump Symfony from 4.4.19 to 4.4.25

3 years agoMerge pull request #27387 from nextcloud/dependabot/npm_and_yarn/sass-1.34.1
John Molakvoæ [Wed, 9 Jun 2021 12:14:05 +0000 (14:14 +0200)]
Merge pull request #27387 from nextcloud/dependabot/npm_and_yarn/sass-1.34.1

Bump sass from 1.34.0 to 1.34.1

3 years agoConvert command option defaults to strings 27410/head
Christoph Wurst [Wed, 9 Jun 2021 11:25:31 +0000 (13:25 +0200)]
Convert command option defaults to strings

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoBump Symfony from 4.4.19 to 4.4.25
Christoph Wurst [Mon, 7 Jun 2021 06:47:46 +0000 (08:47 +0200)]
Bump Symfony from 4.4.19 to 4.4.25

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoAllow apps to get photos of VObjects 27436/head
Joas Schilling [Wed, 9 Jun 2021 08:51:09 +0000 (10:51 +0200)]
Allow apps to get photos of VObjects

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #27429 from nextcloud/bug/26085/wrong-data-add-order-by
Christoph Wurst [Wed, 9 Jun 2021 07:12:03 +0000 (09:12 +0200)]
Merge pull request #27429 from nextcloud/bug/26085/wrong-data-add-order-by

Don't pass a column object to addOrderBy

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 9 Jun 2021 02:26:15 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27419 from nextcloud/dependabot/npm_and_yarn/webpack-merge-5.8.0
dependabot[bot] [Tue, 8 Jun 2021 22:55:38 +0000 (22:55 +0000)]
Merge pull request #27419 from nextcloud/dependabot/npm_and_yarn/webpack-merge-5.8.0

3 years agoBump webpack-merge from 5.7.3 to 5.8.0 27419/head
dependabot[bot] [Tue, 8 Jun 2021 22:21:53 +0000 (22:21 +0000)]
Bump webpack-merge from 5.7.3 to 5.8.0

Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 5.7.3 to 5.8.0.
- [Release notes](https://github.com/survivejs/webpack-merge/releases)
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.7.3...v5.8.0)

---
updated-dependencies:
- dependency-name: webpack-merge
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #27282 from nextcloud/dependabot/npm_and_yarn/babel/preset-env...
dependabot[bot] [Tue, 8 Jun 2021 20:47:26 +0000 (20:47 +0000)]
Merge pull request #27282 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.14.4

3 years agoBump @babel/preset-env from 7.13.15 to 7.14.4 27282/head
dependabot[bot] [Tue, 8 Jun 2021 20:13:48 +0000 (20:13 +0000)]
Bump @babel/preset-env from 7.13.15 to 7.14.4

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.15 to 7.14.4.
- [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.4/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #27414 from francoisfreitag/test-at-2
kesselb [Tue, 8 Jun 2021 20:07:16 +0000 (22:07 +0200)]
Merge pull request #27414 from francoisfreitag/test-at-2

Rewrite LegacyHelperTest without $this->at()

3 years agoFix #26085 27429/head
Daniel Kesselberg [Tue, 8 Jun 2021 14:30:44 +0000 (16:30 +0200)]
Fix #26085

addOrderBy expects a order expression. For the migration scenario we have column objects. Column objects are not supported by quoteColumnName yet.

A column object as order expression is most likely an edgy thing when migration database information.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoMerge pull request #27306 from nextcloud/enh/noid/set-local-domain-for-swiftmailer
Christoph Wurst [Tue, 8 Jun 2021 13:43:39 +0000 (15:43 +0200)]
Merge pull request #27306 from nextcloud/enh/noid/set-local-domain-for-swiftmailer

Set local domain for swiftmailer

3 years agoMerge pull request #27189 from nextcloud/feat/26866/account-collection-properties
blizzz [Tue, 8 Jun 2021 12:25:18 +0000 (14:25 +0200)]
Merge pull request #27189 from nextcloud/feat/26866/account-collection-properties

Extend Accounts with multivalue properties (PropertyCollection)

3 years agoMerge pull request #27420 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
kesselb [Tue, 8 Jun 2021 08:05:20 +0000 (10:05 +0200)]
Merge pull request #27420 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoUpdate psalm baseline 27420/head
Nextcloud-PR-Bot [Tue, 8 Jun 2021 04:27:41 +0000 (04:27 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 8 Jun 2021 02:26:20 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27418 from nextcloud/dependabot/npm_and_yarn/build/glob-parent...
dependabot[bot] [Mon, 7 Jun 2021 23:48:05 +0000 (23:48 +0000)]
Merge pull request #27418 from nextcloud/dependabot/npm_and_yarn/build/glob-parent-5.1.2

3 years agoBump glob-parent from 5.1.1 to 5.1.2 in /build 27418/head
dependabot[bot] [Mon, 7 Jun 2021 23:09:12 +0000 (23:09 +0000)]
Bump glob-parent from 5.1.1 to 5.1.2 in /build

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #27417 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.7.2
dependabot[bot] [Mon, 7 Jun 2021 23:08:08 +0000 (23:08 +0000)]
Merge pull request #27417 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.7.2

3 years agoBump webpack-cli from 4.7.0 to 4.7.2 27417/head
dependabot[bot] [Mon, 7 Jun 2021 21:43:54 +0000 (21:43 +0000)]
Bump webpack-cli from 4.7.0 to 4.7.2

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.7.0 to 4.7.2.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.0...webpack-cli@4.7.2)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoCI: more flexible assertions 27189/head
Arthur Schiwon [Mon, 7 Jun 2021 21:41:04 +0000 (23:41 +0200)]
CI: more flexible assertions

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoMerge pull request #27123 from nextcloud/feature/emit_sidebar_events
Morris Jobke [Mon, 7 Jun 2021 21:33:48 +0000 (23:33 +0200)]
Merge pull request #27123 from nextcloud/feature/emit_sidebar_events

Emit Sidebar events on nextcloud-bus

3 years agoMerge pull request #26494 from rigrig/fix-php8-deprecations
Morris Jobke [Mon, 7 Jun 2021 21:30:59 +0000 (23:30 +0200)]
Merge pull request #26494 from rigrig/fix-php8-deprecations

Fix some php 8 warnings

3 years agoRewrite LegacyHelperTest without $this->at() 27414/head
François Freitag [Mon, 31 May 2021 21:12:02 +0000 (23:12 +0200)]
Rewrite LegacyHelperTest without $this->at()

The at() matcher has been deprecated. It will be removed in PHPUnit 10.
Please refactor your test to not rely on the order in which methods are
invoked.

Signed-off-by: François Freitag <mail@franek.fr>
3 years agoEmit sidebar events 27123/head
Louis Chemineau [Wed, 26 May 2021 16:21:30 +0000 (18:21 +0200)]
Emit sidebar events

Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years agoMerge pull request #26397 from nextcloud/external-storage-login-ldap-public
blizzz [Mon, 7 Jun 2021 11:13:54 +0000 (13:13 +0200)]
Merge pull request #26397 from nextcloud/external-storage-login-ldap-public

allow using any ldap property as login name when using external storage login credentials

3 years agoMerge pull request #27375 from nextcloud/bugfix/noid/dont-update-offline-status
blizzz [Mon, 7 Jun 2021 10:12:33 +0000 (12:12 +0200)]
Merge pull request #27375 from nextcloud/bugfix/noid/dont-update-offline-status

Don't update statuses to offline again and again

3 years agoMerge pull request #27374 from nextcloud/bugfix/noid/adjust-unit-tests
Morris Jobke [Mon, 7 Jun 2021 09:12:22 +0000 (11:12 +0200)]
Merge pull request #27374 from nextcloud/bugfix/noid/adjust-unit-tests

Bugfix/noid/adjust unit tests

3 years agoCode style fixes 27374/head
Morris Jobke [Mon, 7 Jun 2021 08:31:14 +0000 (10:31 +0200)]
Code style fixes

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years agoDon't update statuses to offline again and again 27375/head
Joas Schilling [Fri, 4 Jun 2021 10:03:16 +0000 (12:03 +0200)]
Don't update statuses to offline again and again

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 7 Jun 2021 02:25:07 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 6 Jun 2021 02:26:01 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoBump sass from 1.34.0 to 1.34.1 27387/head
dependabot-preview[bot] [Sat, 5 Jun 2021 10:39:15 +0000 (10:39 +0000)]
Bump sass from 1.34.0 to 1.34.1

Bumps [sass](https://github.com/sass/dart-sass) from 1.34.0 to 1.34.1.
- [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.34.0...1.34.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoMerge pull request #27008 from francoisfreitag/no-jq-app-calendar
John Molakvoæ [Sat, 5 Jun 2021 10:36:30 +0000 (12:36 +0200)]
Merge pull request #27008 from francoisfreitag/no-jq-app-calendar

3 years agoPort dav calendar settings page to Vue.js 27008/head
François Freitag [Sun, 16 May 2021 15:56:50 +0000 (17:56 +0200)]
Port dav calendar settings page to Vue.js

- Drop reliance on deprecated global jQuery object.
- Allow testing user interactions.
- Use newer technology stack.

---

Test user interactions with the groupware dav settings

Add infrastructure to test Vue components:

- Use recommended libraries:

    - https://vuejs.org/v2/guide/testing.html#Recommendations
    - Use jest-dom for robust assertions on the DOM state
    - Use user-event to be more representative of user actions

- Code is transpiled by Jest, with the help of vue-jest.

Ignore test files for no-unpublished-import. Prevent ESLint from
flagging:

```
/home/runner/work/server/server/apps/dav/src/views/CalDavSettings.spec.js
Error:   1:24  error  "@testing-library/vue" is not published         node/no-unpublished-import
Error:   2:23  error  "@testing-library/user-event" is not published  node/no-unpublished-import
```

Signed-off-by: François Freitag <mail@franek.fr>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 5 Jun 2021 02:28:36 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27381 from nextcloud/fix/licenses
John Molakvoæ [Fri, 4 Jun 2021 21:12:23 +0000 (23:12 +0200)]
Merge pull request #27381 from nextcloud/fix/licenses

3 years agoBump AUTHORS 27381/head
John Molakvoæ (skjnldsv) [Fri, 4 Jun 2021 20:00:47 +0000 (22:00 +0200)]
Bump AUTHORS

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoUpdate php licenses
John Molakvoæ (skjnldsv) [Fri, 4 Jun 2021 19:52:51 +0000 (21:52 +0200)]
Update php licenses

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agopsalm happiness
Arthur Schiwon [Thu, 3 Jun 2021 19:55:57 +0000 (21:55 +0200)]
psalm happiness

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
psalm happiness

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoFix dispatcher handling in CalDavBackendTest
Joas Schilling [Fri, 4 Jun 2021 08:57:41 +0000 (10:57 +0200)]
Fix dispatcher handling in CalDavBackendTest

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoFix warnings about logException
Joas Schilling [Fri, 4 Jun 2021 08:57:09 +0000 (10:57 +0200)]
Fix warnings about logException

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 4 Jun 2021 02:28:13 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years agoadjust property type declaration
Arthur Schiwon [Thu, 3 Jun 2021 19:07:59 +0000 (21:07 +0200)]
adjust property type declaration

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agofix code style
Arthur Schiwon [Thu, 3 Jun 2021 18:54:25 +0000 (20:54 +0200)]
fix code style

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoallow interacting with IAccountPropertyCollections
Arthur Schiwon [Thu, 3 Jun 2021 17:53:18 +0000 (19:53 +0200)]
allow interacting with IAccountPropertyCollections

- in fact the API could be done in a nicer way and it might be possible to
  work without IAccountPropertyCollection, but only with the
  IAccountProperties.
- To keep it simple at first and not overengineer the blunt attempt is
  followed
- If necessary helpful in the further cause of development adjustements or
  extensions can be done quickly with this base

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoadd IAccountPropertyCollection with implementation
Arthur Schiwon [Wed, 26 May 2021 16:39:43 +0000 (18:39 +0200)]
add IAccountPropertyCollection with implementation

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoupdate unit tests
Arthur Schiwon [Mon, 17 May 2021 19:25:18 +0000 (21:25 +0200)]
update unit tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agodeal with property collections when fetching users (with update)
Arthur Schiwon [Mon, 17 May 2021 19:24:45 +0000 (21:24 +0200)]
deal with property collections when fetching users (with update)

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agorefactor validators and sanitizers
Arthur Schiwon [Mon, 17 May 2021 19:22:49 +0000 (21:22 +0200)]
refactor validators and sanitizers

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoextend AccountManager API with collection const
Arthur Schiwon [Fri, 7 May 2021 21:11:25 +0000 (23:11 +0200)]
extend AccountManager API with collection const

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoallow using any ldap property as login name when using external storage login credentials 26397/head
Robin Appelman [Mon, 4 Jan 2021 18:11:29 +0000 (19:11 +0100)]
allow using any ldap property as login name when using external storage login credentials

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoMerge pull request #27348 from nextcloud/enhancement/calendar-trashbin-retention...
Christoph Wurst [Thu, 3 Jun 2021 08:48:35 +0000 (10:48 +0200)]
Merge pull request #27348 from nextcloud/enhancement/calendar-trashbin-retention-prop

Export the CalDAV trash bin retention duration as property

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 3 Jun 2021 02:28:43 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27342 from nextcloud/version/22.0.0-beta3
blizzz [Wed, 2 Jun 2021 19:24:22 +0000 (21:24 +0200)]
Merge pull request #27342 from nextcloud/version/22.0.0-beta3

22.0.0 beta 3

3 years agoMerge pull request #27354 from nextcloud/escape-download-response
blizzz [Wed, 2 Jun 2021 19:15:25 +0000 (21:15 +0200)]
Merge pull request #27354 from nextcloud/escape-download-response

Escape filename in Content-Disposition

3 years agoMerge pull request #27088 from nextcloud/fix/27074/removing-apps
John Molakvoæ [Wed, 2 Jun 2021 19:10:05 +0000 (21:10 +0200)]
Merge pull request #27088 from nextcloud/fix/27074/removing-apps

Allow removing apps with app store disabled

3 years agoMerge pull request #24295 from nextcloud/perf/noid/router
blizzz [Wed, 2 Jun 2021 19:03:29 +0000 (21:03 +0200)]
Merge pull request #24295 from nextcloud/perf/noid/router

First attempt to check against core routes before loading all app routes

3 years agoEscape filename in Content-Disposition 27354/head
Lukas Reschke [Wed, 2 Jun 2021 16:59:43 +0000 (18:59 +0200)]
Escape filename in Content-Disposition

We should escape all occurences of ' and \ in here.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoMerge pull request #27352 from nextcloud/fix/l10n-test
Lukas Reschke [Wed, 2 Jun 2021 17:16:54 +0000 (19:16 +0200)]
Merge pull request #27352 from nextcloud/fix/l10n-test

Fix translation phpunit test

3 years agoMerge pull request #27265 from nextcloud/fix/private-class-properties
John Molakvoæ [Wed, 2 Jun 2021 16:58:44 +0000 (18:58 +0200)]
Merge pull request #27265 from nextcloud/fix/private-class-properties

3 years agoExport the CalDAV trash bin retention duration as property 27348/head
Christoph Wurst [Wed, 2 Jun 2021 14:00:29 +0000 (16:00 +0200)]
Export the CalDAV trash bin retention duration as property

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoFix translation phpunit test 27352/head
John Molakvoæ (skjnldsv) [Wed, 2 Jun 2021 16:00:34 +0000 (18:00 +0200)]
Fix translation phpunit test

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoFirst attempt to check against core routes before loading all app routes 24295/head
Julius Härtl [Mon, 23 Nov 2020 06:47:47 +0000 (07:47 +0100)]
First attempt to check against core routes before loading all app routes

Most of the time we will find a matching route in either the loaded ones
matched on the URL or in the core ones. Therfore we can attempt to try
those first and only load all app routes if no match was found by the
Symfony URLMatcher.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMerge pull request #27063 from nextcloud/Valdnet-patch-4
John Molakvoæ [Wed, 2 Jun 2021 15:55:15 +0000 (17:55 +0200)]
Merge pull request #27063 from nextcloud/Valdnet-patch-4

3 years agol10n: Spelling unification 27063/head
Valdnet [Fri, 21 May 2021 13:45:54 +0000 (15:45 +0200)]
l10n: Spelling unification

Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
3 years agoReplace proposal-class-private-properties by regular properties 27265/head
John Molakvoæ (skjnldsv) [Fri, 28 May 2021 16:51:33 +0000 (18:51 +0200)]
Replace proposal-class-private-properties by regular properties

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #26792 from nextcloud/user-delete-cleanup-files
John Molakvoæ [Wed, 2 Jun 2021 15:02:00 +0000 (17:02 +0200)]
Merge pull request #26792 from nextcloud/user-delete-cleanup-files

better cleanup of user files on user deletion

3 years agoMerge pull request #27343 from nextcloud/fix/deleted-objects-deletion-missing-acls
Christoph Wurst [Wed, 2 Jun 2021 14:56:11 +0000 (16:56 +0200)]
Merge pull request #27343 from nextcloud/fix/deleted-objects-deletion-missing-acls

Add missing ACLs for deleted calendar objects to fix deletion

3 years agoAdd missing ACLs for deleted calendar objects to fix deletion 27343/head
Christoph Wurst [Wed, 2 Jun 2021 08:35:46 +0000 (10:35 +0200)]
Add missing ACLs for deleted calendar objects to fix deletion

Due to a bug in Sabre it's necessary for calendar objects to implement
ACLs. Otherwise the scheduling plugin will throw an error when it tries
to fetch the owner of a calendar object that is being deleted.

Ref https://github.com/sabre-io/dav/issues/1345

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #27053 from nextcloud/bugfix/noid/dont-throw-when-comments-is...
Joas Schilling [Wed, 2 Jun 2021 13:40:51 +0000 (15:40 +0200)]
Merge pull request #27053 from nextcloud/bugfix/noid/dont-throw-when-comments-is-disabled

Don't throw when comments is disabled

3 years ago22.0.0 beta 3 27342/head v22.0.0beta3
Arthur Schiwon [Wed, 2 Jun 2021 08:16:52 +0000 (10:16 +0200)]
22.0.0 beta 3

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoMerge pull request #27340 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
kesselb [Wed, 2 Jun 2021 08:09:52 +0000 (10:09 +0200)]
Merge pull request #27340 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoUpdate psalm baseline 27340/head
Nextcloud-PR-Bot [Wed, 2 Jun 2021 05:11:38 +0000 (05:11 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 2 Jun 2021 02:28:31 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27291 from nextcloud/Valdnet-patch-2
Lukas Reschke [Tue, 1 Jun 2021 21:44:00 +0000 (23:44 +0200)]
Merge pull request #27291 from nextcloud/Valdnet-patch-2

l10n: Correct spelling

3 years agoMerge pull request #27329 from nextcloud/propagate-throttle-state-for-baseresponse
Lukas Reschke [Tue, 1 Jun 2021 19:40:41 +0000 (21:40 +0200)]
Merge pull request #27329 from nextcloud/propagate-throttle-state-for-baseresponse

Propagate throttling on OCS response

3 years agoMerge pull request #27327 from nextcloud/fix-grammar-27024
kesselb [Tue, 1 Jun 2021 19:22:17 +0000 (21:22 +0200)]
Merge pull request #27327 from nextcloud/fix-grammar-27024

[Fast Review] Fix grammar

3 years agoMerge pull request #27312 from francoisfreitag/tests-at
Lukas Reschke [Tue, 1 Jun 2021 19:05:37 +0000 (21:05 +0200)]
Merge pull request #27312 from francoisfreitag/tests-at

Rewrite birthday calendar tests without $this->at()

3 years agoMerge pull request #27316 from nextcloud/bugfix/noid/getNumberOfUnreadCommentsForObjects
Lukas Reschke [Tue, 1 Jun 2021 19:01:01 +0000 (21:01 +0200)]
Merge pull request #27316 from nextcloud/bugfix/noid/getNumberOfUnreadCommentsForObjects

Fix populating the array and closing the cursors

3 years agoMerge pull request #27328 from nextcloud/fix/noid/UserLoggedInEvent-apache-auth
Christoph Wurst [Tue, 1 Jun 2021 15:38:41 +0000 (17:38 +0200)]
Merge pull request #27328 from nextcloud/fix/noid/UserLoggedInEvent-apache-auth

emit UserLoggedInEvent on apache auth

3 years agoMerge pull request #27331 from nextcloud/debt/noid/add-mbstring-dependency
Christoph Wurst [Tue, 1 Jun 2021 15:37:15 +0000 (17:37 +0200)]
Merge pull request #27331 from nextcloud/debt/noid/add-mbstring-dependency

Add mbstring dependency

3 years agoAdd mbstring as dependency 27331/head
Daniel Kesselberg [Tue, 1 Jun 2021 13:33:21 +0000 (15:33 +0200)]
Add mbstring as dependency

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoPropagate throttling on OCS response 27329/head
Lukas Reschke [Tue, 1 Jun 2021 12:15:23 +0000 (14:15 +0200)]
Propagate throttling on OCS response

The BaseResponse converter did not take over any throttling state from the DataResponse.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoemit UserLoggedInEvent on apache auth 27328/head
Arthur Schiwon [Tue, 1 Jun 2021 11:59:40 +0000 (13:59 +0200)]
emit UserLoggedInEvent on apache auth

- post_login OC_Hook is barely used or listened to

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoFix grammar 27327/head
Lukas Reschke [Tue, 1 Jun 2021 11:31:10 +0000 (13:31 +0200)]
Fix grammar

changed removed -> removed

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoMerge pull request #27317 from nextcloud/Valdnet-patch-3
Valdnet [Tue, 1 Jun 2021 10:20:35 +0000 (12:20 +0200)]
Merge pull request #27317 from nextcloud/Valdnet-patch-3

l10n: Split sentences

3 years agoMerge pull request #25658 from nextcloud/dav-respect-disallow-sharing-with-groups
Christoph Wurst [Tue, 1 Jun 2021 10:07:29 +0000 (12:07 +0200)]
Merge pull request #25658 from nextcloud/dav-respect-disallow-sharing-with-groups

Dav respect disallow sharing with groups

3 years agoMerge pull request #27320 from nextcloud/add-xdebug-env-variable
kesselb [Tue, 1 Jun 2021 09:24:30 +0000 (11:24 +0200)]
Merge pull request #27320 from nextcloud/add-xdebug-env-variable

Add XDEBUG_MODE=coverage

3 years agoAdd XDEBUG_MODE=coverage 27320/head
Lukas Reschke [Tue, 1 Jun 2021 09:20:19 +0000 (11:20 +0200)]
Add XDEBUG_MODE=coverage

This should help the Codecov execution jobs.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agol10n: Split sentences 27317/head
Valdnet [Tue, 1 Jun 2021 08:28:54 +0000 (10:28 +0200)]
l10n: Split sentences

3 years agoMerge pull request #27311 from nextcloud/fix/caldav-deleted-objects-uri
kesselb [Tue, 1 Jun 2021 08:10:22 +0000 (10:10 +0200)]
Merge pull request #27311 from nextcloud/fix/caldav-deleted-objects-uri

Fix loading of delete caldav objet URIs

3 years agoMerge pull request #27314 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
kesselb [Tue, 1 Jun 2021 08:06:18 +0000 (10:06 +0200)]
Merge pull request #27314 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoFix populating the array and closing the cursors 27316/head
Joas Schilling [Tue, 1 Jun 2021 07:15:34 +0000 (09:15 +0200)]
Fix populating the array and closing the cursors

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoUpdate psalm baseline 27314/head
Nextcloud-PR-Bot [Tue, 1 Jun 2021 05:12:19 +0000 (05:12 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 1 Jun 2021 02:28:20 +0000 (02:28 +0000)]
[tx-robot] updated from transifex