Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve text: 'you have now' -> 'you now have' | Leon Klingele | 2017-09-08 | 1 | -1/+1 |
* | Merge pull request #6329 from nextcloud/ldap-password | Morris Jobke | 2017-09-07 | 1 | -3/+9 |
|\ | |||||
| * | Don't log LDAP password when server is not available | Joas Schilling | 2017-09-06 | 1 | -3/+9 |
* | | Refactor webroot detection in resource locator | tux-rampage | 2017-09-06 | 2 | -64/+68 |
* | | Merge pull request #5571 from Luzifer/5570_backend_admin | Morris Jobke | 2017-09-06 | 3 | -0/+10 |
|\ \ | |||||
| * | | Add @since tag to constant | Knut Ahlers | 2017-09-05 | 1 | -0/+3 |
| * | | Allow group backend to declare users as admins | Knut Ahlers | 2017-06-30 | 3 | -0/+7 |
* | | | Merge pull request #6364 from nextcloud/fix_login_loop | Morris Jobke | 2017-09-06 | 1 | -1/+0 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix login with basic auth | Roeland Jago Douma | 2017-09-05 | 1 | -1/+0 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-06 | 2 | -0/+2 |
* | | | Merge pull request #6358 from nextcloud/fix-mixup-of-id-and-name | Morris Jobke | 2017-09-05 | 5 | -24/+26 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge setMetaData into constructor | Joas Schilling | 2017-09-04 | 5 | -24/+26 |
* | | | Update autoloader | Morris Jobke | 2017-09-04 | 2 | -0/+2 |
* | | | Merge pull request #6254 from nextcloud/async-bus-split | Morris Jobke | 2017-09-04 | 3 | -77/+126 |
|\ \ \ | |||||
| * | | | Add proper EOL | Morris Jobke | 2017-09-04 | 1 | -1/+1 |
| * | | | 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 | 3 | -48/+86 |
* | | | | 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 #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 #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 | 1 | -1/+14 |
|\ \ \ \ \ | |||||
| * | | | | | Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update pla... | Thomas Ebert | 2017-08-31 | 1 | -1/+14 |
| |/ / / / | |||||
* | | | | | Rebuild SCSS files if frontend controller value changes | Julius Härtl | 2017-09-03 | 1 | -1/+2 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-02 | 2 | -0/+2 |
|/ / / / | |||||
* | | | | Merge pull request #6296 from nextcloud/improve_2fa | Roeland Jago Douma | 2017-08-31 | 2 | -4/+77 |
|\ \ \ \ | |||||
| * | | | | Improve 2FA | Roeland Jago Douma | 2017-08-29 | 2 | -4/+77 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-31 | 4 | -0/+6 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-30 | 2 | -0/+8 |
* | | | | | Add shareWith to email template metadata | Morris Jobke | 2017-08-29 | 1 | -0/+1 |
* | | | | | Merge pull request #6288 from nextcloud/master-6287 | Morris Jobke | 2017-08-29 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Allow the expiration date to be set to null | Morris Jobke | 2017-08-28 | 1 | -2/+2 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-29 | 4 | -0/+8 |
|/ / / / / | |||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-28 | 4 | -158/+162 |
* | | | | | unlock file when an exception occurs during scanning | Robin Appelman | 2017-08-26 | 1 | -69/+87 |
* | | | | | Dont swallow exception when inserting mimetypes if we're inside a transaction | Robin Appelman | 2017-08-26 | 1 | -0/+4 |
* | | | | | Merge pull request #6255 from nextcloud/email-meta-data | Morris Jobke | 2017-08-26 | 3 | -2/+34 |
|\ \ \ \ \ | |||||
| * | | | | | Add meta information to emails for better customisation | Joas Schilling | 2017-08-24 | 3 | -2/+34 |
* | | | | | | Merge pull request #6177 from nextcloud/properly-add-slo-url | Morris Jobke | 2017-08-26 | 3 | -27/+25 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Inject \OCP\IURLGenerator to make tests work | Lukas Reschke | 2017-08-18 | 2 | -3/+4 |
| * | | | | | | Properly allow \OCP\Authentication\IApacheBackend to specify logout URL | Lukas Reschke | 2017-08-18 | 3 | -26/+23 |
* | | | | | | | Merge pull request #6189 from nextcloud/circle-token | Morris Jobke | 2017-08-26 | 1 | -0/+9 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | link to getShareByToken | Maxence Lange | 2017-08-20 | 1 | -0/+9 |
* | | | | | | | Bump autoloader | Roeland Jago Douma | 2017-08-26 | 2 | -0/+2 |
* | | | | | | | Allow 2FA providers to specify their custom CSP | Christoph Wurst | 2017-08-26 | 1 | -0/+38 |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-26 | 2 | -0/+2 |