Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Scrutinizer errors | Robin McCorkell | 2014-05-13 | 1 | -3/+3 |
| | |||||
* | Remove `session_id_regenerate` from here | Lukas Reschke | 2014-02-21 | 1 | -1/+0 |
| | | | Jenkins somewhat complains that there are already sent headers. | ||||
* | Merge pull request #6519 from nhirokinet/master | Lukas Reschke | 2014-02-20 | 1 | -0/+1 |
|\ | | | | | Security Update: session fixation | ||||
| * | Security Update: session fixation | NARUKAWA Hiroki | 2013-12-20 | 1 | -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 patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+1 |
| | | |||||
* | | fixing PHPDoc and use cameCase names | Thomas Müller | 2014-01-09 | 1 | -7/+7 |
|/ | |||||
* | On webdav sesssions, loginname was compared to username which does not need ↵ | Arthur Schiwon | 2013-12-13 | 1 | -0/+34 |
| | | | | to match necessarily | ||||
* | Now removing stray old cookies from 5.0.12 | Vincent Petry | 2013-11-07 | 1 | -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/public | Thomas Müller | 2013-09-30 | 1 | -0/+174 |
Conflicts: lib/private/vcategories.php |