Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Certain tokens can expire | Roeland Jago Douma | 2018-05-17 | 6 | -5/+84 |
* | Allow the rotation of tokens | Roeland Jago Douma | 2018-05-16 | 4 | -2/+63 |
* | Refix scope | Roeland Jago Douma | 2018-05-15 | 2 | -3/+5 |
* | Fix tests | Roeland Jago Douma | 2018-05-15 | 4 | -17/+29 |
* | Make the Token Auth code strict | Roeland Jago Douma | 2018-05-15 | 5 | -90/+94 |
* | Move over TokenMapper | Roeland Jago Douma | 2018-05-10 | 1 | -1/+2 |
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -1/+1 |
* | Dispatch event on twofactor failure and success | Roeland Jago Douma | 2018-01-25 | 1 | -13/+30 |
* | Loss of performance on Login after upgrade from NC10 + LDAP to NC 12 + LDAP #... | Flávio Gomes da Silva Lisboa | 2017-11-27 | 1 | -0/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 8 | -5/+20 |
* | Fix duplicate session token after remembered login | Christoph Wurst | 2017-09-20 | 1 | -0/+1 |
* | Fix AppPassword 2FA auth | Roeland Jago Douma | 2017-09-12 | 1 | -1/+5 |
* | Fix login with basic auth | Roeland Jago Douma | 2017-09-05 | 1 | -1/+0 |
* | Improve 2FA | Roeland Jago Douma | 2017-08-29 | 1 | -3/+67 |
* | Fix auth provider | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
* | Fix clob comparison | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
* | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 1 | -2/+1 |
* | Minor typos | Marcel Waldvogel | 2017-07-21 | 3 | -3/+3 |
* | Merge pull request #4894 from nextcloud/generic-security-activities | Lukas Reschke | 2017-05-19 | 1 | -5/+6 |
|\ | |||||
| * | Change 2FA activities to more generic security activities | Christoph Wurst | 2017-05-18 | 1 | -5/+6 |
* | | Rename table back to lowercase | Lukas Reschke | 2017-05-18 | 1 | -8/+8 |
* | | delete auth token when client gets deleted | Bjoern Schiessle | 2017-05-18 | 1 | -7/+19 |
|/ | |||||
* | Defining App "cron" for "Invalidating tokens older than" message #27167 (#27201) | Martin | 2017-03-19 | 1 | -2/+2 |
* | do not hard-require the token provider | Christoph Wurst | 2017-01-11 | 1 | -6/+10 |
* | use login hook credentials as fallback | Christoph Wurst | 2017-01-11 | 1 | -0/+21 |
* | fix @since annotations (9.1->12) | Christoph Wurst | 2017-01-11 | 1 | -1/+1 |
* | replace session implementation if it changes at runtime | Christoph Wurst | 2017-01-11 | 1 | -0/+9 |
* | add login credential store | Christoph Wurst | 2017-01-11 | 2 | -0/+158 |
* | fix minor issues | Christoph Wurst | 2016-12-19 | 1 | -5/+18 |
* | Publish, parse and filter 2FA activities | Christoph Wurst | 2016-12-19 | 1 | -1/+31 |
* | Merge pull request #2353 from nextcloud/renew-session-token-remember | Lukas Reschke | 2016-11-28 | 1 | -0/+1 |
|\ | |||||
| * | copy remember-me value when renewing a session token | Christoph Wurst | 2016-11-27 | 1 | -0/+1 |
* | | fix undefined index error when the backup codes provider is not active | Christoph Wurst | 2016-11-28 | 1 | -0/+3 |
|/ | |||||
* | use lower loglevel for token cleanup messages | Robin Appelman | 2016-11-17 | 1 | -2/+2 |
* | Add test for setting up fake fs | Robin Appelman | 2016-11-16 | 1 | -1/+1 |
* | Adds TokenProvider and Mapper tests | Roeland Jago Douma | 2016-11-16 | 1 | -7/+5 |
* | explicit types | Robin Appelman | 2016-11-16 | 1 | -5/+11 |
* | cast to int | Robin Appelman | 2016-11-16 | 1 | -2/+2 |
* | phpdoc | Robin Appelman | 2016-11-16 | 1 | -2/+1 |
* | fix setscope | Robin Appelman | 2016-11-16 | 1 | -2/+2 |
* | allow configuring filesystem access | Robin Appelman | 2016-11-16 | 5 | -7/+71 |
* | app password scope wip | Robin Appelman | 2016-11-16 | 3 | -2/+19 |
* | read lockdown scope from token | Robin Appelman | 2016-11-16 | 3 | -2/+19 |
* | document what the method does | Christoph Wurst | 2016-11-02 | 1 | -0/+2 |
* | Add missing tests and fix PHPDoc | Lukas Reschke | 2016-11-02 | 2 | -1/+9 |
* | Fix typ in constant name | Lukas Reschke | 2016-11-02 | 1 | -4/+4 |
* | Fix invalid PHPDocs | Lukas Reschke | 2016-11-02 | 1 | -1/+1 |
* | bring back remember-me | Christoph Wurst | 2016-11-02 | 6 | -17/+70 |
* | add 2fa backup codes app | Christoph Wurst | 2016-09-05 | 1 | -2/+18 |
* | prevent infinite redirect loops if the there is no 2fa provider to pass | Christoph Wurst | 2016-08-24 | 1 | -2/+16 |