aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-05-1810-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-05-1710-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-05-122-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-102-0/+2
|
* Merge pull request #9029 from nextcloud/settings-restructureMorris Jobke2018-05-072-2/+2
|\ | | | | Restructure server settings
| * Fix settings testsJulius Härtl2018-05-031-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move dav settings to main server settingsJulius Härtl2018-05-031-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #9355 from nextcloud/dav-upload-lockMorris Jobke2018-05-031-1/+10
|\ \ | |/ |/| only allow a single concurrent dav write to a file
| * only allow a single concurrent dav write to a fileRobin Appelman2018-04-261-1/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #9293 from nextcloud/feature/9166/custom-auditlogfileMorris Jobke2018-05-021-1/+1
|\ \ | | | | | | option for a seperate audit log file
| * | use SystemConfig, less dependencies, and not publicly neededArthur Schiwon2018-04-261-2/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix dav testArthur Schiwon2018-04-261-1/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-261-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | destaticfy Log classesArthur Schiwon2018-04-261-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #9346 from nextcloud/techdep/noid/needsPartFile_to_storageMorris Jobke2018-05-021-17/+5
|\ \ \ | | | | | | | | Use an actual function of the storage to determine needsPartFile
| * | | Use an actual function of the storage to determine needsPartFileRoeland Jago Douma2018-05-011-17/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We have a function for it so better to override that. Also because other codes that might check this should get the right value. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | External mount does not get DELETE and UPDATE if readonlyRoeland Jago Douma2018-05-011-1/+1
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9178 from nextcloud/feature/9142/directdownloadMorris Jobke2018-05-0117-2/+1238
|\ \ \ | | | | | | | | Add directdownload endpoint
| * | | Improve the directContollerRoeland Jago Douma2018-04-262-15/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Tests * No directdownload from storage yet (as it is not tested at all) * No direct links for folders Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add tests for DirectFile and DirectHomeRoeland Jago Douma2018-04-263-1/+315
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Throttle requests to unknown tokensRoeland Jago Douma2018-04-263-5/+28
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add backgroundjob to cleanup expired direct linksRoeland Jago Douma2018-04-265-2/+74
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Check if a direct link is expiredRoeland Jago Douma2018-04-262-21/+31
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add directDownload support of storageRoeland Jago Douma2018-04-262-12/+16
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | No listingRoeland Jago Douma2018-04-261-12/+4
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Dav endpoint returns proper dataRoeland Jago Douma2018-04-265-15/+90
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Request a direct linkRoeland Jago Douma2018-04-262-5/+53
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | First step of DAV endpointRoeland Jago Douma2018-04-269-1/+372
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add DB mappingRoeland Jago Douma2018-04-262-0/+93
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add directdownload tableRoeland Jago Douma2018-04-262-1/+81
| | |/ | |/| | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-04-272-2/+2
| |/ |/|
* | move log constants to ILoggerArthur Schiwon2018-04-261-2/+2
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #9255 from nextcloud/less-deprecated-callsRoeland Jago Douma2018-04-231-3/+3
|\ | | | | Less deprecated calls to OCP\Util::writeLog
| * Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-221-3/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-04-222-4/+6
|/
* log more information about insufficient storage in dav pluginRobin Appelman2018-04-171-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [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>