summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Collapse)AuthorAgeFilesLines
* destroy invalid sessionsArthur Schiwon2012-10-081-0/+4
|
* reload the current url when login in instead of always redirecting to the ↵Robin Appelman2012-09-301-1/+2
| | | | default app (oc-1873)
* Removed sectokenLukas Reschke2012-09-291-5/+1
| | | | | This token is completly useless since an attacker can easily extract it from the page.
* Reimplementation of CSRF protection including autorefreshChristian Reiner2012-09-281-0/+2
|
* Passwords containing a ":" don't work with this explodeLukas Reschke2012-09-251-2/+2
| | | | Thanks to mETz
* Don't call clearCache() for OC_Minimizer statically, create OC_Minimizer ↵Michael Gapczynski2012-09-121-2/+4
| | | | objects for both CSS and JS to clear cache after upgrade
* don't use regular expresions for a simple string replaceRobin Appelman2012-09-081-1/+1
|
* 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
|
* allow configuring user backends in config.phpRobin Appelman2012-09-011-1/+10
|
* load authentication apps on loginRobin Appelman2012-09-011-1/+1
|
* don't throw errors in the autoloader when a class doesn't existRobin Appelman2012-09-011-5/+10
|
* Space before tab fixesBart Visscher2012-08-291-1/+1
|
* Whitespace fixes in libBart Visscher2012-08-291-2/+2
|
* Clean user cache on loginBart Visscher2012-08-281-1/+2
|
* Add background job for global file cache cleanupBart Visscher2012-08-281-0/+3
|
* Revert "Combine install checks in lib/base.php"Lukas Reschke2012-08-111-19/+19
| | | | This reverts commit aa9fbf6639e2ce2fa2e8549d2d82d54a745d5327.
* Check blacklist when renaming filesMichael Gapczynski2012-08-111-0/+1
|
* Validate cookie properly and prevent auth bypassLukas Reschke2012-08-101-1/+1
| | | | BIG (!) thanks to Julien CAYSSOL
* Backgroundjobs: don't try to access OC_Appconfig if ownCloud has not been ↵Jakob Sack2012-08-101-4/+6
| | | | installed
* Merge branch 'backgroundjobs'Jakob Sack2012-08-101-0/+6
|\
| * rename appconfig keys for backgroundjobsJakob Sack2012-08-091-1/+1
| |
| * Be more precise regarding backgroundjobs modeJakob Sack2012-08-091-0/+6
| |
* | Simplify loading app php script filesBart Visscher2012-08-101-28/+16
| |
* | Move login handling to OC classBart Visscher2012-08-101-9/+28
| |
* | Always load when the requested file is cssBart Visscher2012-08-101-11/+16
| |
* | Move OC::loadfile and OC::loadapp next to OC::handleRequestBart Visscher2012-08-101-35/+35
| |
* | Make OC::loadfile and OC::loadapp protected, only used in OC::handleRequestBart Visscher2012-08-101-5/+5
| |
* | Cleanup OC::loadfileBart Visscher2012-08-101-11/+21
| |
* | Combine install checks in lib/base.phpBart Visscher2012-08-101-19/+19
| |
* | Move login code from index.php to OC classBart Visscher2012-08-081-0/+64
| |
* | Move handling request of index.php to OC classBart Visscher2012-08-081-0/+48
| |
* | Remove unused RUNTIME_NOSETUPFS varBart Visscher2012-08-081-3/+0
|/
* Move serverHost and serverProtocol functions to OC_RequestBart Visscher2012-08-071-2/+2
|
* Fix rewriting GET parameters with ? in REQUESTEDAPPBart Visscher2012-08-071-1/+1
|
* Support for OCA namespaceArthur Schiwon2012-07-251-0/+3
|
* allow a more flexible way of using user backendsRobin Appelman2012-07-191-1/+1
|
* Remove referer check, this is unreliable. The header doesnt need te exist, ↵Bart Visscher2012-07-041-15/+0
| | | | or can be wrong
* fix running tests from cliRobin Appelman2012-06-271-3/+5
|
* Move app upgrade check to loading of appsBart Visscher2012-06-271-2/+2
|
* Trim url and path of appsroot to have and standart type of path fix oc-1107Brice Maron2012-06-251-5/+7
|
* Fixes for multi app dir :Brice Maron2012-06-221-2/+2
| | | | | Url should be given as relative path (to webroot) Correct link construction from js