summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* use principaluri instead of userid, allowing to add delegates for rooms and ↵Georg Ehrke2019-08-1521-222/+644
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | things Signed-off-by: Georg Ehrke <developer@georgehrke.com> !fixup add owner_id and proxy_id as db index, since we use it for querying Signed-off-by: Georg Ehrke <developer@georgehrke.com> !fixup don't add ACL for each individual proxy, just use calendar-proxy groups Signed-off-by: Georg Ehrke <developer@georgehrke.com> !fixup allow delegation of resources / rooms Signed-off-by: Georg Ehrke <developer@georgehrke.com> !fixup fix addIndex call in migration Signed-off-by: Georg Ehrke <developer@georgehrke.com> !fixup fix remaining constructor calls of Principal Signed-off-by: Georg Ehrke <developer@georgehrke.com> !fixup minor fixes and unit tests Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Early first stage implementation of the groupsetRoeland Jago Douma2019-08-151-2/+54
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use the proxymapper to obtain valid proxy dataRoeland Jago Douma2019-08-1510-32/+99
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add DB mapper and EntityRoeland Jago Douma2019-08-144-0/+115
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add table to handle calendar delegationsRoeland Jago Douma2019-08-142-1/+54
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-08-146-82/+142
|
* Merge pull request #14429 from tobiasKaminsky/shareesOnDavRoeland Jago Douma2019-08-135-115/+150
|\ | | | | Show sharees via propfind
| * Fix testsRoeland Jago Douma2019-08-111-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * get all shares, not only first one per typetobiasKaminsky2019-08-081-2/+1
| | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
| * use namespace everywheretobiasKaminsky2019-08-061-3/+3
| | | | | | | | | | | | no camelCase Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
| * Fix testsRoeland Jago Douma2019-08-012-63/+39
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * add display name to sharee listtobiasKaminsky2019-07-311-2/+3
| | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
| * Unify share fetchingRoeland Jago Douma2019-07-301-99/+27
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Use proper ShareeListRoeland Jago Douma2019-07-304-6/+63
| | | | | | | | | | | | This makes the XML parsing more sane ;) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Use proper cachingRoeland Jago Douma2019-07-301-25/+54
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * wiptobiasKaminsky2019-07-231-58/+32
| | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
| * wiptobiasKaminsky2019-07-223-62/+72
| | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
| * Show sharees via propfindtobiasKaminsky2019-07-222-1/+62
| | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* | [tx-robot] updated from transifexNextcloud bot2019-08-124-0/+12
| |
* | Bump style-loader from 0.23.1 to 1.0.0dependabot-preview[bot]2019-08-1122-44/+44
| | | | | | | | | | | | | | | | | | | | Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 0.23.1 to 1.0.0. - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/style-loader/compare/v0.23.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 #16714 from ↵Roeland Jago Douma2019-08-116-21/+21
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.1 Bump nextcloud-vue from 0.12.0 to 0.12.1
| * | Bump nextcloud-vue from 0.12.0 to 0.12.1dependabot-preview[bot]2019-08-116-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.0...v0.12.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 bot2019-08-114-2/+4
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-08-104-18/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2019-08-0910-4/+18
| |
* | Merge pull request #16638 from ↵Roeland Jago Douma2019-08-082-6/+13
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/ldap-ext-storage-handler-loading-cli delay sending event from app init to when they are needed
| * | delay sending event from app init to when they are neededArthur Schiwon2019-08-022-6/+13
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #16683 from nextcloud/fix/audit/disabled-user-messageRoeland Jago Douma2019-08-081-1/+3
|\ \ \ | | | | | | | | Fix enable/disable user audit message
| * | | Fix enable/disable user audit messageJohn Molakvoæ (skjnldsv)2019-08-071-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-08-084-0/+4
| | | |
* | | | Bump nextcloud-vue to 0.12.0John Molakvoæ (skjnldsv)2019-08-076-206/+350
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-08-072-6/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-08-064-4/+4
| | |
* | | Merge pull request #16498 from nextcloud/feature/noid/room_metadataMorris Jobke2019-08-0512-1000/+873
|\ \ \ | | | | | | | | Allow calendar resources/rooms to provide metadata
| * | | Allow to do a principal property search based on metadata keysGeorg Ehrke2019-08-012-1/+93
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | Test resource and room principal backend to check that they provide metadataGeorg Ehrke2019-08-013-766/+191
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | Test sync of resource and room metadataGeorg Ehrke2019-08-011-19/+171
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | sync metadata of rooms / resources with cacheGeorg Ehrke2019-08-011-208/+294
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | provide room / resource properties as principal propertiesGeorg Ehrke2019-08-013-10/+57
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | add oc_calendar_resources_md and oc_calendar_rooms_md tablesGeorg Ehrke2019-08-014-1/+72
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Merge pull request #16643 from nextcloud/enh/moreDIUsageMorris Jobke2019-08-051-26/+1
|\ \ \ \ | | | | | | | | | | Lets use DI where we can
| * | | | Lets use DI where we canRoeland Jago Douma2019-08-021-26/+1
| | |/ / | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #16649 from ↵Roeland Jago Douma2019-08-054-24/+24
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.5.6 Bump nextcloud-vue-collections from 0.5.4 to 0.5.6
| * | | | Bump nextcloud-vue-collections from 0.5.4 to 0.5.6dependabot-preview[bot]2019-08-054-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.5.4 to 0.5.6. - [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases) - [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.5.4...v0.5.6) 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-08-056-2/+12
|/ / / /
* | | | Merge pull request #16651 from nextcloud/dependabot/npm_and_yarn/webpack-4.39.1Roeland Jago Douma2019-08-0424-51/+51
|\ \ \ \ | | | | | | | | | | Bump webpack from 4.38.0 to 4.39.1
| * | | | Bump webpack from 4.38.0 to 4.39.1dependabot-preview[bot]2019-08-0424-51/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.38.0 to 4.39.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.38.0...v4.39.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 bot2019-08-042-0/+6
|/ / / /
* / / / [tx-robot] updated from transifexNextcloud bot2019-08-038-4/+16
|/ / /
* | | Merge pull request #16525 from nextcloud/bugfix/external-user-substitutionblizzz2019-08-027-32/+128
|\ \ \ | | | | | | | | files_external: proper user context for sharing