aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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>
* | | | | | Merge pull request #31934 from nextcloud/getbyid-setup-fallbackJulius Härtl2022-04-121-0/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | perform a setup if we can't find any mounts containing a file
| * | | | | perform a setup if we can't find any mounts containing a fileRobin Appelman2022-04-111-0/+6
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwordsVincent Petry2022-04-1223-87/+446
|\ \ \ \ \ | | | | | | | | | | | | Temporary passwords for public non-anonymous protected shares (ie: files shared with an email recipient).
| * | | | | Adds a "Request password" button to the public share authentication page for ↵Cyrille Bollu2022-04-1123-87/+446
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shares of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves. - Creates a migration step for the files_sharing app to add the 'password_expiration_time' attribute to the oc_shares table. - Makes share temporary passwords' expiration time configurable via a system value. - Adds a system config value to allow permanent share passwords -Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue See https://github.com/nextcloud/server/issues/31005 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
* | | | | | Merge pull request #31927 from nextcloud/feat/dont_match_userid_testsVincent Petry2022-04-121-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Tweak tests to include shareapi_restrict_user_enumeration_full_match_userid
| * | | | | | Tweak tests to include shareapi_restrict_user_enumeration_full_match_useridLouis Chemineau2022-04-111-0/+4
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-1254-66/+102
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #31916 from nextcloud/enh/noid/template-picker-sizeSimon L2022-04-113-5/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix size of template picker
| * | | | | | fix size of template pickerszaimen2022-04-093-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | Merge pull request #31866 from nextcloud/test-avatar-migrationPytal2022-04-113-9/+55
|\ \ \ \ \ \ \
| * | | | | | | Add comment explaining avatar basenameChristopher Ng2022-04-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | Remove unnecessary array_diffChristopher Ng2022-04-081-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | Test avatar migrationChristopher Ng2022-04-073-9/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | Improve strictness of account file regexChristopher Ng2022-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | Merge pull request #31931 from nextcloud/contact-popover-hyperlink-issue-2Pytal2022-04-115-11/+15
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |