Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dont die when we cant save the resized avatar, log instead | Robin Appelman | 2016-03-11 | 1 | -2/+9 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -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 avatar | Roeland Jago Douma | 2016-02-22 | 1 | -0/+2 |
| | | | | | | | Fixes #22550 * Updated phpdoc of avatatmanager * Add unit test | ||||
* | Do not copy skeleton on avatar access | Roeland Jago Douma | 2016-02-16 | 1 | -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üller | 2016-01-25 | 1 | -3/+4 |
| | | | | update of the system addressbook | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | DI in avatar code | Roeland Jago Douma | 2015-12-01 | 1 | -2/+25 |
| | | | | | | | * DI in avatar code * Use the node API * More unit tests * Unit tests no longer require DB | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
| | |||||
* | Filter potential dangerous filenames for avatars | Lukas Reschke | 2015-04-28 | 1 | -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 methods | Joas Schilling | 2015-04-20 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -3/+20 |
| | |||||
* | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 1 | -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 Jobke | 2015-02-26 | 1 | -19/+4 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -4/+19 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Round out Avatar Public API | Arthur Schiwon | 2013-11-21 | 1 | -0/+26 |