summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Style: Remove all the dangling white spacesFelix Moeller2012-11-041-2/+2
* Checkstyle: Fix last six NewlineBeforeOpenBraceFelix Moeller2012-11-041-4/+2
* Merge pull request #238 from fmms/checkstyle04Thomas Müller2012-11-041-4/+4
|\
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-4/+4
* | Merge pull request #178 from owncloud/JustOneCSRFTokenPerSessionLukas Reschke2012-11-041-2/+0
|\ \ | |/ |/|
| * Create only one CSRF token per sessionLukas Reschke2012-10-311-2/+0
* | Don't use OC_Setup as it will show up the installerLukas Reschke2012-10-291-1/+5
* | Generate .htaccess when upgrading from old versionsLukas Reschke2012-10-291-0/+6
|/
* Fix introduced style errorsBart Visscher2012-10-271-1/+2
* Merge remote-tracking branch 'git://github.com/susinths/SabreDAV_1.7.1.git'Bart Visscher2012-10-271-0/+3
|\
| * Update Sabre to version 1.7.1Susinthiran Sithamparanathan2012-10-171-0/+5
* | Merge branch 'routing'Bart Visscher2012-10-271-11/+42
|\ \
| * | Change Symfony/Component/Routing from submodule to composer fetchingBart Visscher2012-10-271-2/+2
| * | Merge branch 'master' into routingBart Visscher2012-10-171-26/+85
| |\|
| * | Implement routing on javascript sideBart Visscher2012-10-051-0/+1
| * | Merge branch 'master' into routingBart Visscher2012-09-281-0/+2
| |\ \
| * \ \ Merge branch 'master' into routingBart Visscher2012-09-281-5/+7
| |\ \ \
| * | | | Remove redundant loadAppsBart Visscher2012-09-071-1/+0
| * | | | Merge branch 'master' into routingBart Visscher2012-09-071-87/+113
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into routingBart Visscher2012-08-301-3/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into routingBart Visscher2012-08-151-19/+20
| |\ \ \ \ \ \
| * | | | | | | Routing: Add some core routesBart Visscher2012-08-121-1/+2
| * | | | | | | Routing: Prepare load funtions to be called from OC_RouterBart Visscher2012-08-121-11/+14
| * | | | | | | Add router match to OC::handleRequestBart Visscher2012-08-111-0/+9
| * | | | | | | Merge branch 'master' into routingBart Visscher2012-08-111-37/+176
| |\ \ \ \ \ \ \
| * | | | | | | | Move loading of routes to OC::getRouter functionBart Visscher2012-08-101-0/+1
| * | | | | | | | Change access to router object to getter functionBart Visscher2012-08-101-6/+12
| * | | | | | | | Create OC_Router in OC::initBart Visscher2012-08-101-0/+6
| * | | | | | | | Merge branch 'master' into routingBart Visscher2012-07-251-0/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Very basic conversion of ocs to Symfony Routing ComponentBart Visscher2012-07-211-0/+3
* | | | | | | | | | Make Jenkins more happy.Felix Moeller2012-10-231-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | 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