Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OCP to PSR-4 | Roeland Jago Douma | 2016-05-19 | 1 | -153/+0 |
| | |||||
* | Properly handle return values of OC_App::getAppInfo() | Morris Jobke | 2016-03-30 | 1 | -1/+1 |
| | | | | * fixes #23668 | ||||
* | No longer evaluate appinfo/version | Thomas Müller | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | core will handle invalid URLs and redirects properly | Morris Jobke | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\App | Morris Jobke | 2015-12-04 | 1 | -1/+2 |
| | |||||
* | Remove \OCP\App::register() | Morris Jobke | 2015-04-21 | 1 | -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 tags | Morris Jobke | 2015-04-19 | 1 | -3/+3 |
| | |||||
* | 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/+18 |
| | |||||
* | Use a closure for the files app entry and deprecate old methods | Joas Schilling | 2015-03-17 | 1 | -5/+12 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -18/+19 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -19/+18 |
| | |||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -5/+5 |
| | |||||
* | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -3/+5 |
| | | | | Issue #7111 | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -3/+4 |
| | |||||
* | unify license headers for public API files | Morris Jobke | 2013-11-03 | 1 | -19/+19 |
| | |||||
* | fix "No page-level DocBlock" | Morris Jobke | 2013-11-03 | 1 | -1/+1 |
| | |||||
* | Public API documentation fixes | Morris Jobke | 2013-10-17 | 1 | -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 PHPDoc | Thomas Müller | 2013-09-20 | 1 | -8/+8 |
| | |||||
* | fixing returns | Thomas Mueller | 2013-01-06 | 1 | -4/+3 |
| | |||||
* | style fixes for public app api | Georg Ehrke | 2012-09-08 | 1 | -97/+97 |
| | |||||
* | style fixes for public app api | Georg Ehrke | 2012-09-08 | 1 | -116/+105 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -9/+9 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -3/+3 |
| | |||||
* | Remove OC_App::register call in OCP\App::register | Jakob Sack | 2012-07-30 | 1 | -1/+1 |
| | |||||
* | declare OCP\App::register as deprecated | Georg Ehrke | 2012-07-26 | 1 | -0/+15 |
| | |||||
* | remove unused variables | Robin Appelman | 2012-07-20 | 1 | -22/+0 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -3/+0 |
| | |||||
* | add deprecated warning | Frank Karlitschek | 2012-06-04 | 1 | -1/+2 |
| | |||||
* | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -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 copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | getStorage belongs to files not to apps. | Frank Karlitschek | 2012-05-19 | 1 | -9/+0 |
| | |||||
* | document the public classes a bit more | Frank Karlitschek | 2012-05-19 | 1 | -0/+3 |
| | |||||
* | first part of documentation update. lot´s more to come | Frank Karlitschek | 2012-05-06 | 1 | -47/+47 |
| | |||||
* | new checkAppEnabled call | Frank Karlitschek | 2012-05-02 | 1 | -1/+14 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 1 | -0/+156 |