Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial implementation of the new chunked upload - as specified in ↵ | Thomas Müller | 2016-04-12 | 1 | -0/+4 |
| | | | | https://dragotin.wordpress.com/2015/06/22/owncloud-chunking-ng/ | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Sync a users contacts birthday to the users birthday calendar | Thomas Müller | 2016-02-18 | 1 | -2/+3 |
| | |||||
* | Add calendar sharing | Thomas Müller | 2016-02-03 | 1 | -2/+2 |
| | |||||
* | Make sure user has access to file for system tag operations | Vincent Petry | 2016-02-01 | 1 | -1/+2 |
| | | | | | Fixes DAV's SystemTagsObjectTypeCollection to not give access to files where the current user doesn't have access to. | ||||
* | Comments DAV implementation | Arthur Schiwon | 2016-01-26 | 1 | -0/+8 |
| | |||||
* | Inject user session to check for admin in system tags DAV handlers | Vincent Petry | 2016-01-21 | 1 | -5/+7 |
| | |||||
* | Fix DAV to respect system tags permissions | Vincent Petry | 2016-01-21 | 1 | -0/+3 |
| | | | | | | | | | | | 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. | ||||
* | Show group shared addressbooks | Thomas Müller | 2016-01-18 | 1 | -1/+2 |
| | |||||
* | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 1 | -1/+20 |
|\ | | | | | Update license headers 2016 | ||||
| * | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+20 |
| | | |||||
* | | Decouple federation and dav app | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
|/ | |||||
* | Adding group principals to new dav endpoint | Thomas Müller | 2016-01-08 | 1 | -9/+15 |
| | |||||
* | implement delete, create, update, search, get permissions | Björn Schießle | 2015-12-15 | 1 | -2/+2 |
| | |||||
* | Added dav endpoints for system tags | Vincent Petry | 2015-12-03 | 1 | -0/+9 |
| | |||||
* | user and system addressbooks are now living in sub folders | Thomas Müller | 2015-12-02 | 1 | -4/+9 |
| | |||||
* | Adding a second principal backend which holds system principals - as of now ↵ | Thomas Müller | 2015-12-02 | 1 | -3/+8 |
| | | | | only one principals/system/system | ||||
* | Fix principal collection for CavDAVTester | Thomas Müller | 2015-11-26 | 1 | -2/+2 |
| | |||||
* | Users are available under it's own principal resource named ↵ | Thomas Müller | 2015-11-25 | 1 | -3/+3 |
| | | | | 'principals/users' this will allow us to introduce e.g. groups as principals (one day) and system specific principals (needed for federation) | ||||
* | Addressbook sharing added based on a simplified approach which is based on ↵ | Thomas Müller | 2015-11-19 | 1 | -2/+4 |
| | | | | calendar sharing standard | ||||
* | Introducing CalDAV into core | Thomas Müller | 2015-11-16 | 1 | -6/+13 |
| | |||||
* | Introducing CardDAV into core | Thomas Müller | 2015-11-06 | 1 | -0/+6 |
| | |||||
* | as soon as debug mode is enabled we allow listing of principals | Thomas Müller | 2015-10-26 | 1 | -3/+8 |
| | |||||
* | Introduced the new webdav endpoint remote.php/dav holding the principals and ↵ | Thomas Müller | 2015-10-26 | 1 | -0/+29 |
the files collection |