]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoGet not only time-sensitive next job from list but any 32109/head
Kirill Popov [Sat, 23 Apr 2022 13:42:37 +0000 (16:42 +0300)]
Get not only time-sensitive next job from list but any

Before the change webcron used to select
**only** time-sensitive tasks.

Signed-off-by: Kirill Popov <kirill.s.popov@gmail.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 24 Apr 2022 02:28:28 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32054 from nextcloud/verify-that-talk-could-be-enabled-before...
Joas Schilling [Sat, 23 Apr 2022 13:38:46 +0000 (15:38 +0200)]
Merge pull request #32054 from nextcloud/verify-that-talk-could-be-enabled-before-executing-the-tests

Verify that Talk could be enabled before executing the tests

2 years agoMerge pull request #32091 from nextcloud/dependabot/npm_and_yarn/babel-loader-8.2.5
dependabot[bot] [Sat, 23 Apr 2022 04:52:49 +0000 (04:52 +0000)]
Merge pull request #32091 from nextcloud/dependabot/npm_and_yarn/babel-loader-8.2.5

2 years agoMerge pull request #32090 from nextcloud/dependabot/npm_and_yarn/puppeteer-13.6.0
dependabot[bot] [Sat, 23 Apr 2022 04:50:26 +0000 (04:50 +0000)]
Merge pull request #32090 from nextcloud/dependabot/npm_and_yarn/puppeteer-13.6.0

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 23 Apr 2022 02:27:54 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump babel-loader from 8.2.4 to 8.2.5 32091/head
dependabot[bot] [Sat, 23 Apr 2022 01:02:44 +0000 (01:02 +0000)]
Bump babel-loader from 8.2.4 to 8.2.5

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.4 to 8.2.5.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump puppeteer from 13.5.2 to 13.6.0 32090/head
dependabot[bot] [Sat, 23 Apr 2022 01:02:43 +0000 (01:02 +0000)]
Bump puppeteer from 13.5.2 to 13.6.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.5.2 to 13.6.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v13.5.2...v13.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #32076 from nextcloud/cache-storage-info-failed-share
Carl Schwan [Fri, 22 Apr 2022 19:26:05 +0000 (21:26 +0200)]
Merge pull request #32076 from nextcloud/cache-storage-info-failed-share

use and cache root storage info if a share can't be resolved

2 years agoMerge pull request #32040 from nextcloud/full-setup-only-new
Julius Härtl [Fri, 22 Apr 2022 15:03:09 +0000 (17:03 +0200)]
Merge pull request #32040 from nextcloud/full-setup-only-new

only register mounts that are new from providers that are new during a full setup

2 years agoMerge pull request #32073 from nextcloud/fix/DyslexiaFont-theme
Simon L [Fri, 22 Apr 2022 14:30:56 +0000 (16:30 +0200)]
Merge pull request #32073 from nextcloud/fix/DyslexiaFont-theme

Fix dyslexia font loading

2 years agoadd logging of failed quota info 32076/head
Robin Appelman [Fri, 22 Apr 2022 13:18:07 +0000 (15:18 +0200)]
add logging of failed quota info

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agouse and cache root storage info if a share can't be resolved
Robin Appelman [Fri, 22 Apr 2022 12:59:15 +0000 (14:59 +0200)]
use and cache root storage info if a share can't be resolved

as is a broken share will never be cached

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #32071 from nextcloud/performance/cache-display-name
blizzz [Fri, 22 Apr 2022 12:51:46 +0000 (14:51 +0200)]
Merge pull request #32071 from nextcloud/performance/cache-display-name

cache display names in local memory before external memcache

2 years agoMerge pull request #32053 from nextcloud/cache-verify-share-mountpoint
blizzz [Fri, 22 Apr 2022 12:36:49 +0000 (14:36 +0200)]
Merge pull request #32053 from nextcloud/cache-verify-share-mountpoint

cache the verification of the share mountpoint

2 years agoFix dyslexia font loading 32073/head
John Molakvoæ [Fri, 22 Apr 2022 10:59:11 +0000 (12:59 +0200)]
Fix dyslexia font loading

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agocache display names in local memory before external memcache 32071/head
Robin Appelman [Fri, 22 Apr 2022 10:50:42 +0000 (12:50 +0200)]
cache display names in local memory before external memcache

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #31751 from nextcloud/theming-providers
John Molakvoæ [Fri, 22 Apr 2022 10:32:14 +0000 (12:32 +0200)]
Merge pull request #31751 from nextcloud/theming-providers

2 years agoMerge pull request #32045 from nextcloud/cache-fullSetupRequired
blizzz [Fri, 22 Apr 2022 09:32:21 +0000 (11:32 +0200)]
Merge pull request #32045 from nextcloud/cache-fullSetupRequired

cache fullSetupRequired locally

2 years agoAdd default theming disabled fallback 31751/head
John Molakvoæ [Fri, 22 Apr 2022 07:56:12 +0000 (09:56 +0200)]
Add default theming disabled fallback

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #32047 from nextcloud/performance/cache-display-name
John Molakvoæ [Fri, 22 Apr 2022 09:20:08 +0000 (11:20 +0200)]
Merge pull request #32047 from nextcloud/performance/cache-display-name

2 years agoUpdate cache when display name change 32047/head
Carl Schwan [Fri, 22 Apr 2022 08:01:35 +0000 (10:01 +0200)]
Update cache when display name change

This improve the correctness of the data

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoCache display name
Carl Schwan [Thu, 21 Apr 2022 14:31:19 +0000 (16:31 +0200)]
Cache display name

This should saves some query in the share backend when displaying the
owner and it's not important if the display name is 10 minutes outdated
as it is very rare that this gets changed.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32048 from nextcloud/cache-storage-info
John Molakvoæ [Fri, 22 Apr 2022 06:15:40 +0000 (08:15 +0200)]
Merge pull request #32048 from nextcloud/cache-storage-info

cache storage info in memcache for 5m

2 years agoMerge pull request #32049 from nextcloud/bugfix/noid/custom-property-ignorelist
John Molakvoæ [Fri, 22 Apr 2022 06:14:40 +0000 (08:14 +0200)]
Merge pull request #32049 from nextcloud/bugfix/noid/custom-property-ignorelist

Add known dav properties to ignore list

2 years agoMerge pull request #32050 from nextcloud/share-cache-owner-name
John Molakvoæ [Fri, 22 Apr 2022 06:13:38 +0000 (08:13 +0200)]
Merge pull request #32050 from nextcloud/share-cache-owner-name

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 22 Apr 2022 02:28:58 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix acceptance
John Molakvoæ [Thu, 21 Apr 2022 16:57:12 +0000 (18:57 +0200)]
Fix acceptance

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoCompile assets
nextcloud-command [Thu, 21 Apr 2022 12:46:39 +0000 (12:46 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoLint and psalm fix
John Molakvoæ [Thu, 21 Apr 2022 11:55:32 +0000 (13:55 +0200)]
Lint and psalm fix

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoPhpunit
John Molakvoæ [Wed, 20 Apr 2022 12:21:42 +0000 (14:21 +0200)]
Phpunit

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoShip mexitek/phpcolors
John Molakvoæ [Wed, 20 Apr 2022 09:14:40 +0000 (11:14 +0200)]
Ship mexitek/phpcolors

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoRemove accessibility
John Molakvoæ [Wed, 20 Apr 2022 08:40:09 +0000 (10:40 +0200)]
Remove accessibility

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agocache the verification of the share mountpoint 32053/head
Robin Appelman [Thu, 21 Apr 2022 15:43:51 +0000 (17:43 +0200)]
cache the verification of the share mountpoint

after the initial verification this can only really be invalidated by a system mount (external/group/etc) being created at the share target since any normal file/folder creation will already conflict with the share

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoVerify that Talk could be enabled before executing the tests 32054/head
Daniel Calviño Sánchez [Thu, 21 Apr 2022 15:44:47 +0000 (17:44 +0200)]
Verify that Talk could be enabled before executing the tests

This should make the problem clearer if Talk could not be enabled (for
example, due to a version mismatch), as otherwise the tests would fail
in more cryptic ways.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2 years agocache the share owner name for formating cache entries 32050/head
Robin Appelman [Thu, 21 Apr 2022 15:33:18 +0000 (17:33 +0200)]
cache the share owner name for formating cache entries

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoAdd known dav properties to ignore list 32049/head
Julius Härtl [Thu, 21 Apr 2022 15:01:42 +0000 (17:01 +0200)]
Add known dav properties to ignore list

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agocache storage info in memcache for 5m 32048/head
Robin Appelman [Thu, 21 Apr 2022 14:48:01 +0000 (16:48 +0200)]
cache storage info in memcache for 5m

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #32042 from nextcloud/shared-storage-instanceof-common
Joas Schilling [Thu, 21 Apr 2022 14:24:04 +0000 (16:24 +0200)]
Merge pull request #32042 from nextcloud/shared-storage-instanceof-common

improve optimization for SharedStorage::instanceOfStorage(Common)

2 years agocache fullSetupRequired locally 32045/head
Robin Appelman [Thu, 21 Apr 2022 13:23:09 +0000 (15:23 +0200)]
cache fullSetupRequired locally

no need to hit redis every time

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoalso apply the fix for the other storage types 32042/head
Robin Appelman [Thu, 21 Apr 2022 13:00:42 +0000 (15:00 +0200)]
also apply the fix for the other storage types

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoimprove optimization for SharedStorage::instanceOfStorage(Common)
Robin Appelman [Thu, 21 Apr 2022 12:51:09 +0000 (14:51 +0200)]
improve optimization for SharedStorage::instanceOfStorage(Common)

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoonly register mounts that are new from providers that are new during a full setup 32040/head
Robin Appelman [Thu, 21 Apr 2022 10:33:43 +0000 (12:33 +0200)]
only register mounts that are new from providers that are new during a full setup

this fixes cases where during the (partial) setup of a shared mount a full setup is triggered

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #31047 from nextcloud/enh/preferences-index
Julius Härtl [Thu, 21 Apr 2022 07:59:04 +0000 (09:59 +0200)]
Merge pull request #31047 from nextcloud/enh/preferences-index

Additional index on oc_preferences to make queries without a user filter faster

2 years agoMigrate old accessibility config
John Molakvoæ [Wed, 20 Apr 2022 08:31:32 +0000 (10:31 +0200)]
Migrate old accessibility config

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoFont fixes and design update for theme picker
John Molakvoæ [Wed, 20 Apr 2022 07:55:41 +0000 (09:55 +0200)]
Font fixes and design update for theme picker

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMigrating themes to Theming app
John Molakvoæ [Fri, 15 Apr 2022 11:55:19 +0000 (13:55 +0200)]
Migrating themes to Theming app

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoWrite body theme selector straight in the template
John Molakvoæ [Fri, 15 Apr 2022 11:54:53 +0000 (13:54 +0200)]
Write body theme selector straight in the template

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoFix twofactor loading and public image
John Molakvoæ [Fri, 15 Apr 2022 08:28:54 +0000 (10:28 +0200)]
Fix twofactor loading and public image

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoUpdate and fix theming images
John Molakvoæ (skjnldsv) [Fri, 1 Apr 2022 13:19:15 +0000 (15:19 +0200)]
Update and fix theming images

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoUpdate search icon size
John Molakvoæ (skjnldsv) [Fri, 1 Apr 2022 07:30:02 +0000 (09:30 +0200)]
Update search icon size

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoStart theming providers
Joas Schilling [Tue, 29 Mar 2022 20:18:40 +0000 (22:18 +0200)]
Start theming providers

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 21 Apr 2022 02:28:12 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32021 from nextcloud/fix/shared-dav-export
Pytal [Wed, 20 Apr 2022 16:20:18 +0000 (09:20 -0700)]
Merge pull request #32021 from nextcloud/fix/shared-dav-export

2 years agoMerge pull request #30311 from nextcloud/enh/search-load
Julius Härtl [Wed, 20 Apr 2022 14:36:15 +0000 (16:36 +0200)]
Merge pull request #30311 from nextcloud/enh/search-load

Add unified search options

2 years agoMerge pull request #32024 from nextcloud/local-metadata-forbidden
Robin Appelman [Wed, 20 Apr 2022 12:34:23 +0000 (12:34 +0000)]
Merge pull request #32024 from nextcloud/local-metadata-forbidden

ignore forbidden files while scanning local storage

2 years agoMerge pull request #32022 from nextcloud/debug/noid/stacktrace-user-object
Joas Schilling [Wed, 20 Apr 2022 12:10:42 +0000 (14:10 +0200)]
Merge pull request #32022 from nextcloud/debug/noid/stacktrace-user-object

log stacktrace for 'Backends provided no user object'

2 years agoFix test 32022/head
Joas Schilling [Wed, 20 Apr 2022 11:08:31 +0000 (13:08 +0200)]
Fix test

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoignore forbidden files while scanning local storage 32024/head
Robin Appelman [Wed, 20 Apr 2022 11:01:16 +0000 (13:01 +0200)]
ignore forbidden files while scanning local storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agolog stacktrace for 'Backends provided no user object'
Arthur Schiwon [Wed, 20 Apr 2022 10:15:39 +0000 (12:15 +0200)]
log stacktrace for 'Backends provided no user object'

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoFix warning 32021/head
Christopher Ng [Wed, 20 Apr 2022 04:47:58 +0000 (04:47 +0000)]
Fix warning

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoUpdate naming of address book exports
Christopher Ng [Wed, 20 Apr 2022 04:46:28 +0000 (04:46 +0000)]
Update naming of address book exports

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoFix export of shared calendars
Christopher Ng [Wed, 20 Apr 2022 04:43:30 +0000 (04:43 +0000)]
Fix export of shared calendars

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 20 Apr 2022 02:28:42 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoAdditional index on oc_preferences to make sure that gettingh values without a user... 31047/head
Julius Härtl [Mon, 7 Feb 2022 08:55:39 +0000 (09:55 +0100)]
Additional index on oc_preferences to make sure that gettingh values without a user filter is fast

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 19 Apr 2022 02:27:59 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31995 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.0
dependabot[bot] [Sun, 17 Apr 2022 23:33:46 +0000 (23:33 +0000)]
Merge pull request #31995 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.0

2 years agoBump core-js from 3.21.1 to 3.22.0 31995/head
dependabot[bot] [Sat, 16 Apr 2022 01:03:21 +0000 (01:03 +0000)]
Bump core-js from 3.21.1 to 3.22.0

Bumps [core-js](https://github.com/zloirock/core-js) from 3.21.1 to 3.22.0.
- [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.21.1...v3.22.0)

---
updated-dependencies:
- dependency-name: core-js
  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>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 17 Apr 2022 02:26:47 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 16 Apr 2022 02:26:52 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 15 Apr 2022 02:27:18 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31991 from nextcloud/dependabot/npm_and_yarn/testing-library...
dependabot[bot] [Fri, 15 Apr 2022 01:52:03 +0000 (01:52 +0000)]
Merge pull request #31991 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-14.1.0

2 years agoMerge pull request #31989 from nextcloud/dependabot/npm_and_yarn/karma-spec-reporter...
dependabot[bot] [Fri, 15 Apr 2022 01:48:18 +0000 (01:48 +0000)]
Merge pull request #31989 from nextcloud/dependabot/npm_and_yarn/karma-spec-reporter-0.0.34

2 years agoBump @testing-library/user-event from 14.0.4 to 14.1.0 31991/head
dependabot[bot] [Thu, 14 Apr 2022 20:58:46 +0000 (20:58 +0000)]
Bump @testing-library/user-event from 14.0.4 to 14.1.0

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.0.4 to 14.1.0.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v14.0.4...v14.1)

---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump karma-spec-reporter from 0.0.33 to 0.0.34 31989/head
dependabot[bot] [Thu, 14 Apr 2022 20:57:51 +0000 (20:57 +0000)]
Bump karma-spec-reporter from 0.0.33 to 0.0.34

Bumps [karma-spec-reporter](https://github.com/tmcgee123/karma-spec-reporter) from 0.0.33 to 0.0.34.
- [Release notes](https://github.com/tmcgee123/karma-spec-reporter/releases)
- [Commits](https://github.com/tmcgee123/karma-spec-reporter/compare/v0.0.33...v0.0.34)

---
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>
2 years agoMerge pull request #31956 from nextcloud/techdebt/noid/master-is-now-25
blizzz [Thu, 14 Apr 2022 20:55:19 +0000 (22:55 +0200)]
Merge pull request #31956 from nextcloud/techdebt/noid/master-is-now-25

⚠️ Master is now 25

2 years agoMaster is now 25 31956/head
Joas Schilling [Wed, 13 Apr 2022 07:37:32 +0000 (09:37 +0200)]
Master is now 25

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #31962 from nextcloud/release/rc1/24.0.0 v24.0.0rc1
blizzz [Thu, 14 Apr 2022 19:18:36 +0000 (21:18 +0200)]
Merge pull request #31962 from nextcloud/release/rc1/24.0.0

24.0.0 RC1

2 years agoMerge pull request #31826 from nextcloud/fix/log-why-credential-token-invalid
Vincent Petry [Thu, 14 Apr 2022 18:29:44 +0000 (20:29 +0200)]
Merge pull request #31826 from nextcloud/fix/log-why-credential-token-invalid

Log why the login token can't be used for credentials

2 years agoMerge pull request #30860 from nextcloud/smb-getdirectory-content-catch
Vincent Petry [Thu, 14 Apr 2022 18:26:17 +0000 (20:26 +0200)]
Merge pull request #30860 from nextcloud/smb-getdirectory-content-catch

handle notfound and notpermitted error in Smb::getDirectoryContent

2 years agoMerge pull request #31972 from nextcloud/enh/noid/file-picker-extra-filter-function
Vincent Petry [Thu, 14 Apr 2022 18:21:00 +0000 (20:21 +0200)]
Merge pull request #31972 from nextcloud/enh/noid/file-picker-extra-filter-function

Add extra filter for file picker

2 years agoMerge pull request #31975 from nextcloud/bugfix/31952/fix-mail-link-share-password...
Vincent Petry [Thu, 14 Apr 2022 15:51:13 +0000 (17:51 +0200)]
Merge pull request #31975 from nextcloud/bugfix/31952/fix-mail-link-share-password-expiration-settings

Adjust settings for mail link password

2 years agoAdd extra filter for file picker 31972/head
Vincent Petry [Thu, 14 Apr 2022 09:04:46 +0000 (11:04 +0200)]
Add extra filter for file picker

Makes it possible to be more flexible when filtering entries to be
displayed.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #31886 from nextcloud/bugfix/noid/principal-search-case-insensitive-dn
Vincent Petry [Thu, 14 Apr 2022 13:07:25 +0000 (15:07 +0200)]
Merge pull request #31886 from nextcloud/bugfix/noid/principal-search-case-insensitive-dn

Principal search by display name case insensitive

2 years agoAdjust settings for mail link password 31975/head
Vincent Petry [Thu, 14 Apr 2022 12:06:25 +0000 (14:06 +0200)]
Adjust settings for mail link password

Rename the settings and invert the meaning.
Increase default interval to one hour.
Changed the interval to be a number of seconds, to align with other
setting styles.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #31839 from nextcloud/feat/metadata-server
Vincent Petry [Thu, 14 Apr 2022 11:39:31 +0000 (13:39 +0200)]
Merge pull request #31839 from nextcloud/feat/metadata-server

Add a metadata service to store file metadata

2 years agoMerge pull request #17087 from nextcloud/move-to-stale-actions
John Molakvoæ [Thu, 14 Apr 2022 10:17:19 +0000 (12:17 +0200)]
Merge pull request #17087 from nextcloud/move-to-stale-actions

2 years agoFix an issue with the search backend update 31839/head
Carl Schwan [Wed, 13 Apr 2022 08:52:26 +0000 (10:52 +0200)]
Fix an issue with the search backend update

And update autoloader

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #31971 from nextcloud/Valdnet-patch-1
Louis [Thu, 14 Apr 2022 09:01:22 +0000 (11:01 +0200)]
Merge pull request #31971 from nextcloud/Valdnet-patch-1

l10n: Remove dot and add a parenthesis

2 years agol10n: Change to lowercase 31971/head
Valdnet [Thu, 14 Apr 2022 08:15:39 +0000 (10:15 +0200)]
l10n: Change to lowercase

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years agol10n: Remove dot and add a parenthesis
Valdnet [Thu, 14 Apr 2022 07:55:47 +0000 (09:55 +0200)]
l10n: Remove dot and add a parenthesis

Adaptation of the text string to the others. Removing the dot and adding a parenthesis.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 14 Apr 2022 02:28:46 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31969 from nextcloud/fix/user_migration-use-exceptions
Pytal [Wed, 13 Apr 2022 17:58:41 +0000 (10:58 -0700)]
Merge pull request #31969 from nextcloud/fix/user_migration-use-exceptions

Catch avatar export separately for better failure tracing

2 years agoCatch avatar export separately for better failure tracing 31969/head
Christopher Ng [Wed, 13 Apr 2022 17:02:25 +0000 (17:02 +0000)]
Catch avatar export separately for better failure tracing

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #31945 from nextcloud/fix/user_migration-use-exceptions
Vincent Petry [Wed, 13 Apr 2022 16:55:37 +0000 (18:55 +0200)]
Merge pull request #31945 from nextcloud/fix/user_migration-use-exceptions

Adapt user_migration APIs to have information about failures

2 years agoMerge pull request #31965 from nextcloud/bugfix/31951/fix-share-by-mail-expiration...
Vincent Petry [Wed, 13 Apr 2022 16:20:58 +0000 (18:20 +0200)]
Merge pull request #31965 from nextcloud/bugfix/31951/fix-share-by-mail-expiration-reset

Properly reset pw expiration

2 years agoFix migrators according to exceptions 31945/head
Vincent Petry [Wed, 13 Apr 2022 07:56:07 +0000 (09:56 +0200)]
Fix migrators according to exceptions

Fixed syntax errors.
Removed if condition for copyToFolder since it's void now.
Change signature of setMigratorVersions to also be void.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoAdapt existing migrators to new API
Côme Chilliet [Tue, 12 Apr 2022 14:25:13 +0000 (16:25 +0200)]
Adapt existing migrators to new API

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdapt user_migration APIs to have information about failures
Côme Chilliet [Tue, 12 Apr 2022 14:02:29 +0000 (16:02 +0200)]
Adapt user_migration APIs to have information about failures

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>