summaryrefslogtreecommitdiffstats
path: root/lib/private/util.php
Commit message (Expand)AuthorAgeFilesLines
* catch any whitespaces which might get written to the output buffer while load...Thomas Müller2015-02-121-5/+5
* Check for XMLWriter classLukas Reschke2014-11-281-0/+7
* Make supported DBs configurable within config.phpLukas Reschke2014-10-271-5/+3
* Make files non executableLukas Reschke2014-10-241-0/+0
* make skeleton compatible with objectstoreJörn Friedrich Dreyer2014-10-161-24/+31
* Merge pull request #11299 from owncloud/barkport-10934Lukas Reschke2014-10-021-26/+31
|\
| * Don't complain about non-writable datadirs before we're installedRobin Appelman2014-09-301-17/+19
| * Inject config into checkserver and cleanup testsRobin Appelman2014-09-301-9/+12
* | Redirect only to absolute URLLukas Reschke2014-10-011-2/+4
|/
* Moved WebDAV and internet checks to client side JSVincent Petry2014-09-231-46/+0
* Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-231-89/+6
* Fix upgrade process when apps enabled for specific groupsVincent Petry2014-09-041-6/+10
* Extend OC_Util::needUpgrade to also catch app upgradesRobin Appelman2014-08-191-1/+12
* Make skeleton directory configurable.Stefan Rado2014-08-181-1/+4
* add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-281-2/+17
* Verify whether the URL is validLukas Reschke2014-07-281-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
| * move creation of / and users 'files' from storage constructor to setupFS / mo...Jörn Friedrich Dreyer2014-06-181-2/+11
| * change 'object_storage' config param to 'root_storage'Jörn Friedrich Dreyer2014-06-181-10/+15
| * make objectstore setup more robust, don't pass user to object store mounted a...Jörn Friedrich Dreyer2014-06-181-5/+7
| * allow configuring objectstore as home and root storageJörn Friedrich Dreyer2014-06-181-7/+42
* | Prevent loadApps on upgradeVincent Petry2014-06-181-1/+16
|/
* Remove legacy routing codeLukas Reschke2014-06-051-4/+1
* Merge pull request #8884 from owncloud/move-flock-to-appJörn Friedrich Dreyer2014-06-051-10/+0
|\
| * remove file locking - code will continue to live in it's own appThomas Müller2014-06-041-10/+0
* | Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-041-1/+1
|/
* name the storage wrapper to make sure that we don't apply the wrapper multipl...Bjoern Schiessle2014-06-041-2/+2
* flock changes. Work in progress.ringmaster2014-06-041-0/+10
* Merge pull request #7614 from owncloud/test_annotations_workingThomas Müller2014-05-301-0/+18
|\
| * adding annotation check to checkServer()Thomas Müller2014-05-191-0/+6
| * Merge branch 'master' into test_annotations_workingThomas Müller2014-05-191-46/+76
| |\
| * | Check if ReflectionMethod::getDocComment is workingThomas Tanghus2014-05-091-0/+12
* | | Use instanceOfStorage instead of instanceofRobin Appelman2014-05-291-1/+4
* | | allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+23
| |/ |/|
* | Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-35/+35
* | allow admin to enforce passwords for public link sharesBjoern Schiessle2014-05-161-0/+10
* | Fix various code errors detected by ScrutinizerRobin McCorkell2014-05-131-1/+1
* | Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-5/+5
* | Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-1/+1
* | backup the encryption key after the encryption was disabled so that the userBjoern Schiessle2014-05-131-8/+28
|/
* Fix PHP Doc and use readable variable nameLukas Reschke2014-05-041-6/+6
* Fix typoLukas Reschke2014-05-041-2/+2