summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Bump vue and vue-template-compilerdependabot-preview[bot]2020-08-256-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.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) Updates `vue-template-compiler` from 2.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) 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-08-25140-144/+144
|
* Merge pull request #22393 from nextcloud/fix/license-headers-20Roeland Jago Douma2020-08-2414-5/+21
|\ | | | | Update the license headers for Nextcloud 20
| * Update the license headers for Nextcloud 20Christoph Wurst2020-08-2414-5/+21
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Clarify wording to 'Leave this share', fix #18622Jan C. Borchardt2020-08-231-1/+1
|/ | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2020-08-232-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-08-212-0/+10
|
* Merge pull request #21797 from rawtaz/patch-1Morris Jobke2020-08-201-1/+1
|\ | | | | Include e-mail shares when transferring ownership
| * Include circle shares when transferring ownershiprawtaz2020-07-151-1/+1
| |
| * Include e-mail shares when transferring ownershiprawtaz2020-07-111-1/+1
| | | | | | E-mail shares weren't included in the processing of shares when using the `occ files:transfer-ownership` command, so they'd be lost (not visible in either the former or the new account). This commit fixes that.
* | [tx-robot] updated from transifexNextcloud bot2020-08-202-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-196-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-184-0/+8
| |
* | Merge pull request #21861 from nextcloud/techdebt/files-psr-containerMorris Jobke2020-08-171-15/+22
|\ \ | | | | | | Migrate files to the PSR container
| * | Fix TagService DI nameMorris Jobke2020-08-171-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Migrate files to the PSR containerChristoph Wurst2020-08-171-15/+22
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #22253 from nextcloud/debt/noid/docblocksMorris Jobke2020-08-173-3/+3
|\ \ \ | |/ / |/| | Fix some MissingDocblockType or InvalidDocblock warnings.
| * | Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-143-3/+3
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-08-162-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-08-1516-2/+18
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-08-14138-676/+774
| |
* | Merge pull request #22205 from nextcloud/activity-settings-cleanupMorris Jobke2020-08-139-300/+20
|\ \ | | | | | | merge file activity settings into a single 'favorite changed' item
| * | merge file activity settings into a single 'favorite changed' itemRobin Appelman2020-08-139-300/+20
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-08-132-2/+2
|/ /
* | Merge pull request #22199 from ↵Morris Jobke2020-08-123-14/+14
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/PHPUnit_Framework_MockObject_MockObject Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to …
| * | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-123-14/+14
| | | | | | | | | | | | | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-08-122-0/+2
|/ /
* | Merge pull request #22117 from nextcloud/activity-settings-groupingMorris Jobke2020-08-119-90/+56
|\ \ | | | | | | allow grouping of activity settings
| * | allow grouping of activity settingsRobin Appelman2020-08-059-90/+56
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #21775 from nextcloud/bugfix/noid/transfer-object-storageMorris Jobke2020-08-111-1/+1
|\ \ \ | | | | | | | | Do not exit if available space cannot be determined on file transfer
| * | | Use constant instead of magic number Morris Jobke2020-08-111-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Do not exit if available space cannot be determined on file transferJulius Härtl2020-08-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #22169 from nextcloud/enh/noid/prefer-typed-eventsMorris Jobke2020-08-111-3/+2
|\ \ \ \ | |/ / / |/| | | Prefer typed event over string based ones
| * | | Prefer typed event over string based onesMorris Jobke2020-08-101-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-08-112-2/+60
| | | |
* | | | Add PHP doc for eventsMorris Jobke2020-08-101-0/+5
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-08-092-8/+8
| | |
* | | Merge pull request #22115 from nextcloud/design/entry-highlightingJan C. Borchardt2020-08-051-12/+15
|\ \ \ | | | | | | | | Adjust entry highlights of navigation and menus based on Vue component style
| * | | Adjust entry highlights of navigation and menus based on Vue component styleJan C. Borchardt2020-08-051-12/+15
| |/ / | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | | Merge pull request #22104 from ↵Joas Schilling2020-08-051-1/+5
|\ \ \ | |/ / |/| | | | | | | | nextcloud/enh/search/make-app-handle-the-order-logic Make apps handle the order logic
| * | Hand in the route and the parameters of the requestJoas Schilling2020-08-051-1/+5
| | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-051-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #22099 from nextcloud/fix/unified-searchJohn Molakvoæ2020-08-057-237/+30
|\| |
| * | Show mime icon, bump bundles, make the SearchResultEntry class ↵John Molakvoæ (skjnldsv)2020-08-044-46/+29
| | | | | | | | | | | | | | | | | | non-abstract, Fix header search icon, various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Remove outdated legacy search scriptsJohn Molakvoæ (skjnldsv)2020-08-043-191/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-08-052-0/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-08-04134-0/+134
| |
* | Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-032-5/+32
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Add @nextcloud/event-bus to babel transpileJohn Molakvoæ (skjnldsv)2020-07-312-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Use `babel-loader-exclude-node-modules-except`John Molakvoæ (skjnldsv)2020-07-317-7/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>