Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OCP to PSR-4 | Roeland Jago Douma | 2016-05-19 | 1 | -134/+0 |
| | |||||
* | lib: Fix typos (found by codespell) | Stefan Weil | 2016-04-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Remove last occurences of OC_Helper::getMimeType() | Morris Jobke | 2015-11-26 | 1 | -1/+1 |
| | | | | * ref #4774 | ||||
* | Merge pull request #15734 from owncloud/add-deprecate-tags | Thomas Müller | 2015-04-21 | 1 | -0/+2 |
|\ | | | | | Add @deprecated to all methods with a proper method in \OCP | ||||
| * | Add @deprecated to all methods with a proper method in \OCP | Morris Jobke | 2015-04-20 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #15736 from owncloud/remove-dependency-on-legacy-code-in-ocp | Roeland Douma | 2015-04-19 | 1 | -2/+2 |
|\ \ | | | | | | | Reduce call of legacy wrapper by call the OCP directly | ||||
| * | | Reduce call of legacy wrapper by call the OCP directly | Morris Jobke | 2015-04-19 | 1 | -2/+2 |
| |/ | | | | | | | | | * ref #15734 * reduces the call depth, because the private methods just call OCP stuff | ||||
* / | Remove unused variables | Morris Jobke | 2015-04-18 | 1 | -1/+1 |
|/ | | | | | * should make scrutinizer a lot more happy * reduces maybe memory footprint | ||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -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 headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+19 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+19 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -19/+19 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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 failes | Joas Schilling | 2014-02-08 | 1 | -9/+8 |
| | | | | Issue #7111 | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+1 |
| | |||||
* | unify license headers for public API files | Morris Jobke | 2013-11-03 | 1 | -19/+19 |
| | |||||
* | Public API documentation fixes | Morris Jobke | 2013-10-17 | 1 | -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 static | Robin Appelman | 2013-07-25 | 1 | -1/+1 |
| | |||||
* | add a searchbymime to the public api. Please all remember that access to ↵ | Frank Karlitschek | 2013-03-19 | 1 | -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ßle | 2013-02-22 | 1 | -1/+2 |
| | | | | some cases it is useful to know how much bytes where copied | ||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -1/+2 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2013-01-16 | 1 | -1/+2 |
|\ | |||||
| * | add missing return | Thomas Mueller | 2013-01-06 | 1 | -1/+2 |
| | | |||||
* | | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 1 | -1/+1 |
|/ | |||||
* | style fixes for public files api | Georg Ehrke | 2012-09-08 | 1 | -17/+6 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -6/+6 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
| | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | getStorage belongs to files not to apps. | Frank Karlitschek | 2012-05-19 | 1 | -0/+9 |
| | |||||
* | document the public classes a bit more | Frank Karlitschek | 2012-05-19 | 1 | -0/+3 |
| | |||||
* | some more documentation cleanups. much more is needed. | Frank Karlitschek | 2012-05-06 | 1 | -18/+11 |
| | | | | And greeting from the Atlanta airport. ;-) | ||||
* | move all the files stuff into a files class | Frank Karlitschek | 2012-05-02 | 1 | -0/+114 |