aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
...
* | Filter contacts from the local system addressbook - remote share with local ↵Thomas Müller2016-02-021-0/+4
| | | | | | | | users is not allowed
* | PHP 5.4 compatibilityThomas Müller2016-02-021-1/+2
| |
* | Register all system address books to the contacts managerThomas Müller2016-02-023-6/+27
|/
* Merge pull request #21967 from owncloud/comments-webdavThomas Müller2016-02-014-2/+281
|\ | | | | Comments WebDAV adjustements
| * url encode idArthur Schiwon2016-01-291-1/+1
| |
| * standardize datetime outputArthur Schiwon2016-01-291-1/+1
| |
| * Comments WebDAV adjustementsArthur Schiwon2016-01-294-2/+281
| |
* | Catch potential exceptions when accessing the users avatar - e.g. issues ↵Thomas Müller2016-01-291-2/+15
|/ | | | with the encrypted file system - fixes #21983
* Merge pull request #21932 from owncloud/comments-dav-refinementsThomas Müller2016-01-294-8/+36
|\ | | | | provide info about plugin, and do not run commit ourselves on proppatch
| * provide info about plugin, and do not run commit ourselves on proppatchArthur Schiwon2016-01-264-8/+36
| |
* | Merge pull request #21333 from owncloud/migrate-contactsThomas Müller2016-01-2811-2/+650
|\ \ | | | | | | Migrate contacts
| * | Add copyright headerLukas Reschke2016-01-281-0/+19
| | |
| * | Fix sql to get shared addressbooks including unit testsThomas Müller2016-01-272-1/+17
| | |
| * | Unit testing database access to old contacts tablesThomas Müller2016-01-273-3/+267
| | |
| * | Unit testing migration logicThomas Müller2016-01-274-44/+176
| | |
| * | Add app to migrate contacts and calendarsThomas Müller2016-01-277-2/+219
| | | | | | | | | | | | | | | | | | Add group sharing migration Migrate all users
* | | Merge pull request #21895 from owncloud/calendar-sharingThomas Müller2016-01-2712-132/+912
|\ \ \ | |/ / |/| | Migrate from CardDAV sharing to more general DAV sharing
| * | Extract sharing functionality into own backend class for reusabilityThomas Müller2016-01-276-96/+203
| | |
| * | Fix server ctor including unit test - this shall never happen againThomas Müller2016-01-272-1/+25
| | |
| * | Migrate from CardDAV sharing to more generalk DAV sharingThomas Müller2016-01-279-36/+685
| |/
* | Merge pull request #21947 from owncloud/oc-backbone-webdav-put-bool-tojsonThomas Müller2016-01-272-8/+10
|\ \ | | | | | | Fix system tags proppatch with booleans
| * | Fix system tags proppatch with booleansVincent Petry2016-01-272-8/+10
| |/ | | | | | | | | | | | | Backbone webdav adapter now converts booleans and ints to strings. Fixed system tags to use "true" / "false" strings for booleans instead of 1 / 0.
* | Merge pull request #21856 from owncloud/sync-federated-cloud-users-in-cronThomas Müller2016-01-272-2/+0
|\ \ | |/ |/| Sync federated clouds using a cron job
| * Adding unit testsThomas Müller2016-01-252-2/+0
| |
* | Add fake locking support for OneNote 2013Lukas Reschke2016-01-262-6/+12
| | | | | | | | Fixes https://github.com/owncloud/core/issues/21925
* | Merge pull request #21664 from owncloud/comments-davThomas Müller2016-01-2612-0/+2140
|\ \ | | | | | | Comments DAV implementation
| * | files_sharing requires int as file idArthur Schiwon2016-01-261-1/+1
| | |
| * | adjust unit testsArthur Schiwon2016-01-263-7/+6
| | |
| * | Revert "utilize elementMap for parsing DateTime string input argument for ↵Arthur Schiwon2016-01-261-8/+6
| | | | | | | | | | | | | | | | | | REPORT method" This reverts commit 2027bf2686ee077fb2ad65f7a91f920c96b3fd85.
| * | return 404 instead of 403 when attempting to create a comment on an not ↵Arthur Schiwon2016-01-261-3/+3
| | | | | | | | | | | | existing or unavailable file
| * | 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-2612-0/+2153
| | |
* | | Reassemble behavior on shared address books with respect to uri and displaynameThomas Müller2016-01-264-12/+11
|/ /
* | Merge pull request #21853 from owncloud/tags-fixpropertymaThomas Müller2016-01-262-4/+2
|\ \ | | | | | | Fix oc:tags tag list serializer
| * | Fix TagList serializerVincent Petry2016-01-221-3/+1
| | |
| * | Fix oc:tags tag list serializerVincent Petry2016-01-221-1/+1
| |/ | | | | | | Fixes propfind/proppatch of oc:tags
* | 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 cache
| * | 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-2212-112/+715
|\ \ \ | |_|/ |/| | Fix DAV backend to respect system tags permissions
| * | Inject user session to check for admin in system tags DAV handlersVincent Petry2016-01-216-30/+122
| | |
| * | Fix DAV to respect system tags permissionsVincent Petry2016-01-2112-109/+620
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When queried as regular user, visible tags are not displayed in result sets and queries for existence will return false. Non-assignable or non-visible tags cannot be renamed/assigned/unassigned. User is not allowed to change tag permissions, only to change the name if the tag is also assignable.
* | | Merge pull request #21826 from owncloud/dav-fix-user-deletionThomas Müller2016-01-222-2/+49
|\ \ \ | | | | | | | | No card ID when deleting is acceptable
| * | | No card ID when deleting is acceptableJoas Schilling2016-01-212-2/+49
| | | |
* | | | remove duplicated array valueblizzz2016-01-211-1/+0
| |/ / |/| |
* | | Merge pull request #21778 from owncloud/share-calendarsThomas Müller2016-01-2122-204/+339
|\ \ \ | | | | | | | | More tests for CalDAV
| * | | Add back the current-user-principal test suiteThomas Müller2016-01-191-1/+1
| | | |
| * | | CalDAV sync testsThomas Müller2016-01-1921-203/+331
| | | |