aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* add a "helper" and a "hooks" class. Move constants needed by multiple classesBjoern Schiessle2014-03-251-4/+4
* 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
* | | | | also load error handler if debugging is enabledBjoern Schiessle2014-02-031-1/+2
| |_|/ / |/| | |
* | | | Merge pull request #6912 from owncloud/replace-webroot-in-cssMorris Jobke2014-01-271-0/+1
|\ \ \ \
| * | | | add icons.css file, first step to get rid of %webroot%Jan-Christoph Borchardt2014-01-231-0/+1
* | | | | Merge pull request #6736 from owncloud/tests-jsunittestsThomas Müller2014-01-231-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added Javascript unit testsVincent Petry2014-01-161-0/+1
* | | | | Move test config folder to tests/configRobin Appelman2014-01-201-2/+2
* | | | | Load a separate config (if present) when running unit testsRobin Appelman2014-01-171-2/+12
|/ / / /
* | | | rename user-id to loginname to stay consistentThomas Müller2014-01-091-2/+2
* | | | Remove @ in order to get proper error handlingThomas Müller2014-01-071-1/+1
* | | | require composer's autoload.php if presentThomas Müller2014-01-051-2/+6
* | | | dont try to register background jobs if we haven't upgraded yetRobin Appelman2013-12-131-44/+45
* | | | coding styleArthur Schiwon2013-12-131-0/+1
* | | | coding styleArthur Schiwon2013-12-131-1/+1
* | | | On webdav sesssions, loginname was compared to username which does not need t...Arthur Schiwon2013-12-131-4/+3
* | | | Fix webroot for update pageVincent Petry2013-12-131-0/+1
* | | | Revert "Revert "Fix user's displayName being overwritten by (old) cookie""Morris Jobke2013-12-051-1/+0
* | | | Revert "Fix user's displayName being overwritten by (old) cookie"Morris Jobke2013-12-051-0/+1
* | | | Fix user's displayName being overwritten by (old) cookieNico Kaiser2013-12-051-1/+0
* | | | merge master into single-user-modeRobin Appelman2013-11-251-6/+21
|\ \ \ \
| * | | | provide more cli friendly error messagesRobin Appelman2013-11-251-6/+21
* | | | | Add "single user mode" which restricts access to users in the admin groupRobin Appelman2013-11-251-1/+18
|/ / / /
* | | | Merge pull request #5773 from owncloud/fix-2152-masterThomas Müller2013-11-211-7/+1
|\ \ \ \
| * | | | Make working en_US.UTF-8 locale a hard requirementBart Visscher2013-11-081-7/+1
* | | | | add trash bin and file versions delete hooks in OC::registerPreviewHooksGeorg Ehrke2013-11-121-0/+2