]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
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 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 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 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 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 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

3 years agoRewrite birthday calendar tests without $this->at() 27312/head
François Freitag [Mon, 31 May 2021 20:20:17 +0000 (22:20 +0200)]
Rewrite birthday calendar tests without $this->at()

Removes warnings:

```
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 agoFix loading of delete caldav objet URIs 27311/head
Christoph Wurst [Mon, 31 May 2021 19:01:54 +0000 (21:01 +0200)]
Fix loading of delete caldav objet URIs

Regression of 462962197d0d711abc7b57352d4ef24528e28096

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #27310 from nextcloud/enhancement/caldav-trashbin-objects-calendar-id
Christoph Wurst [Mon, 31 May 2021 18:01:07 +0000 (20:01 +0200)]
Merge pull request #27310 from nextcloud/enhancement/caldav-trashbin-objects-calendar-id

Expose calendar-uri as property of deleted caldav events

3 years agoExpose calendar-uri as property of deleted caldav events 27310/head
Christoph Wurst [Mon, 31 May 2021 16:57:40 +0000 (18:57 +0200)]
Expose calendar-uri as property of deleted caldav events

The trashbin is one report across all calendars of a user. In order to
refresh the data of a single calendar when one of its events is
restored, we need to know what calendar the event belongs to. There
doesn't seem to be a standard property for a URI, so this adds a custom
Nextcloud prop for the calendar-uri.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #27298 from nextcloud/fix/caldav-deleted-objects-expose-timestamp
Christoph Wurst [Mon, 31 May 2021 16:24:30 +0000 (18:24 +0200)]
Merge pull request #27298 from nextcloud/fix/caldav-deleted-objects-expose-timestamp

Expose deletion timestamp for deleted CalDAV objects

3 years agoMerge pull request #26706 from nextcloud/Valdnet-patch-7
Joas Schilling [Mon, 31 May 2021 15:21:16 +0000 (17:21 +0200)]
Merge pull request #26706 from nextcloud/Valdnet-patch-7

l10n: Spelling unification

3 years agoMerge pull request #27275 from nextcloud/bugfix/noid/circles-22-in-dav
Joas Schilling [Mon, 31 May 2021 11:03:07 +0000 (13:03 +0200)]
Merge pull request #27275 from nextcloud/bugfix/noid/circles-22-in-dav

Fixing invalid classes and methods for circles 22

3 years agoExpose deletion timestamp for deleted CalDAV objects 27298/head
Christoph Wurst [Mon, 31 May 2021 08:47:07 +0000 (10:47 +0200)]
Expose deletion timestamp for deleted CalDAV objects

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #27286 from francoisfreitag/rewrite-npm-test-with-jest
John Molakvoæ [Mon, 31 May 2021 08:27:58 +0000 (10:27 +0200)]
Merge pull request #27286 from francoisfreitag/rewrite-npm-test-with-jest

Rewrite requesttoken.spec.js with Jest

3 years agoMerge pull request #27295 from nextcloud/bug/27293/wrong-category-for-string
John Molakvoæ [Mon, 31 May 2021 06:58:20 +0000 (08:58 +0200)]
Merge pull request #27295 from nextcloud/bug/27293/wrong-category-for-string

Set app to settings for translate

3 years agoMerge pull request #26083 from nextcloud/feature/dav-calendar-and-object-trashbin
Christoph Wurst [Mon, 31 May 2021 06:29:31 +0000 (08:29 +0200)]
Merge pull request #26083 from nextcloud/feature/dav-calendar-and-object-trashbin

Add a trashbin for calendars and calendar objects

3 years agoGet componenttype from the db as well when restoring a calendarobject 26083/head
Thomas Citharel [Mon, 24 May 2021 13:32:36 +0000 (15:32 +0200)]
Get componenttype from the db as well when restoring a calendarobject

It's needed in ReminderService::onCalendarObjectCreate()

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
3 years agoAdd a trashbin for calendars and calendar objects
Christoph Wurst [Fri, 12 Mar 2021 10:20:04 +0000 (11:20 +0100)]
Add a trashbin for calendars and calendar objects

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 31 May 2021 02:35:25 +0000 (02:35 +0000)]
[tx-robot] updated from transifex

3 years agoSet app to settings for translate 27295/head
Daniel Kesselberg [Sun, 30 May 2021 20:45:26 +0000 (22:45 +0200)]
Set app to settings for translate

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agol10n: Correct spelling 27291/head
Valdnet [Sun, 30 May 2021 19:05:39 +0000 (21:05 +0200)]
l10n: Correct spelling

3 years agoRewrite requesttoken.spec.js with Jest 27286/head
François Freitag [Sat, 29 May 2021 21:53:04 +0000 (23:53 +0200)]
Rewrite requesttoken.spec.js with Jest

[Jest](https://jestjs.io/) is a test runner that focuses on simplicity.
It instruments babel to transform modules and test them.

Using Jest simplifies the existing configuration and allows dropping a
bunch of workarounds, as well as following the shared Babel
configuration for new code.

Signed-off-by: François Freitag <mail@franek.fr>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 30 May 2021 02:24:58 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27274 from nextcloud/dependabot/npm_and_yarn/master/various
John Molakvoæ [Sat, 29 May 2021 13:13:10 +0000 (15:13 +0200)]
Merge pull request #27274 from nextcloud/dependabot/npm_and_yarn/master/various

3 years agoNpm build 27274/head
John Molakvoæ (skjnldsv) [Sat, 29 May 2021 10:14:51 +0000 (12:14 +0200)]
Npm build

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoBump v-tooltip from 2.0.3 to 2.1.3
dependabot[bot] [Sat, 29 May 2021 10:00:22 +0000 (10:00 +0000)]
Bump v-tooltip from 2.0.3 to 2.1.3

Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip) from 2.0.3 to 2.1.3.
- [Release notes](https://github.com/Akryum/vue-tooltip/releases)
- [Commits](https://github.com/Akryum/vue-tooltip/compare/v2.0.3...v2.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump marked from 2.0.1 to 2.0.6
dependabot[bot] [Fri, 28 May 2021 16:41:54 +0000 (16:41 +0000)]
Bump marked from 2.0.1 to 2.0.6

Bumps [marked](https://github.com/markedjs/marked) from 2.0.1 to 2.0.6.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js)
- [Commits](https://github.com/markedjs/marked/compare/v2.0.1...v2.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump dompurify from 2.2.7 to 2.2.8
dependabot[bot] [Sat, 29 May 2021 08:44:02 +0000 (08:44 +0000)]
Bump dompurify from 2.2.7 to 2.2.8

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.7 to 2.2.8.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.2.7...2.2.8)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump jsdom from 16.5.2 to 16.6.0
dependabot-preview[bot] [Sat, 29 May 2021 10:01:20 +0000 (10:01 +0000)]
Bump jsdom from 16.5.2 to 16.6.0

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.5.2 to 16.6.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/16.5.2...16.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoBump core-js from 3.10.1 to 3.13.1
dependabot-preview[bot] [Sat, 29 May 2021 09:17:50 +0000 (09:17 +0000)]
Bump core-js from 3.10.1 to 3.13.1

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.1 to 3.13.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.13.1/packages/core-js)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoCheck whether output buffering is active before turning it off 26494/head
Richard de Boer [Sat, 10 Apr 2021 13:05:18 +0000 (15:05 +0200)]
Check whether output buffering is active before turning it off

Before we just turned it off and @suppressed the error if ob was not active.
In PHP 8 this error is no longer suppressed, so try to not cause it at all.

Signed-off-by: Richard de Boer <git@tubul.net>
3 years agoFix a usort comparison function returning a boolean instead of an integer
Richard de Boer [Sat, 10 Apr 2021 12:50:17 +0000 (14:50 +0200)]
Fix a usort comparison function returning a boolean instead of an integer

PHP 8 shows deprecation warnings about this, see #25806

Signed-off-by: Richard de Boer <git@tubul.net>
3 years agoFix functions taking optional parameters before required ones
Richard de Boer [Sat, 10 Apr 2021 12:49:13 +0000 (14:49 +0200)]
Fix functions taking optional parameters before required ones

PHP 8 shows deprecation warnings about this, see #25806
Removes the "default" values, as they actually are required parameters anyway.

Signed-off-by: Richard de Boer <git@tubul.net>
3 years agomigration to Circles 22 27275/head
Maxence Lange [Sat, 29 May 2021 11:04:26 +0000 (10:04 -0100)]
migration to Circles 22

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
3 years agoMerge pull request #27090 from nextcloud/dependabot/npm_and_yarn/browserslist-4.16.6
John Molakvoæ [Sat, 29 May 2021 09:58:44 +0000 (11:58 +0200)]
Merge pull request #27090 from nextcloud/dependabot/npm_and_yarn/browserslist-4.16.6

3 years agoMerge pull request #27180 from nextcloud/dependabot/npm_and_yarn/mochapack-2.1.2
dependabot[bot] [Sat, 29 May 2021 09:15:13 +0000 (09:15 +0000)]
Merge pull request #27180 from nextcloud/dependabot/npm_and_yarn/mochapack-2.1.2

3 years agoMerge pull request #27172 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import...
John Molakvoæ [Sat, 29 May 2021 08:42:04 +0000 (10:42 +0200)]
Merge pull request #27172 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import-2.23.3

3 years agoMerge pull request #27244 from nextcloud/migrate-more-services-to-ghcr
Lukas Reschke [Sat, 29 May 2021 08:01:57 +0000 (10:01 +0200)]
Merge pull request #27244 from nextcloud/migrate-more-services-to-ghcr

Migrate more services to GHCR