summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * | | | Update share type constant usageJoas Schilling2020-06-2444-400/+423
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / / fix obsolete usage of OCdialogsArthur Schiwon2020-06-241-1/+1
|/ / / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #20916 from nextcloud/feature/unified-search-apiChristoph Wurst2020-06-2412-77/+339
|\ \ \ | | | | | | | | Add unified search API
| * | | Migrate comments to unified search APIChristoph Wurst2020-06-247-77/+222
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Implement unified search for FilesChristoph Wurst2020-06-245-21/+66
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Add unified search APIChristoph Wurst2020-06-241-0/+72
| | |/ | |/| | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #21530 from nextcloud/bugfix/noid/s3-dir-mtimeRoeland Jago Douma2020-06-241-6/+1
|\ \ \ | |/ / |/| | Remove rescanDelay from directory mtime
| * | Remove rescanDelay from directory mtimeJulius Härtl2020-06-221-6/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-06-24142-420/+430
| | |
* | | Merge pull request #21545 from nextcloud/bugfix/noid/fix-dark-theme-for-guestsJoas Schilling2020-06-231-1/+1
|\ \ \ | | | | | | | | Fix dark mode for guests
| * | | Fix dark mode for guestsJoas Schilling2020-06-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Unify settings middleware with othersJoas Schilling2020-06-238-21/+21
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #21524 from nextcloud/enhancement/files-bootstrapChristoph Wurst2020-06-232-96/+95
|\ \ \ | | | | | | | | Migrate Files to the new bootstrap mechanism
| * | | Migrate Files to the new bootstrap mechanismChristoph Wurst2020-06-222-96/+95
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | [tx-robot] updated from transifexNextcloud bot2020-06-236-6/+6
| | | |
* | | | Merge pull request #21366 from ↵Joas Schilling2020-06-222-3/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/respect-prefers-color-scheme Respect "prefers-color-scheme" media selector for guests
| * | | | Respect "prefers-color-scheme" media selector for guestsJoas Schilling2020-06-102-3/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #21475 from nextcloud/enh/noid/flow-event-dispatcherblizzz2020-06-222-17/+14
|\ \ \ \ \ | |_|/ / / |/| | | | flow to not use deprecated event dispatcher methods