summaryrefslogtreecommitdiffstats
path: root/lib/private/avatar.php
Commit message (Collapse)AuthorAgeFilesLines
* 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