Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-08 | Fix params with dashes | Matias Linares | 1 | -2/+43 | |
Couple of endpoints were passing parameters with dash on the JSON body intead of an underscore. This fixes he following methods: - ban - unban - invite - kick | |||||
2021-01-11 | [test] Fix with refactor | Matias Linares | 1 | -3/+3 | |
2018-08-08 | Add /directory/room/<alias> endpoints | Matias Linares | 1 | -1/+34 | |
This allows work with the discoverability of the aliases for the rooms. The next step is allow the client to send a message, join, etc, a room with the room alias like #8 and #14 | |||||
2018-08-04 | Add tests | Matias Linares | 1 | -0/+64 | |