]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
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 #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 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 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>
2 years agoDefault to permanent link passwords 31965/head
Vincent Petry [Wed, 13 Apr 2022 14:11:15 +0000 (16:11 +0200)]
Default to permanent link passwords

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoProperly reset pw expiration
Vincent Petry [Wed, 13 Apr 2022 13:46:30 +0000 (15:46 +0200)]
Properly reset pw expiration

When requesting a new password for share by mail link, now we correctly
reset the expiration date.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoAdd a metadata service to store file metadata
Carl Schwan [Mon, 4 Apr 2022 21:15:00 +0000 (23:15 +0200)]
Add a metadata service to store file metadata

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years ago24.0.0 RC1 31962/head
Arthur Schiwon [Wed, 13 Apr 2022 11:15:53 +0000 (13:15 +0200)]
24.0.0 RC1

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMake typeahead and search limit/length configurable 30311/head
Julius Härtl [Fri, 17 Dec 2021 07:36:36 +0000 (08:36 +0100)]
Make typeahead and search limit/length configurable

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoIncrease debounce timeout to be more realistic with real typing behavior
Julius Härtl [Fri, 17 Dec 2021 07:34:35 +0000 (08:34 +0100)]
Increase debounce timeout to be more realistic with real typing behavior

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #31932 from nextcloud/feat/ignore_second_dn
Vincent Petry [Wed, 13 Apr 2022 07:52:38 +0000 (09:52 +0200)]
Merge pull request #31932 from nextcloud/feat/ignore_second_dn

Add settings to ignore second display name in search

2 years agoMerge pull request #31933 from nextcloud/updateCrl
blizzz [Wed, 13 Apr 2022 07:28:15 +0000 (09:28 +0200)]
Merge pull request #31933 from nextcloud/updateCrl

update CRL after revocation of socialsharing_telegram.csr

2 years agoAdd stale action 17087/head
John Molakvoæ [Tue, 10 Sep 2019 11:06:39 +0000 (13:06 +0200)]
Add stale action

2 years agoMerge pull request #31889 from nextcloud/feature/noid/allow-to-autocomplete-user...
Joas Schilling [Wed, 13 Apr 2022 06:02:45 +0000 (08:02 +0200)]
Merge pull request #31889 from nextcloud/feature/noid/allow-to-autocomplete-user-and-group-commands

Allow to autocomplete user and group ids in commands

2 years agoMerge pull request #31942 from nextcloud/fix/dav-deprecated-warning
Joas Schilling [Wed, 13 Apr 2022 05:31:16 +0000 (07:31 +0200)]
Merge pull request #31942 from nextcloud/fix/dav-deprecated-warning

Fix warning about optional parameter before required one

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 13 Apr 2022 02:28:25 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31910 from MSe1969/master
Simon L [Tue, 12 Apr 2022 18:29:49 +0000 (20:29 +0200)]
Merge pull request #31910 from MSe1969/master

Fix accept/reject remote share action #31301

2 years agoFix accept/reject remote share action 31910/head
MSe1969 [Fri, 8 Apr 2022 18:35:57 +0000 (20:35 +0200)]
Fix accept/reject remote share action

This is the fix for the described problem in
https://github.com/nextcloud/server/issues/31301

Signed-off-by: MSe1969 <mse1969@posteo.de>
2 years agoMerge pull request #31937 from nextcloud/Valdnet-patch-1
Pytal [Tue, 12 Apr 2022 17:15:16 +0000 (10:15 -0700)]
Merge pull request #31937 from nextcloud/Valdnet-patch-1

2 years agoAdd settings to ignore second display name in search 31932/head
Louis Chemineau [Tue, 12 Apr 2022 10:54:39 +0000 (12:54 +0200)]
Add settings to ignore second display name in search

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoFix warning about optional parameter before required one 31942/head
Côme Chilliet [Tue, 12 Apr 2022 12:26:24 +0000 (14:26 +0200)]
Fix warning about optional parameter before required one

Fixes this warning:
PHP Deprecated:  Required parameter $logger follows optional parameter $principalPrefix in /var/www/html/apps/dav/lib/CalDAV/CalendarRoot.php on line 37

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #31929 from nextcloud/enh/noid/zip-expose-stat
Côme Chilliet [Tue, 12 Apr 2022 12:17:13 +0000 (14:17 +0200)]
Merge pull request #31929 from nextcloud/enh/noid/zip-expose-stat

Expose ZIP stat information

2 years agoMerge pull request #31907 from nextcloud/enh/noid/tag-remote-as-globalscale
Maxence Lange [Tue, 12 Apr 2022 12:10:36 +0000 (11:10 -0100)]
Merge pull request #31907 from nextcloud/enh/noid/tag-remote-as-globalscale

confirm user is internal to globalscale