summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Adjust settings for mail link passwordVincent Petry2022-04-142-6/+6
| | | | | | | | | 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>
* 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-1412-0/+20
| | | | 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-135-54/+54
|\| | | | | Adapt user_migration APIs to have information about failures
| * Fix migrators according to exceptionsVincent Petry2022-04-133-10/+10
| | | | | | | | | | | | | | | | 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>
* | Default to permanent link passwordsVincent Petry2022-04-131-1/+1
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Properly reset pw expirationVincent Petry2022-04-131-36/+0
|/ | | | | | | 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-134-2/+17
|\ | | | | Add settings to ignore second display name in search
| * Add settings to ignore second display name in searchLouis Chemineau2022-04-124-2/+17
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | 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-1350-0/+102
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix accept/reject remote share actionMSe19692022-04-121-3/+3
| | | | | | | | | | | | | | This is the fix for the described problem in https://github.com/nextcloud/server/issues/31301 Signed-off-by: MSe1969 <mse1969@posteo.de>
* | l10n: Remove commaValdnet2022-04-121-1/+1
|/ | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwordsVincent Petry2022-04-1212-75/+256
|\ | | | | 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-1112-75/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-111-2/+1
|\ \ \ | | | | | | | | fix size of template picker
| * | | fix size of template pickerszaimen2022-04-091-2/+1
| | | | | | | | | | | | | | | | | | | | 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>
* | | | | Adapt AccountMigratorTest to id changeCôme Chilliet2022-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Use Migrators id instead of class namesCôme Chilliet2022-04-114-4/+4
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | This will help with UI and means migrators can move in namespaces without changing export format. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #31857 from nextcloud/feat/dont_match_useridVincent Petry2022-04-113-1/+15
|\ \ \ \ | | | | | | | | | | Add settings to not match userID during full match
| * | | | Add settings to not match userID during full matchLouis Chemineau2022-04-063-1/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #31911 from nextcloud/enh/extend-migratorsVincent Petry2022-04-114-2/+96
|\ \ \ \ \ | | | | | | | | | | | | Extend migrators needed for implementation of the API
| * | | | | Extend calendar migratorChristopher Ng2022-04-081-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | Extend contacts migratorChristopher Ng2022-04-081-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | Extend trashbin migratorChristopher Ng2022-04-081-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | Extend account migratorChristopher Ng2022-04-081-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #31903 from nextcloud/bugfix/noid/fix-missing-elseJoas Schilling2022-04-111-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix case also when the table existed already
| * | | | | | Fix case also when the table existed alreadyJoas Schilling2022-04-081-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-1114-46/+64
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-108-0/+14
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-04-09156-230/+318
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix LDAP Dark Theme IssueAndy Xheli2022-04-081-14/+0
|/ / / / | | | | | | | | Signed-off-by: Andy Xheli axheli@axtsolutions.com
* | | | Merge pull request #31879 from ↵Simon L2022-04-081-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/update-external-storage-wording update the wording of external storage deletion
| * | | | update the wording of external storage deletionszaimen2022-04-071-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-04-088-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #31713 from nextcloud/fed-performanceRobin Appelman2022-04-071-1/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | | Federated share performance improvements
| * | | | only request free space once for external sharesRobin Appelman2022-04-041-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>