| Commit message (Expand) | Author | Age | Files | Lines |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -2/+54 |
* | Add helper to check for `ini` values in `OC_Util::checkServer` | Lukas Reschke | 2015-02-21 | 1 | -1/+27 |
* | Refactor OC_Request into TrustedDomainHelper and IRequest | Lukas Reschke | 2015-02-16 | 1 | -2/+5 |
* | catch any whitespaces which might get written to the output buffer while load... | Thomas Müller | 2015-02-12 | 1 | -5/+4 |
* | in some case charset can be in lower case. | Yann VERRY | 2015-02-11 | 1 | -1/+3 |
* | Merge pull request #11056 from AdamWill/9885-opcode | Morris Jobke | 2015-02-10 | 1 | -0/+26 |
|\ |
|
| * | deleteFromOpcodeCache: make parameter mandatory, document parameter | Adam Williamson | 2014-11-06 | 1 | -1/+2 |
| * | add function to invalidate one opcache file, use it if possible #9885 | Adam Williamson | 2014-11-06 | 1 | -0/+25 |
* | | Don't encode url unecessary twice | Lukas Reschke | 2015-02-02 | 1 | -2/+1 |
* | | Don't check for `always_populate_raw_post_data` on HHVM | Lukas Reschke | 2015-01-23 | 1 | -0/+14 |
* | | Merge pull request #13593 from owncloud/add-check-for-raw-post-data | Morris Jobke | 2015-01-22 | 1 | -2/+17 |
|\ \ |
|
| * | | translate error messages | Morris Jobke | 2015-01-22 | 1 | -4/+4 |
| * | | Add check for `HTTP_RAW_POST_DATA` setting for >= 5.6 | Lukas Reschke | 2015-01-22 | 1 | -0/+15 |
* | | | Merge pull request #13314 from owncloud/login-hook-logout | Morris Jobke | 2015-01-22 | 1 | -1/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Allow custom error messages for the login page | Robin Appelman | 2015-01-22 | 1 | -1/+3 |
* | | | ignore core | Bernhard Posselt | 2015-01-14 | 1 | -1/+4 |
* | | | move check into addTranslation method | Bernhard Posselt | 2015-01-14 | 1 | -11/+1 |
* | | | dont load core scritps | Bernhard Posselt | 2015-01-14 | 1 | -1/+3 |
* | | | only load translsations for apps | Bernhard Posselt | 2015-01-14 | 1 | -1/+3 |
* | | | make translation lookup faster (O(n) -> O(1)) | Bernhard Posselt | 2015-01-14 | 1 | -2/+2 |
* | | | autoload app's js translations | Bernhard Posselt | 2015-01-14 | 1 | -0/+7 |
* | | | adapt decrypt all and restore/delete key backups to the new folder structure ... | Bjoern Schiessle | 2015-01-13 | 1 | -4/+4 |
|/ / |
|
* | | Verify whether value is already normalized | Lukas Reschke | 2015-01-10 | 1 | -5/+8 |
* | | check for working htaccess will result in a dead lock because the server is b... | Thomas Müller | 2015-01-08 | 1 | -0/+5 |
* | | Merge pull request #13043 from owncloud/check-for-hash | Thomas Müller | 2014-12-28 | 1 | -1/+2 |
|\ \ |
|
| * | | Check for hash | Lukas Reschke | 2014-12-28 | 1 | -1/+2 |
* | | | remove Edition | Frank Karlitschek | 2014-12-25 | 1 | -2/+0 |
* | | | Automatically detect the edition based on the enterprise_key app. | Frank Karlitschek | 2014-12-25 | 1 | -2/+6 |
|/ / |
|
* | | make sure styles and scripts are only loaded once | Thomas Müller | 2014-12-16 | 1 | -9/+25 |
* | | Deprecate Util::formatDate() | Joas Schilling | 2014-12-10 | 1 | -18/+11 |
* | | Remove checks for safe mode and magic quotes | Lukas Reschke | 2014-12-05 | 1 | -20/+0 |
* | | PHP 5.4 is now required for master | Lukas Reschke | 2014-12-04 | 1 | -11/+2 |
* | | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -1/+1 |
* | | Check for XMLWriter class | Lukas Reschke | 2014-11-20 | 1 | -0/+1 |
|/ |
|
* | ability to add bower resources | Morris Jobke | 2014-11-03 | 1 | -16/+42 |
* | Merge pull request #11080 from owncloud/addheader-text-2 | Vincent Petry | 2014-10-30 | 1 | -3/+3 |
|\ |
|
| * | Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the $text... | Lukas Reschke | 2014-10-28 | 1 | -3/+3 |
* | | in case a translation javascript is not found we no longer bail out | Thomas Müller | 2014-10-29 | 1 | -1/+1 |
* | | Added OC.L10N namespace with translation functions | Vincent Petry | 2014-10-29 | 1 | -2/+20 |
|/ |
|
* | Merge pull request #11786 from owncloud/MakeSupportedDBsConfigurable | Lukas Reschke | 2014-10-27 | 1 | -6/+3 |
|\ |
|
| * | Make supported DBs configurable within config.php | Lukas Reschke | 2014-10-27 | 1 | -6/+3 |
* | | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 1 | -2/+2 |
|/ |
|
* | Make files non executable | Lukas Reschke | 2014-10-24 | 1 | -0/+0 |
* | Log some basic events | Robin Appelman | 2014-10-20 | 1 | -0/+4 |
* | make skeleton compatible with objectstore | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -21/+25 |
* | in cli mode return true for isHtaccessWorking | Jörn Friedrich Dreyer | 2014-10-15 | 1 | -1/+1 |
* | Merge pull request #11356 from owncloud/redirect-only-to-the-same-domain | Lukas Reschke | 2014-10-01 | 1 | -2/+4 |
|\ |
|
| * | Redirect only to absolute URL | Lukas Reschke | 2014-09-29 | 1 | -2/+4 |
* | | Remove dead code | Lukas Reschke | 2014-09-29 | 1 | -17/+0 |
|/ |
|
* | Merge pull request #10934 from owncloud/datadir-write-setup | Vincent Petry | 2014-09-25 | 1 | -23/+27 |
|\ |
|