]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
17 months agoFeature: Provide access to app generated calendars through CalDAV 35121/head
Ferdinand Thiessen [Sat, 12 Nov 2022 16:42:12 +0000 (17:42 +0100)]
Feature: Provide access to app generated calendars through CalDAV

This adds CalDAV support for app generated calendars,
which are registered to the nextcloud core.
This is done by adding a dav plugin which wraps
all ICalendarProviders into a Sabre plugin (inspired by the deck app).

Add unit test for AppCalendar wrapper plugin and calendar object implementation.

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
17 months agoMerge pull request #37905 from nextcloud/techdebt/noid/add-attributes-for-remaining...
Joas Schilling [Tue, 25 Apr 2023 15:13:53 +0000 (17:13 +0200)]
Merge pull request #37905 from nextcloud/techdebt/noid/add-attributes-for-remaining-security-annotations

feat(security): Add PHP \Attribute for remaining security annotations

17 months agofeat(security): Add PHP \Attribute for remaining security annotations 37905/head
Joas Schilling [Mon, 24 Apr 2023 15:13:18 +0000 (17:13 +0200)]
feat(security): Add PHP \Attribute for remaining security annotations

Signed-off-by: Joas Schilling <coding@schilljs.com>
17 months agoMerge pull request #37818 from nextcloud/dav-ext-storage-log
Robin Appelman [Tue, 25 Apr 2023 12:12:57 +0000 (14:12 +0200)]
Merge pull request #37818 from nextcloud/dav-ext-storage-log

debug log requests made by dav external storage/shares

17 months agoMerge pull request #37835 from nextcloud/feat/background-allow-parallel-runs
Côme Chilliet [Tue, 25 Apr 2023 10:10:43 +0000 (12:10 +0200)]
Merge pull request #37835 from nextcloud/feat/background-allow-parallel-runs

feat(BackgroundJobs): Allow preventing parallel runs for a job class

17 months agoMerge pull request #37868 from nextcloud/bugfix/noid/fix-phpunit-version-check
Joas Schilling [Tue, 25 Apr 2023 09:06:10 +0000 (11:06 +0200)]
Merge pull request #37868 from nextcloud/bugfix/noid/fix-phpunit-version-check

fix(autotest): Fix PHPUNIT version check in autotest files

17 months agoMerge pull request #37909 from nextcloud/updateCrl
Arthur Schiwon [Tue, 25 Apr 2023 08:25:31 +0000 (10:25 +0200)]
Merge pull request #37909 from nextcloud/updateCrl

Update crl after revoke shifts.csr

17 months agoMerge pull request #36378 from nextcloud/fix/improve-taint-analysis
Joas Schilling [Tue, 25 Apr 2023 06:51:54 +0000 (08:51 +0200)]
Merge pull request #36378 from nextcloud/fix/improve-taint-analysis

Add missing taint analysis docblock comments, and improve escaping in…

17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 25 Apr 2023 02:22:46 +0000 (02:22 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agoMerge pull request #37780 from nextcloud/enh/a11y-focus-dialog
Pytal [Tue, 25 Apr 2023 00:05:42 +0000 (17:05 -0700)]
Merge pull request #37780 from nextcloud/enh/a11y-focus-dialog

17 months agoTrap focus in dialogs 37780/head
Christopher Ng [Fri, 21 Apr 2023 02:48:44 +0000 (19:48 -0700)]
Trap focus in dialogs

Signed-off-by: Christopher Ng <chrng8@gmail.com>
17 months agoAdd focus-trap
Christopher Ng [Fri, 21 Apr 2023 02:48:43 +0000 (19:48 -0700)]
Add focus-trap

Signed-off-by: Christopher Ng <chrng8@gmail.com>
17 months agoUpdate crl after revoke shifts.csr 37909/head
Vitor Mattos [Mon, 24 Apr 2023 22:21:36 +0000 (22:21 +0000)]
Update crl after revoke shifts.csr

Signed-off-by: Vitor Mattos <vitor@php.rio>
17 months agoJobListTest: Fix JobList constructor call 37835/head
Marcel Klehr [Mon, 24 Apr 2023 17:07:13 +0000 (19:07 +0200)]
JobListTest: Fix JobList constructor call

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agoAdd missing taint analysis docblock comments, and improve escaping in some methods 36378/head
Carl Schwan [Wed, 31 Aug 2022 19:15:02 +0000 (21:15 +0200)]
Add missing taint analysis docblock comments, and improve escaping in some methods

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
17 months agoJobList: add debug log when hasReservedJob query fails
Marcel Klehr [Mon, 24 Apr 2023 15:16:15 +0000 (17:16 +0200)]
JobList: add debug log when hasReservedJob query fails

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agoMerge pull request #37622 from nextcloud/group-list-numeric-userid
Robin Appelman [Mon, 24 Apr 2023 15:14:11 +0000 (17:14 +0200)]
Merge pull request #37622 from nextcloud/group-list-numeric-userid

fix output for group:list command with numeric user ids

17 months agodebug log requests made by dav external storage/shares 37818/head
Robin Appelman [Fri, 21 Apr 2023 16:17:28 +0000 (18:17 +0200)]
debug log requests made by dav external storage/shares

Signed-off-by: Robin Appelman <robin@icewind.nl>
17 months agoMerge pull request #36784 from nextcloud/fix/user_ldap-update-groups-fail-get
Daniel [Mon, 24 Apr 2023 14:26:30 +0000 (16:26 +0200)]
Merge pull request #36784 from nextcloud/fix/user_ldap-update-groups-fail-get

Properly test and log when a group is not found

17 months agoMerge pull request #36857 from nextcloud/scan-repair-unencrypted-size
Robin Appelman [Mon, 24 Apr 2023 13:24:50 +0000 (15:24 +0200)]
Merge pull request #36857 from nextcloud/scan-repair-unencrypted-size

fix unencrypted_size for folders when scanning the filesystem with encryption enabled

17 months agoMerge pull request #37856 from march42/bugfix/ldap_profiledata_removed
Côme Chilliet [Mon, 24 Apr 2023 12:11:16 +0000 (14:11 +0200)]
Merge pull request #37856 from march42/bugfix/ldap_profiledata_removed

removed profile data from LDAP will get removed

17 months agoMerge pull request #37864 from nextcloud/feat/noid/ratelimit-with-attributes
Joas Schilling [Mon, 24 Apr 2023 11:55:52 +0000 (13:55 +0200)]
Merge pull request #37864 from nextcloud/feat/noid/ratelimit-with-attributes

feat(ratelimit): Add Attributes support to rate limit middleware

17 months agoUpdate tests/lib/BackgroundJob/DummyJobList.php
Marcel Klehr [Mon, 24 Apr 2023 10:35:52 +0000 (12:35 +0200)]
Update tests/lib/BackgroundJob/DummyJobList.php

Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agofeat(ratelimit): Add Attributes support to rate limit middleware 37864/head
Joas Schilling [Fri, 21 Apr 2023 13:08:55 +0000 (15:08 +0200)]
feat(ratelimit): Add Attributes support to rate limit middleware

Signed-off-by: Joas Schilling <coding@schilljs.com>
17 months agoMerge pull request #37763 from nextcloud/techdebt/36014/require-scour-0.38.2-for...
Joas Schilling [Mon, 24 Apr 2023 09:53:37 +0000 (11:53 +0200)]
Merge pull request #37763 from nextcloud/techdebt/36014/require-scour-0.38.2-for-svg-optimization

chore(assets): Require scour 0.38.2 (Ubuntu LTS 22.04+) for SVG optimization

17 months agoMerge pull request #37895 from nextcloud/fix-make-grid-toggle-sticky
Simon L [Mon, 24 Apr 2023 09:43:33 +0000 (11:43 +0200)]
Merge pull request #37895 from nextcloud/fix-make-grid-toggle-sticky

fix: make grid view button sticky

17 months agoMerge pull request #37717 from nextcloud/artonge/fix/dont_override_stored_credentials...
Louis [Mon, 24 Apr 2023 09:30:43 +0000 (11:30 +0200)]
Merge pull request #37717 from nextcloud/artonge/fix/dont_override_stored_credentials_with_saml

Do not override stored credentials when login in with SAML

17 months agoMerge pull request #37816 from nextcloud/fix/events/info-to-debug-log-legacy-events
Christoph Wurst [Mon, 24 Apr 2023 09:14:41 +0000 (11:14 +0200)]
Merge pull request #37816 from nextcloud/fix/events/info-to-debug-log-legacy-events

fix(events): Log deprecated events as debug, not info

17 months agocode styling 37856/head
Marc Hefter [Mon, 24 Apr 2023 08:21:45 +0000 (10:21 +0200)]
code styling

Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Marc Hefter <marchefter@march42.net>
17 months agoUpdate apps/user_ldap/lib/User/User.php
Marc Hefter [Mon, 24 Apr 2023 08:14:17 +0000 (10:14 +0200)]
Update apps/user_ldap/lib/User/User.php

Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Marc Hefter <marchefter@march42.net>
17 months agochore(assets): Recompile JS 37763/head
Joas Schilling [Mon, 24 Apr 2023 08:04:01 +0000 (10:04 +0200)]
chore(assets): Recompile JS

Signed-off-by: Joas Schilling <coding@schilljs.com>
17 months agofix(assets): Optimize JPGs with jpegoptim 1.4.7
Joas Schilling [Mon, 17 Apr 2023 08:55:58 +0000 (10:55 +0200)]
fix(assets): Optimize JPGs with jpegoptim 1.4.7

Signed-off-by: Joas Schilling <coding@schilljs.com>
17 months agofix(assets): Optimize PNGs with optipng 0.7.7
Joas Schilling [Mon, 17 Apr 2023 08:54:39 +0000 (10:54 +0200)]
fix(assets): Optimize PNGs with optipng 0.7.7

Signed-off-by: Joas Schilling <coding@schilljs.com>
17 months agofix(assets): Optimize SVGs with scour 0.38.2
Joas Schilling [Mon, 17 Apr 2023 08:53:46 +0000 (10:53 +0200)]
fix(assets): Optimize SVGs with scour 0.38.2

Signed-off-by: Joas Schilling <coding@schilljs.com>
17 months agofix(assests): Ignore some more directories from optimization
Joas Schilling [Mon, 24 Apr 2023 06:58:52 +0000 (08:58 +0200)]
fix(assests): Ignore some more directories from optimization

Signed-off-by: Joas Schilling <coding@schilljs.com>
17 months agochore(assets): Require scour 0.38.2 (Ubuntu LTS 22.04+) for SVG optimization
Joas Schilling [Mon, 17 Apr 2023 08:52:20 +0000 (10:52 +0200)]
chore(assets): Require scour 0.38.2 (Ubuntu LTS 22.04+) for SVG optimization

Signed-off-by: Joas Schilling <coding@schilljs.com>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 24 Apr 2023 02:29:12 +0000 (02:29 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agofix: make grid view button sticky 37895/head
Daniel Kesselberg [Sun, 23 Apr 2023 19:02:43 +0000 (21:02 +0200)]
fix: make grid view button sticky

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
17 months agoUpdate autoloaders
Marcel Klehr [Sun, 23 Apr 2023 11:36:47 +0000 (13:36 +0200)]
Update autoloaders

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agoJobList#hasReservedJobs: Close cursor
Marcel Klehr [Fri, 21 Apr 2023 08:34:24 +0000 (10:34 +0200)]
JobList#hasReservedJobs: Close cursor

so Joas doesn't die

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agoRun cs:Fix
Marcel Klehr [Thu, 20 Apr 2023 14:39:38 +0000 (16:39 +0200)]
Run cs:Fix

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agoFix BackgroundJob tests
Marcel Klehr [Thu, 20 Apr 2023 13:29:47 +0000 (15:29 +0200)]
Fix BackgroundJob tests

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agoIParallelAwareJob: Add missing boilerplate
Marcel Klehr [Thu, 20 Apr 2023 13:23:13 +0000 (15:23 +0200)]
IParallelAwareJob: Add missing boilerplate

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agoJobListTest: clearJobsList before testHasReservedJobs
Marcel Klehr [Thu, 20 Apr 2023 12:21:57 +0000 (14:21 +0200)]
JobListTest: clearJobsList before testHasReservedJobs

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agoAdd IParallelAwareJob interface
Marcel Klehr [Thu, 20 Apr 2023 11:55:28 +0000 (13:55 +0200)]
Add IParallelAwareJob interface

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agoUpdate lib/private/BackgroundJob/JobList.php
Marcel Klehr [Thu, 20 Apr 2023 11:34:16 +0000 (13:34 +0200)]
Update lib/private/BackgroundJob/JobList.php

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agofix(tests): Remove duplicated method
Marcel Klehr [Thu, 20 Apr 2023 11:27:36 +0000 (13:27 +0200)]
fix(tests): Remove duplicated method

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agotest(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobs
Marcel Klehr [Thu, 20 Apr 2023 11:18:28 +0000 (13:18 +0200)]
test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobs

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agofix(SpeechToText): Prevent parallel runs of TranscriptionJob
Marcel Klehr [Thu, 20 Apr 2023 10:56:48 +0000 (12:56 +0200)]
fix(SpeechToText): Prevent parallel runs of TranscriptionJob

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agofeat(BackgroundJobs): Allow preventing parallel runs for a job class
Marcel Klehr [Thu, 20 Apr 2023 10:55:06 +0000 (12:55 +0200)]
feat(BackgroundJobs): Allow preventing parallel runs for a job class

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 23 Apr 2023 02:28:42 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agoMerge pull request #37032 from nextcloud/dependabot/npm_and_yarn/query-string-8.1.0
John Molakvoæ [Sat, 22 Apr 2023 15:53:01 +0000 (17:53 +0200)]
Merge pull request #37032 from nextcloud/dependabot/npm_and_yarn/query-string-8.1.0

chore(deps): Bump query-string from 7.1.1 to 8.1.0

17 months agochore(deps): Bump query-string from 7.1.1 to 8.1.0 37032/head
John Molakvoæ [Sat, 22 Apr 2023 15:37:42 +0000 (17:37 +0200)]
chore(deps): Bump query-string from 7.1.1 to 8.1.0

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agoMerge pull request #37884 from nextcloud/dependabot/npm_and_yarn/underscore-1.13.6
dependabot[bot] [Sat, 22 Apr 2023 11:27:55 +0000 (11:27 +0000)]
Merge pull request #37884 from nextcloud/dependabot/npm_and_yarn/underscore-1.13.6

17 months agochore(npm): compile assets 37884/head
John Molakvoæ [Sat, 22 Apr 2023 09:49:36 +0000 (11:49 +0200)]
chore(npm): compile assets

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agochore(deps): bump browserslist-useragent-regexp from 3.0.2 to 4.0.0
dependabot[bot] [Sat, 22 Apr 2023 01:59:52 +0000 (01:59 +0000)]
chore(deps): bump browserslist-useragent-regexp from 3.0.2 to 4.0.0

Bumps [browserslist-useragent-regexp](https://github.com/browserslist/browserslist-useragent-regexp) from 3.0.2 to 4.0.0.
- [Release notes](https://github.com/browserslist/browserslist-useragent-regexp/releases)
- [Changelog](https://github.com/browserslist/browserslist-useragent-regexp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist-useragent-regexp/commits/v4.0.0)

---
updated-dependencies:
- dependency-name: browserslist-useragent-regexp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
17 months agobump is-svg from 4.4.0 to 5.0.0
dependabot[bot] [Sat, 22 Apr 2023 03:19:36 +0000 (03:19 +0000)]
bump is-svg from 4.4.0 to 5.0.0

---
updated-dependencies:
- dependency-name: is-svg
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
17 months agobump underscore from 1.13.4 to 1.13.6
dependabot[bot] [Sat, 22 Apr 2023 03:02:25 +0000 (03:02 +0000)]
bump underscore from 1.13.4 to 1.13.6

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

Signed-off-by: dependabot[bot] <support@github.com>
17 months agoMerge pull request #37866 from nextcloud/fix/files-vue
John Molakvoæ [Sat, 22 Apr 2023 09:49:57 +0000 (11:49 +0200)]
Merge pull request #37866 from nextcloud/fix/files-vue

17 months agoMerge pull request #37885 from nextcloud/dependabot/composer/build/integration/behat...
John Molakvoæ [Sat, 22 Apr 2023 08:59:34 +0000 (10:59 +0200)]
Merge pull request #37885 from nextcloud/dependabot/composer/build/integration/behat/behat-3.13.0

chore(deps-dev): bump behat/behat from 3.12.0 to 3.13.0 in /build/integration

17 months agoMerge pull request #37883 from nextcloud/dependabot/npm_and_yarn/puppeteer-19.10.1
dependabot[bot] [Sat, 22 Apr 2023 08:59:19 +0000 (08:59 +0000)]
Merge pull request #37883 from nextcloud/dependabot/npm_and_yarn/puppeteer-19.10.1

17 months agochore(deps-dev): bump behat/behat in /build/integration 37885/head
dependabot[bot] [Sat, 22 Apr 2023 08:58:12 +0000 (08:58 +0000)]
chore(deps-dev): bump behat/behat in /build/integration

Bumps [behat/behat](https://github.com/Behat/Behat) from 3.12.0 to 3.13.0.
- [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.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: behat/behat
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
17 months agoMerge pull request #37891 from nextcloud/dependabot/composer/build/integration/guzzle...
John Molakvoæ [Sat, 22 Apr 2023 08:57:34 +0000 (10:57 +0200)]
Merge pull request #37891 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.5.1

chore(deps-dev): bump guzzlehttp/guzzle from 7.5.0 to 7.5.1 in /build/integration

17 months agoMerge pull request #37886 from nextcloud/dependabot/npm_and_yarn/wait-on-7.0.1
dependabot[bot] [Sat, 22 Apr 2023 08:57:09 +0000 (08:57 +0000)]
Merge pull request #37886 from nextcloud/dependabot/npm_and_yarn/wait-on-7.0.1

17 months agoMerge pull request #37890 from nextcloud/dependabot/npm_and_yarn/karma-6.4.2
John Molakvoæ [Sat, 22 Apr 2023 08:47:41 +0000 (10:47 +0200)]
Merge pull request #37890 from nextcloud/dependabot/npm_and_yarn/karma-6.4.2

bump karma from 6.4.1 to 6.4.2

17 months agoMerge pull request #37889 from nextcloud/dependabot/npm_and_yarn/pinia/testing-0...
dependabot[bot] [Sat, 22 Apr 2023 07:00:51 +0000 (07:00 +0000)]
Merge pull request #37889 from nextcloud/dependabot/npm_and_yarn/pinia/testing-0.0.16

17 months agobump karma from 6.4.1 to 6.4.2 37890/head
dependabot[bot] [Sat, 22 Apr 2023 06:15:46 +0000 (06:15 +0000)]
bump karma from 6.4.1 to 6.4.2

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

Signed-off-by: dependabot[bot] <support@github.com>
17 months agoMerge pull request #37881 from nextcloud/dependabot/npm_and_yarn/karma-spec-reporter...
dependabot[bot] [Sat, 22 Apr 2023 06:14:18 +0000 (06:14 +0000)]
Merge pull request #37881 from nextcloud/dependabot/npm_and_yarn/karma-spec-reporter-0.0.36

17 months agochore(deps-dev): bump guzzlehttp/guzzle in /build/integration 37891/head
dependabot[bot] [Sat, 22 Apr 2023 03:39:58 +0000 (03:39 +0000)]
chore(deps-dev): bump guzzlehttp/guzzle in /build/integration

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.5.0 to 7.5.1.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.5/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.5.0...7.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
17 months agobump @pinia/testing from 0.0.15 to 0.0.16 37889/head
dependabot[bot] [Sat, 22 Apr 2023 03:29:12 +0000 (03:29 +0000)]
bump @pinia/testing from 0.0.15 to 0.0.16

---
updated-dependencies:
- dependency-name: "@pinia/testing"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
17 months agobump wait-on from 6.0.1 to 7.0.1 37886/head
dependabot[bot] [Sat, 22 Apr 2023 03:14:03 +0000 (03:14 +0000)]
bump wait-on from 6.0.1 to 7.0.1

---
updated-dependencies:
- dependency-name: wait-on
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
17 months agobump puppeteer from 15.5.0 to 19.10.1 37883/head
dependabot[bot] [Sat, 22 Apr 2023 02:57:10 +0000 (02:57 +0000)]
bump puppeteer from 15.5.0 to 19.10.1

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 22 Apr 2023 02:28:13 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agochore(deps-dev): bump karma-spec-reporter from 0.0.35 to 0.0.36 37881/head
dependabot[bot] [Sat, 22 Apr 2023 01:59:15 +0000 (01:59 +0000)]
chore(deps-dev): bump karma-spec-reporter from 0.0.35 to 0.0.36

Bumps [karma-spec-reporter](https://github.com/tmcgee123/karma-spec-reporter) from 0.0.35 to 0.0.36.
- [Release notes](https://github.com/tmcgee123/karma-spec-reporter/releases)
- [Commits](https://github.com/tmcgee123/karma-spec-reporter/compare/v0.0.35...v0.0.36)

---
updated-dependencies:
- dependency-name: karma-spec-reporter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
17 months agoMerge pull request #37867 from nextcloud/techdebt/noid/require-min-composer-version...
Arthur Schiwon [Fri, 21 Apr 2023 17:26:57 +0000 (19:26 +0200)]
Merge pull request #37867 from nextcloud/techdebt/noid/require-min-composer-version-for-autoloader

chore(autoloader): Require a minimum composer version to make sure the autoloader

17 months agoMerge pull request #37820 from nextcloud/parent-storage-mtime-ignore-error
Robin Appelman [Fri, 21 Apr 2023 17:11:27 +0000 (19:11 +0200)]
Merge pull request #37820 from nextcloud/parent-storage-mtime-ignore-error

ignore errors while trying to update parent storage_mtime

17 months agoMerge pull request #37853 from nextcloud/fix/37610/composer-caches-to-apcu
Arthur Schiwon [Fri, 21 Apr 2023 16:17:32 +0000 (18:17 +0200)]
Merge pull request #37853 from nextcloud/fix/37610/composer-caches-to-apcu

add the server roots and version info hash to apcu prefix

17 months agoRead mtime of version.php only once 37853/head
Arthur Schiwon [Fri, 21 Apr 2023 09:28:01 +0000 (11:28 +0200)]
Read mtime of version.php only once

- in most cases it would read again in \OC_Util::loadVersion anyway
- remove some unused use statements

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
17 months agoadd the server roots and version info hash to apcu prefix
Arthur Schiwon [Thu, 20 Apr 2023 21:10:34 +0000 (23:10 +0200)]
add the server roots and version info hash to apcu prefix

fixes collissions when more than one instance is running on the same
system

For the memcaches we use a more complex prefix, where version and
instance ID are incorporated. We do not have this data at hand at this
point of time. But we can get the mtime of the version.php file
relatively cheap.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
17 months agochore(npm): compile assets 37866/head
John Molakvoæ [Fri, 21 Apr 2023 14:00:30 +0000 (16:00 +0200)]
chore(npm): compile assets

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agofix(autotest): Fix PHPUNIT version check in autotest files 37868/head
Joas Schilling [Fri, 21 Apr 2023 13:57:29 +0000 (15:57 +0200)]
fix(autotest): Fix PHPUNIT version check in autotest files

Signed-off-by: Joas Schilling <coding@schilljs.com>
17 months agofix(files): do not execute the default action on folders
John Molakvoæ [Fri, 21 Apr 2023 13:58:40 +0000 (15:58 +0200)]
fix(files): do not execute the default action on folders

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agochore(autoloader): Update autoloaders with composer 2.5.5 37867/head
Joas Schilling [Fri, 21 Apr 2023 13:53:55 +0000 (15:53 +0200)]
chore(autoloader): Update autoloaders with composer 2.5.5

Signed-off-by: Joas Schilling <coding@schilljs.com>
17 months agochore(npm): compile assets
John Molakvoæ [Fri, 21 Apr 2023 13:53:26 +0000 (15:53 +0200)]
chore(npm): compile assets

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agochore(CI): Require a minimum composer version to make sure the autoloader is okay
Joas Schilling [Fri, 21 Apr 2023 13:53:06 +0000 (15:53 +0200)]
chore(CI): Require a minimum composer version to make sure the autoloader is okay

Signed-off-by: Joas Schilling <coding@schilljs.com>
17 months agofix(files): favorite marker css
John Molakvoæ [Fri, 21 Apr 2023 13:45:00 +0000 (15:45 +0200)]
fix(files): favorite marker css

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agofix(files): fileid attribute
John Molakvoæ [Fri, 21 Apr 2023 13:44:06 +0000 (15:44 +0200)]
fix(files): fileid attribute

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agofeat(files): allow navigation entry removal
John Molakvoæ [Fri, 21 Apr 2023 13:41:49 +0000 (15:41 +0200)]
feat(files): allow navigation entry removal

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agofix(files): paths store reactivity
John Molakvoæ [Fri, 21 Apr 2023 13:41:28 +0000 (15:41 +0200)]
fix(files): paths store reactivity

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agofeat(files): add dir file action parameter
John Molakvoæ [Fri, 21 Apr 2023 13:40:27 +0000 (15:40 +0200)]
feat(files): add dir file action parameter

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agofeat(files): add sidebar action
John Molakvoæ [Fri, 21 Apr 2023 13:39:31 +0000 (15:39 +0200)]
feat(files): add sidebar action

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agofix(files): always force menu
John Molakvoæ [Fri, 21 Apr 2023 13:33:08 +0000 (15:33 +0200)]
fix(files): always force menu

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agoMerge pull request #37858 from nextcloud/fix/lock
John Molakvoæ [Fri, 21 Apr 2023 13:25:06 +0000 (15:25 +0200)]
Merge pull request #37858 from nextcloud/fix/lock

Fix lockfile and update cypress

17 months agoMerge pull request #37525 from nextcloud/file-debug-info
Robin Appelman [Fri, 21 Apr 2023 12:18:05 +0000 (14:18 +0200)]
Merge pull request #37525 from nextcloud/file-debug-info

add command for getting fileinfo for debugging

17 months agochore(npm): fix warning and build 37858/head
John Molakvoæ [Fri, 21 Apr 2023 12:01:41 +0000 (14:01 +0200)]
chore(npm): fix warning and build

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agoMerge pull request #37062 from nextcloud/free-space
Robin Appelman [Fri, 21 Apr 2023 11:55:42 +0000 (13:55 +0200)]
Merge pull request #37062 from nextcloud/free-space

Check free space only if source exists and is dir

17 months agoMerge pull request #37596 from nextcloud/enh/type-iconfig-getter-calls
Robin Appelman [Fri, 21 Apr 2023 11:48:12 +0000 (13:48 +0200)]
Merge pull request #37596 from nextcloud/enh/type-iconfig-getter-calls

Use typed version of IConfig::getSystemValue as much as possible

17 months agochore(deps): update cypress
John Molakvoæ [Fri, 21 Apr 2023 09:04:08 +0000 (11:04 +0200)]
chore(deps): update cypress

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agofix(npm): lockfile
John Molakvoæ [Fri, 21 Apr 2023 09:03:38 +0000 (11:03 +0200)]
fix(npm): lockfile

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agoremoved profile data from LDAP will get removed
Marc Hefter [Fri, 21 Apr 2023 08:35:44 +0000 (10:35 +0200)]
removed profile data from LDAP will get removed

If attribute mapping is configured and no value present in LDAP, the
according profile field is emptied. Removing an attribute e.g. phone
from LDAP will cause the phone number being removed from profile.

Signed-off-by: Marc Hefter <marchefter@gmail.com>