Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate a new session id if the decrypting the session data fails | Roeland Jago Douma | 2020-12-04 | 1 | -0/+1 |
* | Remove the cookie paths for php<7.3 | Christoph Wurst | 2020-11-06 | 2 | -21/+13 |
* | Silence duplicate session warnings | Roeland Jago Douma | 2020-08-14 | 1 | -4/+4 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 2 | -2/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 4 | -7/+8 |
* | Use php keywords in lowercase | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -2/+0 |
* | Only send samesite cookies | Roeland Jago Douma | 2020-02-06 | 2 | -3/+27 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 5 | -8/+21 |
* | replace setcookie value with '' instead of null. | MartB | 2018-09-06 | 1 | -1/+1 |
* | Allow updating the token on session regeneration | Roeland Jago Douma | 2018-06-14 | 3 | -4/+36 |
* | Make ISession strict | Roeland Jago Douma | 2018-02-26 | 4 | -29/+33 |
* | Fix type in CryptoSessionData | Morris Jobke | 2018-01-12 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -1/+4 |
* | Fix MigrationSchemaChecker and CryptoWrapper | Lukas Reschke | 2017-08-01 | 1 | -3/+5 |
* | Forward port of #5190 to master | Arthur Schiwon | 2017-06-15 | 1 | -9/+32 |
* | Catch session already closed exception in destructor | Victor Dubiniuk | 2017-04-25 | 2 | -2/+7 |
* | Do not clear CSRF token on logout (fix for #1303) | Roeland Jago Douma | 2017-03-13 | 1 | -0/+4 |
* | Update with robin | Joas Schilling | 2016-07-21 | 3 | -3/+3 |
* | Fix others | Joas Schilling | 2016-07-21 | 5 | -8/+13 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 4 | -5/+7 |
* | throw SessionNotAvailableException if session_id returns empty string | Christoph Wurst | 2016-04-26 | 3 | -4/+17 |
* | add ISession::getId() wrapper for session_id | Christoph Wurst | 2016-04-25 | 3 | -0/+30 |
* | Move \OC\Session to PSR-4 | Roeland Jago Douma | 2016-04-15 | 5 | -0/+613 |