aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/user/session.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix Scrutinizer errorsRobin McCorkell2014-05-131-3/+3
|
* Remove `session_id_regenerate` from hereLukas Reschke2014-02-211-1/+0
| | | Jenkins somewhat complains that there are already sent headers.
* Merge pull request #6519 from nhirokinet/masterLukas Reschke2014-02-201-0/+1
|\ | | | | Security Update: session fixation
| * Security Update: session fixationNARUKAWA Hiroki2013-12-201-0/+1
| | | | | | Previous version is vulnerable to session fixation attack in some situations, guessing non-apache-module-php5 environment. Regeneration of session id should be done here.
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
| |
* | fixing PHPDoc and use cameCase namesThomas Müller2014-01-091-7/+7
|/
* On webdav sesssions, loginname was compared to username which does not need ↵Arthur Schiwon2013-12-131-0/+34
| | | | to match necessarily
* Now removing stray old cookies from 5.0.12Vincent Petry2013-11-071-0/+5
| | | | | | | | | | | Cookies from 5.0.12 seemed to have an extra slash in the path. Firefox doesn't allow to remove them if the trailing slash isn't there, thus making it impossible to logout correctly. This fix adds extra code to delete such stray cookies. Ported from stable5 branch 99e5c6f7eb58404be2cc5448ec380f29c9a71225
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+174
Conflicts: lib/private/vcategories.php