Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding propfind property to retrieve sharee information from a dav resource | Thomas Müller | 2016-02-03 | 3 | -4/+25 |
| | |||||
* | Deleting a shared address book results in unshare | Thomas Müller | 2016-02-03 | 3 | -1/+151 |
| | |||||
* | Deleting a shared calendar results in unshare | Thomas Müller | 2016-02-03 | 2 | -0/+108 |
| | |||||
* | Fix ACLs on shared calendars | Thomas Müller | 2016-02-03 | 1 | -10/+97 |
| | |||||
* | No duplicate address book if shared with user and group and the user is part ↵ | Thomas Müller | 2016-02-03 | 1 | -3/+30 |
| | | | | of the group | ||||
* | No duplicate calendars if shared with user and group and the user is part of ↵ | Thomas Müller | 2016-02-03 | 1 | -2/+31 |
| | | | | the group | ||||
* | Add calendar sharing | Thomas Müller | 2016-02-03 | 12 | -98/+204 |
| | |||||
* | Merge pull request #22059 from owncloud/comments-readmark-dav | Thomas Müller | 2016-02-03 | 3 | -2/+52 |
|\ | | | | | 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 | 2 | -0/+6 |
| | | |||||
| * | Return isUnread property per comment | Arthur Schiwon | 2016-02-01 | 1 | -2/+46 |
| | | |||||
* | | Merge pull request #22055 from owncloud/systemtags-checkfileidowner | Thomas Müller | 2016-02-02 | 2 | -3/+78 |
|\ \ | | | | | | | 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 | 2 | -3/+78 |
| |/ | | | | | | | | | Fixes DAV's SystemTagsObjectTypeCollection to not give access to files where the current user doesn't have access to. | ||||
* / | Register all system address books to the contacts manager | Thomas Müller | 2016-02-02 | 2 | -4/+15 |
|/ | |||||
* | Comments WebDAV adjustements | Arthur Schiwon | 2016-01-29 | 1 | -0/+148 |
| | |||||
* | Merge pull request #21932 from owncloud/comments-dav-refinements | Thomas Müller | 2016-01-29 | 2 | -6/+22 |
|\ | | | | | 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 | 2 | -6/+22 |
| | | |||||
* | | Merge pull request #21333 from owncloud/migrate-contacts | Thomas Müller | 2016-01-28 | 3 | -0/+350 |
|\ \ | | | | | | | Migrate contacts | ||||
| * | | Fix sql to get shared addressbooks including unit tests | Thomas Müller | 2016-01-27 | 1 | -0/+16 |
| | | | |||||
| * | | Unit testing database access to old contacts tables | Thomas Müller | 2016-01-27 | 2 | -0/+264 |
| | | | |||||
| * | | Unit testing migration logic | Thomas Müller | 2016-01-27 | 1 | -0/+70 |
| | | | |||||
* | | | Merge pull request #21895 from owncloud/calendar-sharing | Thomas Müller | 2016-01-27 | 5 | -7/+688 |
|\ \ \ | |/ / |/| | | Migrate from CardDAV sharing to more general DAV sharing | ||||
| * | | Extract sharing functionality into own backend class for reusability | Thomas Müller | 2016-01-27 | 1 | -3/+4 |
| | | | |||||
| * | | Fix server ctor including unit test - this shall never happen again | Thomas Müller | 2016-01-27 | 1 | -0/+24 |
| | | | |||||
| * | | Migrate from CardDAV sharing to more generalk DAV sharing | Thomas Müller | 2016-01-27 | 3 | -4/+660 |
| |/ | |||||
* / | Fix system tags proppatch with booleans | Vincent Petry | 2016-01-27 | 1 | -4/+4 |
|/ | | | | | | | 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 #21664 from owncloud/comments-dav | Thomas Müller | 2016-01-26 | 5 | -0/+1212 |
|\ | | | | | Comments DAV implementation | ||||
| * | adjust unit tests | Arthur Schiwon | 2016-01-26 | 3 | -7/+6 |
| | | |||||
| * | Comments DAV implementation | Arthur Schiwon | 2016-01-26 | 5 | -0/+1213 |
| | | |||||
* | | Reassemble behavior on shared address books with respect to uri and displayname | Thomas Müller | 2016-01-26 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #21814 from owncloud/systemtags-backend-permissions | Thomas Müller | 2016-01-22 | 5 | -96/+518 |
|\ | | | | | 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 | 2 | -3/+35 |
| | | |||||
| * | Fix DAV to respect system tags permissions | Vincent Petry | 2016-01-21 | 5 | -95/+485 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+41 |
|\ \ | |/ |/| | No card ID when deleting is acceptable | ||||
| * | No card ID when deleting is acceptable | Joas Schilling | 2016-01-21 | 1 | -0/+41 |
| | | |||||
* | | 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 |
| | | | |||||
| * | | Adjust CalDAV tests | Thomas Müller | 2016-01-19 | 2 | -2/+9 |
| |/ | |||||
* / | Added system tags GUI in sidebar | Vincent Petry | 2016-01-19 | 1 | -2/+2 |
|/ | | | | | Added files details sidebar panel to assign/unassign/rename/delete system tags. | ||||
* | Fix xml namespace in test | Thomas Müller | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | Fixing sharing unit test | Thomas Müller | 2016-01-18 | 1 | -6/+8 |
| | |||||
* | Fix CalDAV test suite | Thomas Müller | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | Test ownCloud CardDAV sharing using CalDAVTester | Thomas Müller | 2016-01-18 | 16 | -4/+371 |
| | |||||
* | Fix unit test - optimize code | Thomas Müller | 2016-01-18 | 1 | -8/+8 |
| | |||||
* | Show group shared addressbooks | Thomas Müller | 2016-01-18 | 1 | -2/+8 |
| | |||||
* | Unit tests for updateUser and deleteUser | Thomas Müller | 2016-01-14 | 1 | -1/+35 |
| | |||||
* | Add test for ensureSystemAddressBookExists | Thomas Müller | 2016-01-14 | 1 | -0/+11 |
| | |||||
* | Start updating system addressbook | Thomas Müller | 2016-01-14 | 1 | -1/+2 |
| | |||||
* | Fix carddav unit tests | Roeland Jago Douma | 2016-01-13 | 1 | -7/+7 |
| | |||||
* | Merge pull request #21655 from owncloud/remove-listener-plugin | Thomas Müller | 2016-01-13 | 1 | -1/+0 |
|\ | | | | | Remove the listener dav plugin |