aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10934 from owncloud/datadir-write-setupVincent Petry2014-09-251-1/+1
|\
| * Inject config into checkserver and cleanup testsRobin Appelman2014-09-181-1/+1
* | Show login again instead of JSON if CSRF check failsLukas Reschke2014-09-231-1/+3
* | send browsers timezone back tp the server on loginThomas Müller2014-09-221-8/+8
* | Merge pull request #10939 from owncloud/add-port-to-trusted-domain-wizardThomas Müller2014-09-221-2/+10
|\ \
| * | Append port to trusted domain in case it's not 80 or 443Lukas Reschke2014-09-081-2/+10
* | | Move BasicAuth check to "isLoggedIn()"Lukas Reschke2014-09-181-31/+2
* | | Move basic auth checkLukas Reschke2014-09-171-12/+4
| |/ |/|
* | Merge pull request #10960 from owncloud/use-intl-module-masterLukas Reschke2014-09-151-0/+3
|\ \
| * | use intl's native normalizer_normalize() in case the module is availableThomas Müller2014-09-111-0/+3
* | | Refresh if maintenance mode is overkondou2014-09-091-0/+1
|/ /
* / Do not load extra user backends when an upgrade is dueVincent Petry2014-09-081-1/+3
|/
* Move trusted domain check to init()Lukas Reschke2014-09-051-15/+15
* Use proper RNG generatorLukas Reschke2014-09-031-1/+1
* Also setup the filesystem when matching routesRobin Appelman2014-09-021-0/+1
* Don't automatically setup the filesystem the moment we load OC\Files\FileSystemRobin Appelman2014-09-021-0/+1
* Use public api for getting l10nRobin Appelman2014-08-311-3/+2
* be correct in deprecation documentationJörn Friedrich Dreyer2014-08-291-1/+1
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-18/+21
* add moment.jsGeorg Ehrke2014-08-261-0/+1
* Add a trusted domain wizardLukas Reschke2014-08-211-4/+3
* Merge pull request #10522 from owncloud/removeLoadAppScriptblizzz2014-08-211-26/+0
|\
| * Remove loadAppScriptFileLukas Reschke2014-08-191-26/+0
* | Merge pull request #10409 from owncloud/iShallNotCopyStuffWithoutThinkingLukas Reschke2014-08-191-0/+12
|\ \ | |/ |/|
| * Add a copied_sample_config switchLukas Reschke2014-08-191-0/+12
* | Merge pull request #10442 from owncloud/move-failed-loginsLukas Reschke2014-08-151-7/+0
|\ \
| * | Move authentication failed logging to checkPasswordLukas Reschke2014-08-151-7/+0
* | | Remove ability to trigger DEBUG mode via cookieLukas Reschke2014-08-151-7/+0
|/ /
* / update deprecation docsJörn Friedrich Dreyer2014-08-141-1/+1
|/
* Merge pull request #10323 from gekmihesg/masterblizzz2014-08-131-0/+3
|\
| * Load authentication backends before tryBasicAuthgekmihesg2014-08-101-0/+3
* | Fix checking of NULL or empty OC::$THIRDPARTYROOT/OC::$THIRDPARTYWEBROOTmarc0s2014-07-301-2/+2
|/
* Merge pull request #10029 from owncloud/fix-thirdpartyMorris Jobke2014-07-301-11/+16
|\
| * Replace exit with returnVictor Dubiniuk2014-07-301-1/+1
| * Fix silent crash if 3rdparty dir is not availableVictor Dubiniuk2014-07-301-11/+16
* | Add registerAutoloaderCache().Andreas Fischer2014-07-291-15/+18
* | Memcache\Factory: Remove static, use globalPrefix.Andreas Fischer2014-07-291-2/+11
* | InstanceId is properly injected into factory. Remove comment.Andreas Fischer2014-07-291-2/+0
|/
* Merge pull request #9641 from owncloud/localuser-addressbookThomas Müller2014-07-281-0/+9
|\
| * ownCloud users are exported as address bookThomas Müller2014-07-241-0/+9
* | reorder if statements to remove negation, indentation correctionJörn Friedrich Dreyer2014-07-251-9/+9
* | don't silently exit in cli-mode in case ownCloud in not yet installedThomas Müller2014-07-241-0/+2
* | Remove uneeded `strip_tags`Lukas Reschke2014-07-191-2/+2
* | Extract Auth Header logic into new function handleAuthHeaders().Andreas Fischer2014-07-191-20/+22
* | Deduplicate user/password extraction from alternative HTTP headers.Andreas Fischer2014-07-191-16/+14
|/
* Only calculate the WEBROOT from scriptName if it contains $SUBURIJoas Schilling2014-07-071-3/+11
* fix hook namesBjoern Schiessle2014-07-031-2/+2
* more strings to translate in utils also some fixes in defaultsVolkan Gezer2014-06-281-6/+8
* Bring back loadApps() in base.phpVincent Petry2014-06-241-0/+1
* Prevent loadApps on upgradeVincent Petry2014-06-181-12/+6