summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* set read marker via proppatch against entityArthur Schiwon2016-02-011-1/+37
* Return isUnread property per commentArthur Schiwon2016-02-014-6/+58
* Merge pull request #21967 from owncloud/comments-webdavThomas Müller2016-02-013-2/+133
|\
| * url encode idArthur Schiwon2016-01-291-1/+1
| * standardize datetime outputArthur Schiwon2016-01-291-1/+1
| * Comments WebDAV adjustementsArthur Schiwon2016-01-293-2/+133
* | Catch potential exceptions when accessing the users avatar - e.g. issues with...Thomas Müller2016-01-291-2/+15
|/
* Merge pull request #21932 from owncloud/comments-dav-refinementsThomas Müller2016-01-292-2/+14
|\
| * provide info about plugin, and do not run commit ourselves on proppatchArthur Schiwon2016-01-262-2/+14
* | Merge pull request #21333 from owncloud/migrate-contactsThomas Müller2016-01-282-0/+179
|\ \
| * | Fix sql to get shared addressbooks including unit testsThomas Müller2016-01-271-1/+1
| * | Unit testing database access to old contacts tablesThomas Müller2016-01-271-3/+3
| * | Unit testing migration logicThomas Müller2016-01-272-43/+104
| * | Add app to migrate contacts and calendarsThomas Müller2016-01-271-0/+118
* | | Merge pull request #21895 from owncloud/calendar-sharingThomas Müller2016-01-277-125/+224
|\ \ \ | |/ / |/| |
| * | Extract sharing functionality into own backend class for reusabilityThomas Müller2016-01-275-93/+199
| * | Fix server ctor including unit test - this shall never happen againThomas Müller2016-01-271-1/+1
| * | Migrate from CardDAV sharing to more generalk DAV sharingThomas Müller2016-01-276-32/+25
| |/
* / Fix system tags proppatch with booleansVincent Petry2016-01-271-4/+6
|/
* Add fake locking support for OneNote 2013Lukas Reschke2016-01-262-6/+12
* Merge pull request #21664 from owncloud/comments-davThomas Müller2016-01-267-0/+928
|\
| * files_sharing requires int as file idArthur Schiwon2016-01-261-1/+1
| * Revert "utilize elementMap for parsing DateTime string input argument for REP...Arthur Schiwon2016-01-261-8/+6
| * return 404 instead of 403 when attempting to create a comment on an not exist...Arthur Schiwon2016-01-261-3/+3
| * utilize elementMap for parsing DateTime string input argument for REPORT methodArthur Schiwon2016-01-261-6/+8
| * smaller changes related to reviewsArthur Schiwon2016-01-262-29/+17
| * Comments DAV implementationArthur Schiwon2016-01-267-0/+940
* | Reassemble behavior on shared address books with respect to uri and displaynameThomas Müller2016-01-261-5/+8
|/
* Merge pull request #21853 from owncloud/tags-fixpropertymaThomas Müller2016-01-262-4/+2
|\
| * Fix TagList serializerVincent Petry2016-01-221-3/+1
| * Fix oc:tags tag list serializerVincent Petry2016-01-221-1/+1
* | Replace other usagesJoas Schilling2016-01-252-3/+5
* | Merge pull request #21401 from owncloud/dav-cache-getchildrenThomas Müller2016-01-253-7/+32
|\ \
| * | Put nodes from Directory->getChildren in the ObjectTree cacheRobin Appelman2016-01-173-7/+32
* | | Add missing use statements for IGroupManager and IUserSessionRoeland Jago Douma2016-01-251-0/+2
* | | Merge pull request #21814 from owncloud/systemtags-backend-permissionsThomas Müller2016-01-227-16/+197
|\ \ \ | |_|/ |/| |
| * | Inject user session to check for admin in system tags DAV handlersVincent Petry2016-01-214-27/+87
| * | Fix DAV to respect system tags permissionsVincent Petry2016-01-217-14/+135
* | | Merge pull request #21826 from owncloud/dav-fix-user-deletionThomas Müller2016-01-221-2/+8
|\ \ \
| * | | No card ID when deleting is acceptableJoas Schilling2016-01-211-2/+8
* | | | remove duplicated array valueblizzz2016-01-211-1/+0
| |/ / |/| |
* | | Merge pull request #20847 from owncloud/systemtags-uiThomas Müller2016-01-211-2/+2
|\ \ \ | |/ / |/| |
| * | Fix content type parsing in system tags pluginVincent Petry2016-01-201-1/+1
| * | Added system tags GUI in sidebarVincent Petry2016-01-191-1/+1
* | | React on OC_User::changeUser hook and update the user's vcardThomas Müller2016-01-201-0/+9
* | | Merge pull request #21785 from owncloud/cron-sync-system-addressbookThomas Müller2016-01-202-2/+44
|\ \ \ | |/ / |/| |
| * | Add daily cron job to sync system address bookThomas Müller2016-01-182-2/+44
* | | Fix test for ensureSystemAddressBookExistsThomas Müller2016-01-182-5/+4
* | | Fix join condition for oracleThomas Müller2016-01-181-1/+1
* | | Readjust sharing methodsThomas Müller2016-01-182-26/+55