summaryrefslogtreecommitdiffstats
path: root/lib/public/files.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-134/+0
|
* lib: Fix typos (found by codespell)Stefan Weil2016-04-071-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Remove last occurences of OC_Helper::getMimeType()Morris Jobke2015-11-261-1/+1
| | | | * ref #4774
* Merge pull request #15734 from owncloud/add-deprecate-tagsThomas Müller2015-04-211-0/+2
|\ | | | | Add @deprecated to all methods with a proper method in \OCP
| * Add @deprecated to all methods with a proper method in \OCPMorris Jobke2015-04-201-0/+2
| |
* | Merge pull request #15736 from owncloud/remove-dependency-on-legacy-code-in-ocpRoeland Douma2015-04-191-2/+2
|\ \ | | | | | | Reduce call of legacy wrapper by call the OCP directly
| * | Reduce call of legacy wrapper by call the OCP directlyMorris Jobke2015-04-191-2/+2
| |/ | | | | | | | | * ref #15734 * reduces the call depth, because the private methods just call OCP stuff
* / Remove unused variablesMorris Jobke2015-04-181-1/+1
|/ | | | | * should make scrutinizer a lot more happy * reduces maybe memory footprint
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+9
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Update license headersJenkins for ownCloud2015-03-261-12/+19
|
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+19
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-19/+19
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+0
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* Fix more documentation failesJoas Schilling2014-02-081-9/+8
| | | | Issue #7111
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+1
|
* unify license headers for public API filesMorris Jobke2013-11-031-19/+19
|
* Public API documentation fixesMorris Jobke2013-10-171-15/+13
| | | | | | | | | | | | | | | | refs #4883 * http/response.php * config.php * response.php * files.php * idbconnection.php * app.php * user.php * template.php * share.php * db.php * icache.php & il10n.php
* functions in OCP should be staticRobin Appelman2013-07-251-1/+1
|
* add a searchbymime to the public api. Please all remember that access to ↵Frank Karlitschek2013-03-191-0/+10
| | | | internal oc classes will be disabled for all app for ownCloud 6. So please port yur stuff to the public api :-)
* return both, count and result if the operation succeeded or failed. Maybe in ↵Björn Schießle2013-02-221-1/+2
| | | | some cases it is useful to know how much bytes where copied
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+2
|
* merge master into filesystemRobin Appelman2013-01-161-1/+2
|\
| * add missing returnThomas Mueller2013-01-061-1/+2
| |
* | don't use depricated OC_FilesystemRobin Appelman2012-10-101-1/+1
|/
* style fixes for public files apiGeorg Ehrke2012-09-081-17/+6
|
* adding space between) and {Thomas Mueller2012-09-071-6/+6
|
* Whitespace fixes in libBart Visscher2012-08-291-1/+1
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* getStorage belongs to files not to apps.Frank Karlitschek2012-05-191-0/+9
|
* document the public classes a bit moreFrank Karlitschek2012-05-191-0/+3
|
* some more documentation cleanups. much more is needed.Frank Karlitschek2012-05-061-18/+11
| | | | And greeting from the Atlanta airport. ;-)
* move all the files stuff into a files classFrank Karlitschek2012-05-021-0/+114