summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Use share setting in DAV searchLouis Chemineau2022-04-191-2/+4
| | | | | | shareapi_restrict_user_enumeration_full_match_ignore_second_display_name was introduced to ignore second display name during search from the share panel. But this setting was not respected by search from the calendar application. This fix it. Signed-off-by: Louis Chemineau <louis@chmn.me>
* [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-1810-16/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-1722-66/+162
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-1614-318/+338
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-1512-2/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Master is now 25Joas Schilling2022-04-1429-58/+58
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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 #31975 from ↵Vincent Petry2022-04-142-6/+6
|\ \ | | | | | | | | | | | | nextcloud/bugfix/31952/fix-mail-link-share-password-expiration-settings Adjust settings for mail link password
| * | 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>
* | | 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-1456-52/+284
|\ \ \ \ | |_|/ / |/| | | Add a metadata service to store file metadata
| * | | Fix an issue with the search backend updateCarl Schwan2022-04-1450-37/+157
| | | | | | | | | | | | | | | | | | | | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | Add a metadata service to store file metadataCarl Schwan2022-04-138-19/+131
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | 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