aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Move files_trashbin to migrationsJoas Schilling2020-07-063-102/+88
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move files_external to migrationsJoas Schilling2020-07-063-226/+151
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move federatedfilesharing to migrationsJoas Schilling2020-07-063-42/+59
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move federation to migrationsJoas Schilling2020-07-063-69/+84
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #21692 from nextcloud/cleanup/sharebymailRoeland Jago Douma2020-07-0610-111/+43
|\ | | | | Cleanup share by mail a bit
| * Cleanup share by mail a bitRoeland Jago Douma2020-07-0610-111/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moved to ned IBootstrap * Register everything via the capabilities api (So clients can use it as well) - This applies to the enforcing passwords * Updated the sharing js code to use it * removed app.php * removed unused settings now * typehints * strict typing Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #21264 from stweil/masterMorris Jobke2020-07-051-1/+1
|\ \ | | | | | | build: Fix some typos (most of them found by codespell)
| * | build: Fix some typos (most of them found by codespell)Stefan Weil2020-06-061-1/+1
| | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | Merge pull request #21626 from nextcloud/enhancement/injectible-callablesMorris Jobke2020-07-053-42/+19
|\ \ \ | |_|/ |/| | Callable parameter injection
| * | Use \OCP\IContainer::injectFn to boot the admin_audit appChristoph Wurst2020-07-031-4/+4
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Use \OCP\IContainer::injectFn to boot the Accessibility appChristoph Wurst2020-07-031-12/+5
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Use \OCP\IContainer::injectFn to boot the DAV appChristoph Wurst2020-07-031-26/+10
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #21533 from ↵Roeland Jago Douma2020-07-0410-195/+104
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/dedicated-method-to-get-a-users-language Techdebt/noid/dedicated method to get a users language
| * | | Use the new method everywhereJoas Schilling2020-07-0310-195/+104
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-07-0414-14/+48
| | | |
* | | | Merge pull request #21280 from ↵Morris Jobke2020-07-0346-270/+270
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/router-1.1.0 Bump @nextcloud/router from 1.0.2 to 1.1.0
| * | | Bump @nextcloud/router from 1.0.2 to 1.1.0dependabot-preview[bot]2020-07-0346-270/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/commits) 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-07-0314-22/+126
|/ / /
* | | Merge pull request #21591 from nextcloud/debt/noid/set-path-for-ocm-permissionsRoeland Jago Douma2020-07-021-1/+1
|\ \ \ | | | | | | | | Pass $path to ocmPermissions2ncPermissions
| * | | Pass $path to ocmPermissions2ncPermissionsDaniel Kesselberg2020-06-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #21547 from nextcloud/enhancement/workflowengine-bootstrapRoeland Jago Douma2020-07-025-70/+86
|\ \ \ \ | | | | | | | | | | Migrate WFE to the new bootstrap mechanism
| * | | | Move the event listener into a dedicated classChristoph Wurst2020-06-244-40/+66
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Migrate WFE to new bootstrap mechanismChristoph Wurst2020-06-242-41/+31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #21590 from nextcloud/debt/noid/unused-methodRoeland Jago Douma2020-07-021-6/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove unused method.
| * | | | | Remove unused method.Daniel Kesselberg2020-06-251-6/+0
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #21599 from nextcloud/debt/noid/type-to-typesRoeland Jago Douma2020-07-0214-82/+83
|\ \ \ \ \ | | | | | | | | | | | | Replace TYPE with TYPES
| * | | | | Replace TYPE with TYPESDaniel Kesselberg2020-06-3014-82/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As TYPE::* is deprecated. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #21597 from nextcloud/techdebt/noid/return-value-for-commandsJoas Schilling2020-07-0142-58/+103
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Add return value to all commands
| * | | | | Add missing returnJoas Schilling2020-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Also always return in app commandsJoas Schilling2020-06-2642-57/+102
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-07-012-0/+52
| |/ / / |/| | |
* | | | Bump dompurify from 2.0.11 to 2.0.12dependabot-preview[bot]2020-06-304-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.11 to 2.0.12. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.11...2.0.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-06-3012-96/+106
| | | |
* | | | Merge pull request #21594 from ↵Joas Schilling2020-06-294-6/+32
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/21586/precalculate-primary-element-color-for-dark-mode-too Precalculate the primary element color for dark mode too
| * | | | Fix PHP CSJoas Schilling2020-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Precalculate the primary element color for dark mode tooJoas Schilling2020-06-264-6/+32
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-06-292-2/+2
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-06-284-0/+6
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-06-2714-0/+14
|/ / /
* | | Merge pull request #21582 from ↵Roeland Jago Douma2020-06-251-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/extend-description-on-trusted-servers Extend descriptioon on trusted servers
| * | | Extend descriptioon on trusted serversJoas Schilling2020-06-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #21576 from nextcloud/fix/21464/typesRoeland Jago Douma2020-06-255-25/+45
|\ \ \ \ | |/ / / |/| | | fix strings being passed where arrays where expected
| * | | fix strings being passed where arrays where expectedArthur Schiwon2020-06-245-25/+45
| | | | | | | | | | | | | | | | | | | | | | | | also brought type hints up to internal API level Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-06-254-0/+8
|/ / /
* | | Merge pull request #21379 from ↵Roeland Jago Douma2020-06-243-19/+67
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix-share-permission-checkboxes-enabled-when-permissions-can-not-be-set Fix share permission checkboxes enabled when permissions can not be set
| * | | Fix share permission checkboxes enabled when permissions can not be setDaniel Calviño Sánchez2020-06-123-19/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A sharee can reshare a file and set the edit, create, delete and share permissions of the reshare only if the received share has edit, create, delete and share permissions, or if they were revoked in the received share after being set in the reshare. Therefore, the permission checkboxes in the share menu should be enabled only if the user can set them (otherwise trying to check them will lead to an error). Note that "sharePermissions" has all the permissions if the file is not a reshare but a file owned by the user. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #21565 from nextcloud/fix/noid/fix-commentRoeland Jago Douma2020-06-241-2/+1
|\ \ \ \ | | | | | | | | | | comment was wrong, block is needed nevertheless
| * | | | comment was wrong, block is needed neverthelessArthur Schiwon2020-06-241-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #21562 from ↵Joas Schilling2020-06-2445-403/+426
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/update-share-type-constant-usage Update share type constant usage
| * | | | | Fix testsJoas Schilling2020-06-243-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>