summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8171 from owncloud/fix-importBernhard Posselt2014-05-021-0/+1
|\
| * add class Pimple to autloaderThomas Müller2014-04-281-0/+1
* | Merge pull request #7852 from josh4trunks/basic_auth_fixThomas Müller2014-04-281-13/+14
|\ \
| * | Fixed Typojosh4trunks2014-04-031-1/+1
| * | Don't always $cookie_path, only set it when neededjosh4trunks2014-04-031-3/+2
| * | cookie would be useless if value is not setjosh4trunks2014-04-031-1/+1
| * | Don't to set the cookie it wasn't needed.josh4trunks2014-04-031-1/+1
| * | Fixes login / logout when HTTP Basic Headers are avilable.josh4trunks2014-04-031-13/+15
* | | Remove an added t by the github webeditorLukas Reschke2014-04-271-1/+1
* | | Grammatical fixesLukas Reschke2014-04-271-2/+2
* | | Clarify the trusted_domain error pageLukas Reschke2014-04-261-1/+1
* | | This adds one more missing untranslated text from lib/shareVolkan Gezer2014-04-241-2/+3
* | | Some more PHPDoc fixesLukas Reschke2014-04-211-1/+34
* | | Fix typoLukas Reschke2014-04-141-1/+1
* | | Typo + Line breaksLukas Reschke2014-04-131-5/+3
* | | Move security headers to base.phpLukas Reschke2014-04-131-0/+31
| |/ |/|
* | reduce code duplication, fix parse error, prevent page reload on hitting ente...Thomas Müller2014-04-071-0/+1
|/
* Merge pull request #7879 from owncloud/sharing_cleanup_public_apiVincent Petry2014-03-281-4/+4
|\
| * add a "helper" and a "hooks" class. Move constants needed by multiple classesBjoern Schiessle2014-03-251-4/+4
* | Merge pull request #7107 from owncloud/load-apps-proper-masterThomas Müller2014-03-281-18/+6
|\ \ | |/ |/|
| * all authentication apps are loaded at first - everything else relies on these...Thomas Müller2014-03-211-1/+2
| * Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-211-46/+28
| |\
| * | Within OC:init() the minimum set of apps is loaded - which is filesystem, aut...Thomas Müller2014-02-061-11/+4
| * | remove some more global variable $RUNTIME_NOAPPSThomas Müller2014-02-061-5/+0
| * | remove global variable $RUNTIME_NOAPPS - it's just superfluousThomas Müller2014-02-061-2/+1
* | | Merge pull request #7714 from owncloud/phpunit-configicewind19912014-03-241-1/+3
|\ \ \ | |_|/ |/| |
| * | Allow setting the config dir to use as enviroment variable for phpunitRobin Appelman2014-03-131-1/+3
* | | Merge pull request #7732 from owncloud/datafolderexistenceVincent Petry2014-03-201-0/+1
|\ \ \
| * | | Return 503 when a config/data dir error existsVincent Petry2014-03-141-0/+1
| |/ /
* | | Merge pull request #7649 from owncloud/routing-publicThomas Müller2014-03-171-19/+1
|\ \ \
| * | | switch OC::getRouter usages to OC::$server->getRouterRobin Appelman2014-03-101-9/+1
| * | | Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-12/+2
| |/ /
* / / use preDelete instead of postDelete hookGeorg Ehrke2014-03-131-1/+4
|/ /
* | Merge pull request #7583 from owncloud/trusteddomainerrorpageVincent Petry2014-03-071-0/+16
|\ \
| * | Show warning page when accessing server from an untrusted domainVincent Petry2014-03-061-0/+16
* | | Merge branch 'master' into fix-7307Thomas Müller2014-03-061-1/+2
|\| |
| * | Config to disable basic_auth username chackingkondou2014-02-261-1/+2
* | | Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-021-1/+0
|/ /
* | Merge pull request #3760 from IMM0rtalis/remove_logout_redirect_slashBart Visscher2014-02-261-1/+2
|\ \
| * | - add slash if webroot is an empty stringFlorian Scholz2013-06-251-1/+2
| * | - removed slash-adding for logout-header-redirectFlorian Scholz2013-06-171-1/+1
* | | Merge branch 'master' into no-css-js-delivery-via-phpThomas Müller2014-02-211-0/+1
|\ \ \
| * | | reduce width of searchbox on mobile, fix overlap, fix #7282Jan-Christoph Borchardt2014-02-201-0/+1
* | | | kill $coreStyles and $coreScriptsThomas Müller2014-02-201-4/+0
* | | | kill old minimizer codeThomas Müller2014-02-201-22/+4
|/ / /
* | / polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
| |/ |/|
* | Merge pull request #4795 from owncloud/setupMorris Jobke2014-02-041-1/+2
|\ \
| * \ Merge branch 'master' into setupBart Visscher2014-01-311-72/+163
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into setupBart Visscher2013-10-021-3/+23
| |\ \ \
| * | | | Move core setup code to controller classBart Visscher2013-09-101-1/+2