| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some more sanity checks for maintenance mode | Lukas Reschke | 2015-01-09 | 1 | -1/+3 |
* | Verify authentication before initializing apps and routing | Lukas Reschke | 2015-01-09 | 1 | -13/+13 |
* | move search results below filelist, show hint when results are off screen, us... | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+0 |
* | move code from js.js to search.js in the search app | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+1 |
* | Merge pull request #12759 from owncloud/core-reduce-js-and-css | Jörn Friedrich Dreyer | 2014-12-18 | 1 | -2/+0 |
|\ |
|
| * | load showpassord.js conditionally in the template only if needed | Thomas Müller | 2014-12-16 | 1 | -2/+0 |
* | | Check basic auth header only for not-logged-in users | Lukas Reschke | 2014-12-17 | 1 | -1/+1 |
* | | Move basic auth login out of `isLoggedIn` | Lukas Reschke | 2014-12-17 | 1 | -0/+1 |
|/ |
|
* | Implement method that reads vendor libs from core.json | Morris Jobke | 2014-12-15 | 1 | -6/+15 |
* | bower jquery-ui - exported changes to a separate css file | Morris Jobke | 2014-12-13 | 1 | -2/+3 |
* | Check if open_basedir is set | Lukas Reschke | 2014-12-11 | 1 | -1/+1 |
* | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -1/+1 |
* | fix base.php for not installed systems | Morris Jobke | 2014-12-08 | 1 | -25/+25 |
* | Create config if it does not exists | Lukas Reschke | 2014-12-06 | 1 | -1/+9 |
* | Remove checks for safe mode and magic quotes | Lukas Reschke | 2014-12-05 | 1 | -4/+0 |
* | Merge pull request #12419 from owncloud/read-only-config | Thomas Müller | 2014-12-01 | 1 | -3/+3 |
|\ |
|
| * | Allow read-only configuration | Lukas Reschke | 2014-11-25 | 1 | -3/+3 |
* | | 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 |