Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | always allow remembered login | Christoph Wurst | 2017-01-11 | 1 | -1/+0 | |
* | | | unify endpoints form core and the the provisioning api | Bjoern Schiessle | 2017-01-25 | 1 | -14/+0 | |
* | | | Merge pull request #3004 from nextcloud/fix-installation-css | Lukas Reschke | 2017-01-22 | 2 | -0/+3 | |
|\ \ \ | ||||||
| * | | | Create unified css file and merge all needed data into this file | John Molakvoæ (skjnldsv) | 2017-01-10 | 2 | -1/+3 | |
| * | | | Removed jquery scss | John Molakvoæ (skjnldsv) | 2017-01-10 | 1 | -0/+1 | |
* | | | | add brute force protection to password reset to make it harder to guess user ... | Bjoern Schiessle | 2017-01-19 | 1 | -0/+1 | |
* | | | | add action to existing brute force protection | Bjoern Schiessle | 2017-01-18 | 2 | -7/+7 | |
* | | | | Merge pull request #2918 from nextcloud/encryption-recovery-improvements | Morris Jobke | 2017-01-13 | 1 | -5/+2 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | create new encryption keys on password reset and backup the old one | Bjoern Schiessle | 2017-01-10 | 1 | -5/+2 | |
| |/ / | ||||||
* | | | fix coding style and increase code coverage | Christoph Wurst | 2017-01-11 | 1 | -9/+7 | |
* | | | Add a TwoFactorException | Cornelius Kölbel | 2017-01-11 | 1 | -4/+19 | |
|/ / | ||||||
* | | Adds CssControllerTests | Roeland Jago Douma | 2017-01-06 | 1 | -17/+12 | |
* | | No need for the CssManager | Roeland Jago Douma | 2017-01-06 | 1 | -9/+9 | |
* | | Do not add ICssManager to OCP | Roeland Jago Douma | 2017-01-06 | 1 | -4/+5 | |
* | | Code cleanup | Roeland Jago Douma | 2017-01-06 | 1 | -1/+1 | |
* | | Css cache folder name fix, route fix and various fixes | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -2/+3 | |
* | | Injection fix and log appname fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -3/+2 | |
* | | Appdata integration 2 | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -0/+83 | |
* | | Use login name to fix password confirm with ldap users | Joas Schilling | 2017-01-05 | 1 | -7/+3 | |
* | | Set redirect_url on 2FA challenge page | Christoph Wurst | 2016-12-23 | 1 | -0/+1 | |
* | | Merge pull request #2563 from nextcloud/fix-password-reset | Morris Jobke | 2016-12-22 | 1 | -1/+7 | |
|\ \ | |/ |/| | ||||||
| * | fix password reset if encryption is enabled | Bjoern Schiessle | 2016-12-08 | 1 | -1/+7 | |
* | | Save the timezone on login again | Joas Schilling | 2016-12-08 | 1 | -1/+8 | |
|/ | ||||||
* | Merge pull request #2428 from justin-sleep/upstream | Morris Jobke | 2016-12-03 | 1 | -1/+1 | |
|\ | ||||||
| * | Move integer casting to the top of the chain | justin-sleep | 2016-12-02 | 1 | -1/+1 | |
* | | Cache all avatar responses | Roeland Jago Douma | 2016-11-30 | 1 | -16/+10 | |
|/ | ||||||
* | Add a signer class for signing | Lukas Reschke | 2016-11-21 | 1 | -2/+2 | |
* | Add identity proof | Lukas Reschke | 2016-11-21 | 1 | -5/+27 | |
* | Introduce the UI for password confirmation | Joas Schilling | 2016-11-18 | 2 | -3/+44 | |
* | Move OC\OCS\Person to OCSController | Roeland Jago Douma | 2016-11-16 | 1 | -1/+38 | |
* | Merge pull request #1109 from nextcloud/add-more-secrets-to-password-reset-link | Morris Jobke | 2016-11-03 | 1 | -5/+31 | |
|\ | ||||||
| * | [WIP] Use mail for encrypting the password reset token as well | Lukas Reschke | 2016-11-03 | 1 | -5/+31 | |
* | | Add cache 1 day cache to preview endpoint | Roeland Jago Douma | 2016-11-03 | 1 | -2/+20 | |
* | | More tests | Roeland Jago Douma | 2016-11-03 | 1 | -7/+4 | |
* | | Move Ipreview to more of DI thingy | Roeland Jago Douma | 2016-11-03 | 1 | -27/+21 | |
* | | Move file | Roeland Jago Douma | 2016-11-03 | 1 | -1/+1 | |
* | | Move preview endpoint to controller | Roeland Jago Douma | 2016-11-03 | 1 | -0/+123 | |
|/ | ||||||
* | bring back remember-me | Christoph Wurst | 2016-11-02 | 1 | -3/+8 | |
* | Fix avatar on exif rotated images | Roeland Jago Douma | 2016-10-26 | 1 | -0/+1 | |
* | Missing returns + autoloader file | Lukas Reschke | 2016-10-25 | 1 | -0/+2 | |
* | Move oc.js to a proper class | Roeland Jago Douma | 2016-10-25 | 1 | -0/+90 | |
* | Check the mimetype before reading the content and catch exception | Joas Schilling | 2016-10-18 | 1 | -1/+16 | |
* | Remove unused endpoint | Joas Schilling | 2016-09-30 | 1 | -105/+0 | |
* | Use magic DI for core controllers | Joas Schilling | 2016-09-30 | 3 | -16/+19 | |
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 1 | -1/+1 | |
* | Move AvatarController over to FileDisplayResponse | Roeland Jago Douma | 2016-09-05 | 1 | -8/+3 | |
* | Merge pull request #1158 from nextcloud/cache_avatars | Lukas Reschke | 2016-09-05 | 1 | -5/+29 | |
|\ | ||||||
| * | Cache avatars properly | Roeland Jago Douma | 2016-08-30 | 1 | -5/+29 | |
* | | add 2fa backup codes app | Christoph Wurst | 2016-09-05 | 1 | -0/+9 | |
* | | redirect to default app after solving the 2FA challenge | Christoph Wurst | 2016-08-30 | 1 | -2/+4 | |
|/ |