summaryrefslogtreecommitdiffstats
path: root/lib/private/util.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11356 from owncloud/redirect-only-to-the-same-domainLukas Reschke2014-10-011-2/+4
|\
| * Redirect only to absolute URLLukas Reschke2014-09-291-2/+4
* | Remove dead codeLukas Reschke2014-09-291-17/+0
|/
* Merge pull request #10934 from owncloud/datadir-write-setupVincent Petry2014-09-251-23/+27
|\
| * Don't complain about non-writable datadirs before we're installedRobin Appelman2014-09-181-17/+19
| * Inject config into checkserver and cleanup testsRobin Appelman2014-09-181-8/+10
* | Merge pull request #7051 from owncloud/postsetupajaxcheckVincent Petry2014-09-231-47/+0
|\ \
| * | Moved WebDAV and internet checks to client side JSVincent Petry2014-09-231-47/+0
| |/
* | Merge pull request #11222 from owncloud/store-users-timezone-masterThomas Müller2014-09-231-7/+17
|\ \
| * | enhance formatDate function to accept an optional argument containing the tim...Thomas Müller2014-09-221-7/+17
| |/
* | Merge pull request #11241 from owncloud/use-lower-caseThomas Müller2014-09-231-1/+1
|\ \
| * | Use only lower-case lettersLukas Reschke2014-09-221-1/+1
| |/
* / Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-221-94/+6
|/
* Deduplicate dependency checksLukas Reschke2014-09-161-70/+42
* use intl's native normalizer_normalize() in case the module is availableThomas Müller2014-09-111-7/+5
* allow prefilling loginJörn Friedrich Dreyer2014-09-081-2/+2
* Merge pull request #10818 from owncloud/enableappforgroupfixLukas Reschke2014-09-041-6/+10
|\
| * Fix upgrade process when apps enabled for specific groupsVincent Petry2014-09-021-6/+10
* | Merge pull request #10790 from cbhp/masterLukas Reschke2014-09-031-1/+6
|\ \
| * | always use a user-agent constantcbhp2014-09-031-4/+6
| * | added missing User-Agentscbhp2014-08-311-0/+3
| |/
* | Use proper RNG generatorLukas Reschke2014-09-031-1/+1
* | Only return lowercase letters and digits for backwards compatbilityLukas Reschke2014-09-031-1/+1
* | Merge branch 'master' into securityutilsLukas Reschke2014-08-311-13/+13
|\|
| * Use public api for getting l10nRobin Appelman2014-08-311-5/+5
| * Remove insecure fallback random number generationRobin Appelman2014-08-291-11/+3
| * kill OC::$sessionJörn Friedrich Dreyer2014-08-291-8/+8
* | Add some security utilitiesLukas Reschke2014-08-271-48/+6
|/
* Throw exception if file cannot be accessed via httpClark Tomlinson2014-08-221-184/+225
* fix typoMorris Jobke2014-08-191-1/+1
* move to public namespaceMorris Jobke2014-08-191-2/+2
* Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik2014-08-191-2/+2
* Merge pull request #9866 from owncloud/app-upgradeRobin Appelman2014-08-191-1/+12
|\
| * Extend OC_Util::needUpgrade to also catch app upgradesRobin Appelman2014-08-041-1/+12
* | fix typo in util.phphelix842014-08-181-1/+1
* | Make skeleton directory configurable.Stefan Rado2014-08-161-1/+4
* | Merge pull request #9890 from owncloud/check-php-charset-masterThomas Müller2014-08-111-0/+7
|\ \ | |/ |/|
| * setting and checking default_charset in php.ini to be UTF-8Thomas Müller2014-07-251-0/+7
* | Merge pull request #9798 from owncloud/ocs_share_api_add_expire_dateBjörn Schießle2014-07-281-2/+17
|\ \
| * | add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-251-2/+17
| |/
* / Verify whether the URL is validLukas Reschke2014-07-271-0/+5
|/
* Remove forgotten debug logVincent Petry2014-07-031-1/+0
* Use getAbsoluteUrl for redirection URLVincent Petry2014-07-011-5/+17
* Support for multiple default appsVincent Petry2014-07-011-3/+11
* Add bak defaultapp settingVincent Petry2014-07-011-1/+3
* more strings to translate in utils also some fixes in defaultsVolkan Gezer2014-06-281-52/+59
* Merge pull request #8383 from owncloud/object_storageVincent Petry2014-06-271-17/+65
|\
| * change architecture from inheritance to compositionJörn Friedrich Dreyer2014-06-181-2/+8
| * only use one config option 'objectstore' for root and home storage configurationJörn Friedrich Dreyer2014-06-181-6/+6
| * fix unit test by always initializing the root of the storage in the constructorJörn Friedrich Dreyer2014-06-181-11/+2