aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-04-132-0/+4
|
* Merge pull request #9148 from nextcloud/dav-read-exceptionRoeland Jago Douma2018-04-111-1/+5
|\ | | | | transform exception during file read to sabre exceptions
| * transform exception during file read to sabre exceptionsRobin Appelman2018-04-111-1/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #9097 from nextcloud/bugfix/7661/use_mb_substrJulius Härtl2018-04-111-2/+2
|\ \ | |/ |/| Use multibyte substring
| * Use multibyte substringRoeland Jago Douma2018-04-051-2/+2
| | | | | | | | | | | | Fixes #7661 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #8946 from nextcloud/log-exceptions-as-nested-array-2Morris Jobke2018-04-111-8/+18
|\ \ | | | | | | Log exceptions as nested array instead of encoded json
| * | adjust tests to new exception log formatRobin Appelman2018-04-111-8/+18
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | more consistent namingArthur Schiwon2018-04-051-6/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | admin_audit and dav listen to announce and revoke signalsArthur Schiwon2018-04-051-0/+18
|/ | | | | | also place them in doc Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-04-052-0/+2
|
* Merge pull request #8996 from brandonkirsch/fix-onenote-davMorris Jobke2018-04-032-2/+2
|\ | | | | Fix webdav support for OneNote clients
| * Fix webdav support for OneNote clientsBrandon Kirsch2018-03-262-2/+2
| |
* | Merge pull request #9006 from ↵Morris Jobke2018-04-031-0/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/8977/ignore_encrypted_custom_properties Do not treat is-encrypted as custom property
| * | Do not treat is-encrypted as customer propertyRoeland Jago Douma2018-03-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | fixes #8977 Else for all files in a folder we would launch off more queries. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-04-032-0/+76
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-04-022-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-03-314-2/+10
|/ /
* / MethodNotAllowed is not a Fatal errorRoeland Jago Douma2018-03-261-0/+4
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-03-262-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-232-0/+2
|
* Make displayname selectableRoeland Jago Douma2018-03-221-1/+1
| | | | It is dav. so if it is not properly set we just return a 404 anyway.
* Merge pull request #8255 from nextcloud/bugfix/noid/group-display-nameblizzz2018-03-154-26/+61
|\ | | | | Full implement group display names
| * Fixed caldav tests and metadata 2John Molakvoæ (skjnldsv)2018-03-081-1/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix group displaynames in activityJoas Schilling2018-03-083-25/+54
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #8112 from nextcloud/fix-integer-overflowMorris Jobke2018-03-091-1/+4
|\ \ | | | | | | Fix integer overflow in ChunkingPlugin
| * | Fix integer overflow in ChunkingPluginMorris Jobke2018-03-061-1/+4
| |/ | | | | | | | | | | Avoids errors when the size exceeds MAX_INT because of the cast to int. Better cast it to float to avoid this. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-03-092-2/+6
| |
* | emit pre-hooks earlier when not using part filesRobin Appelman2018-03-081-5/+3
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-03-022-0/+2
|
* Loglevel is an intRoeland Jago Douma2018-02-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make ILogger strictRoeland Jago Douma2018-02-271-1/+1
| | | | | | | * Make implementations strict * Add scalar typehints Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-02-272-0/+2
|
* Fix dav server testRoeland Jago Douma2018-02-221-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-02-212-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-02-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-192-0/+2
|
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-15/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-1417-23/+0
|\ | | | | Remove unused import statements
| * Remove unused import statementsMorris Jobke2018-02-1417-23/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Simplify return statementMorris Jobke2018-02-133-7/+3
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-02-138-6/+174
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1224-0/+30
|
* Merge pull request #8023 from nextcloud/webdavsearch_limit_order_fixingMorris Jobke2018-02-082-55/+138
|\ | | | | Respect limit and order in webdav search
| * adjust testsRobin Appelman2018-02-071-17/+21
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * CacheJail should apply limit and offset after searchingRoeland Jago Douma2018-02-071-1/+1
| | | | | | | | | | | | Else the results might not be correct. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Adjust to updated searchdav libraryRobin Appelman2018-02-071-67/+51
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Respect limit and order in webdav searchRoeland Jago Douma2018-02-071-3/+98
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | keep previous exception when transforming to dav exceptionRobin Appelman2018-02-072-5/+6
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-02-072-0/+4
|
* Add all parameters to returnValueMapJulius Härtl2018-01-311-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>