summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #12419 from owncloud/read-only-configThomas Müller2014-12-011-3/+3
|\
| * Allow read-only configurationLukas Reschke2014-11-251-3/+3
* | Pass \OC::$WEBROOT to the ctrLukas Reschke2014-11-271-1/+1
* | remove deprecated \OC:$sessionThomas Müller2014-11-261-10/+2
|/
* Merge pull request #12299 from owncloud/clean-lib-base-configMorris Jobke2014-11-201-23/+29
|\
| * replace double quotes with single quotesMorris Jobke2014-11-191-1/+1
| * replace all static calls to OC_Config and OC_Preferences to calls to OCP\IConfigMorris Jobke2014-11-191-23/+29
* | Merge pull request #12226 from owncloud/remove-phpassThomas Müller2014-11-201-2/+1
|\ \
| * | Remove phpass and migrate to new Hasher interfaceLukas Reschke2014-11-171-2/+1
| |/
* / Ignore port for trusted domainsLukas Reschke2014-11-181-7/+1
|/
* Merge pull request #11917 from owncloud/fix-11909Thomas Müller2014-11-111-4/+11
|\
| * Migrate "setsecurity.php" to the AppFrameworkLukas Reschke2014-11-031-4/+11
* | Load PHPAss via autoloaderLukas Reschke2014-11-061-1/+2
* | Merge pull request #11883 from owncloud/clear-session-for-setupLukas Reschke2014-11-061-1/+2
|\ \
| * | Clear session before setupLukas Reschke2014-10-311-1/+2
* | | md5 now handled via bowerMorris Jobke2014-11-061-1/+1
* | | bower snapjsMorris Jobke2014-11-061-1/+1
* | | bower underscoreMorris Jobke2014-11-051-1/+1
* | | migrate jQuery to bowerMorris Jobke2014-11-041-2/+2
* | | replace moment.js with bower versionMorris Jobke2014-11-031-1/+1
* | | Update Pimple to V3.0Thomas Müller2014-11-031-2/+1
| |/ |/|
* | Update Symfony/Console to 2.5 & Update Symfony/Routing to 2.5Thomas Müller2014-11-031-2/+0
|/
* Merge pull request #11638 from owncloud/oc8-translationsThomas Müller2014-10-291-1/+3
|\
| * Include core translationsVincent Petry2014-10-291-1/+2
| * Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+1
* | Update doctrine/dbal to 2.5Thomas Müller2014-10-281-2/+0
|/
* Use composer autoloader to load PatchworkThomas Müller2014-10-281-2/+0
* use Composer autoloader not OC for non-Composer 3rdparty (#9643)Adam Williamson2014-10-281-16/+18
* Merge pull request #11786 from owncloud/MakeSupportedDBsConfigurableLukas Reschke2014-10-271-1/+1
|\
| * Make supported DBs configurable within config.phpLukas Reschke2014-10-271-1/+1
* | Use the TempManager to handle temporary filesRobin Appelman2014-10-241-1/+2
|/
* Merge pull request #11416 from owncloud/eventloggerMorris Jobke2014-10-221-4/+13
|\
| * call initPaths() right before the server is instantiatedThomas Müller2014-10-211-1/+1
| * Log some additional eventsRobin Appelman2014-10-201-0/+3
| * Log some basic eventsRobin Appelman2014-10-201-4/+10
* | move some deprecated usage of OC_Config and OC_AppConfig to \OC::serverThomas Müller2014-10-201-1/+1
|/
* 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