Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-04Generate a new session id if the decrypting the session data failsRoeland Jago Douma
2020-11-06Remove the cookie paths for php<7.3Christoph Wurst
2020-08-14Silence duplicate session warningsRoeland Jago Douma
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Use php keywords in lowercaseChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-02-06Only send samesite cookiesRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2018-09-06replace setcookie value with '' instead of null.MartB
2018-06-14Allow updating the token on session regenerationRoeland Jago Douma
2018-02-27Make ISession strictRoeland Jago Douma
2018-01-13Fix type in CryptoSessionDataMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-08-01Fix MigrationSchemaChecker and CryptoWrapperLukas Reschke
2017-06-15Forward port of #5190 to masterArthur Schiwon
2017-04-25Catch session already closed exception in destructorVictor Dubiniuk
2017-03-14Do not clear CSRF token on logout (fix for #1303)Roeland Jago Douma
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-04-26throw SessionNotAvailableException if session_id returns empty stringChristoph Wurst
2016-04-25add ISession::getId() wrapper for session_idChristoph Wurst
2016-04-15Move \OC\Session to PSR-4Roeland Jago Douma