summaryrefslogtreecommitdiffstats
path: root/apps/files/src/components
Commit message (Collapse)AuthorAgeFilesLines
* Make the transfer ownership input a bit widerChristoph Wurst2020-01-081-2/+20
| | | | | | Fixes #18625 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-194-29/+29
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Clean up publishingGary Kim2019-12-171-35/+43
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Show path and uid on transfer buttonGary Kim2019-12-171-1/+7
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* rephrase "Target user" to "new owner"Sascha Wiswedel2019-12-171-1/+1
| | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Transfer ownership function polishingSascha Wiswedel2019-12-171-7/+7
| | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Make it possible to find transfer user by emailChristoph Wurst2019-12-161-0/+2
| | | | | | | | | | | | The Vue Multiselect uses one prop for the local search. Although the API already returned matching users for a given email, the users were filtered out as their displayname doesn't contain the search string – the email address. Disabling the local seach and only using the most recently fetched matches fixes this problem. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add autocompletion to the ownership transfer UIChristoph Wurst2019-12-101-5/+74
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add a transfer ownership background jobRoeland Jago Douma2019-12-022-0/+181
| | | | | | | | | | | | This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix legacy tab backbone fileinfo changeJohn Molakvoæ (skjnldsv)2019-10-291-1/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-292-0/+148
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>