aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* Properly query filesJohn Molakvoæ (skjnldsv)2019-12-041-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use own getIconUrl methodJohn Molakvoæ (skjnldsv)2019-12-041-1/+32
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix files app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-042-4/+8
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Also allow transfer ownership of filesChristoph Wurst2019-12-021-4/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add a transfer ownership background jobRoeland Jago Douma2019-12-024-0/+247
| | | | | | | | | | | | 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>
* Use function to open a sidebar fileJohn Molakvoæ (skjnldsv)2019-11-132-12/+20
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix legacy tab backbone fileinfo changeJohn Molakvoæ (skjnldsv)2019-10-292-8/+19
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix triggering favorite file actions on the file listJohn Molakvoæ (skjnldsv)2019-10-291-0/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Prevent multiple systemtags viewsJohn Molakvoæ (skjnldsv)2019-10-291-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Systemtags and external actions updateJohn Molakvoæ (skjnldsv)2019-10-291-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-297-0/+787
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>