fixup! Cleanup, refactor and test new AvatarService
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
Showing
- js/models/messagecollection.js 0 additions, 15 deletionsjs/models/messagecollection.js
- js/views/messagesitem.js 28 additions, 4 deletionsjs/views/messagesitem.js
- lib/Contracts/IAvatarService.php 2 additions, 2 deletionslib/Contracts/IAvatarService.php
- lib/Controller/AvatarsController.php 30 additions, 25 deletionslib/Controller/AvatarsController.php
- lib/Http/AvatarDownloadResponse.php 3 additions, 2 deletionslib/Http/AvatarDownloadResponse.php
- lib/Http/CacheHeaders.php 44 additions, 0 deletionslib/Http/CacheHeaders.php
- lib/Http/JSONResponse.php 32 additions, 0 deletionslib/Http/JSONResponse.php
- lib/Service/Avatar/AddressbookSource.php 11 additions, 4 deletionslib/Service/Avatar/AddressbookSource.php
- lib/Service/Avatar/Avatar.php 85 additions, 0 deletionslib/Service/Avatar/Avatar.php
- lib/Service/Avatar/AvatarFactory.php 50 additions, 0 deletionslib/Service/Avatar/AvatarFactory.php
- lib/Service/Avatar/Cache.php 22 additions, 7 deletionslib/Service/Avatar/Cache.php
- lib/Service/Avatar/CompositeAvatarSource.php 5 additions, 7 deletionslib/Service/Avatar/CompositeAvatarSource.php
- lib/Service/Avatar/FaviconSource.php 12 additions, 5 deletionslib/Service/Avatar/FaviconSource.php
- lib/Service/Avatar/GravatarSource.php 8 additions, 6 deletionslib/Service/Avatar/GravatarSource.php
- lib/Service/Avatar/IAvatarSource.php 5 additions, 2 deletionslib/Service/Avatar/IAvatarSource.php
- lib/Service/AvatarService.php 41 additions, 17 deletionslib/Service/AvatarService.php
- tests/Controller/AvatarControllerTest.php 21 additions, 9 deletionstests/Controller/AvatarControllerTest.php
- tests/Http/AvatarDownloadResponseTest.php 39 additions, 0 deletionstests/Http/AvatarDownloadResponseTest.php
- tests/Integration/Service/AvatarServiceIntegrationTest.php 11 additions, 4 deletionstests/Integration/Service/AvatarServiceIntegrationTest.php
- tests/Service/Avatar/AddressbookSourceTest.php 12 additions, 3 deletionstests/Service/Avatar/AddressbookSourceTest.php
Loading
Please register or sign in to comment