summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21704 from nextcloud/fix/18895/fix-unit-testsMorris Jobke2020-07-061-1/+1
|\ | | | | Fix unit tests from #18895
| * Fix unit tests from #18895Morris Jobke2020-07-061-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #21074 from jvsalo/shared-lock-multi-releaseMorris Jobke2020-07-061-0/+14
|\ \ | | | | | | Fix releasing a shared lock multiple times
| * | In LockPlugin, only release a lock if it was acquiredJaakko Salo2020-05-241-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | When uploading new files, getNodeForPath() will not succeed yet so the lock cannot be acquired. In that case, don't try to unlock it either. Signed-off-by: Jaakko Salo <jaakkos@gmail.com>
* | | Merge pull request #21222 from ↵Morris Jobke2020-07-062-7/+25
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/bugfix/18965/reduce-contacts-search-load Reduce contacts search load
| * | Reduce load of the contacts search when we know it can't matchJoas Schilling2020-06-152-7/+25
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #18895 from nextcloud/bugfix/noid/fix_birthday_calendar_colorMorris Jobke2020-07-061-1/+1
|\ \ \ | | | | | | | | Changes the Birthday calendar color to slightly brighter one
| * | | Changes the Birthday calendar color to slightly brighter oneGeorg Ehrke2020-01-141-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | 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