summaryrefslogtreecommitdiffstats
path: root/lib/private/util.php
Commit message (Expand)AuthorAgeFilesLines
* save excluded groups in json format - fixes #10983Thomas Müller2015-10-011-1/+6
* Merge pull request #19293 from owncloud/individual-it-move_initTemplateThomas Müller2015-09-251-11/+42
|\
| * Todo for myself to eliminate double codeIndividual IT Services2015-09-251-0/+5
| * add $prepend option to addStyle() & addVendorStyle()Individual IT Services2015-09-251-4/+14
| * do not load unnecessary code in case of webdavIndividual IT Services2015-09-231-7/+23
* | Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-221-1/+1
|/
* Merge pull request #18684 from owncloud/explicit-upgrade-versionMorris Jobke2015-09-091-1/+5
|\
| * Throw exception on downgrade attemptVincent Petry2015-08-301-1/+5
* | Cache generated resultLukas Reschke2015-09-081-1/+8
* | don't read certificates if ownCloud is not installedBjoern Schiessle2015-08-301-0/+1
|/
* Add mitigation against BREACHLukas Reschke2015-08-141-2/+6
* Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-071-0/+8
|\
| * Store storage availability in databaseRobin McCorkell2015-07-201-0/+8
* | - more injectionThomas Müller2015-07-301-1/+2
|/
* Merge pull request #16965 from owncloud/getUserFolder-in-IRootFolderMorris Jobke2015-07-091-3/+3
|\
| * Add getUserFolder to IRootFolderMorris Jobke2015-07-031-3/+3
* | Remove OC_AppconfigThomas Müller2015-07-031-3/+3
* | Remove OC_LogThomas Müller2015-07-031-1/+1
* | Merge pull request #15470 from rullzer/files_sharing_getUrlContentVincent Petry2015-07-031-0/+1
|\ \ | |/ |/|
| * Depreatace OC_Util::getUrlContentRoeland Jago Douma2015-05-181-0/+1
* | update license headers and authorsMorris Jobke2015-06-251-1/+1
* | Add type hint for OC_ChannelVictor Dubiniuk2015-05-271-0/+1
* | Merge pull request #16339 from owncloud/master-override-channelThomas Müller2015-05-261-2/+15
|\ \
| * | Allow change update channel via public APIVictor Dubiniuk2015-05-131-2/+15
| |/
* | Merge pull request #16075 from owncloud/skeleton-copy-delayVincent Petry2015-05-201-3/+0
|\ \
| * | wait with copying the skeleton untill login and setupfs are doneRobin Appelman2015-05-181-3/+0
| |/
* | Clean-up of orthography, grammarChristian Hoffmann2015-05-191-2/+2
* | Mute XCache error when trying to clear the opcode cacheLukas Reschke2015-05-121-1/+1
|/
* Don't depend on always_populate_raw_post_dataLukas Reschke2015-05-051-19/+0
* Check `mbstring.func_overload` only if the mb module is installed.Lukas Reschke2015-05-041-2/+17
* Remove PHP 5.4 warning in checkSetupLukas Reschke2015-05-041-9/+0
* Remove hard-dependency on disabled output_bufferingLukas Reschke2015-05-041-1/+0
* Disallow Windows Server in Server CheckLukas Reschke2015-04-091-0/+13
* Removing left overs from old encryption appThomas Müller2015-04-071-45/+0
* setup mount manager before wrappersRobin Appelman2015-04-021-2/+4
* setup storage wrappers before setting up the filesystemRobin Appelman2015-04-011-29/+33
* Add check for activated local memcacheLukas Reschke2015-03-281-37/+6
* Check for relative datadirectory pathRobin McCorkell2015-03-271-5/+11
* Update license headersJenkins for ownCloud2015-03-261-2/+50
* Add wrapper for GuzzleLukas Reschke2015-03-251-20/+8
* Merge pull request #14704 from owncloud/storage-wrapper-mountRobin Appelman2015-03-191-0/+8
|\
| * Copy mount options to the storageRobin Appelman2015-03-111-0/+8
* | kill fileoperations proxyRobin Appelman2015-03-181-3/+0
* | Add cURL as hard-dependencyLukas Reschke2015-03-121-3/+4
|/
* Properly handle available databases at runtime and respect setup checks in co...Thomas Müller2015-03-111-1/+1
* No need to restart the web server in cli modeThomas Müller2015-03-111-1/+1
* Merge pull request #14346 from owncloud/storage-based-path-validationLukas Reschke2015-03-101-0/+1
|\
| * deprecate isValidFileName()Thomas Müller2015-03-091-0/+1
* | proper filename for "require version.php"Morris Jobke2015-03-091-1/+1
|/
* Use findLanguage() instead of creating the object firstJoas Schilling2015-03-031-2/+1