Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year! | Thomas Müller | 2016-01-12 | 40 | -109/+545 |
| | |||||
* | Unit test contact provider registration | Thomas Müller | 2016-01-11 | 2 | -0/+94 |
| | |||||
* | Merge pull request #21491 from owncloud/webdav_auth_no_basic_auth | Thomas Müller | 2016-01-08 | 1 | -3/+15 |
|\ | | | | | Also allow 'only cookie' auth to webdav | ||||
| * | Allow only cookie auth to webdav | Roeland Jago Douma | 2016-01-07 | 1 | -3/+15 |
| | | |||||
* | | Merge pull request #21540 from owncloud/group-principals | Thomas Müller | 2016-01-08 | 4 | -6/+279 |
|\ \ | | | | | | | Adding group principals to new dav endpoint | ||||
| * | | Adding unit tests for SystemPrincipalBackend | Thomas Müller | 2016-01-08 | 2 | -1/+132 |
| | | | |||||
| * | | Adding group principals to new dav endpoint | Thomas Müller | 2016-01-08 | 2 | -5/+147 |
| |/ | |||||
* | | Adding IMip scheduling which uses ownClouds mail delivery | Thomas Müller | 2016-01-08 | 1 | -0/+91 |
| | | |||||
* | | Bump vobject version in carddav unittest | Roeland Jago Douma | 2016-01-08 | 1 | -7/+7 |
|/ | |||||
* | Fix carddav sharing plugin + adding unit tests | Thomas Müller | 2015-12-18 | 2 | -1/+82 |
| | |||||
* | Merge pull request #20696 from ↵ | Thomas Müller | 2015-12-17 | 2 | -14/+620 |
|\ | | | | | | | | | owncloud/add-carddav-backends-to-ocp-contactsmanager Add carddav backend to OCP\ContactsManager | ||||
| * | avoid duplicates on search | Björn Schießle | 2015-12-15 | 1 | -5/+19 |
| | | |||||
| * | Fix Oracle insert error | Thomas Müller | 2015-12-15 | 1 | -2/+5 |
| | | |||||
| * | implement delete, create, update, search, get permissions | Björn Schießle | 2015-12-15 | 2 | -14/+603 |
| | | |||||
* | | add unit test for #21230 | Morris Jobke | 2015-12-16 | 1 | -0/+41 |
|/ | |||||
* | Merge pull request #21045 from owncloud/scrutinizer-patch-1 | Thomas Müller | 2015-12-11 | 3 | -6/+0 |
|\ | | | | | Scrutinizer Auto-Fixes | ||||
| * | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-10 | 3 | -6/+0 |
| | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | | Catch exception when querying direct download link | Vincent Petry | 2015-12-10 | 1 | -0/+25 |
|/ | |||||
* | Merge pull request #21038 from owncloud/share-computesharepermissions-notstore | Thomas Müller | 2015-12-09 | 1 | -18/+26 |
|\ | | | | | Fix (re)share permission checks in a few code paths | ||||
| * | Fix more unit tests to pass a mock storage instead of null to FileInfo | Vincent Petry | 2015-12-08 | 1 | -18/+26 |
| | | |||||
* | | Fixed system tags DAV and API and docs | Vincent Petry | 2015-12-04 | 2 | -25/+25 |
| | | |||||
* | | Unit test for system tags plugin | Vincent Petry | 2015-12-03 | 6 | -0/+947 |
|/ | |||||
* | Fix update of avatar image | Thomas Müller | 2015-12-02 | 1 | -29/+28 |
| | |||||
* | Specify the email type and set name properly | Thomas Müller | 2015-12-02 | 1 | -10/+31 |
| | |||||
* | Add converter to generate/update a vcard from a given user | Thomas Müller | 2015-12-02 | 1 | -0/+116 |
| | |||||
* | More group DB | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | |||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 3 | -0/+21 |
| | | | | Adding more DB groups to test suits | ||||
* | Prevent redefinition warning of PHPUNIT_RUN | Thomas Müller | 2015-11-30 | 1 | -1/+3 |
| | |||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 2 | -0/+15 |
| | |||||
* | Merge pull request #20760 from owncloud/webdav-authredirectfix | Thomas Müller | 2015-11-27 | 1 | -0/+30 |
|\ | | | | | Only reject ajax auth if user is really logged out | ||||
| * | Only reject ajax auth if user is really logged out | Vincent Petry | 2015-11-26 | 1 | -0/+30 |
| | | |||||
* | | Introduce \OCP\IUser::getEMailAddress() | Thomas Müller | 2015-11-25 | 1 | -38/+20 |
| | | |||||
* | | Users are available under it's own principal resource named ↵ | Thomas Müller | 2015-11-25 | 2 | -29/+33 |
|/ | | | | 'principals/users' this will allow us to introduce e.g. groups as principals (one day) and system specific principals (needed for federation) | ||||
* | Adjust sabre changes in core | Thomas Müller | 2015-11-24 | 4 | -44/+76 |
| | |||||
* | Do not authenticate over ajax | Vincent Petry | 2015-11-23 | 1 | -2/+34 |
| | | | | | | | This makes sure that whenever a Webdav call is done through Ajax, if the session has expired, it will not send back a challenge but a simple 401 response. Without this fix, the default code would send back a challenge and trigger the browser's basic auth dialog. | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-20 | 3 | -3/+9 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Adding an existing sharee is idempotent | Thomas Müller | 2015-11-19 | 1 | -2/+6 |
| | |||||
* | Addressbook sharing added based on a simplified approach which is based on ↵ | Thomas Müller | 2015-11-19 | 1 | -2/+41 |
| | | | | calendar sharing standard | ||||
* | Merge pull request #20371 from owncloud/add-caldav-2 | Thomas Müller | 2015-11-18 | 1 | -0/+348 |
|\ | | | | | Introducing CalDAV into core | ||||
| * | Use uri as displayname | Thomas Müller | 2015-11-16 | 1 | -1/+6 |
| | | |||||
| * | components was not written to the database | Thomas Müller | 2015-11-16 | 1 | -0/+4 |
| | | |||||
| * | Add scheduling backend | Thomas Müller | 2015-11-16 | 1 | -0/+14 |
| | | |||||
| * | Introducing CalDAV into core | Thomas Müller | 2015-11-16 | 1 | -0/+325 |
| | | |||||
* | | Add internal fileid to webdav response | Vincent Petry | 2015-11-18 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | Introduce a new property "oc:fileid" to return the internal file id. This is because the original "oc:id" property is a compound and it is not possible to extract the real id without knowing the instance id. The instance id is not available to external clients. | ||||
* | | Merge pull request #20494 from owncloud/storage-forbidden-exception | Thomas Müller | 2015-11-18 | 4 | -5/+116 |
|\ \ | | | | | | | Allow storage wrappers to through a forbidden exception with retry information for clients | ||||
| * | | Allow storage wrappers to through a forbidden exception with retry information | Joas Schilling | 2015-11-17 | 4 | -5/+116 |
| | | | |||||
* | | | Merge pull request #20188 from owncloud/webdav-exposeshareowner | Thomas Müller | 2015-11-17 | 1 | -0/+50 |
|\ \ \ | |/ / |/| | | Expose share owner id and display name via files webdav | ||||
| * | | Add "owner-id" and "owner-display-name" Webdav properties | Vincent Petry | 2015-11-16 | 1 | -0/+50 |
| |/ | |||||
* / | Add fake locker plugin for WebDAVFS | Lukas Reschke | 2015-11-13 | 2 | -1/+176 |
|/ | | | | WebDAVFS as used by Finder requires a Class 2 compatible WebDAV server. This change introduces a fake locking provider which will simply advertise Locking support when a request originates from WebDAVFS. It will also return successful LOCK and UNLOCK responses. | ||||
* | When creating addressbooks, make sure the displayname is set | Arthur Schiwon | 2015-11-10 | 1 | -0/+1 |
| |