Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | | ||||||
| * | | Comments DAV implementation | Arthur Schiwon | 2016-01-26 | 12 | -0/+2153 | |
| | | | ||||||
* | | | Reassemble behavior on shared address books with respect to uri and displayname | Thomas Müller | 2016-01-26 | 4 | -12/+11 | |
|/ / | ||||||
* | | Merge pull request #21853 from owncloud/tags-fixpropertyma | Thomas Müller | 2016-01-26 | 2 | -4/+2 | |
|\ \ | | | | | | | Fix oc:tags tag list serializer | |||||
| * | | Fix TagList serializer | Vincent Petry | 2016-01-22 | 1 | -3/+1 | |
| | | | ||||||
| * | | Fix oc:tags tag list serializer | Vincent Petry | 2016-01-22 | 1 | -1/+1 | |
| |/ | | | | | | | Fixes propfind/proppatch of oc:tags | |||||
* | | Replace other usages | Joas Schilling | 2016-01-25 | 2 | -3/+5 | |
| | | ||||||
* | | Merge pull request #21401 from owncloud/dav-cache-getchildren | Thomas Müller | 2016-01-25 | 3 | -7/+32 | |
|\ \ | | | | | | | Put nodes from Directory->getChildren in the ObjectTree cache | |||||
| * | | Put nodes from Directory->getChildren in the ObjectTree cache | Robin Appelman | 2016-01-17 | 3 | -7/+32 | |
| | | | ||||||
* | | | Add missing use statements for IGroupManager and IUserSession | Roeland Jago Douma | 2016-01-25 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge pull request #21814 from owncloud/systemtags-backend-permissions | Thomas Müller | 2016-01-22 | 12 | -112/+715 | |
|\ \ \ | |_|/ |/| | | Fix DAV backend to respect system tags permissions | |||||
| * | | Inject user session to check for admin in system tags DAV handlers | Vincent Petry | 2016-01-21 | 6 | -30/+122 | |
| | | | ||||||
| * | | Fix DAV to respect system tags permissions | Vincent Petry | 2016-01-21 | 12 | -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-deletion | Thomas Müller | 2016-01-22 | 2 | -2/+49 | |
|\ \ \ | | | | | | | | | No card ID when deleting is acceptable | |||||
| * | | | No card ID when deleting is acceptable | Joas Schilling | 2016-01-21 | 2 | -2/+49 | |
| | | | | ||||||
* | | | | remove duplicated array value | blizzz | 2016-01-21 | 1 | -1/+0 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #21778 from owncloud/share-calendars | Thomas Müller | 2016-01-21 | 22 | -204/+339 | |
|\ \ \ | | | | | | | | | More tests for CalDAV | |||||
| * | | | Add back the current-user-principal test suite | Thomas Müller | 2016-01-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | CalDAV sync tests | Thomas Müller | 2016-01-19 | 21 | -203/+331 | |
| | | | |