Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add publickey provider to manager | Roeland Jago Douma | 2018-06-18 | 1 | -47/+52 |
* | SetPassword on PublicKeyTokens | Roeland Jago Douma | 2018-06-18 | 1 | -2/+12 |
* | Just pass uid to the Token stuff | Roeland Jago Douma | 2018-06-18 | 6 | -52/+26 |
* | Add first tests | Roeland Jago Douma | 2018-06-18 | 1 | -1/+10 |
* | Initial PKT implementation | Roeland Jago Douma | 2018-06-18 | 6 | -11/+672 |
* | Abstract the Provider via a manager | Roeland Jago Douma | 2018-06-18 | 1 | -0/+210 |
* | Make the token expiration also work for autocasting 0 | Roeland Jago Douma | 2018-06-08 | 1 | -1/+1 |
* | Certain tokens can expire | Roeland Jago Douma | 2018-05-17 | 5 | -5/+43 |
* | 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 |
* | 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 | 5 | -0/+15 |
* | Fix duplicate session token after remembered login | Christoph Wurst | 2017-09-20 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | copy remember-me value when renewing a session token | Christoph Wurst | 2016-11-27 | 1 | -0/+1 |
* | 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 |
* | bring back remember-me | Christoph Wurst | 2016-11-02 | 5 | -12/+56 |
* | add invalidateOldTokens to IProvider interface | Christoph Wurst | 2016-08-02 | 2 | -3/+7 |
* | Fix others | Joas Schilling | 2016-07-21 | 6 | -6/+12 |
* | Merge pull request #25172 from owncloud/token-login-validation | Vincent Petry | 2016-06-22 | 5 | -29/+66 |
|\ | |||||
| * | store last check timestamp in token instead of session | Christoph Wurst | 2016-06-17 | 5 | -24/+58 |
| * | use token last_activity instead of session value | Christoph Wurst | 2016-06-17 | 2 | -5/+8 |
* | | update session token password on user password change | Christoph Wurst | 2016-06-21 | 2 | -0/+27 |
* | | close cursor after loading a token | Christoph Wurst | 2016-06-17 | 1 | -0/+1 |
|/ | |||||
* | do not generate device token if 2FA is enable for user | Christoph Wurst | 2016-06-07 | 1 | -0/+1 |
* | Create session tokens for apache auth users | Christoph Wurst | 2016-05-31 | 3 | -5/+14 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 6 | -6/+0 |
* | when generating browser/device token, save the login name for later password ... | Christoph Wurst | 2016-05-24 | 5 | -6/+32 |
* | add button to invalidate browser sessions/device tokens | Christoph Wurst | 2016-05-23 | 5 | -6/+37 |