summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* merge master into filesystemRobin Appelman2012-10-171-16/+70
|\
| * Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabledLukas Reschke2012-10-161-1/+1
| * Merge pull request #31 from visit1985/persistentcookiesLukas Reschke2012-10-161-10/+60
| |\
| | * 128byte is not 128bit - now we realy use 256bit (same as PHPSESSID)Michael Göhler2012-10-151-2/+2
| | * implement fixed php session timeout and session id regenerationMichael Göhler2012-10-141-0/+22
| | * removed username and password from token generationMichael Göhler2012-10-141-2/+2
| | * fixed typo and redundant method callMichael Göhler2012-10-141-2/+1
| | * added a warning message to the log when a cookie is rejectedMichael Göhler2012-10-141-0/+1
| | * fixed wrong variable usageMichael Göhler2012-10-141-5/+5
| | * call unsetMagicInCookie if token is invalidMichael Göhler2012-10-141-2/+2
| | * forgot a class nameMichael Göhler2012-10-141-2/+2
| | * delete all tokens on password changeMichael Göhler2012-10-141-3/+5
| | * further improvements on multiple login token supportMichael Göhler2012-10-141-3/+13
| | * improve token securityMichael Göhler2012-10-141-1/+1
| | * Make the lifetime of the remember login cookieBart Visscher2012-10-141-1/+1
| | * Cleanup login tokens on login successBart Visscher2012-10-141-0/+13
| | * Add support for multiple login cookie tokensBart Visscher2012-10-141-9/+12
| * | Merge branch 'extended_log'Victor Dubiniuk2012-10-161-0/+4
| |\ \
| | * | Uncaught exception loggingVicDeo2012-09-261-2/+3
| | * | Log PHP errors to the OC logVictor Dubiniuk2012-09-121-0/+3
| * | | extend logon page to display multiple error messagesMichael Göhler2012-10-141-5/+5
| | |/ | |/|
* | | merge master into filesystemRobin Appelman2012-10-131-1/+1
|\| |
| * | Use resolved path for require_once in autoloaderBart Visscher2012-10-121-1/+1
* | | merge master into filesystemRobin Appelman2012-10-111-3/+7
|\| |
| * | Add logging when stripping apps from autoload include pathBart Visscher2012-10-101-2/+5
| * | Use __DIR__ instead of __FILE__ to get SERVERROOTBart Visscher2012-10-101-1/+1
| * | Send a HSTS HTTP header to enforce SSLLukas Reschke2012-10-101-0/+1
* | | merge phpunit into filesystemRobin Appelman2012-10-081-0/+4
|\| |
| * | destroy invalid sessionsArthur Schiwon2012-10-081-0/+4
* | | merge master into filesystemRobin Appelman2012-10-011-6/+5
|\| |
| * | reload the current url when login in instead of always redirecting to the def...Robin Appelman2012-09-301-1/+2
| * | Removed sectokenLukas Reschke2012-09-291-5/+1
| * | Reimplementation of CSRF protection including autorefreshChristian Reiner2012-09-281-0/+2
* | | Merge branch 'master' into filesystemRobin Appelman2012-09-261-2/+2
|\| |
| * | Passwords containing a ":" don't work with this explodeLukas Reschke2012-09-251-2/+2
| |/
* | add support for loading namespaced test casesRobin Appelman2012-09-221-0/+3
* | Merge branch 'master' into filesystemRobin Appelman2012-09-221-3/+5
|\|
| * Don't call clearCache() for OC_Minimizer statically, create OC_Minimizer obje...Michael Gapczynski2012-09-121-2/+4
| * don't use regular expresions for a simple string replaceRobin Appelman2012-09-081-1/+1
* | put filestorages in a namespaceRobin Appelman2012-09-071-0/+3
|/
* adding space between) and {Thomas Mueller2012-09-071-4/+4
* Whitespace fixes in libBart Visscher2012-09-071-4/+4
* Remove core.{css,js} cache on upgradeBart Visscher2012-09-071-0/+1
* Respect coding styleThomas Müller2012-09-051-6/+7
* fixing syntax errorThomas Müller2012-09-041-1/+1
* fixing syntax error - sorry for thatThomas Müller2012-09-041-1/+1
* fixing syntax error - sorry for thatThomas Müller2012-09-041-4/+4
* Respect coding styleThomas Müller2012-09-041-83/+82
* set debug mode if an xdebug session is activeRobin Appelman2012-09-011-0/+7
* fix autoloader throwing errors for non-oc classesRobin Appelman2012-09-011-0/+2