summaryrefslogtreecommitdiffstats
path: root/lib/private/avatarmanager.php
Commit message (Collapse)AuthorAgeFilesLines
* dont die when we cant save the resized avatar, log insteadRobin Appelman2016-03-111-2/+9
|
* Update author informationLukas Reschke2016-03-011-2/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* We should check for exceptions when trying to get the avatarRoeland Jago Douma2016-02-221-0/+2
| | | | | | | Fixes #22550 * Updated phpdoc of avatatmanager * Add unit test
* Do not copy skeleton on avatar accessRoeland Jago Douma2016-02-161-2/+20
| | | | | | | | Fixes #22119 Just try to get the folder of the user. If it is not there a NotFoundException will be thrown. Which will be handled by the avatar endpoint.
* Changing the avatar of the user emits the changeUser event which triggers ↵Thomas Müller2016-01-251-3/+4
| | | | update of the system addressbook
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* DI in avatar codeRoeland Jago Douma2015-12-011-2/+25
| | | | | | | * DI in avatar code * Use the node API * More unit tests * Unit tests no longer require DB
* Update license headersLukas Reschke2015-10-261-1/+1
|
* update license headers and authorsMorris Jobke2015-06-251-0/+2
|
* Filter potential dangerous filenames for avatarsLukas Reschke2015-04-281-0/+1
| | | | We don't want to have users misusing this API resulting in a potential file disclosure of "avatar.(jpg|png)" files.
* Fix visibility of public API methodsJoas Schilling2015-04-201-1/+1
|
* Update license headersJenkins for ownCloud2015-03-261-3/+20
|
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-111-2/+3
| | | | | | | | * 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-19/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-4/+19
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
| | | | * test case added to avoid adding them later
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
|
* Round out Avatar Public APIArthur Schiwon2013-11-211-0/+26