aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix testJoas Schilling2022-04-201-3/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* log stacktrace for 'Backends provided no user object'Arthur Schiwon2022-04-201-1/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2022-04-202-188/+232
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-198-28/+104
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-1812-16/+68
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31995 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.0dependabot[bot]2022-04-174-11/+11
|\
| * Bump core-js from 3.21.1 to 3.22.0dependabot[bot]2022-04-174-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | [tx-robot] updated from transifexNextcloud bot2022-04-1726-66/+182
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-04-1618-320/+344
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-1522-6/+104
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31991 from ↵dependabot[bot]2022-04-152-8/+8
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/testing-library/user-event-14.1.0
| * Bump @testing-library/user-event from 14.0.4 to 14.1.0dependabot[bot]2022-04-142-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #31989 from ↵dependabot[bot]2022-04-152-8/+8
|\ \ | |/ |/| | | nextcloud/dependabot/npm_and_yarn/karma-spec-reporter-0.0.34
| * Bump karma-spec-reporter from 0.0.33 to 0.0.34dependabot[bot]2022-04-142-8/+8
|/ | | | | | | | | | | | | | 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>
* Merge pull request #31956 from nextcloud/techdebt/noid/master-is-now-25blizzz2022-04-1431-67/+67
|\ | | | | ⚠️ Master is now 25
| * Master is now 25Joas Schilling2022-04-1431-67/+67
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #31962 from nextcloud/release/rc1/24.0.0v24.0.0rc1blizzz2022-04-141-1/+1
|\ | | | | 24.0.0 RC1
| * 24.0.0 RC1Arthur Schiwon2022-04-131-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #31826 from nextcloud/fix/log-why-credential-token-invalidVincent Petry2022-04-141-3/+3
|\ \ | | | | | | Log why the login token can't be used for credentials
| * | Log why the login token can't be used for credentialsChristoph Wurst2022-04-041-3/+3
| | | | | | | | | | | | | | | | | | And always pass the exception object to the logger. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #30860 from nextcloud/smb-getdirectory-content-catchVincent Petry2022-04-141-3/+9
|\ \ \ | | | | | | | | handle notfound and notpermitted error in Smb::getDirectoryContent
| * | | handle notfound and notpermitted error in Smb::getDirectoryContentRobin Appelman2022-02-111-3/+9
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #31972 from ↵Vincent Petry2022-04-145-6/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/file-picker-extra-filter-function Add extra filter for file picker
| * | | | Add extra filter for file pickerVincent Petry2022-04-145-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #31975 from ↵Vincent Petry2022-04-144-23/+23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/31952/fix-mail-link-share-password-expiration-settings Adjust settings for mail link password
| * | | | | Adjust settings for mail link passwordVincent Petry2022-04-144-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #31886 from ↵Vincent Petry2022-04-141-2/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/principal-search-case-insensitive-dn Principal search by display name case insensitive
| * | | | | Principal search by display name case insensitiveVincent Petry2022-04-081-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust principal search to be case insensitive even with exact match. This aligns the behavior to how the search also works in Collaborators/UserPlugin Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry2022-04-1485-80/+1043
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add a metadata service to store file metadata
| * | | | | Fix an issue with the search backend updateCarl Schwan2022-04-1458-63/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Add a metadata service to store file metadataCarl Schwan2022-04-1339-54/+896
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #17087 from nextcloud/move-to-stale-actionsJohn Molakvoæ2022-04-142-33/+31
|\ \ \ \ \
| * | | | | Add stale actionJohn Molakvoæ2022-04-132-33/+31
| | | | | |
* | | | | | Merge pull request #31971 from nextcloud/Valdnet-patch-1Louis2022-04-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | l10n: Remove dot and add a parenthesis
| * | | | | | l10n: Change to lowercaseValdnet2022-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * | | | | | l10n: Remove dot and add a parenthesisValdnet2022-04-141-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-1424-8/+76
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #31969 from nextcloud/fix/user_migration-use-exceptionsPytal2022-04-131-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Catch avatar export separately for better failure tracing
| * | | | | | Catch avatar export separately for better failure tracingChristopher Ng2022-04-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | Merge pull request #31945 from nextcloud/fix/user_migration-use-exceptionsVincent Petry2022-04-137-63/+78
|\| | | | | | | | | | | | | | | | | | | | Adapt user_migration APIs to have information about failures
| * | | | | | Fix migrators according to exceptionsVincent Petry2022-04-134-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | Adapt existing migrators to new APICôme Chilliet2022-04-134-48/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Adapt user_migration APIs to have information about failuresCôme Chilliet2022-04-132-8/+23
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #31965 from ↵Vincent Petry2022-04-133-37/+38
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/bugfix/31951/fix-share-by-mail-expiration-reset Properly reset pw expiration
| * | | | | Default to permanent link passwordsVincent Petry2022-04-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | Properly reset pw expirationVincent Petry2022-04-132-36/+37
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #31932 from nextcloud/feat/ignore_second_dnVincent Petry2022-04-139-23/+154
|\ \ \ \ \ | | | | | | | | | | | | Add settings to ignore second display name in search
| * | | | | Add settings to ignore second display name in searchLouis Chemineau2022-04-129-23/+154
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | Merge pull request #31933 from nextcloud/updateCrlblizzz2022-04-131-12/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | update CRL after revocation of socialsharing_telegram.csr
| * | | | | Update root.crtVitor Mattos2022-04-111-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reference: https://github.com/nextcloud/app-certificate-requests/pull/515 Signed-off-by: Vitor Mattos <vitor@php.rio>