aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Merge pull request #18519 from ↵Roeland Jago Douma2019-12-224-15/+15
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/router-1.0.0 Bump @nextcloud/router from 0.1.0 to 1.0.0
| * 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>
* | Merge pull request #18478 from nextcloud/fix/direct-editing-invalid-editor-idRoeland Jago Douma2019-12-221-3/+3
|\ \ | | | | | | Do not generate tokens for editor IDs that do not exist
| * | Expose exception message in the responseJulius Härtl2019-12-201-3/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2019-12-22112-22/+664
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-12-214-0/+12
| |
* | Update license headers for 18Christoph Wurst2019-12-2010-0/+12
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2019-12-202-0/+10
| |
* | Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-1911-54/+54
| | | | | | | | | | | | | | | | | | | | 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 check (#18449)John Molakvoæ2019-12-195-16/+24
|\ \ | |/ |/| Fix Sidebar enabled check
| * Fix Sidebar enabled checkJohn Molakvoæ (skjnldsv)2019-12-195-16/+24
| | | | | | | | | | 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 bot2019-12-1922-2/+322
| |
* | [tx-robot] updated from transifexNextcloud bot2019-12-1834-530/+2
|/
* added line breaks to incoming transfer notificationSascha Wiswedel2019-12-171-2/+2
| | | | | | wrapped notifications into double quotes to make line breaks possible Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Clean up publishingGary Kim2019-12-175-54/+62
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Show path and uid on transfer buttonGary Kim2019-12-173-3/+9
| | | | 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>
* added patience note for shareeSascha Wiswedel2019-12-171-2/+2
| | | | | | | | note about incoming transfer taken out by background job resolves #18272 Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* transfer ownership dialog word choiceSascha Wiswedel2019-12-171-1/+1
| | | | | | | Use Reject instead of Decline Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* notification polishingSascha Wiswedel2019-12-171-18/+18
| | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Transfer ownership function polishingSascha Wiswedel2019-12-172-13/+13
| | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* 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-163-2/+4
|\ | | | | Make it possible to find transfer to user by email
| * Make it possible to find transfer user by emailChristoph Wurst2019-12-163-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2019-12-152-0/+40
|
* [tx-robot] updated from transifexNextcloud bot2019-12-144-0/+4
|
* Merge pull request #18359 from ↵blizzz2019-12-131-2/+49
|\ | | | | | | | | nextcloud/fix/18271/dismiss_transfer_ownership_notification Dismiss transferownership notification cancels transfer
| * Dismiss transferownership notification cancels transferRoeland Jago Douma2019-12-111-2/+49
| | | | | | | | | | | | Fixes #18271 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add typed events for the filesystem/scannerChristoph Wurst2019-12-133-22/+17
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2019-12-132-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-12-1222-0/+22
|/
* Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-pathRoeland Jago Douma2019-12-111-2/+2
|\ | | | | Use file path for direct editing
| * Use file path for direct editingJulius Härtl2019-12-051-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-12-112-0/+2
| |
* | Merge pull request #18293 from ↵Roeland Jago Douma2019-12-105-18/+242
|\ \ | | | | | | | | | | | | nextcloud/feature/transfer-ownership-autocompletion Add autocompletion to the ownership transfer UI
| * | Add autocompletion to the ownership transfer UIChristoph Wurst2019-12-105-18/+242
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Pick a shorter name for the transfer ownership tableJoas Schilling2019-12-104-12/+15
|/ / | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma2019-12-091-1/+1
|\ \ | | | | | | Use non-depricated events for loading additional scripts in files app
| * | use OCP\EventDispatcher\GenericEvent for loading additional scripts in the ↵Robin Appelman2019-12-051-1/+1
| | | | | | | | | | | | | | | | | | files app Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #17325 from nextcloud/enh/decouple-register-resource-providerChristoph Wurst2019-12-091-4/+4
|\ \ \ | | | | | | | | Decouple resource provider registration
| * | | Decouple resource provider registrationDaniel Kesselberg2019-12-071-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2019-12-092-0/+26
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-12-084-76/+126
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2019-12-076-40/+114
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-12-0616-0/+106
| | |
* | | Merge pull request #18242 from nextcloud/directEditingEditorWithIdRoeland Jago Douma2019-12-051-0/+1
|\ \ \ | | | | | | | | add id to editor of direct editing
| * | | add id to editor of direct editingtobiasKaminsky2019-12-051-0/+1
| | |/ | |/| | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* | | Update license headersChristoph Wurst2019-12-0562-88/+196
| |/ |/| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>