summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19089 from nextcloud/backport/18929/enh/sidebar/promiseRoeland Jago Douma2020-02-052-6/+6
|\ | | | | [stable18] Allow to await the sidebar
| * Close handlingJohn Molakvoæ (skjnldsv)2020-02-052-6/+6
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Bump bundlesJulius Härtl2020-02-042-3/+3
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix legacy tabsJohn Molakvoæ (skjnldsv)2020-01-305-31/+30
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Adjust filelist color handling to new dark theme valueJulius Härtl2020-01-241-6/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Prevent duplicate entries in file sidebarGary Kim2020-01-172-2/+2
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Close after clickJohn Molakvoæ (skjnldsv)2020-01-154-43/+93
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Do not show sidebar on rename (fixes #18613)Julius Härtl2020-01-151-2/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Properly set current file info when switching the details viewJulius Härtl2020-01-151-0/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Proper text previewsRoeland Jago Douma2020-01-152-4/+4
| | | | | | | | | | 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>
* Bump @nextcloud/auth from 1.1.0 to 1.2.1dependabot-preview[bot]2020-01-124-16/+16
| | | | | | | | | | Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/nextcloud/nextcloud-auth/releases) - [Changelog](https://github.com/nextcloud/nextcloud-auth/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v1.1.0...v1.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/initial-state from 1.0.0 to 1.1.0dependabot-preview[bot]2020-01-114-27/+27
| | | | | | | | | | Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases) - [Changelog](https://github.com/nextcloud/nextcloud-initial-state/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v1.0.0...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump handlebars from 4.5.3 to 4.6.0dependabot-preview[bot]2020-01-101-102/+247
| | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.6.0. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.3...v4.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #18796 from nextcloud/backport/18783/stable18Roeland Jago Douma2020-01-102-2/+2
|\ | | | | [stable18] Init OCA.Files.Sidebar right away
| * Init OCA.Files.Sidebar right awayJohn Molakvoæ (skjnldsv)2020-01-102-2/+2
| | | | | | | | | | 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-102-3/+3
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Combine exact and other matches for transfer ownershipChristoph Wurst2020-01-092-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #18753 from nextcloud/bugfix/noid/select-menu-hideRoeland Jago Douma2020-01-081-1/+0
|\ | | | | Do not rerender the selection menu on show
| * Do not rerender the selection menu on showJulius Härtl2020-01-081-1/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Make the transfer ownership input a bit widerChristoph Wurst2020-01-082-3/+3
| | | | | | | | | | | | Fixes #18625 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use @nextcloud/paths for file sidebarGary Kim2020-01-084-20/+20
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Encode URI for file sidebarGary Kim2020-01-082-4/+4
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Bump css-loader from 3.4.0 to 3.4.1dependabot-preview[bot]2020-01-054-4/+4
| | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.4.0...v3.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump @nextcloud/logger from 0.1.0 to 1.0.0dependabot-preview[bot]2020-01-024-12/+12
| | | | | | | | | Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 0.1.0 to 1.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-logger/releases) - [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v0.1.0...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump @nextcloud/dialogs from 0.1.1 to 1.0.0dependabot-preview[bot]2020-01-024-13/+13
| | | | | | | | | Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 0.1.1 to 1.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases) - [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v0.1.1...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump css-loader from 3.3.2 to 3.4.0dependabot-preview[bot]2019-12-304-4/+4
| | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.3.2...v3.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump @babel/preset-env from 7.7.6 to 7.7.7dependabot-preview[bot]2019-12-304-10/+9
| | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.6 to 7.7.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.7.6...v7.7.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump nextcloud-vue from 0.12.7 to 0.12.8dependabot-preview[bot]2019-12-234-30/+30
| | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.7 to 0.12.8. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.7...v0.12.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/event-bus from 0.2.1 to 1.0.0dependabot-preview[bot]2019-12-234-23/+23
| | | | | | | | | Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 0.2.1 to 1.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases) - [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v0.2.1...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/axios from 0.5.0 to 1.1.0dependabot-preview[bot]2019-12-234-9/+9
| | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 0.5.0 to 1.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v0.5.0...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/auth from 0.3.1 to 1.1.0dependabot-preview[bot]2019-12-224-16/+16
| | | | | | | | | Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 0.3.1 to 1.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-auth/releases) - [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v0.3.1...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump vue and vue-template-compilerdependabot-preview[bot]2019-12-224-6/+6
| | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.10 to 2.6.11 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.10...v2.6.11) Updates `vue-template-compiler` from 2.6.10 to 2.6.11 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.10...v2.6.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/router from 0.1.0 to 1.0.0dependabot-preview[bot]2019-12-224-15/+15
| | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 0.1.0 to 1.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v0.1.0...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-194-7/+7
| | | | | | | | | | 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-193-7/+8
| | | | | 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-174-19/+19
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Show path and uid on transfer buttonGary Kim2019-12-172-2/+2
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Bump serialize-javascript to v2.1.2Christoph Wurst2019-12-164-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #18417 from nextcloud/fix/transfer-ownership-ui-emailRoeland Jago Douma2019-12-162-2/+2
|\ | | | | Make it possible to find transfer to user by email
| * Make it possible to find transfer user by emailChristoph Wurst2019-12-162-2/+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>
* | Bump css-loader from 3.2.1 to 3.3.2dependabot-preview[bot]2019-12-162-2/+2
|/ | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.2.1 to 3.3.2. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.2.1...v3.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add autocompletion to the ownership transfer UIChristoph Wurst2019-12-104-13/+168
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Allow to unfavorite all filesJoas Schilling2019-12-051-2/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #18222 from nextcloud/fix/files/reload-on-share-acceptRoeland Jago Douma2019-12-041-0/+7
|\ | | | | Properly reload file list on share accept
| * Properly reload file list on share acceptJohn Molakvoæ (skjnldsv)2019-12-041-0/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | 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-042-4/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix files app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-043-6/+5
|/ | | | | 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-024-11/+11
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add a transfer ownership background jobRoeland Jago Douma2019-12-024-17/+54
| | | | | | | | | | | | 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>