summaryrefslogtreecommitdiffstats
path: root/lib/public/app.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-5/+5
|
* Fix more documentation failesJoas Schilling2014-02-081-3/+5
| | | | Issue #7111
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-3/+4
|
* unify license headers for public API filesMorris Jobke2013-11-031-19/+19
|
* fix "No page-level DocBlock"Morris Jobke2013-11-031-1/+1
|
* Public API documentation fixesMorris Jobke2013-10-171-25/+23
| | | | | | | | | | | | | | | | 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
* fixing PHPDocThomas Müller2013-09-201-8/+8
|
* fixing returnsThomas Mueller2013-01-061-4/+3
|
* style fixes for public app apiGeorg Ehrke2012-09-081-97/+97
|
* style fixes for public app apiGeorg Ehrke2012-09-081-116/+105
|
* adding space between) and {Thomas Mueller2012-09-071-9/+9
|
* Whitespace fixes in libBart Visscher2012-08-291-3/+3
|
* Remove OC_App::register call in OCP\App::registerJakob Sack2012-07-301-1/+1
|
* declare OCP\App::register as deprecatedGeorg Ehrke2012-07-261-0/+15
|
* remove unused variablesRobin Appelman2012-07-201-22/+0
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-3/+0
|
* add deprecated warningFrank Karlitschek2012-06-041-1/+2
|
* Remove OC_App::register functionBart Visscher2012-05-311-1/+0
| | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* getStorage belongs to files not to apps.Frank Karlitschek2012-05-191-9/+0
|
* document the public classes a bit moreFrank Karlitschek2012-05-191-0/+3
|
* first part of documentation update. lot´s more to comeFrank Karlitschek2012-05-061-47/+47
|
* new checkAppEnabled callFrank Karlitschek2012-05-021-1/+14
|
* ported the oc_app callsFrank Karlitschek2012-05-021-0/+156