aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/app.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-153/+0
|
* Properly handle return values of OC_App::getAppInfo()Morris Jobke2016-03-301-1/+1
| | | | * fixes #23668
* No longer evaluate appinfo/versionThomas Müller2016-02-101-1/+1
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* core will handle invalid URLs and redirects properlyMorris Jobke2015-12-181-1/+1
|
* Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\AppMorris Jobke2015-12-041-1/+2
|
* Remove \OCP\App::register()Morris Jobke2015-04-211-12/+0
| | | | | | | | This method can be removed. This isn't used anymore since 4.5.0. It's deprecated since mid 2012 https://github.com/owncloud/core/commit/e4679770c4d85896bef3e81125e86e272bb6cd64 It doesn't do anything since mid 2012 https://github.com/owncloud/core/commit/8a92cd21d6768fc27c4892583bef327da9a7e5f4
* Add version to @deprecated tagsMorris Jobke2015-04-191-3/+3
|
* 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/+18
|
* Use a closure for the files app entry and deprecate old methodsJoas Schilling2015-03-171-5/+12
|
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+19
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-19/+18
|
* 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