| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #24813 from owncloud/delete-ghost-files | Vincent Petry | 2016-06-07 | 1 | -0/+59 |
|\ |
|
| * | add test for deleting ghost files over dav | Robin Appelman | 2016-06-03 | 1 | -0/+59 |
* | | Fix checkMove() implementation for dav v2 - fixes #24776 (#24971) | Thomas Müller | 2016-06-06 | 3 | -27/+46 |
|/ |
|
* | Merge pull request #24935 from owncloud/2fa-block-dav | Vincent Petry | 2016-06-02 | 6 | -6/+80 |
|\ |
|
| * | block DAV if 2FA challenge needs to be solved first | Christoph Wurst | 2016-06-01 | 6 | -6/+80 |
* | | Catch the ForbiddenException to make sure it gets handled | Joas Schilling | 2016-06-01 | 1 | -0/+3 |
|/ |
|
* | Update license headers | Lukas Reschke | 2016-05-26 | 112 | -79/+308 |
* | Update DAV unit tests to PSR-4 | Joas Schilling | 2016-05-25 | 62 | -112/+122 |
* | Fix local execution | Joas Schilling | 2016-05-25 | 2 | -0/+5 |
* | do not allow client password logins if token auth is enforced or 2FA is enabled | Christoph Wurst | 2016-05-24 | 2 | -6/+5 |
* | when generating browser/device token, save the login name for later password ... | Christoph Wurst | 2016-05-24 | 2 | -6/+6 |
* | Merge pull request #24559 from owncloud/2fa | Vincent Petry | 2016-05-23 | 1 | -0/+1 |
|\ |
|
| * | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -0/+1 |
* | | Merge pull request #22690 from owncloud/fix-comments-href-remote.php-files | Vincent Petry | 2016-05-23 | 2 | -4/+5 |
|\ \
| |/
|/| |
|
| * | ensure comments-href returns a value also when propfind is done against remot... | Arthur Schiwon | 2016-05-20 | 2 | -4/+5 |
* | | Fix unit tests | Joas Schilling | 2016-05-23 | 3 | -30/+37 |
* | | Make the root collection neutral so it does not only work for files | Joas Schilling | 2016-05-23 | 3 | -30/+40 |
* | | Remove unused UserFolder | Joas Schilling | 2016-05-23 | 2 | -15/+5 |
* | | Adjust DAV SystemTagPlugin unit tests for groups | Vincent Petry | 2016-05-20 | 2 | -79/+244 |
* | | Fix system tags DAV plugin tests | Vincent Petry | 2016-05-20 | 1 | -50/+20 |
* | | Fix system tag update code | Vincent Petry | 2016-05-20 | 1 | -0/+4 |
* | | Add admin-only system tag groups property | Vincent Petry | 2016-05-20 | 1 | -4/+39 |
* | | Act on effective system tag canAssign permission | Vincent Petry | 2016-05-20 | 1 | -1/+8 |
* | | Fix system tags DAV unit tests | Vincent Petry | 2016-05-20 | 6 | -160/+269 |
* | | Bring back admin permissions to change system tag permissions | Vincent Petry | 2016-05-20 | 2 | -9/+19 |
* | | Updated canUser* functions in SystemTagManager to accept objects | Vincent Petry | 2016-05-20 | 5 | -64/+47 |
* | | Add interface methods for permission check | Vincent Petry | 2016-05-20 | 5 | -77/+91 |
|/ |
|
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 94 | -7/+8 |
* | use the UID for creating the session token, not the login name | Christoph Wurst | 2016-05-11 | 2 | -7/+14 |
* | create session token for DAV clients (sync clients) | Christoph Wurst | 2016-05-11 | 1 | -0/+1 |
* | Merge pull request #24400 from owncloud/cache_shareManager | Vincent Petry | 2016-05-06 | 1 | -4/+5 |
|\ |
|
| * | Cache shareManager | Roeland Jago Douma | 2016-05-02 | 1 | -4/+5 |
* | | Merge pull request #24389 from owncloud/login-by-email | Lukas Reschke | 2016-05-03 | 3 | -0/+26 |
|\ \ |
|
| * | | Fixing local event delivery for calendar events based on the email address | Thomas Müller | 2016-05-02 | 3 | -0/+26 |
| |/ |
|
* / | Add background job declaration of dav app to info.xml | Thomas Müller | 2016-05-03 | 4 | -7/+3 |
|/ |
|
* | firstoccurence and lastoccurence have a length now - triggering BIGINT on pos... | Thomas Müller | 2016-04-29 | 2 | -1/+3 |
* | Test an event in the far future - refs #24221 | Thomas Müller | 2016-04-29 | 1 | -3/+5 |
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 1 | -1/+3 |
* | Merge pull request #23918 from owncloud/cruds-for-federated-shares | Björn Schießle | 2016-04-22 | 3 | -40/+88 |
|\ |
|
| * | return correct share permissions on propfind | Björn Schießle | 2016-04-18 | 3 | -40/+88 |
* | | Merge pull request #24151 from owncloud/create-personal-calendar | Thomas Müller | 2016-04-22 | 2 | -1/+83 |
|\ \ |
|
| * | | Personal calendar should be generated even if the birthday calendar already e... | Thomas Müller | 2016-04-21 | 2 | -1/+83 |
* | | | Birthday calendar should never have write acl - fixes #24154 | Thomas Müller | 2016-04-21 | 4 | -8/+27 |
|/ / |
|
* | | Merge pull request #23919 from owncloud/cyclyc-share-dep-example | Thomas Müller | 2016-04-20 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix related logic | Roeland Jago Douma | 2016-04-19 | 1 | -1/+1 |
* | | | Merge pull request #24076 from owncloud/fix-initial-calendar-and-addressbook-... | Lukas Reschke | 2016-04-19 | 2 | -18/+89 |
|\ \ \ |
|
| * | | | Fix displayname for initial calendars and address books - fixes #24057 | Thomas Müller | 2016-04-18 | 2 | -18/+89 |
| |/ / |
|
| * | | Revert "Fix displayname for initial calendars and address books - fixes #24057" | Thomas Müller | 2016-04-18 | 2 | -89/+18 |
| * | | Fix displayname for initial calendars and address books - fixes #24057 | Thomas Müller | 2016-04-18 | 2 | -18/+89 |
| |/ |
|
* / | Add data-fingerprint property to webdav | Roeland Jago Douma | 2016-04-18 | 5 | -12/+101 |
|/ |
|