summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Fix the system address bookRoeland Jago Douma2018-12-041-7/+8
| | | | | | | | c23a66cda46d9a1f0ce8dc60a6c160809c87d9f6 broke the system address book. We now move the ACL rules for this special case up and all is good in the world again. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-12-042-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-11-292-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-11-272-0/+30
|
* Load apps that have a dav type set before the dav server pluginsJulius Härtl2018-11-222-3/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #12503 from nextcloud/swift-object-not-found-13Morris Jobke2018-11-191-0/+3
|\ | | | | [13] forward object not found error in swift as dav 404
| * forward object not found error in swift as dav 404Robin Appelman2018-11-191-0/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-11-182-0/+2
|/
* Merge pull request #12460 from nextcloud/bugfix-stable13/dav_shares_hickupMorris Jobke2018-11-154-32/+36
|\ | | | | [stable13] fixes dav share issue with owner
| * fix caldav testsGeorg Ehrke2018-11-152-18/+18
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * fixes dav share issue with ownerGeorg Ehrke2018-11-142-14/+18
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | [tx-robot] updated from transifexNextcloud bot2018-11-152-76/+148
|/
* [tx-robot] updated from transifexNextcloud bot2018-11-1324-24/+0
|
* [tx-robot] updated from transifexNextcloud bot2018-11-072-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-11-062-0/+14
|
* Implement the size of an assembly streamRoeland Jago Douma2018-10-291-1/+3
| | | | | | | This will make it possible to act propely on moves of future files if we need to know the size (like for max size virus scanning). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-10-294-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-10-272-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-10-262-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-10-2514-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-10-242-0/+34
|
* Merge pull request #11982 from ↵Roeland Jago Douma2018-10-238-108/+305
|\ | | | | | | | | nextcloud/bugfix-stable13/noid/forbid_freebusy_but_allow_local_delivery [stable13] allow local delivery of schedule message while prohibiting FreeBusy requests
| * move disableFreeBusy check from User principal backend to Scheduling Outbox ↵Georg Ehrke2018-10-238-108/+305
| | | | | | | | | | | | collection. This allows to keep local delivery of scheduling messages while prohibiting FreeBusy requests Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #11997 from nextcloud/assemblly-stream-lazy-13Morris Jobke2018-10-231-5/+6
|\ \ | | | | | | lazy open first source stream in assemblystream
| * | lazy open first source stream in assemblystreamRobin Appelman2018-10-231-5/+6
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #11962 from nextcloud/backport/11931/stable13Morris Jobke2018-10-231-6/+5
|\ \ \ | |/ / |/| | [13] Do not emit preHooks twice on non-part-storage
| * | Do not emit preHooks twice on non-part-storageRoeland Jago Douma2018-10-211-6/+5
| |/ | | | | | | | | | | | | The old code would emit the hooks twice. Thus having the version written twice. Which is not very performant as it is first read twice as well. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2018-10-2328-30/+126
|/
* [tx-robot] updated from transifexNextcloud bot2018-10-1088-340/+340
|
* [tx-robot] updated from transifexNextcloud bot2018-10-052-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-10-022-0/+22
|
* Merge pull request #11437 from nextcloud/assemblystream-eof-13Morris Jobke2018-09-281-1/+1
|\ | | | | [13] AssemblyStream is also eof if we have no more source stream
| * AssemblyStream is also eof if we have no more source streamRobin Appelman2018-09-281-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-09-252-14/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-222-0/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-174-14/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-134-4/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-122-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-092-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-072-2/+2
| |
* | Merge pull request #10911 from nextcloud/customproperties-ignored-list-13Roeland Jago Douma2018-09-032-1/+1
|\ \ | | | | | | [13] use the same ignored properties list for both CustomerPropertiesBackends
| * | use the same ignored properties list for both CustomerPropertiesBackendsRobin Appelman2018-08-282-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-09-012-2/+34
| | |
* | | Merge pull request #10902 from nextcloud/cast-timestamp-13Morris Jobke2018-08-311-1/+1
|\ \ \ | | | | | | | | [13] cast timestamps older than unix epoch to 0
| * | | cast timestamps older than unix epoch to 0Christian2018-08-281-1/+1
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-08-302-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-08-292-0/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-08-272-0/+2
| |
* | Merge pull request #10837 from nextcloud/dav-search-no-negative-mtime-13Roeland Jago Douma2018-08-241-1/+1
|\ \ | | | | | | [13] disallow negative mtime in dav search
| * | disallow negative mtime in dav searchRobin Appelman2018-08-241-1/+1
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>