summaryrefslogtreecommitdiffstats
path: root/lib/private/avatar.php
Commit message (Collapse)AuthorAgeFilesLines
* Moved some files in \OC to PSR-4Roeland Jago Douma2016-04-291-198/+0
| | | | | | | | | | | | | | * \OC\ActivityManager * \OC\AllConfig * \OC\AppConfig * \OC\AppHelper * \OC\Avatar * \OC\AvatarManager * \OC\CapabilitiesManager * \OC\Config * \OC\ContactsManager * \OC\DatabaseException * \OC\DatabaseSetupException
* 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
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* 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 ↵Thomas Müller2016-01-251-10/+17
| | | | update of the system addressbook
* 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
| | | | | | | Fixes #21513 Since we cache the generated avatars. We should also delete the generated sizes when we remove the avatar.
* [Avatars] Add function to get the Node of the avatarRoeland Jago Douma2015-12-161-18/+51
| | | | | Since we usually just get the avatar and stream the content to the users there is no need to first create an image in memory.
* Add IUser::getAvatarImage() for easy accessThomas Müller2015-12-021-1/+3
|
* DI in avatar codeRoeland Jago Douma2015-12-011-26/+35
| | | | | | | * DI in avatar code * Use the node API * More unit tests * Unit tests no longer require DB
* 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
| | | | | | This was required by avatars and was broken with https://github.com/owncloud/core/pull/16200 Fixes https://github.com/owncloud/core/issues/16942
* Filter potential dangerous filenames for avatarsLukas Reschke2015-04-281-4/+10
| | | | We don't want to have users misusing this API resulting in a potential file disclosure of "avatar.(jpg|png)" files.
* 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
| | | | | | | | * 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/+9
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* 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
| | | | * test case added to avoid adding them later
* 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
Conflicts: lib/private/vcategories.php