Commit Graph

55 Commits (5c2bc4670aa31b7202683e33ec7c93b94de45108)

Author SHA1 Message Date
Bradley Hilton b8498ad720 Actually use the queryParams for the limit..whooops 9 years ago
Bradley Hilton afcf012be8 Several changes to allow for easier Integrations from others. 9 years ago
Rodrigo Nascimento 7cfc36a79f Add /api/info back, it’s used by mobile apps (#5177) 9 years ago
Bradley Hilton 2fb25521ab Make the server information of the api consistant with others 9 years ago
a5his 97848ddefb Change field name to roles and type to Array. 9 years ago
Bradley Hilton 08eac04135 Move the v1 settings into the v1 folder 9 years ago
Bradley Hilton e41b57d379 A few fixes to the rest api, actually include the misc this time 9 years ago
Bradley Hilton a553e2db42 Allow setting other users avatars if you have permissions 9 years ago
Bradley Hilton 50c932dc0e Break all the stuff and remove the deprecated endpoints 9 years ago
Bradley Hilton a94d2f714f Fix the chat.postMessage not returning any data about the sent message 9 years ago
Bradley Hilton 3978bc9657 Move the rest of the current rest api to individual files 9 years ago
Bradley Hilton fa4b479e92 Finish moving over existing users rest api to the v1/users 9 years ago
Rodrigo Nascimento 2e24102622
Move joinDefaultChannels to internal APIs 9 years ago
Bradley Hilton e3fd4fd8ee Start moving over the users rest api, breaking a few things along the way 9 years ago
Bradley Hilton 1d30d49f05 Move the channels to their own file and add several rest api methods 9 years ago
Bradley Hilton fe8223ed9c Add direct messages rest api like Slack's 9 years ago
Bradley Hilton 3b55372c30 Move the groups v1 api calls out of the huge routes.coffee file. 9 years ago
Diego Sampaio 87176cda6c Add support to set own avatar from URL on REST API 9 years ago
Bradley Hilton 9931cf1629 Clean up and method parameter acceptance, turning them into objects 9 years ago
Diego Sampaio 164df92348 Add REST endpoint to set user's avatar 10 years ago
Diego Sampaio 7c3a44509f
Add users to default channels when using REST API 10 years ago
graywolf336 65fe1dfa0b
Convert the channels.history from post to get 10 years ago
graywolf336 69a926e62a
Actually make the latest and oldest params required. 10 years ago
graywolf336 3318b1b180
Add a method and rest api to clean up a channel's history 10 years ago
graywolf336 0217998c41
Start work on the channel history rest api 10 years ago
Rodrigo Nascimento d31f8658dc Some improvements from `more-streams` (#4510) 10 years ago
Rodrigo Nascimento 39db03c646
Remove RocketChat.cache.Rooms 10 years ago
Diego Sampaio d5d9e3ac89 Use status code 403 forbidden instead of 401 unauthorized 10 years ago
Diego Sampaio 7d1b96dc66 Standardize settings endpoint return 10 years ago
Diego Sampaio 48e3116445 Add an API endpoint to edit users 10 years ago
Diego Sampaio 543759fc8c Add API endpoint to create users 10 years ago
Rodrigo Nascimento 990c4bcb82
Remove less and api.versionsFrom fixed versions 10 years ago
Diego Sampaio 371ff1f7d7 Add REST endpoint to save settings 10 years ago
Diego Sampaio 736dccc359 Add livechat REST endpoints 10 years ago
Rodrigo Nascimento 22ca2bbbba
Start using cache for Rooms (Part 1) 10 years ago
Rodrigo Nascimento 7fb9b8e4f0
Remove all Rooms.findOne 10 years ago
Deepakkothandan a1c5b38c7b Add new REST API endpoints (#3525) 10 years ago
Diego Sampaio a26d955a78 Save room topic escaped 10 years ago
Deepakkothandan 073ed64ba2 REST API Add all users to room (#3569) 10 years ago
graywolf336 1ead59d259
Add a method and api way to get a user's private groups, for external usage 10 years ago
Rodrigo Nascimento fc1fd30276 jsHint fixes 10 years ago
Diego Sampaio f37fdb37e8 parseUrls by default - closes #1362 10 years ago
Diego Sampaio 2e3865bfab parse URLs on messages from REST 10 years ago
Diego Sampaio cafc65e568 do not process messages from REST as bot 10 years ago
Diego Sampaio 5b93937fb8 using processWebhookMessage on V1 APIs 10 years ago
Rodrigo Nascimento 878e35c336 Add api `chat.messageExample` 10 years ago
Rodrigo Nascimento ea2bffc8be Add apis 'integrations.create' and 'integrations.remove' 10 years ago
Rodrigo Nascimento 782b24757a Implement api chat.postMessage 10 years ago
Rodrigo Nascimento 7e1f6fe12a Parse bodyParams.payload as json if it exists 10 years ago
Rodrigo Nascimento 4ac3f3d31e Create routes `channels.setTopic` and `channels.create` 10 years ago