summaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Collapse)AuthorAgeFilesLines
* Init fileinfo for all tabsJohn Molakvoæ (skjnldsv)2020-06-081-0/+1
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Set fileInfo correctly for LegacyTabsChristoph Seitz2020-04-211-3/+3
| | | | | | | | | | Watch for changes of the fileInfo prop and propagate it to, the underlying component. Fixes #20106. Signed-off-by: Christoph Seitz <christoph.seitz@posteo.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Do not allow transfer ownership when the user isn't the ownerGary Kim2020-03-041-1/+5
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Fetch translate for Tags from files appDaniel Kesselberg2020-03-031-1/+1
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #19089 from nextcloud/backport/18929/enh/sidebar/promiseRoeland Jago Douma2020-02-053-57/+53
|\ | | | | [stable18] Allow to await the sidebar
| * Close handlingJohn Molakvoæ (skjnldsv)2020-02-053-15/+12
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * Allow to await the sidebarJohn Molakvoæ (skjnldsv)2020-02-053-43/+42
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Make sure that minSearchStringLength is taken into accountJulius Härtl2020-02-041-1/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix issue when selecting an entry, the multiselect input was not closedJulius Härtl2020-02-041-22/+22
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix legacy tabsJohn Molakvoæ (skjnldsv)2020-01-304-14/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Prevent duplicate entries in file sidebarGary Kim2020-01-171-3/+0
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Close after clickJohn Molakvoæ (skjnldsv)2020-01-151-2/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Only show tag selector if tags are setJulius Härtl2020-01-151-0/+25
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Proper text previewsRoeland Jago Douma2020-01-151-2/+12
| | | | | | | | | | Fixes #17828 * Modified the preview provider to provider smaller fonts for the previes (so it is not so screaming) * Modified the sidebar to show plain text and markdown files full size. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18796 from nextcloud/backport/18783/stable18Roeland Jago Douma2020-01-101-8/+7
|\ | | | | [stable18] Init OCA.Files.Sidebar right away
| * Init OCA.Files.Sidebar right awayJohn Molakvoæ (skjnldsv)2020-01-101-8/+7
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Add more padding in transfer ownershipGary Kim2020-01-101-1/+6
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Combine exact and other matches for transfer ownershipChristoph Wurst2020-01-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make the transfer ownership input a bit widerChristoph Wurst2020-01-081-2/+20
| | | | | | Fixes #18625 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use @nextcloud/paths for file sidebarGary Kim2020-01-081-1/+2
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Encode URI for file sidebarGary Kim2020-01-081-1/+1
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-197-47/+47
| | | | | | | | | | 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>
* Fix Sidebar enabled checkJohn Molakvoæ (skjnldsv)2019-12-192-9/+16
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* 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>
* 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>