| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #479 from nextcloud/add-bruteforce-throttler | Lukas Reschke | 2016-07-21 | 2 | -2/+10 |
|\ |
|
| * | Implement brute force protection | Lukas Reschke | 2016-07-20 | 2 | -2/+10 |
* | | Merge pull request #466 from nextcloud/escape-special-characters | Lukas Reschke | 2016-07-20 | 1 | -1/+1 |
|\ \ |
|
| * | | Escape special characters (#25429) | Aaron Wood | 2016-07-20 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #464 from nextcloud/master-change-load-order | Roeland Douma | 2016-07-20 | 1 | -1/+4 |
|\ \ |
|
| * | | Change load order of auth backends so that we can throw an exception in OCA\D... | Thomas Müller | 2016-07-20 | 1 | -1/+4 |
| |/ |
|
* / | Cast share id to string (#25402) | Vincent Petry | 2016-07-20 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #394 from nextcloud/tags-for-everything | Morris Jobke | 2016-07-19 | 3 | -19/+37 |
|\ |
|
| * | Allow apps to register SystemTags plugins | Joas Schilling | 2016-07-18 | 2 | -2/+21 |
| * | Fix doc blocks | Joas Schilling | 2016-07-18 | 1 | -0/+5 |
| * | Fix TODO and bring in abstraction (similar to comments) | Joas Schilling | 2016-07-18 | 3 | -21/+15 |
* | | Merge pull request #405 from nextcloud/theming-fixes | Björn Schießle | 2016-07-18 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 2 | -2/+2 |
* | | PasswordLoginForbidden is not a FATAL exception | Roeland Jago Douma | 2016-07-14 | 1 | -0/+3 |
|/ |
|
* | Fix test using private propertries | Robin Appelman | 2016-07-08 | 1 | -1/+1 |
* | Fix type hinting | Robin Appelman | 2016-07-08 | 2 | -2/+2 |
* | Fix undefined properties | Robin Appelman | 2016-07-08 | 3 | -0/+14 |
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 1 | -3/+29 |
|\ |
|
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-07-01 | 1 | -2/+12 |
| |\ |
|
| * | | fix error message | Bjoern Schiessle | 2016-06-30 | 1 | -1/+1 |
| * | | Add proper throws PHP docs | Lukas Reschke | 2016-06-30 | 1 | -2/+13 |
| * | | Add required $message parameter | Lukas Reschke | 2016-06-30 | 1 | -2/+2 |
| * | | add some additonal permission checks to the webdav backend | Bjoern Schiessle | 2016-06-30 | 1 | -1/+16 |
| * | | get only vcard which match both the address book id and the vcard uri | Bjoern Schiessle | 2016-06-28 | 1 | -1/+1 |
* | | | Add all properties while creating a subscription (#25318) | Thomas Citharel | 2016-07-01 | 1 | -10/+15 |
| |/
|/| |
|
* | | get only vcards which match both the address book id and the vcard uri (#25294) | Björn Schießle | 2016-06-29 | 1 | -1/+1 |
* | | fix a ImageExportPlugin Test (#25215) | Georg Ehrke | 2016-06-27 | 1 | -2/+12 |
|/ |
|
* | Show error message when posting an invalid comment | Vincent Petry | 2016-06-24 | 1 | -1/+1 |
* | Contacts API: replace raw image data with url (#25081) | Georg Ehrke | 2016-06-21 | 6 | -19/+198 |
* | PasswordLoginForbidden must extend NotAuthenticated | Vincent Petry | 2016-06-17 | 1 | -2/+2 |
* | throw PasswordLoginForbidden on DAV | Christoph Wurst | 2016-06-17 | 2 | -2/+56 |
* | add PasswordLoginForbiddenException | Christoph Wurst | 2016-06-17 | 1 | -6/+13 |
* | Move birthday calendar generation to a live migration job (#25135) | Thomas Müller | 2016-06-16 | 2 | -14/+81 |
* | create session token on all APIs | Christoph Wurst | 2016-06-13 | 1 | -2/+1 |
* | Merge pull request #24080 from owncloud/support-calendar-class-property | Vincent Petry | 2016-06-10 | 5 | -25/+337 |
|\ |
|
| * | Filter confidential calendar objects in shared calendars | Thomas Müller | 2016-06-09 | 3 | -3/+172 |
| * | Added unit testing for the migration step | Thomas Müller | 2016-06-09 | 2 | -4/+12 |
| * | Implement classification migration as repair step | Thomas Müller | 2016-06-09 | 3 | -57/+101 |
| * | Bump dav app version and fix variable rename | Thomas Müller | 2016-06-09 | 1 | -2/+2 |
| * | Add migration step | Thomas Müller | 2016-06-09 | 2 | -0/+59 |
| * | Extract CLASS property from calendar object and store it in the database | Thomas Müller | 2016-06-09 | 1 | -21/+53 |
* | | Merge pull request #25046 from owncloud/fix-the-realm | Vincent Petry | 2016-06-10 | 3 | -4/+12 |
|\ \ |
|
| * | | Use the correct realm for basic authentication - fixes #23427 | Thomas Müller | 2016-06-09 | 3 | -4/+12 |
| |/ |
|
* | | Merge pull request #25043 from owncloud/webdav-download-mimetype | Vincent Petry | 2016-06-10 | 3 | -1/+24 |
|\ \ |
|
| * | | DAV now returns file name with Content-Disposition header | Vincent Petry | 2016-06-09 | 3 | -1/+24 |
| |/ |
|
* / | Allow login by email address via webdav as well - fixes #24791 | Thomas Müller | 2016-06-09 | 1 | -2/+2 |
|/ |
|
* | Better handling of forbidden files in dav | Robin Appelman | 2016-06-07 | 2 | -0/+4 |
* | Fix checkMove() implementation for dav v2 - fixes #24776 (#24971) | Thomas Müller | 2016-06-06 | 2 | -5/+8 |
* | Merge pull request #24935 from owncloud/2fa-block-dav | Vincent Petry | 2016-06-02 | 2 | -3/+14 |
|\ |
|
| * | block DAV if 2FA challenge needs to be solved first | Christoph Wurst | 2016-06-01 | 2 | -3/+14 |