Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only trap E_ERROR in session handling | Julius Härtl | 2021-08-17 | 1 | -1/+3 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Remove the cookie paths for php<7.3 | Christoph Wurst | 2020-11-06 | 1 | -5/+1 |
* | Silence duplicate session warnings | Roeland Jago Douma | 2020-08-14 | 1 | -4/+4 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -2/+0 |
* | Only send samesite cookies | Roeland Jago Douma | 2020-02-06 | 1 | -2/+10 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+6 |
* | 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 | 1 | -1/+32 |
* | Make ISession strict | Roeland Jago Douma | 2018-02-26 | 1 | -10/+11 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+2 |
* | 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 | 1 | -1/+1 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+2 |
* | throw SessionNotAvailableException if session_id returns empty string | Christoph Wurst | 2016-04-26 | 1 | -1/+8 |
* | add ISession::getId() wrapper for session_id | Christoph Wurst | 2016-04-25 | 1 | -0/+10 |
* | Move \OC\Session to PSR-4 | Roeland Jago Douma | 2016-04-15 | 1 | -0/+138 |