summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #22244 from owncloud/dont-update-shared-resource-propertiesThomas Müller2016-03-075-3/+84
|\ \ | |/ |/|
| * Allow to change properties of readonly calendarsJoas Schilling2016-02-291-0/+8
| * Allow to hide a shared calendarJoas Schilling2016-02-292-4/+29
| * For 9.0 we don't have the possibility to store calendar and addressbook prope...Thomas Müller2016-02-294-3/+51
* | Use CLOB for timezoneLukas Reschke2016-03-042-3/+3
* | Rename and move permissions are set when a file is updatableRoeland Jago Douma2016-03-032-3/+3
* | Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
* | Merge pull request #22757 from owncloud/apply-licenseC. Montero Luque2016-03-0148-30/+235
|\ \
| * | Remove Scrutinizer Auto FixerLukas Reschke2016-03-0112-12/+0
| * | Map MaciLukas Reschke2016-03-0110-0/+10
| * | Update author informationLukas Reschke2016-03-0139-18/+225
* | | allow putting the part file in the view rootRobin Appelman2016-03-012-4/+69
|/ /
* | 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-014-6/+42
|\ \ \ | |/ / |/| |
| * | Handle null caseThomas Müller2016-03-011-2/+5
| * | remove synced remote address book if the remote server revoked access to his ...Bjoern Schiessle2016-02-293-6/+27
| * | remove remote address book if the admin removes the server from the trusted s...Bjoern Schiessle2016-02-291-0/+12
| |/
* | 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-012-4/+42
|\ \
| * | Return -3 for unlimited quotaVincent Petry2016-02-292-4/+42
| |/
* / Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-293-7/+8
|/
* 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
* | Merge pull request #22569 from owncloud/issue-22566-too-much-mapping-entriesThomas Müller2016-02-231-11/+11
|\ \
| * | Fix dav unit testsJoas Schilling2016-02-231-11/+11
| |/
* / Case insensitive search in contacts - fixes #22575Thomas Müller2016-02-222-3/+3
|/
* Make non-public-method protectedJoas Schilling2016-02-222-9/+9
* Merge pull request #22536 from owncloud/add-integration-tests-for-tagsThomas Müller2016-02-224-6/+285
|\
| * Check if user has permission to create such a tagLukas Reschke2016-02-194-6/+285
* | 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-194-5/+90
|\ \ | |/ |/|
| * Add correct principals for the current user before ACL checkJoas Schilling2016-02-193-3/+77
| * 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-1914-41/+548
|\ \ | |/ |/|
| * Adding cli command to sync birthday calendarThomas Müller2016-02-186-14/+171
| * Prevent deletion of birthday calendarThomas Müller2016-02-183-8/+8
| * Sync a users contacts birthday to the users birthday calendarThomas Müller2016-02-1810-38/+388
* | Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdavThomas Müller2016-02-197-83/+84
|\ \
| * | Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-187-83/+84
| |/
* / Check the quota on the actual file's storage in dav quota pluginVincent Petry2016-02-172-10/+116
|/