Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark own comments as read after posting | Vincent Petry | 2016-02-05 | 2 | -0/+9 |
| | |||||
* | Check for authorship on edit and delete attempts | Arthur Schiwon | 2016-02-04 | 2 | -1/+184 |
| | |||||
* | Remove entries in dav_shares on deletion of a calendar | Thomas Müller | 2016-02-03 | 3 | -4/+14 |
| | |||||
* | Adding propfind property to retrieve sharee information from a dav resource | Thomas Müller | 2016-02-03 | 5 | -4/+201 |
| | |||||
* | Deleting a shared address book results in unshare | Thomas Müller | 2016-02-03 | 5 | -11/+200 |
| | |||||
* | Deleting a shared calendar results in unshare | Thomas Müller | 2016-02-03 | 3 | -2/+122 |
| | |||||
* | Disallow to share with the owner of the resource | Thomas Müller | 2016-02-03 | 1 | -5/+15 |
| | |||||
* | Fix ACLs on shared calendars | Thomas Müller | 2016-02-03 | 4 | -30/+98 |
| | |||||
* | No duplicate address book if shared with user and group and the user is part ↵ | Thomas Müller | 2016-02-03 | 2 | -6/+33 |
| | | | | of the group | ||||
* | No duplicate calendars if shared with user and group and the user is part of ↵ | Thomas Müller | 2016-02-03 | 2 | -6/+34 |
| | | | | the group | ||||
* | Add calendar sharing | Thomas Müller | 2016-02-03 | 20 | -121/+492 |
| | |||||
* | Remove deprecated and unused standalone tag | Joas Schilling | 2016-02-03 | 1 | -1/+0 |
| | |||||
* | Add store/retrieve checksums | Roeland Jago Douma | 2016-02-03 | 2 | -2/+37 |
| | | | | | | | * Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums | ||||
* | Merge pull request #22059 from owncloud/comments-readmark-dav | Thomas Müller | 2016-02-03 | 7 | -9/+147 |
|\ | | | | | Comments DAV methods for read mark manipulation (mark comments of a file as read) + return isUnread status | ||||
| * | set read marker via proppatch against entity | Arthur Schiwon | 2016-02-01 | 3 | -1/+43 |
| | | |||||
| * | Return isUnread property per comment | Arthur Schiwon | 2016-02-01 | 5 | -8/+104 |
| | | |||||
* | | Merge pull request #22055 from owncloud/systemtags-checkfileidowner | Thomas Müller | 2016-02-02 | 6 | -13/+109 |
|\ \ | | | | | | | Make sure user has access to file for system tag operations | ||||
| * | | Make sure user has access to file for system tag operations | Vincent Petry | 2016-02-01 | 6 | -13/+109 |
| |/ | | | | | | | | | Fixes DAV's SystemTagsObjectTypeCollection to not give access to files where the current user doesn't have access to. | ||||
* | | Filter contacts from the local system addressbook - remote share with local ↵ | Thomas Müller | 2016-02-02 | 1 | -0/+4 |
| | | | | | | | | users is not allowed | ||||
* | | PHP 5.4 compatibility | Thomas Müller | 2016-02-02 | 1 | -1/+2 |
| | | |||||
* | | Register all system address books to the contacts manager | Thomas Müller | 2016-02-02 | 3 | -6/+27 |
|/ | |||||
* | Merge pull request #21967 from owncloud/comments-webdav | Thomas Müller | 2016-02-01 | 4 | -2/+281 |
|\ | | | | | Comments WebDAV adjustements | ||||
| * | url encode id | Arthur Schiwon | 2016-01-29 | 1 | -1/+1 |
| | | |||||
| * | standardize datetime output | Arthur Schiwon | 2016-01-29 | 1 | -1/+1 |
| | | |||||
| * | Comments WebDAV adjustements | Arthur Schiwon | 2016-01-29 | 4 | -2/+281 |
| | | |||||
* | | Catch potential exceptions when accessing the users avatar - e.g. issues ↵ | Thomas Müller | 2016-01-29 | 1 | -2/+15 |
|/ | | | | with the encrypted file system - fixes #21983 | ||||
* | Merge pull request #21932 from owncloud/comments-dav-refinements | Thomas Müller | 2016-01-29 | 4 | -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 proppatch | Arthur Schiwon | 2016-01-26 | 4 | -8/+36 |
| | | |||||
* | | Merge pull request #21333 from owncloud/migrate-contacts | Thomas Müller | 2016-01-28 | 11 | -2/+650 |
|\ \ | | | | | | | Migrate contacts | ||||
| * | | Add copyright header | Lukas Reschke | 2016-01-28 | 1 | -0/+19 |
| | | | |||||
| * | | Fix sql to get shared addressbooks including unit tests | Thomas Müller | 2016-01-27 | 2 | -1/+17 |
| | | | |||||
| * | | Unit testing database access to old contacts tables | Thomas Müller | 2016-01-27 | 3 | -3/+267 |
| | | | |||||
| * | | Unit testing migration logic | Thomas Müller | 2016-01-27 | 4 | -44/+176 |
| | | | |||||
| * | | Add app to migrate contacts and calendars | Thomas Müller | 2016-01-27 | 7 | -2/+219 |
| | | | | | | | | | | | | | | | | | | Add group sharing migration Migrate all users | ||||
* | | | Merge pull request #21895 from owncloud/calendar-sharing | Thomas Müller | 2016-01-27 | 12 | -132/+912 |
|\ \ \ | |/ / |/| | | Migrate from CardDAV sharing to more general DAV sharing | ||||
| * | | Extract sharing functionality into own backend class for reusability | Thomas Müller | 2016-01-27 | 6 | -96/+203 |
| | | | |||||
| * | | Fix server ctor including unit test - this shall never happen again | Thomas Müller | 2016-01-27 | 2 | -1/+25 |
| | | | |||||
| * | | Migrate from CardDAV sharing to more generalk DAV sharing | Thomas Müller | 2016-01-27 | 9 | -36/+685 |
| |/ | |||||
* | | Merge pull request #21947 from owncloud/oc-backbone-webdav-put-bool-tojson | Thomas Müller | 2016-01-27 | 2 | -8/+10 |
|\ \ | | | | | | | Fix system tags proppatch with booleans | ||||
| * | | Fix system tags proppatch with booleans | Vincent Petry | 2016-01-27 | 2 | -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-cron | Thomas Müller | 2016-01-27 | 2 | -2/+0 |
|\ \ | |/ |/| | Sync federated clouds using a cron job | ||||
| * | Adding unit tests | Thomas Müller | 2016-01-25 | 2 | -2/+0 |
| | | |||||
* | | Add fake locking support for OneNote 2013 | Lukas Reschke | 2016-01-26 | 2 | -6/+12 |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/21925 | ||||
* | | Merge pull request #21664 from owncloud/comments-dav | Thomas Müller | 2016-01-26 | 12 | -0/+2140 |
|\ \ | | | | | | | Comments DAV implementation | ||||
| * | | files_sharing requires int as file id | Arthur Schiwon | 2016-01-26 | 1 | -1/+1 |
| | | | |||||
| * | | adjust unit tests | Arthur Schiwon | 2016-01-26 | 3 | -7/+6 |
| | | | |||||
| * | | Revert "utilize elementMap for parsing DateTime string input argument for ↵ | Arthur Schiwon | 2016-01-26 | 1 | -8/+6 |
| | | | | | | | | | | | | | | | | | | REPORT method" This reverts commit 2027bf2686ee077fb2ad65f7a91f920c96b3fd85. | ||||
| * | | return 404 instead of 403 when attempting to create a comment on an not ↵ | Arthur Schiwon | 2016-01-26 | 1 | -3/+3 |
| | | | | | | | | | | | | existing or unavailable file | ||||
| * | | utilize elementMap for parsing DateTime string input argument for REPORT method | Arthur Schiwon | 2016-01-26 | 1 | -6/+8 |
| | | | |||||
| * | | smaller changes related to reviews | Arthur Schiwon | 2016-01-26 | 2 | -29/+17 |
| | | |