summaryrefslogtreecommitdiffstats
path: root/lib/private/avatar.php
Commit message (Expand)AuthorAgeFilesLines
* only remove avatars from the folder we store them inRobin Appelman2016-03-301-1/+1
* dont die when we cant save the resized avatar, log insteadRobin Appelman2016-03-111-3/+13
* Update author informationLukas Reschke2016-03-011-2/+0
* Avatar should also claim its changeArthur Schiwon2016-02-091-2/+2
* Trigger change on avatar deleteThomas Müller2016-01-251-0/+1
* Changing the avatar of the user emits the changeUser event which triggers upd...Thomas Müller2016-01-251-10/+17
* Adding support of -1 as size to be passed into get and getFileThomas Müller2016-01-251-11/+11
* Happy new year!Thomas Müller2016-01-121-2/+2
* Remove all cache avatars on avatar deletionRoeland Jago Douma2016-01-071-6/+8
* [Avatars] Add function to get the Node of the avatarRoeland Jago Douma2015-12-161-18/+51
* Add IUser::getAvatarImage() for easy accessThomas Müller2015-12-021-1/+3
* DI in avatar codeRoeland Jago Douma2015-12-011-26/+35
* cache resized avatarsRobin Appelman2015-11-281-2/+7
* Update license headersLukas Reschke2015-10-261-1/+1
* update license headers and authorsMorris Jobke2015-06-251-1/+1
* Reintroduce user cacheLukas Reschke2015-06-151-0/+1
* Filter potential dangerous filenames for avatarsLukas Reschke2015-04-281-4/+10
* Update license headersJenkins for ownCloud2015-03-261-4/+24
* Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-161-3/+3
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-111-3/+7
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+9
* Updating license headersJenkins for ownCloud2015-02-231-9/+22
* Add a better way to check if an avatar exists for the userRobin Appelman2015-02-031-0/+9
* Use public api for getting l10nRobin Appelman2014-08-311-2/+2
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-4/+4
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-3/+3
* Avatar: accept OC_Image as in setParameterArthur Schiwon2013-11-221-3/+7
* fixing PHPDoc comments and syntaxThomas Müller2013-11-221-1/+3
* Round out Avatar Public APIArthur Schiwon2013-11-211-1/+1
* Add public API for \OC\Avatarkondou2013-11-071-1/+1
* avatars should also work with encryption after pr #5332 was mergedBjoern Schiessle2013-10-141-4/+0
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+89