| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass \OC::$WEBROOT to the ctr | Lukas Reschke | 2014-11-27 | 1 | -1/+1 |
* | remove deprecated \OC:$session | Thomas Müller | 2014-11-26 | 1 | -10/+2 |
* | Merge pull request #12299 from owncloud/clean-lib-base-config | Morris Jobke | 2014-11-20 | 1 | -23/+29 |
|\ |
|
| * | replace double quotes with single quotes | Morris Jobke | 2014-11-19 | 1 | -1/+1 |
| * | replace all static calls to OC_Config and OC_Preferences to calls to OCP\IConfig | Morris Jobke | 2014-11-19 | 1 | -23/+29 |
* | | Merge pull request #12226 from owncloud/remove-phpass | Thomas Müller | 2014-11-20 | 1 | -2/+1 |
|\ \ |
|
| * | | Remove phpass and migrate to new Hasher interface | Lukas Reschke | 2014-11-17 | 1 | -2/+1 |
| |/ |
|
* / | Ignore port for trusted domains | Lukas Reschke | 2014-11-18 | 1 | -7/+1 |
|/ |
|
* | Merge pull request #11917 from owncloud/fix-11909 | Thomas Müller | 2014-11-11 | 1 | -4/+11 |
|\ |
|
| * | Migrate "setsecurity.php" to the AppFramework | Lukas Reschke | 2014-11-03 | 1 | -4/+11 |
* | | Load PHPAss via autoloader | Lukas Reschke | 2014-11-06 | 1 | -1/+2 |
* | | Merge pull request #11883 from owncloud/clear-session-for-setup | Lukas Reschke | 2014-11-06 | 1 | -1/+2 |
|\ \ |
|
| * | | Clear session before setup | Lukas Reschke | 2014-10-31 | 1 | -1/+2 |
* | | | md5 now handled via bower | Morris Jobke | 2014-11-06 | 1 | -1/+1 |
* | | | bower snapjs | Morris Jobke | 2014-11-06 | 1 | -1/+1 |
* | | | bower underscore | Morris Jobke | 2014-11-05 | 1 | -1/+1 |
* | | | migrate jQuery to bower | Morris Jobke | 2014-11-04 | 1 | -2/+2 |
* | | | replace moment.js with bower version | Morris Jobke | 2014-11-03 | 1 | -1/+1 |
* | | | Update Pimple to V3.0 | Thomas Müller | 2014-11-03 | 1 | -2/+1 |
| |/
|/| |
|
* | | Update Symfony/Console to 2.5 & Update Symfony/Routing to 2.5 | Thomas Müller | 2014-11-03 | 1 | -2/+0 |
|/ |
|
* | Merge pull request #11638 from owncloud/oc8-translations | Thomas Müller | 2014-10-29 | 1 | -1/+3 |
|\ |
|
| * | Include core translations | Vincent Petry | 2014-10-29 | 1 | -1/+2 |
| * | Added OC.L10N namespace with translation functions | Vincent Petry | 2014-10-29 | 1 | -0/+1 |
* | | Update doctrine/dbal to 2.5 | Thomas Müller | 2014-10-28 | 1 | -2/+0 |
|/ |
|
* | Use composer autoloader to load Patchwork | Thomas Müller | 2014-10-28 | 1 | -2/+0 |
* | use Composer autoloader not OC for non-Composer 3rdparty (#9643) | Adam Williamson | 2014-10-28 | 1 | -16/+18 |
* | Merge pull request #11786 from owncloud/MakeSupportedDBsConfigurable | Lukas Reschke | 2014-10-27 | 1 | -1/+1 |
|\ |
|
| * | Make supported DBs configurable within config.php | Lukas Reschke | 2014-10-27 | 1 | -1/+1 |
* | | Use the TempManager to handle temporary files | Robin Appelman | 2014-10-24 | 1 | -1/+2 |
|/ |
|
* | Merge pull request #11416 from owncloud/eventlogger | Morris Jobke | 2014-10-22 | 1 | -4/+13 |
|\ |
|
| * | call initPaths() right before the server is instantiated | Thomas Müller | 2014-10-21 | 1 | -1/+1 |
| * | Log some additional events | Robin Appelman | 2014-10-20 | 1 | -0/+3 |
| * | Log some basic events | Robin Appelman | 2014-10-20 | 1 | -4/+10 |
* | | move some deprecated usage of OC_Config and OC_AppConfig to \OC::server | Thomas Müller | 2014-10-20 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #10934 from owncloud/datadir-write-setup | Vincent Petry | 2014-09-25 | 1 | -1/+1 |
|\ |
|
| * | Inject config into checkserver and cleanup tests | Robin Appelman | 2014-09-18 | 1 | -1/+1 |
* | | Show login again instead of JSON if CSRF check fails | Lukas Reschke | 2014-09-23 | 1 | -1/+3 |
* | | send browsers timezone back tp the server on login | Thomas Müller | 2014-09-22 | 1 | -8/+8 |
* | | Merge pull request #10939 from owncloud/add-port-to-trusted-domain-wizard | Thomas Müller | 2014-09-22 | 1 | -2/+10 |
|\ \ |
|
| * | | Append port to trusted domain in case it's not 80 or 443 | Lukas Reschke | 2014-09-08 | 1 | -2/+10 |
* | | | Move BasicAuth check to "isLoggedIn()" | Lukas Reschke | 2014-09-18 | 1 | -31/+2 |
* | | | Move basic auth check | Lukas Reschke | 2014-09-17 | 1 | -12/+4 |
| |/
|/| |
|
* | | Merge pull request #10960 from owncloud/use-intl-module-master | Lukas Reschke | 2014-09-15 | 1 | -0/+3 |
|\ \ |
|
| * | | use intl's native normalizer_normalize() in case the module is available | Thomas Müller | 2014-09-11 | 1 | -0/+3 |
* | | | Refresh if maintenance mode is over | kondou | 2014-09-09 | 1 | -0/+1 |
|/ / |
|
* / | Do not load extra user backends when an upgrade is due | Vincent Petry | 2014-09-08 | 1 | -1/+3 |
|/ |
|
* | Move trusted domain check to init() | Lukas Reschke | 2014-09-05 | 1 | -15/+15 |
* | Use proper RNG generator | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
* | Also setup the filesystem when matching routes | Robin Appelman | 2014-09-02 | 1 | -0/+1 |
* | Don't automatically setup the filesystem the moment we load OC\Files\FileSystem | Robin Appelman | 2014-09-02 | 1 | -0/+1 |