| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor \OC\Memcache\Factory | Robin McCorkell | 2015-03-05 | 1 | -2/+2 |
* | Let users configure security headers in their Webserver | Lukas Reschke | 2015-03-02 | 1 | -29/+4 |
* | Simplify code | Lukas Reschke | 2015-03-01 | 1 | -4/+4 |
* | Add detection for invalid CLI configuration for settings page | Lukas Reschke | 2015-02-27 | 1 | -1/+16 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -42/+13 |
* | Always load authentication apps | Lukas Reschke | 2015-02-24 | 1 | -3/+4 |
* | properly initialize OC::$WEBROOT and host name | Thomas Müller | 2015-02-23 | 1 | -11/+16 |
* | implement command maintenance:install | Thomas Müller | 2015-02-23 | 1 | -0/+3 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -13/+42 |
* | Merge pull request #14199 from owncloud/cast-type-manually | Morris Jobke | 2015-02-19 | 1 | -3/+3 |
|\ |
|
| * | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 1 | -3/+3 |
* | | Merge pull request #14335 from owncloud/enable-strict-mode-per-deafult | Clark Tomlinson | 2015-02-18 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix invalid `ini_set` directives | Lukas Reschke | 2015-02-18 | 1 | -2/+2 |
* | | | Merge pull request #14330 from owncloud/revert-13879-add_debug_log_for_memcac... | Lukas Reschke | 2015-02-18 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | Revert "add debug log for memcache instantiation" | Lukas Reschke | 2015-02-18 | 1 | -2/+1 |
| |/ / |
|
* / / | Check if instance is not yet installed | Lukas Reschke | 2015-02-18 | 1 | -0/+1 |
|/ / |
|
* | | Incorporate review changes | Lukas Reschke | 2015-02-16 | 1 | -2/+1 |
* | | Add blackmagic due to cyclic dependency :see_no_evil: | Lukas Reschke | 2015-02-16 | 1 | -1/+8 |
* | | Refactor OC_Request into TrustedDomainHelper and IRequest | Lukas Reschke | 2015-02-16 | 1 | -13/+27 |
* | | add debug log for memcache instantiation | Jörn Friedrich Dreyer | 2015-02-16 | 1 | -1/+2 |
* | | Properly show the warning about the missing composer autoloader | Morris Jobke | 2015-01-31 | 1 | -1/+4 |
|/ |
|
* | Merge pull request #13314 from owncloud/login-hook-logout | Morris Jobke | 2015-01-22 | 1 | -10/+15 |
|\ |
|
| * | Throw an exception when login is canceled by an app | Robin Appelman | 2015-01-22 | 1 | -10/+15 |
* | | 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 |