aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22757 from owncloud/apply-licenseC. Montero Luque2016-03-0132-24/+180
|\
| * Remove Scrutinizer Auto FixerLukas Reschke2016-03-0110-10/+0
| * Map MaciLukas Reschke2016-03-018-0/+8
| * Update author informationLukas Reschke2016-03-0125-14/+172
* | allow putting the part file in the view rootRobin Appelman2016-03-011-4/+13
|/
* Merge pull request #22699 from owncloud/checksum_int_testThomas Müller2016-03-012-2/+20
|\
| * Save some calls to refreshInfo during uploadVincent Petry2016-03-011-4/+5
| * Fix unit testsRoeland Jago Douma2016-03-011-5/+7
| * Checksums on chunked filesRoeland Jago Douma2016-03-011-0/+8
| * Remove checksum on upload of non checksumed fileRoeland Jago Douma2016-03-012-1/+8
* | Merge pull request #22686 from owncloud/cleanup_remote_address_booksThomas Müller2016-03-011-2/+19
|\ \ | |/ |/|
| * remove synced remote address book if the remote server revoked access to his ...Bjoern Schiessle2016-02-291-2/+19
* | Merge pull request #22731 from owncloud/hide-nodes-from-listeningThomas Müller2016-03-013-3/+76
|\ \
| * | Hides nodes from listing that the user has no access toLukas Reschke2016-02-293-3/+76
| |/
* | Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotasetThomas Müller2016-03-011-1/+6
|\ \
| * | Return -3 for unlimited quotaVincent Petry2016-02-291-1/+6
| |/
* / Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-292-4/+4
|/
* Merge pull request #22592 from owncloud/fix-response-headerThomas Müller2016-02-241-17/+0
|\
| * Drop unneeded use statementsMorris Jobke2016-02-231-4/+0
| * Add header for attachment disposition only onceLukas Reschke2016-02-231-13/+0
* | Case insensitive search in contacts - fixes #22575Thomas Müller2016-02-221-1/+1
|/
* Make non-public-method protectedJoas Schilling2016-02-221-1/+1
* Merge pull request #22536 from owncloud/add-integration-tests-for-tagsThomas Müller2016-02-223-4/+32
|\
| * Check if user has permission to create such a tagLukas Reschke2016-02-193-4/+32
* | Solution for Proposal #19974Pierre Jochem2016-02-221-0/+3
|/
* Merge pull request #22509 from owncloud/add-filesplugin-to-new-webdav-endpointThomas Müller2016-02-191-0/+4
|\
| * Add FilesPlugin - fixes #22507Thomas Müller2016-02-191-0/+4
* | Merge pull request #22348 from owncloud/issue-21812-calendar-old-caldav-urlThomas Müller2016-02-192-2/+82
|\ \ | |/ |/|
| * Add correct principals for the current user before ACL checkJoas Schilling2016-02-191-0/+69
| * Convert the old principal to the new principal before getting calendarsJoas Schilling2016-02-191-2/+13
* | Merge pull request #22515 from owncloud/webdav_checksum_only_for_filesThomas Müller2016-02-191-5/+7
|\ \ | |/ |/|
| * Only add checksum headers for filesRoeland Jago Douma2016-02-191-5/+7
* | Merge pull request #22198 from owncloud/birthday-calendarThomas Müller2016-02-195-3/+233
|\ \ | |/ |/|
| * Adding cli command to sync birthday calendarThomas Müller2016-02-181-3/+39
| * Prevent deletion of birthday calendarThomas Müller2016-02-182-6/+4
| * Sync a users contacts birthday to the users birthday calendarThomas Müller2016-02-184-3/+199
* | Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdavThomas Müller2016-02-193-38/+19
|\ \
| * | Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-183-38/+19
| |/
* / Check the quota on the actual file's storage in dav quota pluginVincent Petry2016-02-171-5/+12
|/
* Merge pull request #22398 from owncloud/fix-card-propertiesThomas Müller2016-02-162-8/+11
|\
| * Queries on the cards table by uri require the addressbook as well - fixes #22284Thomas Müller2016-02-152-8/+11
* | Merge pull request #22385 from owncloud/issue-22384-invalid-content-location-...Thomas Müller2016-02-161-1/+1
|\ \
| * | Deduplicate slashesJoas Schilling2016-02-151-1/+1
| |/
* / On login we create a default calendar and a default addressbook for the user ...Thomas Müller2016-02-151-1/+41
|/
* Merge pull request #22331 from owncloud/dav-nonexisting-partThomas Müller2016-02-131-1/+1
|\
| * fix getNodeForPath for non existing part filesRobin Appelman2016-02-111-1/+1
* | Merge pull request #22294 from owncloud/carddav-report-list-groups-2Thomas Müller2016-02-124-2/+102
|\ \ | |/ |/|
| * Adding a custom webdav property which holds the list of contacts groupsThomas Müller2016-02-104-2/+102
* | Merge pull request #22290 from owncloud/dav-upload-scan-in-lockThomas Müller2016-02-111-5/+5
|\ \ | |/ |/|
| * also fix lock order for chunked dav uploadsRobin Appelman2016-02-101-2/+2