summaryrefslogtreecommitdiffstats
path: root/lib/public/iavatar.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix visibility of interfaces in \OCPMorris Jobke2015-04-191-3/+3
|
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-1/+5
| | | | | | | * 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-3/+21
|
* Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-161-2/+2
|
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-111-1/+1
| | | | | | | | * Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-4/+22
|
* Add a better way to check if an avatar exists for the userRobin Appelman2015-02-031-0/+7
|
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-3/+3
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-3/+3
| | | | * test case added to avoid adding them later
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
|
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
|
* Add missing Avatar InterfaceArthur Schiwon2013-11-221-0/+38