Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5642 from tobru/fix/groupOfUniqueNames_in_Wizard | Morris Jobke | 2017-09-05 | 1 | -1/+1 |
|\ | |||||
| * | recognize groupOfUniqueNames as valid LDAP group object | Tobias Brunner | 2017-07-07 | 1 | -1/+1 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-05 | 2 | -0/+14 |
* | | Merge pull request #5466 from jlehtoranta/ldap-connectivity-fixes | Morris Jobke | 2017-09-04 | 2 | -26/+132 |
|\ \ | |||||
| * | | LDAP: Simplify conditions in establishConnection | Jarkko Lehtoranta | 2017-07-23 | 1 | -9/+6 |
| * | | LDAP: Add testStartTlsNegotiationFailure unit test | Jarkko Lehtoranta | 2017-07-23 | 1 | -0/+50 |
| * | | LDAP: Add testBindWithInvalidCredentials unit test | Jarkko Lehtoranta | 2017-07-23 | 1 | -0/+44 |
| * | | LDAP: Use imported exception in Connection class | Jarkko Lehtoranta | 2017-07-23 | 1 | -4/+4 |
| * | | LDAP: Clean-up doConnect | Jarkko Lehtoranta | 2017-07-23 | 1 | -11/+14 |
| * | | LDAP: Throw an exception if disabling LDAP referrals fails | Jarkko Lehtoranta | 2017-07-23 | 1 | -0/+2 |
| * | | LDAP: Fix testUseBackupServer unit test | Jarkko Lehtoranta | 2017-07-23 | 1 | -0/+4 |
| * | | LDAP: Throw an exception if Start TLS fails | Jarkko Lehtoranta | 2017-07-23 | 1 | -1/+3 |
| * | | LDAP: Remove unnecessary "recursion" fix | Jarkko Lehtoranta | 2017-07-23 | 1 | -7/+0 |
| * | | LDAP: Don't handle invalid credentials as a connection error | Jarkko Lehtoranta | 2017-07-23 | 1 | -2/+9 |
| * | | LDAP: Connect to backup server only if it exists + handle errors | Jarkko Lehtoranta | 2017-07-23 | 1 | -3/+7 |
* | | | Merge pull request #6082 from nextcloud/theming-fix-white-element-color | Morris Jobke | 2017-09-04 | 8 | -44/+45 |
|\ \ \ | |||||
| * | | | Update autoloader | Morris Jobke | 2017-09-04 | 2 | -0/+2 |
| * | | | Cleanup theming styles to fit the new login page | Julius Härtl | 2017-09-04 | 1 | -32/+25 |
| * | | | Fix tests for primary element color | Julius Härtl | 2017-09-04 | 1 | -1/+4 |
| * | | | Use separate element color in theming | Julius Härtl | 2017-09-04 | 5 | -15/+18 |
|/ / / | |||||
* | | | Merge pull request #6254 from nextcloud/async-bus-split | Morris Jobke | 2017-09-04 | 6 | -105/+208 |
|\ \ \ | |||||
| * | | | Add proper EOL | Morris Jobke | 2017-09-04 | 2 | -2/+2 |
| * | | | allow configuring the command bus | Robin Appelman | 2017-08-24 | 1 | -30/+41 |
| * | | | split async test bus for easier subclassing | Robin Appelman | 2017-08-24 | 6 | -76/+168 |
* | | | | Merge pull request #6196 from nextcloud/downstream-26539-2 | Morris Jobke | 2017-09-04 | 6 | -3/+138 |
|\ \ \ \ | |||||
| * | | | | Fix broken tests | Morris Jobke | 2017-09-04 | 2 | -1/+7 |
| * | | | | show storage as unavailable in the file list | Robin Appelman | 2017-09-04 | 1 | -1/+2 |
| * | | | | set the exception for failedstorage | Robin Appelman | 2017-09-04 | 1 | -2/+9 |
| * | | | | Use the FailedStorage instead | Morris Jobke | 2017-09-04 | 2 | -31/+1 |
| * | | | | Handle invalid ext storage backend to keep mount point visible | Vincent Petry | 2017-09-04 | 5 | -2/+153 |
* | | | | | Merge pull request #6064 from nextcloud/fix-5219-absolute-path-must-be-relati... | Morris Jobke | 2017-09-04 | 1 | -6/+13 |
|\ \ \ \ \ | |||||
| * | | | | | Don't lock in the appdata_ directory | Joas Schilling | 2017-08-10 | 1 | -1/+1 |
| * | | | | | Still throw a locked exception when the path is not relative to $user/files/ | Joas Schilling | 2017-08-10 | 1 | -5/+12 |
* | | | | | | Merge pull request #6120 from nextcloud/public_upload_share_api_fix | blizzz | 2017-09-04 | 2 | -7/+18 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Update to new test case | Roeland Jago Douma | 2017-08-16 | 1 | -7/+17 |
| * | | | | | | Public upload share permission handling | Roeland Jago Douma | 2017-08-16 | 1 | -0/+1 |
* | | | | | | | Merge pull request #6309 from nextcloud/new-dav-event | Roeland Jago Douma | 2017-09-04 | 2 | -0/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | also allow to register additional plugins if the old endpoint is used | Bjoern Schiessle | 2017-08-30 | 1 | -0/+5 |
| * | | | | | | | add a new dav event to allow apps to register their own sabredav plugins | Bjoern Schiessle | 2017-08-30 | 1 | -0/+3 |
* | | | | | | | | Merge pull request #6351 from nhirokinet/master | Morris Jobke | 2017-09-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | not to backquote LIMIT on CalDavBackend.php | nhirokinet | 2017-09-03 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #6326 from nextcloud/fix_4654_3375 | Roeland Jago Douma | 2017-09-04 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Pass new value to triggerChange | Roeland Jago Douma | 2017-08-31 | 1 | -3/+4 |
* | | | | | | | | | | Merge pull request #6342 from nextcloud/rich-link-preview | Roeland Jago Douma | 2017-09-04 | 1 | -8/+22 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Add rich link preview to the login page | Julius Härtl | 2017-09-02 | 1 | -8/+22 |
* | | | | | | | | | | | Merge pull request #6331 from nextcloud/update-repair-step | Morris Jobke | 2017-09-04 | 4 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | update autoloader | Bjoern Schiessle | 2017-09-04 | 2 | -2/+2 |
| * | | | | | | | | | | | move repair step to stable12 | Bjoern Schiessle | 2017-09-01 | 2 | -3/+3 |
* | | | | | | | | | | | | Merge pull request #6297 from te-online/add-mimetype-internet-shortcut | Morris Jobke | 2017-09-04 | 6 | -7/+25 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update pla... | Thomas Ebert | 2017-08-31 | 6 | -7/+25 |
| | |_|/ / / / / / / / | |/| | | | | | | | | |