]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
23 months agoAdd repair step to fix wrong share ownership
Louis Chemineau [Thu, 28 Apr 2022 13:23:54 +0000 (15:23 +0200)]
Add repair step to fix wrong share ownership

Signed-off-by: Louis Chemineau <louis@chmn.me>
23 months agoMerge pull request #35028 from nextcloud/fix/dns-pin-middleware-throws-public-ip
Richard Steinmetz [Tue, 8 Nov 2022 15:44:50 +0000 (16:44 +0100)]
Merge pull request #35028 from nextcloud/fix/dns-pin-middleware-throws-public-ip

Fix DNS Pin Middleware throwing for public IPs

23 months agoFix DNS Pin Middleware throwing for public IPs 35028/head
Christoph Wurst [Tue, 8 Nov 2022 13:18:05 +0000 (14:18 +0100)]
Fix DNS Pin Middleware throwing for public IPs

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
23 months agoMerge pull request #32838 from markuszeller/bugfix/32837/implicitFloatConversion
Simon L [Tue, 8 Nov 2022 09:53:13 +0000 (10:53 +0100)]
Merge pull request #32838 from markuszeller/bugfix/32837/implicitFloatConversion

Cast to int

23 months agoMerge pull request #34985 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.6.0
Joas Schilling [Tue, 8 Nov 2022 05:51:31 +0000 (06:51 +0100)]
Merge pull request #34985 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.6.0

Bump @nextcloud/l10n from 1.4.1 to 1.6.0

23 months ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 8 Nov 2022 02:14:18 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoBump @nextcloud/l10n from 1.4.1 to 1.6.0 34985/head
dependabot[bot] [Mon, 7 Nov 2022 19:19:54 +0000 (19:19 +0000)]
Bump @nextcloud/l10n from 1.4.1 to 1.6.0

Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.4.1 to 1.6.0.
- [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.4.1...v1.6.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/l10n"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
23 months agoMerge pull request #34986 from nextcloud/dependabot/npm_and_yarn/handlebars-loader...
Pytal [Mon, 7 Nov 2022 19:04:50 +0000 (11:04 -0800)]
Merge pull request #34986 from nextcloud/dependabot/npm_and_yarn/handlebars-loader-1.7.2

Bump handlebars-loader from 1.7.1 to 1.7.2

23 months agoCast to int #32837 32838/head
Markus Zeller [Sun, 12 Jun 2022 13:01:22 +0000 (15:01 +0200)]
Cast to int #32837

Signed-off-by: Markus Zeller <git@markuszeller.com>
23 months agoMerge pull request #35007 from nextcloud/fix/lower-logging-level-user-session-cookie...
Christoph Wurst [Mon, 7 Nov 2022 15:35:52 +0000 (16:35 +0100)]
Merge pull request #35007 from nextcloud/fix/lower-logging-level-user-session-cookie-login

Fix unsuccessful token login logged as error

23 months agoMerge pull request #35000 from nextcloud/bugfix/34959/fix-cron-warning-with-time...
Joas Schilling [Mon, 7 Nov 2022 14:38:31 +0000 (15:38 +0100)]
Merge pull request #35000 from nextcloud/bugfix/34959/fix-cron-warning-with-time-insensitive-jobs

Fix cron warning with time insensitive jobs

23 months agoFix unsuccessful token login logged as error 35007/head
Christoph Wurst [Mon, 7 Nov 2022 14:08:48 +0000 (15:08 +0100)]
Fix unsuccessful token login logged as error

The condition of a non-existent login token can happen for concurrent
requests. Admins can not do anything about this. So this is to be
expected to happen occasionally. This event is only bad if none of the
requests is able to re-acquire a session. Luckily this happens rarely.

If a login loop persists an admin can still lower the log level to find
this info. But a default error log level will no longer write those
infos about the failed cookie login of one request.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
23 months agoMerge pull request #34996 from nextcloud/fix/bump-microsoft/azure-storage-blob-to...
Côme Chilliet [Mon, 7 Nov 2022 13:34:25 +0000 (14:34 +0100)]
Merge pull request #34996 from nextcloud/fix/bump-microsoft/azure-storage-blob-to-1.5.4

Bump microsoft/azure-storage-blob to 1.5.4

23 months agoMerge pull request #32530 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collec...
Vincent Petry [Mon, 7 Nov 2022 12:58:08 +0000 (13:58 +0100)]
Merge pull request #32530 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.10.0

Bump nextcloud-vue-collections from 0.9.0 to 0.10.0

23 months agoMerge pull request #34929 from nextcloud/chore/deprecate-app-container-aliases
Roeland Jago Douma [Mon, 7 Nov 2022 11:04:07 +0000 (12:04 +0100)]
Merge pull request #34929 from nextcloud/chore/deprecate-app-container-aliases

Clean up and deprecate app container parameter aliases

23 months agoAlign with 3rdparty master 34996/head
Côme Chilliet [Mon, 7 Nov 2022 11:02:14 +0000 (12:02 +0100)]
Align with 3rdparty master

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months agoRecompile 35000/head
Joas Schilling [Mon, 7 Nov 2022 10:27:31 +0000 (11:27 +0100)]
Recompile

Signed-off-by: Joas Schilling <coding@schilljs.com>
23 months agoIncrease the "bad waiting time" for cron mode to 24h to account for "time insensitive...
Joas Schilling [Mon, 7 Nov 2022 10:04:58 +0000 (11:04 +0100)]
Increase the "bad waiting time" for cron mode to 24h to account for "time insensitive" jobs

Signed-off-by: Joas Schilling <coding@schilljs.com>
23 months agoShow the correct warning for system cron vs. webcron/ajax
Joas Schilling [Mon, 7 Nov 2022 10:01:22 +0000 (11:01 +0100)]
Show the correct warning for system cron vs. webcron/ajax

Signed-off-by: Joas Schilling <coding@schilljs.com>
23 months agoMerge pull request #34937 from nextcloud/fix/do-not-crash-on-extension-without-version
Simon L [Mon, 7 Nov 2022 09:45:44 +0000 (10:45 +0100)]
Merge pull request #34937 from nextcloud/fix/do-not-crash-on-extension-without-version

Avoid a crash when a PHP extension has no version

23 months agoBump microsoft/azure-storage-blob to 1.5.4
Côme Chilliet [Mon, 7 Nov 2022 09:44:24 +0000 (10:44 +0100)]
Bump microsoft/azure-storage-blob to 1.5.4

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months agoSuppress false-positives from psalm, waiting for fix upstream 34937/head
Côme Chilliet [Mon, 7 Nov 2022 09:01:53 +0000 (10:01 +0100)]
Suppress false-positives from psalm, waiting for fix upstream

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months agoMerge pull request #34987 from nextcloud/automated/noid/master-update-psalm-baseline
Côme Chilliet [Mon, 7 Nov 2022 08:24:03 +0000 (09:24 +0100)]
Merge pull request #34987 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

23 months agoUpdate psalm baseline 34987/head
nextcloud-command [Mon, 7 Nov 2022 04:24:52 +0000 (04:24 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 7 Nov 2022 02:14:09 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 6 Nov 2022 02:12:40 +0000 (02:12 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoMerge pull request #18210 from dbw9580/master
Simon L [Sat, 5 Nov 2022 10:32:13 +0000 (11:32 +0100)]
Merge pull request #18210 from dbw9580/master

Limit number of concurrent preview generations

23 months agoLimit-number-of-concurrent-preview-generations 18210/head
szaimen [Sun, 30 Oct 2022 12:43:22 +0000 (13:43 +0100)]
Limit-number-of-concurrent-preview-generations

Signed-off-by: Bowen Ding <dbw9580@live.com>
Signed-off-by: szaimen <szaimen@e.mail.de>
23 months agoBump handlebars-loader from 1.7.1 to 1.7.2 34986/head
dependabot[bot] [Sat, 5 Nov 2022 03:23:51 +0000 (03:23 +0000)]
Bump handlebars-loader from 1.7.1 to 1.7.2

Bumps [handlebars-loader](https://github.com/pcardune/handlebars-loader) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/pcardune/handlebars-loader/releases)
- [Changelog](https://github.com/pcardune/handlebars-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pcardune/handlebars-loader/compare/v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: handlebars-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 5 Nov 2022 02:15:04 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoMerge pull request #34775 from nextcloud/bugfix/noid/mailer-set-to
Julius Härtl [Fri, 4 Nov 2022 17:24:55 +0000 (18:24 +0100)]
Merge pull request #34775 from nextcloud/bugfix/noid/mailer-set-to

Do not throw errors when invalid setTo email is provided

23 months agoMerge pull request #33181 from nextcloud/dependabot/composer/build/integration/behat...
dependabot[bot] [Fri, 4 Nov 2022 16:41:23 +0000 (16:41 +0000)]
Merge pull request #33181 from nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.11.0

23 months agoMerge pull request #34702 from nextcloud/fix/clean-ldap-wizard-typing
Vincent Petry [Fri, 4 Nov 2022 16:29:30 +0000 (17:29 +0100)]
Merge pull request #34702 from nextcloud/fix/clean-ldap-wizard-typing

Clean up LDAP Wizard typing

23 months agoMerge pull request #34834 from nextcloud/bugfix/noid/skeleton-size-calc
Vincent Petry [Fri, 4 Nov 2022 16:23:40 +0000 (17:23 +0100)]
Merge pull request #34834 from nextcloud/bugfix/noid/skeleton-size-calc

Fix size calculation on copying the skeleton files

23 months agoMerge pull request #34909 from nextcloud/fix/21370/duplicate-notifications-2
Vincent Petry [Fri, 4 Nov 2022 16:19:36 +0000 (17:19 +0100)]
Merge pull request #34909 from nextcloud/fix/21370/duplicate-notifications-2

Fix duplicate event email notifications

23 months agoBump nextcloud-vue-collections from 0.9.0 to 0.10.0 32530/head
dependabot[bot] [Fri, 4 Nov 2022 16:00:07 +0000 (16:00 +0000)]
Bump nextcloud-vue-collections from 0.9.0 to 0.10.0

Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases)
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: nextcloud-vue-collections
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
23 months agoUpdate behat/behat requirement in /build/integration 33181/head
dependabot[bot] [Fri, 4 Nov 2022 15:46:56 +0000 (15:46 +0000)]
Update behat/behat requirement in /build/integration

Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version.
- [Release notes](https://github.com/Behat/Behat/releases)
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Behat/Behat/compare/v3.10.0...v3.11.0)

---
updated-dependencies:
- dependency-name: behat/behat
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
23 months agoMerge pull request #33884 from nextcloud/dependabot/composer/build/integration/guzzle...
Vincent Petry [Fri, 4 Nov 2022 15:46:02 +0000 (16:46 +0100)]
Merge pull request #33884 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.5.0

Bump guzzlehttp/guzzle from 7.4.5 to 7.5.0 in /build/integration

23 months agoFix duplicate event email notifications 34909/head
Richard Steinmetz [Tue, 1 Nov 2022 14:49:54 +0000 (15:49 +0100)]
Fix duplicate event email notifications

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
23 months agoMerge pull request #34963 from nextcloud/followup/34522/fix-invalid-date
Joas Schilling [Fri, 4 Nov 2022 10:05:10 +0000 (11:05 +0100)]
Merge pull request #34963 from nextcloud/followup/34522/fix-invalid-date

Fix invalid date in security.txt

23 months agoFix invalid date in security.txt 34963/head
Joas Schilling [Fri, 4 Nov 2022 06:54:57 +0000 (07:54 +0100)]
Fix invalid date in security.txt

Signed-off-by: Joas Schilling <coding@schilljs.com>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 4 Nov 2022 02:14:14 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoMerge pull request #34954 from nextcloud/bugfix/noid/autoloader-update-imip
Simon L [Thu, 3 Nov 2022 21:10:51 +0000 (22:10 +0100)]
Merge pull request #34954 from nextcloud/bugfix/noid/autoloader-update-imip

Dump autoloaders for new IHandleImipMessage

23 months agoMerge pull request #34934 from nextcloud/bugfix/noid/session-reopen-read
Julius Härtl [Thu, 3 Nov 2022 16:26:31 +0000 (17:26 +0100)]
Merge pull request #34934 from nextcloud/bugfix/noid/session-reopen-read

Read encrypted session data again on reopen

23 months agoDump autoloaders for new IHandleImipMessage 34954/head
Julius Härtl [Thu, 3 Nov 2022 16:21:21 +0000 (17:21 +0100)]
Dump autoloaders for new IHandleImipMessage

Signed-off-by: Julius Härtl <jus@bitgrid.net>
23 months agoDo not throw errors when invalid setTo email is provided 34775/head
Julius Härtl [Mon, 24 Oct 2022 14:45:24 +0000 (16:45 +0200)]
Do not throw errors when invalid setTo email is provided

Signed-off-by: Julius Härtl <jus@bitgrid.net>
23 months agoMerge pull request #34678 from pulsejet/patch-jpeg
Côme Chilliet [Thu, 3 Nov 2022 15:11:03 +0000 (16:11 +0100)]
Merge pull request #34678 from pulsejet/patch-jpeg

Interlace all output JPEG

23 months agoMerge pull request #34893 from nextcloud/fix/move-imip-to-separate-interface
Christoph Wurst [Thu, 3 Nov 2022 14:03:42 +0000 (15:03 +0100)]
Merge pull request #34893 from nextcloud/fix/move-imip-to-separate-interface

Move iMIP to its own interface

23 months agoMerge pull request #34330 from nextcloud/fix/fix-contacts-test-php8
Côme Chilliet [Thu, 3 Nov 2022 13:55:06 +0000 (14:55 +0100)]
Merge pull request #34330 from nextcloud/fix/fix-contacts-test-php8

Fix ContactsStoreTests under PHP 8.2

23 months agoMerge pull request #32565 from nextcloud/chore/modernize-error-handler
Christoph Wurst [Thu, 3 Nov 2022 13:42:51 +0000 (14:42 +0100)]
Merge pull request #32565 from nextcloud/chore/modernize-error-handler

Modernize the error handler

23 months agoMerge pull request #34933 from nextcloud/automated/noid/master-update-psalm-baseline
Carl Schwan [Thu, 3 Nov 2022 13:24:01 +0000 (14:24 +0100)]
Merge pull request #34933 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

23 months agoMerge pull request #33605 from nextcloud/perf/user-getdisplayname-cache
Anna [Thu, 3 Nov 2022 12:58:58 +0000 (13:58 +0100)]
Merge pull request #33605 from nextcloud/perf/user-getdisplayname-cache

Use cached getDisplayName method

23 months agoDo not remove complete encrypted session key when just a key should be removed 34934/head
Julius Härtl [Thu, 3 Nov 2022 08:58:31 +0000 (09:58 +0100)]
Do not remove complete encrypted session key when just a key should be removed

Signed-off-by: Julius Härtl <jus@bitgrid.net>
23 months agoRead encrypted session data again on reopen
Julius Härtl [Thu, 3 Nov 2022 07:39:59 +0000 (08:39 +0100)]
Read encrypted session data again on reopen

Signed-off-by: Julius Härtl <jus@bitgrid.net>
23 months agoAvoid a crash when a PHP extension has no version
Côme Chilliet [Thu, 3 Nov 2022 10:53:51 +0000 (11:53 +0100)]
Avoid a crash when a PHP extension has no version

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months agoMerge pull request #34852 from nextcloud/enhancement/host-validator-api
Christoph Wurst [Thu, 3 Nov 2022 10:37:03 +0000 (11:37 +0100)]
Merge pull request #34852 from nextcloud/enhancement/host-validator-api

Add remote host validation API

23 months agoSwitch to DisplayNameCache for CardDAV 33605/head
Anna Larch [Thu, 18 Aug 2022 11:45:13 +0000 (13:45 +0200)]
Switch to DisplayNameCache for CardDAV

Signed-off-by: Anna Larch <anna@nextcloud.com>
23 months agoSwitch to DisplayNameCache for CalDAV
Anna Larch [Thu, 18 Aug 2022 11:44:46 +0000 (13:44 +0200)]
Switch to DisplayNameCache for CalDAV

Signed-off-by: Anna Larch <anna@nextcloud.com>
23 months agoMove iMIP to it's own interface 34893/head
Anna Larch [Mon, 31 Oct 2022 10:16:45 +0000 (11:16 +0100)]
Move iMIP to it's own interface

and clean up the code a bit.

Added:
- author

Removed:
- unused imports

Changed:
- moved iMIP handling to new interface
- pointed code to new implementation

Signed-off-by: Anna Larch <anna@nextcloud.com>
23 months agoUpdate psalm baseline 34933/head
nextcloud-command [Thu, 3 Nov 2022 04:22:48 +0000 (04:22 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 3 Nov 2022 02:14:09 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoClean up and deprecate app container aliases 34929/head
Christoph Wurst [Wed, 2 Nov 2022 18:42:09 +0000 (19:42 +0100)]
Clean up and deprecate app container aliases

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
23 months agoMerge pull request #34868 from nextcloud/fix/toasts-styling
John Molakvoæ [Wed, 2 Nov 2022 15:59:02 +0000 (16:59 +0100)]
Merge pull request #34868 from nextcloud/fix/toasts-styling

Update @nextcloud/dialogs and fix toasts styling

23 months agoUpdate @nextcloud/dialogs@ and fix toasts styling 34868/head
John Molakvoæ [Fri, 28 Oct 2022 09:43:49 +0000 (11:43 +0200)]
Update @nextcloud/dialogs@ and fix toasts styling

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
23 months agoMerge pull request #34880 from nextcloud/dependabot/npm_and_yarn/babel/node-7.20.0
Julius Härtl [Wed, 2 Nov 2022 13:15:12 +0000 (14:15 +0100)]
Merge pull request #34880 from nextcloud/dependabot/npm_and_yarn/babel/node-7.20.0

Bump @babel/node from 7.17.10 to 7.20.0

23 months agoMerge pull request #34907 from nextcloud/enh/noid/remove-32bit-compatibilitiy
Simon L [Wed, 2 Nov 2022 12:01:10 +0000 (13:01 +0100)]
Merge pull request #34907 from nextcloud/enh/noid/remove-32bit-compatibilitiy

remove 32-bit workarounds

23 months agoMerge pull request #34871 from nextcloud/bugfix/34695/fix-internal-expiredate-visibility
Vincent Petry [Wed, 2 Nov 2022 11:58:24 +0000 (12:58 +0100)]
Merge pull request #34871 from nextcloud/bugfix/34695/fix-internal-expiredate-visibility

Fix visibility of internal expire date

23 months agoMerge pull request #34908 from nextcloud/enh/noid/disable-26-updates-32bit
Simon L [Wed, 2 Nov 2022 10:33:37 +0000 (11:33 +0100)]
Merge pull request #34908 from nextcloud/enh/noid/disable-26-updates-32bit

disable upgrades to 26 for 32-bit

23 months agofix psalm 34907/head
szaimen [Tue, 1 Nov 2022 13:52:20 +0000 (14:52 +0100)]
fix psalm

Signed-off-by: szaimen <szaimen@e.mail.de>
23 months agoremove 32-bit workarounds
szaimen [Tue, 1 Nov 2022 13:03:48 +0000 (14:03 +0100)]
remove 32-bit workarounds

Signed-off-by: szaimen <szaimen@e.mail.de>
23 months agoMerge pull request #34906 from nextcloud/enh/noid/improve-64-bit-check
John Molakvoæ [Wed, 2 Nov 2022 09:41:43 +0000 (10:41 +0100)]
Merge pull request #34906 from nextcloud/enh/noid/improve-64-bit-check

23 months agoLog all deprecations with debug level 32565/head
Christoph Wurst [Tue, 24 May 2022 06:39:55 +0000 (08:39 +0200)]
Log all deprecations with debug level

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
23 months agoRefactor the ErrorHandler into a dynamic class
Christoph Wurst [Tue, 24 May 2022 06:39:20 +0000 (08:39 +0200)]
Refactor the ErrorHandler into a dynamic class

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 2 Nov 2022 02:14:12 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agodisable upgrades to 26 for 32-bit 34908/head
szaimen [Tue, 1 Nov 2022 13:42:53 +0000 (14:42 +0100)]
disable upgrades to 26 for 32-bit

Signed-off-by: szaimen <szaimen@e.mail.de>
23 months agoupdate 64-bit check wording 34906/head
szaimen [Tue, 1 Nov 2022 12:50:50 +0000 (13:50 +0100)]
update 64-bit check wording

Signed-off-by: szaimen <szaimen@e.mail.de>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 1 Nov 2022 02:14:18 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoBump @babel/node from 7.17.10 to 7.20.0 34880/head
dependabot[bot] [Mon, 31 Oct 2022 20:42:18 +0000 (20:42 +0000)]
Bump @babel/node from 7.17.10 to 7.20.0

Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.17.10 to 7.20.0.
- [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.20.0/packages/babel-node)

---
updated-dependencies:
- dependency-name: "@babel/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
23 months agoAdd remote host validation API 34852/head
Christoph Wurst [Thu, 27 Oct 2022 12:33:31 +0000 (14:33 +0200)]
Add remote host validation API

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
23 months agoMerge pull request #34894 from nextcloud/enhancement/talk-api-delete-conversation
Christoph Wurst [Mon, 31 Oct 2022 14:59:25 +0000 (15:59 +0100)]
Merge pull request #34894 from nextcloud/enhancement/talk-api-delete-conversation

Add Talk converstation delete API

23 months agoMerge pull request #34895 from nextcloud/fix/build-api-reference
Julius Härtl [Mon, 31 Oct 2022 13:58:04 +0000 (14:58 +0100)]
Merge pull request #34895 from nextcloud/fix/build-api-reference

Use the official phpDocumentor release

23 months agoUse the official phpDocumentor release 34895/head
Ferdinand Thiessen [Mon, 31 Oct 2022 11:51:38 +0000 (12:51 +0100)]
Use the official phpDocumentor release

The previous cached version download URL was broken and only a
non-functional version was downloaded leading and so the API reference
was not updated since NC24.

This is fixed by simply using the latest stable phpDocumentor release.

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
23 months agoAdd Talk converstation delete API 34894/head
Christoph Wurst [Mon, 31 Oct 2022 10:44:39 +0000 (11:44 +0100)]
Add Talk converstation delete API

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 31 Oct 2022 02:13:55 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 30 Oct 2022 02:13:45 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoMerge pull request #34884 from nextcloud/automated/noid/master-update-psalm-baseline
Daniel [Sat, 29 Oct 2022 19:52:41 +0000 (21:52 +0200)]
Merge pull request #34884 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

23 months agoMerge pull request #34883 from nextcloud/dependabot/composer/build/integration/phpuni...
dependabot[bot] [Sat, 29 Oct 2022 07:36:33 +0000 (07:36 +0000)]
Merge pull request #34883 from nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.5.26

23 months agoMerge pull request #34881 from nextcloud/dependabot/npm_and_yarn/nextcloud/calendar...
dependabot[bot] [Sat, 29 Oct 2022 07:26:43 +0000 (07:26 +0000)]
Merge pull request #34881 from nextcloud/dependabot/npm_and_yarn/nextcloud/calendar-availability-vue-0.5.0-beta.3

23 months agoUpdate psalm baseline 34884/head
nextcloud-command [Sat, 29 Oct 2022 07:16:04 +0000 (07:16 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 29 Oct 2022 02:15:22 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoBump phpunit/phpunit from 9.5.23 to 9.5.26 in /build/integration 34883/head
dependabot[bot] [Sat, 29 Oct 2022 01:04:53 +0000 (01:04 +0000)]
Bump phpunit/phpunit from 9.5.23 to 9.5.26 in /build/integration

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.23 to 9.5.26.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.23...9.5.26)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
23 months agoBump @nextcloud/calendar-availability-vue 34881/head
dependabot[bot] [Sat, 29 Oct 2022 01:03:07 +0000 (01:03 +0000)]
Bump @nextcloud/calendar-availability-vue

Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 0.5.0-beta.2 to 0.5.0-beta.3.
- [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases)
- [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v0.5.0-beta.2...v0.5.0-beta.3)

---
updated-dependencies:
- dependency-name: "@nextcloud/calendar-availability-vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
23 months agoFix visibility of internal expire date 34871/head
Vincent Petry [Fri, 28 Oct 2022 16:58:52 +0000 (18:58 +0200)]
Fix visibility of internal expire date

Fixed visibility of the expiration date field for internal shares by
aligning the logic with the one from the public link shares.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
23 months agoMerge pull request #34866 from nextcloud/chore/cs-fixer-cache-ignore
Christoph Wurst [Fri, 28 Oct 2022 11:27:57 +0000 (13:27 +0200)]
Merge pull request #34866 from nextcloud/chore/cs-fixer-cache-ignore

Add new CS fixer cache file to .gitignore

23 months agoMerge pull request #34741 from nextcloud/fix/unsupported-browsers-user-only
John Molakvoæ [Fri, 28 Oct 2022 11:05:26 +0000 (13:05 +0200)]
Merge pull request #34741 from nextcloud/fix/unsupported-browsers-user-only

Only check unsupported browsers on user rendering

23 months agoOnly check unsupported browsers on user rendering 34741/head
John Molakvoæ [Sat, 22 Oct 2022 10:49:11 +0000 (12:49 +0200)]
Only check unsupported browsers on user rendering

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
23 months agoMerge pull request #34359 from nextcloud/enh/admin-theming-vue
John Molakvoæ [Fri, 28 Oct 2022 09:47:58 +0000 (11:47 +0200)]
Merge pull request #34359 from nextcloud/enh/admin-theming-vue

23 months agoAdd new CS fixer cache file to .gitignore 34866/head
Christoph Wurst [Fri, 28 Oct 2022 09:00:32 +0000 (11:00 +0200)]
Add new CS fixer cache file to .gitignore

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
23 months agoMerge pull request #34858 from raboof/disable-browser-translation
Simon L [Fri, 28 Oct 2022 07:34:33 +0000 (09:34 +0200)]
Merge pull request #34858 from raboof/disable-browser-translation

Disable browser translations

23 months agoMerge pull request #31064 from nextcloud/prune-calendar-changes
Christoph Wurst [Fri, 28 Oct 2022 06:44:33 +0000 (08:44 +0200)]
Merge pull request #31064 from nextcloud/prune-calendar-changes

Add a background job to prune outdated sync tokens