summaryrefslogtreecommitdiffstats
path: root/lib/private/util.php
Commit message (Expand)AuthorAgeFilesLines
...
* Disable some server checks when running on HHVMLukas Reschke2015-02-281-25/+33
* Add notice about Travis ChecksLukas Reschke2015-02-271-0/+2
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-271-54/+2
|\
| * Revert "Updating license headers"Morris Jobke2015-02-261-54/+2
* | Merge pull request #14474 from owncloud/move-utf-8-check-to-setupMorris Jobke2015-02-261-9/+6
|\ \ | |/ |/|
| * Move UTF-8 check to setupLukas Reschke2015-02-241-9/+6
* | Remove unused and deprecated CodeLukas Reschke2015-02-251-10/+0
|/
* Fix namespace of OC_Setup -> \OC\SetupThomas Müller2015-02-231-1/+1
* Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-231-1/+5
|\
| * allow overwriting the appmanager in oc_util by subclassingRobin Appelman2015-02-181-1/+5
* | Merge pull request #14403 from owncloud/update-license-headersThomas Müller2015-02-231-2/+54
|\ \
| * | Updating license headersJenkins for ownCloud2015-02-231-2/+54
* | | Use "off" and "off" instead of true booleansLukas Reschke2015-02-231-1/+4
|/ /
* | Add helper to check for `ini` values in `OC_Util::checkServer`Lukas Reschke2015-02-211-1/+27
* | Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-2/+5
|/
* catch any whitespaces which might get written to the output buffer while load...Thomas Müller2015-02-121-5/+4
* in some case charset can be in lower case.Yann VERRY2015-02-111-1/+3
* Merge pull request #11056 from AdamWill/9885-opcodeMorris Jobke2015-02-101-0/+26
|\
| * deleteFromOpcodeCache: make parameter mandatory, document parameterAdam Williamson2014-11-061-1/+2
| * add function to invalidate one opcache file, use it if possible #9885Adam Williamson2014-11-061-0/+25
* | Don't encode url unecessary twiceLukas Reschke2015-02-021-2/+1
* | Don't check for `always_populate_raw_post_data` on HHVMLukas Reschke2015-01-231-0/+14
* | Merge pull request #13593 from owncloud/add-check-for-raw-post-dataMorris Jobke2015-01-221-2/+17
|\ \
| * | translate error messagesMorris Jobke2015-01-221-4/+4
| * | Add check for `HTTP_RAW_POST_DATA` setting for >= 5.6Lukas Reschke2015-01-221-0/+15
* | | Merge pull request #13314 from owncloud/login-hook-logoutMorris Jobke2015-01-221-1/+3
|\ \ \ | |/ / |/| |
| * | Allow custom error messages for the login pageRobin Appelman2015-01-221-1/+3
* | | ignore coreBernhard Posselt2015-01-141-1/+4
* | | move check into addTranslation methodBernhard Posselt2015-01-141-11/+1
* | | dont load core scritpsBernhard Posselt2015-01-141-1/+3
* | | only load translsations for appsBernhard Posselt2015-01-141-1/+3
* | | make translation lookup faster (O(n) -> O(1))Bernhard Posselt2015-01-141-2/+2
* | | autoload app's js translationsBernhard Posselt2015-01-141-0/+7
* | | adapt decrypt all and restore/delete key backups to the new folder structure ...Bjoern Schiessle2015-01-131-4/+4
|/ /
* | Verify whether value is already normalizedLukas Reschke2015-01-101-5/+8
* | check for working htaccess will result in a dead lock because the server is b...Thomas Müller2015-01-081-0/+5
* | Merge pull request #13043 from owncloud/check-for-hashThomas Müller2014-12-281-1/+2
|\ \
| * | Check for hashLukas Reschke2014-12-281-1/+2
* | | remove EditionFrank Karlitschek2014-12-251-2/+0
* | | Automatically detect the edition based on the enterprise_key app.Frank Karlitschek2014-12-251-2/+6
|/ /
* | make sure styles and scripts are only loaded onceThomas Müller2014-12-161-9/+25
* | Deprecate Util::formatDate()Joas Schilling2014-12-101-18/+11
* | Remove checks for safe mode and magic quotesLukas Reschke2014-12-051-20/+0
* | PHP 5.4 is now required for masterLukas Reschke2014-12-041-11/+2
* | Replace deprecated constant with new class constantJoas Schilling2014-11-251-1/+1
* | Check for XMLWriter classLukas Reschke2014-11-201-0/+1
|/
* ability to add bower resourcesMorris Jobke2014-11-031-16/+42
* Merge pull request #11080 from owncloud/addheader-text-2Vincent Petry2014-10-301-3/+3
|\
| * Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the $text...Lukas Reschke2014-10-281-3/+3
* | in case a translation javascript is not found we no longer bail outThomas Müller2014-10-291-1/+1