summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | | | | | Merge pull request #31889 from ↵Joas Schilling2022-04-1311-10/+205
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/allow-to-autocomplete-user-and-group-commands Allow to autocomplete user and group ids in commands
| * | | | | | Allow to autocomplete user and group ids in commandsJoas Schilling2022-04-0811-10/+205
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #31942 from nextcloud/fix/dav-deprecated-warningJoas Schilling2022-04-131-5/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix warning about optional parameter before required one
| * | | | | | Fix warning about optional parameter before required oneCôme Chilliet2022-04-121-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-1354-442/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #31910 from MSe1969/masterSimon L2022-04-123-6/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix accept/reject remote share action #31301
| * | | | | | | Fix accept/reject remote share actionMSe19692022-04-123-6/+6
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the fix for the described problem in https://github.com/nextcloud/server/issues/31301 Signed-off-by: MSe1969 <mse1969@posteo.de>
* | | | | | | Merge pull request #31937 from nextcloud/Valdnet-patch-1Pytal2022-04-121-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | l10n: Remove commaValdnet2022-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | | | | Merge pull request #31929 from nextcloud/enh/noid/zip-expose-statCôme Chilliet2022-04-123-0/+1512
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Expose ZIP stat information
| * | | | | | | Fix ZipArchive::addEmptyDir stubCôme Chilliet2022-04-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Add stubs for ZipArchiveCôme Chilliet2022-04-122-0/+1483
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Expose ZIP stat informationVincent Petry2022-04-111-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add getStat to OC\Archive\Zip Required to be able to read the mtime and other metadata. To give direct access to mtime Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | Merge pull request #31907 from nextcloud/enh/noid/tag-remote-as-globalscaleMaxence Lange2022-04-122-0/+13
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | confirm user is internal to globalscale
| * | | | | | | confirm user is internal to globalscaleMaxence Lange2022-04-122-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>