summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Further cleanup of files_encryptionThomas Müller2015-04-071-3/+0
* fix lib/private/encryption/util.php callBjoern Schiessle2015-04-071-12/+18
* Add mount point to disable the encryption wrapperRobin Appelman2015-03-311-8/+12
* Merge pull request #15234 from owncloud/encryption2_coreThomas Müller2015-03-261-2/+43
|\
| * implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle2015-03-261-2/+43
* | Merge pull request #15232 from owncloud/remove-arg-separator-magicLukas Reschke2015-03-261-1/+0
|\ \
| * | Remove custom `arg_separator.output`Lukas Reschke2015-03-261-1/+0
| |/
* / Update license headersJenkins for ownCloud2015-03-261-12/+42
|/
* Handle session initialization errors and display error page - fixes #15053Thomas Müller2015-03-201-0/+1
* Stop executing, when 3rdparty is missing or apps directory is invalidJoas Schilling2015-03-181-10/+21
* Properly handle available databases at runtime and respect setup checks in co...Thomas Müller2015-03-111-1/+2
* Use occ to install ownCloud in autotest.shThomas Müller2015-03-111-1/+1
* Refactor \OC\Memcache\FactoryRobin McCorkell2015-03-051-2/+2
* Let users configure security headers in their WebserverLukas Reschke2015-03-021-29/+4
* Simplify codeLukas Reschke2015-03-011-4/+4
* Add detection for invalid CLI configuration for settings pageLukas Reschke2015-02-271-1/+16
* Revert "Updating license headers"Morris Jobke2015-02-261-42/+13
* Always load authentication appsLukas Reschke2015-02-241-3/+4
* properly initialize OC::$WEBROOT and host nameThomas Müller2015-02-231-11/+16
* implement command maintenance:installThomas Müller2015-02-231-0/+3
* Updating license headersJenkins for ownCloud2015-02-231-13/+42
* Merge pull request #14199 from owncloud/cast-type-manuallyMorris Jobke2015-02-191-3/+3
|\
| * Manually type-case all AJAX filesLukas Reschke2015-02-131-3/+3
* | Merge pull request #14335 from owncloud/enable-strict-mode-per-deafultClark Tomlinson2015-02-181-2/+2
|\ \
| * | Fix invalid `ini_set` directivesLukas Reschke2015-02-181-2/+2
* | | Merge pull request #14330 from owncloud/revert-13879-add_debug_log_for_memcac...Lukas Reschke2015-02-181-2/+1
|\ \ \
| * | | Revert "add debug log for memcache instantiation"Lukas Reschke2015-02-181-2/+1
| |/ /
* / / Check if instance is not yet installedLukas Reschke2015-02-181-0/+1
|/ /
* | Incorporate review changesLukas Reschke2015-02-161-2/+1
* | Add blackmagic due to cyclic dependency :see_no_evil:Lukas Reschke2015-02-161-1/+8
* | Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-13/+27
* | add debug log for memcache instantiationJörn Friedrich Dreyer2015-02-161-1/+2
* | Properly show the warning about the missing composer autoloaderMorris Jobke2015-01-311-1/+4
|/
* Merge pull request #13314 from owncloud/login-hook-logoutMorris Jobke2015-01-221-10/+15
|\
| * Throw an exception when login is canceled by an appRobin Appelman2015-01-221-10/+15
* | Add some more sanity checks for maintenance modeLukas Reschke2015-01-091-1/+3
* | Verify authentication before initializing apps and routingLukas Reschke2015-01-091-13/+13
|/
* move search results below filelist, show hint when results are off screen, us...Jörn Friedrich Dreyer2015-01-021-1/+0
* move code from js.js to search.js in the search appJörn Friedrich Dreyer2015-01-021-0/+1
* Merge pull request #12759 from owncloud/core-reduce-js-and-cssJörn Friedrich Dreyer2014-12-181-2/+0
|\
| * load showpassord.js conditionally in the template only if neededThomas Müller2014-12-161-2/+0
* | Check basic auth header only for not-logged-in usersLukas Reschke2014-12-171-1/+1
* | Move basic auth login out of `isLoggedIn`Lukas Reschke2014-12-171-0/+1
|/
* Implement method that reads vendor libs from core.jsonMorris Jobke2014-12-151-6/+15
* bower jquery-ui - exported changes to a separate css fileMorris Jobke2014-12-131-2/+3
* Check if open_basedir is setLukas Reschke2014-12-111-1/+1
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-1/+1
* fix base.php for not installed systemsMorris Jobke2014-12-081-25/+25
* Create config if it does not existsLukas Reschke2014-12-061-1/+9
* Remove checks for safe mode and magic quotesLukas Reschke2014-12-051-4/+0