summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Close after clickJohn Molakvoæ (skjnldsv)2020-01-155-32/+93
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Only show tag selector if tags are setJulius Härtl2020-01-153-10/+42
| | | | | 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>
* Merge pull request #18892 from nextcloud/fix/17828/smaller_text_previewsRoeland Jago Douma2020-01-153-6/+16
|\ | | | | Proper text previews
| * Proper text previewsRoeland Jago Douma2020-01-143-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> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-01-156-0/+14
|/
* Bump @nextcloud/axios from 1.1.0 to 1.3.1dependabot-preview[bot]2020-01-144-35/+21
| | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.1.0 to 1.3.1. - [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/v1.1.0...v1.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-01-146-0/+42
|
* Merge pull request #18860 from nextcloud/fix/license-headersRoeland Jago Douma2020-01-131-0/+1
|\ | | | | Fix license headers
| * Fix license headersChristoph Wurst2020-01-131-0/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-01-136-0/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2020-01-116-2/+42
|/
* Fix webdav urlJohn Molakvoæ (skjnldsv)2020-01-103-2/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #18783 from ↵Roeland Jago Douma2020-01-103-10/+9
|\ | | | | | | | | nextcloud/fix/sidebar/do-not-wait-domcontentloaded-for-init Init OCA.Files.Sidebar right away
| * Init OCA.Files.Sidebar right awayJohn Molakvoæ (skjnldsv)2020-01-093-10/+9
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-01-102-106/+104
| |
* | Add more padding in transfer ownershipGary Kim2020-01-093-4/+9
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Merge pull request #18757 from ↵Roeland Jago Douma2020-01-093-4/+4
|\ | | | | | | | | nextcloud/fix/transfer-ownership-autocomplete-matching Combine exact and other matches for transfer ownership
| * Combine exact and other matches for transfer ownershipChristoph Wurst2020-01-083-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
| |
* | [tx-robot] updated from transifexNextcloud bot2019-12-314-0/+36
| |
* | 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>
* | [tx-robot] updated from transifexNextcloud bot2019-12-272-0/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2019-12-244-2/+26
| |
* | 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>
* | Merge pull request #18522 from ↵Roeland Jago Douma2019-12-234-9/+9
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.1.0 Bump @nextcloud/axios from 0.5.0 to 1.1.0
| * | 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>
* | | [tx-robot] updated from transifexNextcloud bot2019-12-236-6/+38
|/ /