summaryrefslogtreecommitdiffstats
path: root/lib/Controller/ReactionController.php
AgeCommit message (Expand)Author
2024-04-26chore: Run SPDX convertorJoas Schilling
2024-03-11feat(federation): Implement reactionsJoas Schilling
2023-11-17fix(API): Add more specific int-typesJoas Schilling
2023-11-03fix(reactions): Don't break mobile clients when the reactions list is emptyJoas Schilling
2023-10-06Adjust namespace and dictionary to match TalkJoas Schilling
2023-10-06Add annotations for ReactionControllerjld3103
2023-08-07feat(bot): Allow reactions by botsJoas Schilling
2023-07-06Use PHP8's constructor property promotionHamid Dehnavi
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-04-13automated: Apply CS fixJoas Schilling
2022-04-27Introduce a chat permission on the APIJoas Schilling
2022-04-27Allow to get Reactions summary and media tab in read-only roomsJoas Schilling
2022-04-22Fix reactions endpoints not accessible by guestsDaniel Calviño Sánchez
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-10Move validate logic to inside of methodsVitor Mattos
2022-03-10Change returns of reaction APIVitor Mattos
2022-02-15Make the status code more specificVitor Mattos
2022-02-15Fix typo and changes to use ReactionManagerVitor Mattos
2022-02-15NotifyVitor Mattos
2022-02-15Method moved to reactionManager and small fixesVitor Mattos
2022-02-15Update lib/Controller/ReactionController.php Vitor Mattos
2022-02-15Update lib/Controller/ReactionController.php Vitor Mattos
2022-02-15Api changes to react to a message: reactions retrieveVitor Mattos
2022-02-15Api changes to react to a message: reactions deleteVitor Mattos
2022-02-15Api changes to react to a message: reactions addVitor Mattos