summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19089 from nextcloud/backport/18929/enh/sidebar/promiseRoeland Jago Douma2020-02-055-63/+59
|\ | | | | [stable18] Allow to await the sidebar
| * Close handlingJohn Molakvoæ (skjnldsv)2020-02-055-21/+18
| | | | | | | | | | 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>
* | Bump bundlesJulius Härtl2020-02-042-3/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | 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>
* Allow specifying this is the first loginRoeland Jago Douma2020-02-031-2/+9
| | | | | | | On firstlogin we allow non empty target folders. So that for guest transfers the user sees the same UI. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Catch \Error in Transfer::restoreSharesTobia De Koninck2020-02-031-1/+1
| | | | | | | | | This makes the command more fault tolerant. An \Error can happen when e.g. the owner of a share is null. If we don't catch this, the restore process will stop in an unknown state. Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
* Prevent transferring data to user which never loggedinTobia De Koninck2020-02-031-1/+1
| | | | Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
* Add option to transfer-ownership to move dataTobia De Koninck2020-02-032-5/+24
| | | | | | | | This will move the home folder of own user to another user. Only allowed if that other user's home folder is empty. Can be used as workaround to rename users. Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
* Fix legacy tabsJohn Molakvoæ (skjnldsv)2020-01-309-45/+46
| | | | 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>
* Make sure the whole file list header is sticky and properly stacks to other ↵Julius Härtl2020-01-241-24/+14
| | | | | | headers Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix multiselect actions for filesGretaD2020-01-241-1/+1
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Prevent duplicate entries in file sidebarGary Kim2020-01-173-5/+2
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Fix Sidebar legacy FileInfoModel requirementJohn Molakvoæ (skjnldsv)2020-01-161-0/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Close after clickJohn Molakvoæ (skjnldsv)2020-01-155-45/+99
| | | | 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>
* 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-153-6/+16
| | | | | | | | | | 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 #18822 from nextcloud/backport/18804/stable18Roeland Jago Douma2020-01-123-2/+4
|\ | | | | [stable18] Fix webdav url
| * Fix webdav urlJohn Molakvoæ (skjnldsv)2020-01-103-2/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | 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-103-10/+9
|\ | | | | [stable18] Init OCA.Files.Sidebar right away
| * Init OCA.Files.Sidebar right awayJohn Molakvoæ (skjnldsv)2020-01-103-10/+9
| | | | | | | | | | 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-103-4/+9
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Combine exact and other matches for transfer ownershipChristoph Wurst2020-01-093-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-01-0924-0/+34
|
* 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-083-5/+23
| | | | | | | | | | | | Fixes #18625 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use @nextcloud/paths for file sidebarGary Kim2020-01-085-21/+22
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Fix folder permission stylingJulius Härtl2020-01-081-0/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2020-01-082-30/+30
|
* Merge pull request #18724 from nextcloud/fix/18721/encode-uri-for-sidebarRoeland Jago Douma2020-01-073-5/+5
|\ | | | | Encode URI for file sidebar
| * Encode URI for file sidebarGary Kim2020-01-083-5/+5
| | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | Merge pull request #18707 from nextcloud/enh/pending_shares_overviewRoeland Jago Douma2020-01-072-0/+12
|\ \ | | | | | | A pending shares overview
| * | Add pending share list to frontendJulius Härtl2020-01-072-0/+12
| |/ | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2020-01-072-0/+42
|/
* fix overlapping (#18473)John Molakvoæ2020-01-061-3/+2
|\ | | | | fix overlapping
| * fix overlappingGretaD2019-12-181-3/+2
| | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2020-01-064-4/+14
| |
* | 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>
* | [tx-robot] updated from transifexNextcloud bot2020-01-054-14/+24
| |
* | 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>
* | [tx-robot] updated from transifexNextcloud bot2020-01-012-0/+40
| |