Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow updating the token on session regeneration | Roeland Jago Douma | 2018-07-09 | 1 | -1/+32 |
| | | | | | | | Sometimes when we force a session regeneration we want to update the current token for this session. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Forward port of #5190 to master | Arthur Schiwon | 2017-06-15 | 1 | -9/+32 |
| | | | | | | | | | | | | | | | | | Treat PHP Errors on User session regenerate Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> remove unnecessary lines… Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> change PHP errors to ErrorException in the session (PHP >=7) Otherwise it might be that authentication apps are being disabled on during operation while in fact the session handler has hiccup. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | 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 |