summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21626 from nextcloud/enhancement/injectible-callablesMorris Jobke2020-07-051-26/+10
|\ | | | | Callable parameter injection
| * 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-043-79/+47
|\ \ | |/ |/| | | | | 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-033-79/+47
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #21599 from nextcloud/debt/noid/type-to-typesRoeland Jago Douma2020-07-0210-56/+56
|\ \ | | | | | | Replace TYPE with TYPES
| * | Replace TYPE with TYPESDaniel Kesselberg2020-06-3010-56/+56
| |/ | | | | | | | | | | As TYPE::* is deprecated. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* / Also always return in app commandsJoas Schilling2020-06-268-11/+19
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix testsJoas Schilling2020-06-241-3/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update share type constant usageJoas Schilling2020-06-244-28/+28
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #21467 from nextcloud/enhancement/dav-bootstrapRoeland Jago Douma2020-06-202-211/+206
|\ | | | | Move DAV to the new bootstrap mechanism
| * Move DAV to the new bootstrap mechanismChristoph Wurst2020-06-192-211/+206
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-06-202-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2020-06-192-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-06-162-2/+2
|
* Fix pagination of contacts searchJoas Schilling2020-06-102-17/+29
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #21302 from ↵Christoph Wurst2020-06-091-3/+3
|\ | | | | | | | | nextcloud/techdebt/noid/adjust-to-parent-implementation Adjust to parent implementation
| * Adjust to parent implementationJoas Schilling2020-06-081-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #20272 from nextcloud/enh/sabre/gzip_propfindRoeland Jago Douma2020-06-085-0/+197
|\ \ | | | | | | Gzip the propfind response
| * | Allow for compression of the PROPFIND responsesRoeland Jago Douma2020-06-065-0/+197
| | | | | | | | | | | | | | | | | | | | | For now it just gzip and only for propfind (the 99% case). Already saves a bunch since the propfinds compress so nicely. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-06-072-2/+2
|/ /
* / [tx-robot] updated from transifexNextcloud bot2020-06-062-0/+8
|/
* Fix empty event UUID reminder notificationsThomas Citharel2020-06-041-2/+4
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* [tx-robot] updated from transifexNextcloud bot2020-05-252-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-05-232-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-05-226-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-05-212-14/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-05-184-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-05-162-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-05-152-4/+4
|
* [tx-robot] updated from transifexv19.0.0RC2Nextcloud bot2020-05-1418-2/+32
|
* [tx-robot] updated from transifexNextcloud bot2020-05-1316-0/+30
|
* Merge pull request #20844 from ↵Roeland Jago Douma2020-05-1112-20/+42
|\ | | | | | | | | nextcloud/feature/noid/maintenance-mode-webdav-translated Translate the maintenance mode message in webdav
| * Translate the maintenance mode message in webdavMorris Jobke2020-05-0612-20/+42
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #20860 from ↵Georg Ehrke2020-05-081-1/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/macos_contacts_sync_prefer_personal_over_app-generated macOS contacts: prefer personal over app generated
| * | Rename app-generated to z-app-generated, because macOS Contacts supports ↵Georg Ehrke2020-05-071-1/+1
| |/ | | | | | | | | | | only one and will pick the first one alphabetically Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* / Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix owner on publicownerwrapperRoeland Jago Douma2020-05-011-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #20718 from nextcloud/fix/public_share_owner_activity_messMorris Jobke2020-04-304-1/+58
|\ | | | | Add a wrapper to fall back to the share owner on public shares
| * Add a wrapper to fall back to the share owner on public sharesRoeland Jago Douma2020-04-304-1/+58
| | | | | | | | | | | | | | | | Else it might happen that we setup a storage that has no real owner and activities do boom etc (looking at you groupfolders and external storages!). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19436 from nextcloud/bugfix/noid/dav-quota-calculationRoeland Jago Douma2020-04-302-11/+20
|\ \ | | | | | | Do not include mountpoints when calculating quota usage on WebDAV
| * | Do not include mountpoints when calculating quota usage on WebDAVJulius Härtl2020-04-242-11/+20
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendarRoeland Jago Douma2020-04-307-107/+287
|\ \ \ | | | | | | | | Provide links to calendar in event creation/update activities
| * | | Provide links to calendar in event creation/update activitiesThomas Citharel2020-04-267-107/+287
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Merge pull request #20720 from ↵Roeland Jago Douma2020-04-301-6/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/temporary-fix-contacts-search Temporary fix contacts search
| * | | | Temporary fix contacts searchJoas Schilling2020-04-291-6/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-302-0/+8
|/ / / /
* | | / Update license headers for 19Christoph Wurst2020-04-29162-6/+169
| |_|/ |/| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-282-2/+2
| | |
* | | Merge pull request #20632 from nextcloud/bugfix/20624Morris Jobke2020-04-272-4/+22
|\ \ \ | |/ / |/| | Only catch anonymous OPTIONS for Office
| * | Only catch anonymous OPTIONS for OfficeJulius Härtl2020-04-242-4/+22
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>