]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoDeclare header entries in the order they are displayed 32702/head
Louis Chemineau [Thu, 2 Jun 2022 09:22:59 +0000 (11:22 +0200)]
Declare header entries in the order they are displayed

The notifications entry was declared after the search one, but they are rendered in a different order. This PR switch their declarations, so the order they appear in match their order in the DOM.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 2 Jun 2022 02:32:52 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32471 from nextcloud/fix-wrong-dav-activities
Christoph Wurst [Wed, 1 Jun 2022 15:01:58 +0000 (17:01 +0200)]
Merge pull request #32471 from nextcloud/fix-wrong-dav-activities

Make sure activities are not created when a deleted calendar object expires

2 years agoMerge pull request #32686 from nextcloud/perf/make-x-hash-optin
blizzz [Wed, 1 Jun 2022 12:36:54 +0000 (14:36 +0200)]
Merge pull request #32686 from nextcloud/perf/make-x-hash-optin

Make X-HAS-{MD5/SHA256} opt-in

2 years agoFix small typo
Carl Schwan [Wed, 1 Jun 2022 09:12:56 +0000 (11:12 +0200)]
Fix small typo

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMake X-HAS-{MD5/SHA256} opt-in 32686/head
Carl Schwan [Wed, 1 Jun 2022 08:59:04 +0000 (10:59 +0200)]
Make X-HAS-{MD5/SHA256} opt-in

This is not always needed and slow down the upload

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32371 from nextcloud/fix-31952
Vincent Petry [Wed, 1 Jun 2022 07:04:11 +0000 (09:04 +0200)]
Merge pull request #32371 from nextcloud/fix-31952

More meaningfull message when a public authenticated share's password is wrong or has expired.

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 1 Jun 2022 02:32:26 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32666 from nextcloud/fix/background-job-type-check
Christoph Wurst [Tue, 31 May 2022 17:16:36 +0000 (19:16 +0200)]
Merge pull request #32666 from nextcloud/fix/background-job-type-check

Check background job type

2 years agoMerge pull request #32670 from nextcloud/fix/share_permissions_rendering
Pytal [Tue, 31 May 2022 16:38:53 +0000 (09:38 -0700)]
Merge pull request #32670 from nextcloud/fix/share_permissions_rendering

2 years agoMerge pull request #32671 from nextcloud/debt/noid/psalm-baseline
Julius Härtl [Tue, 31 May 2022 15:56:58 +0000 (17:56 +0200)]
Merge pull request #32671 from nextcloud/debt/noid/psalm-baseline

Update psalm-baseline

2 years agoMore meaningfull message when a public authenticated share's password is wrong or... 32371/head
Cyrille Bollu [Tue, 31 May 2022 15:23:06 +0000 (17:23 +0200)]
More meaningfull message when a public authenticated share's password is wrong or has expired

Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2 years agoCheck background job type 32666/head
Christoph Wurst [Tue, 31 May 2022 06:31:38 +0000 (08:31 +0200)]
Check background job type

It is assumed that a job class loaded from the jobs table is an IJob,
but due to programming error the job might be of another type. Then the
setters will most likely fail.

This patch adds an interface type check so only correct jobs are used,
anything else is ignored.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoUpdate psalm-baseline 32671/head
Daniel Kesselberg [Tue, 31 May 2022 12:53:07 +0000 (14:53 +0200)]
Update psalm-baseline

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 years agoMerge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fh
blizzz [Tue, 31 May 2022 12:22:05 +0000 (14:22 +0200)]
Merge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fh

[Psalm] Fix docblock for addFileFromStream

2 years agoFix share permissions rendering 32670/head
Louis Chemineau [Tue, 31 May 2022 12:11:46 +0000 (14:11 +0200)]
Fix share permissions rendering

The `SHARE` permissions falls into the `default` case in the switch case, causing the rendering to look like ` , Upload, Read`.

This PR changes the return value of the `default` case and adds a `filter` to remove those values.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #32653 from nextcloud/update-3rdparty-master
blizzz [Tue, 31 May 2022 11:55:37 +0000 (13:55 +0200)]
Merge pull request #32653 from nextcloud/update-3rdparty-master

Update 3rdparty for symfony/translation:4.4.41

2 years agoMerge pull request #32502 from nextcloud/cleanup/worflow-admin
Louis [Tue, 31 May 2022 11:19:47 +0000 (13:19 +0200)]
Merge pull request #32502 from nextcloud/cleanup/worflow-admin

Use SettingsSection in workflowengine settings

2 years agoUpdate 3rdparty for symfony/translation:4.4.41 32653/head
Joas Schilling [Mon, 30 May 2022 06:47:05 +0000 (08:47 +0200)]
Update 3rdparty for symfony/translation:4.4.41

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #32665 from nextcloud/automated/noid/psalm-baseline-update-1653970753
blizzz [Tue, 31 May 2022 10:16:39 +0000 (12:16 +0200)]
Merge pull request #32665 from nextcloud/automated/noid/psalm-baseline-update-1653970753

[Automated] Update psalm-baseline.xml

2 years agoMerge pull request #32667 from nextcloud/followup/32655/fix-tests
blizzz [Tue, 31 May 2022 09:30:51 +0000 (11:30 +0200)]
Merge pull request #32667 from nextcloud/followup/32655/fix-tests

Fix unit tests

2 years agoUse SettingsSection in workflowengine settings 32502/head
Carl Schwan [Thu, 19 May 2022 16:35:32 +0000 (18:35 +0200)]
Use SettingsSection in workflowengine settings

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelper
Joas Schilling [Tue, 31 May 2022 08:29:30 +0000 (10:29 +0200)]
Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelper

Improve JSConfigHelper code quality a bit

2 years agoMerge pull request #32583 from jld3103/fix/nextcloud-android-user-agent-match
Joas Schilling [Tue, 31 May 2022 08:28:54 +0000 (10:28 +0200)]
Merge pull request #32583 from jld3103/fix/nextcloud-android-user-agent-match

Fix Nextcloud Android app not showing proper name

2 years agoFix unit tests 32667/head
Joas Schilling [Tue, 31 May 2022 08:23:52 +0000 (10:23 +0200)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #32628 from nextcloud/bugfix/noid/json-throw
Joas Schilling [Tue, 31 May 2022 08:06:21 +0000 (10:06 +0200)]
Merge pull request #32628 from nextcloud/bugfix/noid/json-throw

Use JSON_THROW_ON_ERROR instead of custom error handling

2 years agoMerge pull request #32663 from nextcloud/bugfix/noid/temp-cron
Vincent Petry [Tue, 31 May 2022 07:19:31 +0000 (09:19 +0200)]
Merge pull request #32663 from nextcloud/bugfix/noid/temp-cron

Cleanup tempfiles after each cron job run

2 years agoMerge pull request #32509 from nextcloud/fix/theming-colours-primary
John Molakvoæ [Tue, 31 May 2022 06:49:03 +0000 (08:49 +0200)]
Merge pull request #32509 from nextcloud/fix/theming-colours-primary

2 years agoUpdate psalm baseline 32665/head
nextcloud-command [Tue, 31 May 2022 04:19:13 +0000 (04:19 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 31 May 2022 02:33:09 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32206 from nextcloud/enh/migrator-add-estimatedsize-getter
Pytal [Tue, 31 May 2022 00:16:33 +0000 (17:16 -0700)]
Merge pull request #32206 from nextcloud/enh/migrator-add-estimatedsize-getter

2 years agoUpdate calendar estimation 32206/head
Christopher Ng [Fri, 29 Apr 2022 03:03:01 +0000 (03:03 +0000)]
Update calendar estimation

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoUpdate contacts estimation
Christopher Ng [Fri, 29 Apr 2022 02:33:45 +0000 (02:33 +0000)]
Update contacts estimation

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoSkip avatar on failure
Christopher Ng [Fri, 29 Apr 2022 01:53:41 +0000 (01:53 +0000)]
Skip avatar on failure

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoUpdate method name
Christopher Ng [Fri, 29 Apr 2022 01:45:47 +0000 (01:45 +0000)]
Update method name

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoAdd the ISizeEstimationMigrator interface for method getExportEstimatedSize
Côme Chilliet [Tue, 24 May 2022 08:02:15 +0000 (10:02 +0200)]
Add the ISizeEstimationMigrator interface for method getExportEstimatedSize

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #32641 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.7
dependabot[bot] [Mon, 30 May 2022 17:40:52 +0000 (17:40 +0000)]
Merge pull request #32641 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.7

2 years agoUse JSON_THROW_ON_ERROR instead of custom error handling 32628/head
Julius Härtl [Fri, 27 May 2022 12:57:22 +0000 (14:57 +0200)]
Use JSON_THROW_ON_ERROR instead of custom error handling

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoBump core-js from 3.22.5 to 3.22.7 32641/head
dependabot[bot] [Mon, 30 May 2022 15:07:54 +0000 (15:07 +0000)]
Bump core-js from 3.22.5 to 3.22.7

Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.5 to 3.22.7.
- [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/compare/v3.22.5...v3.22.7)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoCleanup tempfiles after each cron job run 32663/head
Julius Härtl [Mon, 30 May 2022 16:01:51 +0000 (18:01 +0200)]
Cleanup tempfiles after each cron job run

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #32634 from nextcloud/debt/noid/psalm-moveable-mount
Côme Chilliet [Mon, 30 May 2022 15:05:50 +0000 (17:05 +0200)]
Merge pull request #32634 from nextcloud/debt/noid/psalm-moveable-mount

[Psalm] Fix docblock for return type

2 years agoMerge pull request #32591 from nextcloud/fix/node-test
Vincent Petry [Mon, 30 May 2022 15:00:27 +0000 (17:00 +0200)]
Merge pull request #32591 from nextcloud/fix/node-test

Fix node tests ci

2 years agoFix Nextcloud Android app not showing proper name 32583/head
jld3103 [Tue, 24 May 2022 21:07:59 +0000 (23:07 +0200)]
Fix Nextcloud Android app not showing proper name

2 years agoMerge pull request #32649 from nextcloud/automated/noid/psalm-baseline-update-1653884512
Côme Chilliet [Mon, 30 May 2022 12:49:32 +0000 (14:49 +0200)]
Merge pull request #32649 from nextcloud/automated/noid/psalm-baseline-update-1653884512

[Automated] Update psalm-baseline.xml

2 years agoMerge pull request #31948 from nextcloud/core-cleanup-74
Carl Schwan [Mon, 30 May 2022 12:37:37 +0000 (14:37 +0200)]
Merge pull request #31948 from nextcloud/core-cleanup-74

Update core to PHP 7.4 standard

2 years agoMerge pull request #32655 from nextcloud/fix/handle-non-existing-settings
Carl Schwan [Mon, 30 May 2022 10:53:36 +0000 (12:53 +0200)]
Merge pull request #32655 from nextcloud/fix/handle-non-existing-settings

Handle non existing settings again

2 years agoRestore old behaviour of sending flase for not found apps 32587/head
Joas Schilling [Mon, 30 May 2022 10:41:35 +0000 (12:41 +0200)]
Restore old behaviour of sending flase for not found apps

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoImprove JSConfigHelper code quality a bit
Joas Schilling [Wed, 25 May 2022 07:49:09 +0000 (09:49 +0200)]
Improve JSConfigHelper code quality a bit

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoHandle non existing settings again 32655/head
Carl Schwan [Mon, 30 May 2022 08:50:21 +0000 (10:50 +0200)]
Handle non existing settings again

See https://github.com/nextcloud/server/pull/28189#issuecomment-1140874991

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix node tests ci 32591/head
Carl Schwan [Wed, 25 May 2022 10:39:08 +0000 (12:39 +0200)]
Fix node tests ci

- Update jest snapshot
- Fix importing 3rdparty vue components
- Disable temporarely tests using nextcloud-vue/Button

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMove new IMigrator method to a specific interface ISizeEstimationMigrator
Côme Chilliet [Tue, 24 May 2022 08:01:14 +0000 (10:01 +0200)]
Move new IMigrator method to a specific interface ISizeEstimationMigrator

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoImplement getExportEstimatedSize in migrators
Côme Chilliet [Thu, 28 Apr 2022 09:47:04 +0000 (11:47 +0200)]
Implement getExportEstimatedSize in migrators

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd a method to get estimated export size in IMigrator
Côme Chilliet [Thu, 28 Apr 2022 09:23:26 +0000 (11:23 +0200)]
Add a method to get estimated export size in IMigrator

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoUpdate psalm baseline 32649/head
nextcloud-command [Mon, 30 May 2022 04:21:52 +0000 (04:21 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 30 May 2022 02:31:52 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 29 May 2022 02:33:23 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix docblock for return type 32634/head
Daniel Kesselberg [Fri, 27 May 2022 18:05:46 +0000 (20:05 +0200)]
Fix docblock for return type

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 years agoMerge pull request #32594 from nextcloud/fix/groupfolder-not-loading-when-share-disabled
Carl Schwan [Fri, 27 May 2022 16:54:49 +0000 (18:54 +0200)]
Merge pull request #32594 from nextcloud/fix/groupfolder-not-loading-when-share-disabled

Fix loading groupfolder info when share api is disabled

2 years agoMerge pull request #32349 from nextcloud/enh/projects-event
Carl Schwan [Fri, 27 May 2022 16:36:40 +0000 (18:36 +0200)]
Merge pull request #32349 from nextcloud/enh/projects-event

Add event to load additional scripts for projects

2 years agoMerge pull request #32592 from nextcloud/fix/noid/allow-rememberme-token-apache-auth...
Julius Härtl [Fri, 27 May 2022 15:21:08 +0000 (17:21 +0200)]
Merge pull request #32592 from nextcloud/fix/noid/allow-rememberme-token-apache-auth-backend

allow use of rememberme cookies for IApacheAuth backends

2 years agoMerge pull request #32596 from nextcloud/enhancement/php8.2-lint
Carl Schwan [Fri, 27 May 2022 11:40:56 +0000 (13:40 +0200)]
Merge pull request #32596 from nextcloud/enhancement/php8.2-lint

Add lint job for PHP8.2

2 years agoMerge pull request #32601 from nextcloud/GdDebug
Joas Schilling [Fri, 27 May 2022 09:31:11 +0000 (11:31 +0200)]
Merge pull request #32601 from nextcloud/GdDebug

Move Gd failed operations to debug level

2 years agoMerge pull request #32618 from nextcloud/bugfix/noid/fix-status-handling
Joas Schilling [Fri, 27 May 2022 09:20:25 +0000 (11:20 +0200)]
Merge pull request #32618 from nextcloud/bugfix/noid/fix-status-handling

Fix status handling

2 years agoFix loading groupfolder info when share api is disabled 32594/head
Carl Schwan [Wed, 25 May 2022 12:32:10 +0000 (14:32 +0200)]
Fix loading groupfolder info when share api is disabled

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix unit tests 32618/head
Joas Schilling [Fri, 27 May 2022 08:46:47 +0000 (10:46 +0200)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoDon't overwrite certain values if the refreshing comes in via short updates
Joas Schilling [Fri, 27 May 2022 07:26:53 +0000 (09:26 +0200)]
Don't overwrite certain values if the refreshing comes in via short updates

This e.g. happens from the talk participant list which only has the status, message and icon.
Due to the overwriting e.g. the clearAt was overwritten with null
and afterwards the status modal showed "Invalid date" as "Clear at"

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix missing status with predefined status in drop-down
Joas Schilling [Fri, 27 May 2022 07:15:15 +0000 (09:15 +0200)]
Fix missing status with predefined status in drop-down

When a predefined status message was used, the status was not "processed"
so it was missing the translated message and the icon in the dropdown and the menu afterwards

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 27 May 2022 02:31:05 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 26 May 2022 02:31:27 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMove Gd failed operations to debug level 32601/head
Git'Fellow [Wed, 25 May 2022 16:26:42 +0000 (18:26 +0200)]
Move Gd failed operations to debug level

Instead of error

2 years agoAdd lint job for PHP8.2 32596/head
Christoph Wurst [Wed, 25 May 2022 14:21:46 +0000 (16:21 +0200)]
Add lint job for PHP8.2

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoMerge pull request #32577 from nextcloud/fix/remove-at-matcher-in-files_sharing-tests
Carl Schwan [Wed, 25 May 2022 12:46:37 +0000 (14:46 +0200)]
Merge pull request #32577 from nextcloud/fix/remove-at-matcher-in-files_sharing-tests

Remove at() matcher in files_sharing tests

2 years agoallow use of rememberme cookies for IApacheAuth backends 32592/head
Arthur Schiwon [Wed, 25 May 2022 11:09:06 +0000 (13:09 +0200)]
allow use of rememberme cookies for IApacheAuth backends

- e.g. enables it for SAML backend

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #32567 from nextcloud/fix/remove-at-matcher-in-encryption-tests
Joas Schilling [Wed, 25 May 2022 09:56:58 +0000 (11:56 +0200)]
Merge pull request #32567 from nextcloud/fix/remove-at-matcher-in-encryption-tests

Remove at() matcher use from encryption tests

2 years agoMerge pull request #32580 from nextcloud/bugfix/noid/fix-handling-events-without...
Joas Schilling [Wed, 25 May 2022 07:11:05 +0000 (09:11 +0200)]
Merge pull request #32580 from nextcloud/bugfix/noid/fix-handling-events-without-name

Fix handling events without names in activities

2 years agoAlso trim the name 32580/head
Joas Schilling [Wed, 25 May 2022 06:06:32 +0000 (08:06 +0200)]
Also trim the name

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 25 May 2022 02:36:02 +0000 (02:36 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31761 from nextcloud/fix/upgarde-phpunit-in-ci-to-recent-version
Carl Schwan [Tue, 24 May 2022 20:18:20 +0000 (22:18 +0200)]
Merge pull request #31761 from nextcloud/fix/upgarde-phpunit-in-ci-to-recent-version

Require a recent phpunit version in integration and acceptance

2 years agoFix type for resource 32485/head
Daniel Kesselberg [Wed, 18 May 2022 21:01:21 +0000 (23:01 +0200)]
Fix type for resource

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 years agoFix docblock for addFileFromStream
Daniel Kesselberg [Wed, 18 May 2022 19:41:09 +0000 (21:41 +0200)]
Fix docblock for addFileFromStream

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 years agoMerge pull request #32557 from nextcloud/cleanup/dav-admin-settings
Carl Schwan [Tue, 24 May 2022 19:11:22 +0000 (21:11 +0200)]
Merge pull request #32557 from nextcloud/cleanup/dav-admin-settings

Modernize the dav admin settings

2 years agoMerge pull request #32548 from nextcloud/fix/return-type
Carl Schwan [Tue, 24 May 2022 18:46:23 +0000 (20:46 +0200)]
Merge pull request #32548 from nextcloud/fix/return-type

Fix return type and make type stricter

2 years agoMerge pull request #32575 from nextcloud/improve/warning
Carl Schwan [Tue, 24 May 2022 18:44:26 +0000 (20:44 +0200)]
Merge pull request #32575 from nextcloud/improve/warning

Improve warning about missing pnctl

2 years agoRequire a recent phpunit version in integration and acceptance 31761/head
Côme Chilliet [Wed, 30 Mar 2022 14:13:16 +0000 (16:13 +0200)]
Require a recent phpunit version in integration and acceptance

Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix handling events without names in activities
Joas Schilling [Tue, 24 May 2022 15:04:56 +0000 (17:04 +0200)]
Fix handling events without names in activities

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoRemove at() matcher in files_sharing tests 32577/head
Côme Chilliet [Tue, 24 May 2022 13:20:52 +0000 (15:20 +0200)]
Remove at() matcher in files_sharing tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #32558 from nextcloud/fix/eslint
John Molakvoæ [Tue, 24 May 2022 13:10:42 +0000 (15:10 +0200)]
Merge pull request #32558 from nextcloud/fix/eslint

2 years agoImprove warning about missing pnctl 32575/head
Carl Schwan [Tue, 24 May 2022 12:34:20 +0000 (14:34 +0200)]
Improve warning about missing pnctl

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32571 from nextcloud/fix/remove-at-matcher-in-files-tests
Carl Schwan [Tue, 24 May 2022 12:44:02 +0000 (14:44 +0200)]
Merge pull request #32571 from nextcloud/fix/remove-at-matcher-in-files-tests

Remove at() matcher for tests for files app

2 years agoRemove at() matcher for tests for files app 32571/head
Côme Chilliet [Tue, 24 May 2022 11:02:07 +0000 (13:02 +0200)]
Remove at() matcher for tests for files app

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoRemove at() matcher use from encryption tests 32567/head
Côme Chilliet [Tue, 24 May 2022 09:33:32 +0000 (11:33 +0200)]
Remove at() matcher use from encryption tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix return type and make type stricter 32548/head
Carl Schwan [Mon, 23 May 2022 08:16:03 +0000 (10:16 +0200)]
Fix return type and make type stricter

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoModernize the dav admin settings 32557/head
Carl Schwan [Mon, 23 May 2022 11:45:43 +0000 (13:45 +0200)]
Modernize the dav admin settings

- Use nextcloud-vue components (with proper doc link now)
- Add underline to links so we can see them (accessibility++)

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix various errors reported by eslint 32558/head
Carl Schwan [Mon, 23 May 2022 12:53:56 +0000 (14:53 +0200)]
Fix various errors reported by eslint

And also make sure eslint doesn't try to index apps-extra that contains
other repo with not necessarely the same eslint rules

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32555 from nextcloud/fix/revert-api-break
Côme Chilliet [Tue, 24 May 2022 07:06:00 +0000 (09:06 +0200)]
Merge pull request #32555 from nextcloud/fix/revert-api-break

Revert api break

2 years agoMerge pull request #32560 from nextcloud/feature/noid/preferences-api
Joas Schilling [Tue, 24 May 2022 05:58:00 +0000 (07:58 +0200)]
Merge pull request #32560 from nextcloud/feature/noid/preferences-api

Add API to change preferences

2 years agoRevert api break 32555/head
Carl Schwan [Mon, 23 May 2022 11:00:02 +0000 (13:00 +0200)]
Revert api break

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32554 from nextcloud/followup/32378/adjust-docs-on-interface
Joas Schilling [Tue, 24 May 2022 04:52:53 +0000 (06:52 +0200)]
Merge pull request #32554 from nextcloud/followup/32378/adjust-docs-on-interface

Adjust docs to the same as the implementation

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 24 May 2022 02:32:52 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32559 from nextcloud/bugfix/noid/update-dav-availability
Joas Schilling [Mon, 23 May 2022 15:03:41 +0000 (17:03 +0200)]
Merge pull request #32559 from nextcloud/bugfix/noid/update-dav-availability

Update DAV availability vue component to standard