Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+1 |
| | |||||
* | Reintroduce user cache | Lukas Reschke | 2015-06-15 | 1 | -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 avatars | Lukas Reschke | 2015-04-28 | 1 | -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 headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+24 |
| | |||||
* | Create an interface for OC_Image and OCP\Image for the public API | Joas Schilling | 2015-03-16 | 1 | -3/+3 |
| | |||||
* | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 1 | -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 Jobke | 2015-02-26 | 1 | -22/+9 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -9/+22 |
| | |||||
* | Add a better way to check if an avatar exists for the user | Robin Appelman | 2015-02-03 | 1 | -0/+9 |
| | |||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -2/+2 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -4/+4 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -3/+3 |
| | |||||
* | Avatar: accept OC_Image as in setParameter | Arthur Schiwon | 2013-11-22 | 1 | -3/+7 |
| | |||||
* | fixing PHPDoc comments and syntax | Thomas Müller | 2013-11-22 | 1 | -1/+3 |
| | |||||
* | Round out Avatar Public API | Arthur Schiwon | 2013-11-21 | 1 | -1/+1 |
| | |||||
* | Add public API for \OC\Avatar | kondou | 2013-11-07 | 1 | -1/+1 |
| | |||||
* | avatars should also work with encryption after pr #5332 was merged | Bjoern Schiessle | 2013-10-14 | 1 | -4/+0 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+89 |
Conflicts: lib/private/vcategories.php |