summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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>
| * | | | use all possible permissions dav propertiesRobin Appelman2022-04-041-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman2022-04-041-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #31832 from nextcloud/firefox-reload-filelistRobin Appelman2022-04-072-1/+2
|\ \ \ \ \ | | | | | | | | | | | | fix filelist not loading after refresh in firefox
| * | | | | fix filelist not loading after refresh in firefoxRobin Appelman2022-04-072-1/+2
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #31850 from nextcloud/performance/heartbeat-fetch-status-onceCarl Schwan2022-04-073-27/+23
|\ \ \ \ \ | | | | | | | | | | | | Fetch status in heartbeat controller only once
| * | | | | Fetch status in heartbeat controller only onceCarl Schwan2022-04-073-27/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Store the user status inside the event instead of fetching it again Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #31845 from nextcloud/querybuilder-shareexternalCarl Schwan2022-04-071-7/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use querybuilder for share external mountpoint
| * | | | | | Use querybuilder for share external mountpointCarl Schwan2022-04-061-7/+9
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #31847 from nextcloud/performance/user-status-retrivalVincent Petry2022-04-071-3/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Retrieve user status only once when displaying page
| * | | | | | Retrieve user status only once when displaying pageCarl Schwan2022-04-051-3/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't need to inject it in the template if the data is already available in the initial state. This is also a bit cleaner. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #31673 from nextcloud/feat/contacts-migrationVincent Petry2022-04-0725-1/+42111
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Contacts migration
| * | | | | Test metadata equalityChristopher Ng2022-03-311-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | Output literal null stringChristopher Ng2022-03-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | Access by array key instead of destructuringChristopher Ng2022-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | Integration testsChristopher Ng2022-03-305-0/+41670
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | Move calendar test asset filesChristopher Ng2022-03-3014-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | Contacts export and importChristopher Ng2022-03-306-0/+438
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>