Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test using private propertries | Robin Appelman | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 2 | -0/+21 |
|\ | |||||
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-07-01 | 1 | -6/+3 |
| |\ | |||||
| * | | Fix tests | Lukas Reschke | 2016-06-30 | 1 | -0/+20 |
| | | | |||||
| * | | get only vcard which match both the address book id and the vcard uri | Bjoern Schiessle | 2016-06-28 | 1 | -0/+5 |
| | | | |||||
* | | | Add all properties while creating a subscription (#25318) | Thomas Citharel | 2016-07-01 | 1 | -1/+7 |
| |/ |/| | | | Fixes #24469 | ||||
* | | get only vcards which match both the address book id and the vcard uri (#25294) | Björn Schießle | 2016-06-29 | 1 | -0/+4 |
| | | |||||
* | | fix a ImageExportPlugin Test (#25215) | Georg Ehrke | 2016-06-27 | 1 | -6/+3 |
|/ | |||||
* | Show error message when posting an invalid comment | Vincent Petry | 2016-06-24 | 1 | -1/+5 |
| | | | | | When an internal server error occurs while creating or updating a comment, display a proper error notification in the UI. | ||||
* | Contacts API: replace raw image data with url (#25081) | Georg Ehrke | 2016-06-21 | 4 | -20/+185 |
| | | | | | | | | | | | | | | * add uri to AddressBookImpl array * Introduce ImageExportPlugin for CardDav * add plugin to v1 routes * replace binary contact photo with link * update tests * Adding unit tests | ||||
* | throw PasswordLoginForbidden on DAV | Christoph Wurst | 2016-06-17 | 1 | -1/+4 |
| | |||||
* | add PasswordLoginForbiddenException | Christoph Wurst | 2016-06-17 | 1 | -0/+16 |
| | |||||
* | create session token only for clients that support cookies | Christoph Wurst | 2016-06-13 | 1 | -12/+5 |
| | |||||
* | Merge pull request #24080 from owncloud/support-calendar-class-property | Vincent Petry | 2016-06-10 | 4 | -127/+402 |
|\ | | | | | Extract CLASS property from calendar object and store it in the database | ||||
| * | Filter confidential calendar objects in shared calendars | Thomas Müller | 2016-06-09 | 1 | -0/+150 |
| | | | | | | | | Filter private calendar objects in shared calendars | ||||
| * | Added unit testing for the migration step | Thomas Müller | 2016-06-09 | 3 | -122/+242 |
| | | |||||
| * | Extract CLASS property from calendar object and store it in the database | Thomas Müller | 2016-06-09 | 1 | -5/+10 |
| | | |||||
* | | DAV now returns file name with Content-Disposition header | Vincent Petry | 2016-06-09 | 2 | -2/+67 |
|/ | | | | | Fixes issue where Chrome would append ".txt" to XML files when downloaded in the web UI | ||||
* | Merge pull request #24813 from owncloud/delete-ghost-files | Vincent Petry | 2016-06-07 | 1 | -0/+59 |
|\ | | | | | allow deleting "ghost files" trough the View and Node api | ||||
| * | 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 | 1 | -22/+38 |
|/ | |||||
* | block DAV if 2FA challenge needs to be solved first | Christoph Wurst | 2016-06-01 | 1 | -3/+63 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 57 | -24/+134 |
| | |||||
* | 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 | 1 | -4/+4 |
| | |||||
* | when generating browser/device token, save the login name for later password ↵ | Christoph Wurst | 2016-05-24 | 1 | -5/+5 |
| | | | | checks | ||||
* | Merge pull request #22690 from owncloud/fix-comments-href-remote.php-files | Vincent Petry | 2016-05-23 | 1 | -1/+2 |
|\ | | | | | ensure comments-href returns a value also when propfind is done again… | ||||
| * | ensure comments-href returns a value also when propfind is done against ↵ | Arthur Schiwon | 2016-05-20 | 1 | -1/+2 |
| | | | | | | | | remote.php/files | ||||
* | | Fix unit tests | Joas Schilling | 2016-05-23 | 3 | -30/+37 |
| | | |||||
* | | Adjust DAV SystemTagPlugin unit tests for groups | Vincent Petry | 2016-05-20 | 1 | -63/+219 |
| | | |||||
* | | Fix system tags DAV plugin tests | Vincent Petry | 2016-05-20 | 1 | -50/+20 |
| | | |||||
* | | Fix system tags DAV unit tests | Vincent Petry | 2016-05-20 | 4 | -155/+207 |
|/ | |||||
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 1 | -1/+1 |
| | | | | | | * Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 | ||||
* | use the UID for creating the session token, not the login name | Christoph Wurst | 2016-05-11 | 1 | -3/+10 |
| | |||||
* | Fixing local event delivery for calendar events based on the email address | Thomas Müller | 2016-05-02 | 1 | -0/+15 |
| | |||||
* | Test an event in the far future - refs #24221 | Thomas Müller | 2016-04-29 | 1 | -3/+5 |
| | |||||
* | Merge pull request #23918 from owncloud/cruds-for-federated-shares | Björn Schießle | 2016-04-22 | 1 | -36/+55 |
|\ | | | | | bring back CRUDS permissions for federated shares | ||||
| * | return correct share permissions on propfind | Björn Schießle | 2016-04-18 | 1 | -36/+55 |
| | | |||||
* | | Merge pull request #24151 from owncloud/create-personal-calendar | Thomas Müller | 2016-04-22 | 1 | -0/+81 |
|\ \ | | | | | | | Personal calendar should be generated even if the birthday calendar a… | ||||
| * | | Personal calendar should be generated even if the birthday calendar already ↵ | Thomas Müller | 2016-04-21 | 1 | -0/+81 |
| | | | | | | | | | | | | exists - fixes #24082 | ||||
* | | | Birthday calendar should never have write acl - fixes #24154 | Thomas Müller | 2016-04-21 | 3 | -2/+20 |
|/ / | |||||
* | | Merge pull request #24076 from ↵ | Lukas Reschke | 2016-04-19 | 1 | -0/+71 |
|\ \ | | | | | | | | | | | | | owncloud/fix-initial-calendar-and-addressbook-names Fix displayname for initial calendars and address books | ||||
| * | | Fix displayname for initial calendars and address books - fixes #24057 | Thomas Müller | 2016-04-18 | 1 | -0/+71 |
| | | | |||||
| * | | Revert "Fix displayname for initial calendars and address books - fixes #24057" | Thomas Müller | 2016-04-18 | 1 | -71/+0 |
| | | | | | | | | | | | | This reverts commit a5d3e5ed6893b35dc473a479105d95f03a403999. | ||||
| * | | Fix displayname for initial calendars and address books - fixes #24057 | Thomas Müller | 2016-04-18 | 1 | -0/+71 |
| |/ | |||||
* / | Add data-fingerprint property to webdav | Roeland Jago Douma | 2016-04-18 | 2 | -8/+61 |
|/ | |||||
* | Translate contacts birthday - fixes #23982 | Thomas Müller | 2016-04-14 | 2 | -6/+31 |
| | |||||
* | Remove dav migration for 9.1 | Thomas Müller | 2016-04-13 | 6 | -768/+0 |
| | |||||
* | Merge pull request #20118 from owncloud/chunked-upload-dav | Thomas Müller | 2016-04-13 | 3 | -13/+156 |
|\ | | | | | Initial implementation of the new chunked upload |