summaryrefslogtreecommitdiffstats
path: root/lib/Controller/AvatarController.php
AgeCommit message (Expand)Author
2023-05-05fix(CI): Fix Psalm and CSJoas Schilling
2023-05-04feat(avatar): Allow to select an emoji + color as avatarJoas Schilling
2023-04-26feat(controllers): Migrate server annotations to attributesJoas Schilling
2023-04-25techdebt(controllers): Migrate Talk annotations to attributesJoas Schilling
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-03-15fix(avatar): Return the conversation data and fix the documentationJoas Schilling
2022-12-07Return room URL in activities and referencesVitor Mattos
2022-12-07Return avatar of one2one with dark theme when is necessaryVitor Mattos
2022-12-07Work with avatar identier stored in room tableVitor Mattos
2022-12-07Moved logic from controller to serviceVitor Mattos
2022-12-07Remove endpoint to get dark avatar, not necessaryVitor Mattos
2022-12-07Return room avatar in global searchVitor Mattos
2022-12-07Fix psalm errors and update baselineVitor Mattos
2022-12-07Moved logic from controller to AvatarServiceVitor Mattos
2022-12-07Fallback to avatarVitor Mattos
2022-12-07* Endpoint to get dark avatar to dark themeVitor Mattos
2022-12-07* Rename from GroupAvatar to AvatarVitor Mattos