Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved some files in \OC to PSR-4 | Roeland Jago Douma | 2016-04-29 | 1 | -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 in | Robin Appelman | 2016-03-30 | 1 | -1/+1 |
| | |||||
* | dont die when we cant save the resized avatar, log instead | Robin Appelman | 2016-03-11 | 1 | -3/+13 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -2/+0 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Avatar should also claim its change | Arthur Schiwon | 2016-02-09 | 1 | -2/+2 |
| | |||||
* | Trigger change on avatar delete | Thomas Müller | 2016-01-25 | 1 | -0/+1 |
| | |||||
* | Changing the avatar of the user emits the changeUser event which triggers ↵ | Thomas Müller | 2016-01-25 | 1 | -10/+17 |
| | | | | update of the system addressbook | ||||
* | Adding support of -1 as size to be passed into get and getFile | Thomas Müller | 2016-01-25 | 1 | -11/+11 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | Remove all cache avatars on avatar deletion | Roeland Jago Douma | 2016-01-07 | 1 | -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 avatar | Roeland Jago Douma | 2015-12-16 | 1 | -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 access | Thomas Müller | 2015-12-02 | 1 | -1/+3 |
| | |||||
* | DI in avatar code | Roeland Jago Douma | 2015-12-01 | 1 | -26/+35 |
| | | | | | | | * DI in avatar code * Use the node API * More unit tests * Unit tests no longer require DB | ||||
* | cache resized avatars | Robin Appelman | 2015-11-28 | 1 | -2/+7 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | 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 |