Commit Graph

29 Commits (40967e2720f8d97c5cebeef6fa96df6a0ee39262)

Author SHA1 Message Date
Bradley Hilton 40967e2720
Move the helpers out of the individual api versions, this way others can make usage of them without duplicating code 8 years ago
Rodrigo Nascimento 35aaf641db
Merge pull request #9240 from RocketChat/hotfix/9037 8 years ago
Rodrigo Nascimento a4f0fd3306
Fix: Unneeded warning in payload of REST API calls 8 years ago
Rodrigo Nascimento eaebbb3ed4
Merge pull request #9162 from RocketChat/hotfix/ldap-rest-login 8 years ago
Rodrigo Nascimento 26f245b5ea
Fix: Can’t login using LDAP via REST 8 years ago
Bradley Hilton e0e879a383
Turn off prettyJson if the node environment isn't development 8 years ago
Rodrigo Nascimento 6d52223942
Fix api regression (exeption when deleting user) 8 years ago
Rodrigo Nascimento 5bd2cb3c6d
Remove expiration of API tokens to keep old behavior 8 years ago
Oliver Jägle 287d97a826 Only create new API once the setting changes. 8 years ago
Oliver Jägle 7775a1f75b Create the API also immediately 8 years ago
Oliver Jägle 3021ce4db1 Create the API also immediately 8 years ago
Oliver Jägle dee0f58786 use settings.get() instead of onLoad() 8 years ago
Rodrigo Nascimento 06ddcc267a
Improve API login endpoint to be compatible with DDP 8 years ago
Bradley Hilton 75a4a62b8d
Add chat.search, chat.sendMessage, POST push.token, fix DELETE push.token, and fix the structure of the rooms/subscriptions.get results 8 years ago
Rodrigo Nascimento 0c1b31823a
Add support to 2FA in API 8 years ago
Oliver Jägle 92f1e2d224 Re-instantiate API after changing CORS-setting 8 years ago
Rodrigo Nascimento 4d25bead25
[NEW] Upgrade Meteor to 1.6 8 years ago
Oliver Jägle 8180f8bb2a Propagate CORS-enabling to Restivus - fixes #7915 8 years ago
Rodrigo Nascimento 17472d8608
Merge pull request #8408 from RocketChat/rest-api-improve-json-query-helper 8 years ago
Rodrigo Nascimento cf1eef4e5d
Merge pull request #8408 from RocketChat/rest-api-improve-json-query-helper 8 years ago
Bradley Hilton b9b5a9c804
Improve the json query helper to reduce the amount of duplicate code. 8 years ago
Bradley Hilton 4f3c9d43d9
Fix #7775, return the unread properties 8 years ago
Bradley Hilton ae87222cd8
Add a messages endpoint which supports pagination like the other endpoints. Rework the direct messages endpoints to support username instead of room id 8 years ago
Rodrigo Nascimento 545eeac7ec Fix tests 9 years ago
Rodrigo Nascimento a2b4564d47 Add ESLint rules `prefer-template` and `template-curly-spacing` (#6456) 9 years ago
Rodrigo Nascimento 7b1e076cbc Add ESLint rule `object-shorthand` (#6457) 9 years ago
Rodrigo Nascimento 9e4238136f Add settings to enable API CORS 9 years ago
Bradley Hilton ff288e4c50
Allow viewing the messages of others direct messages 9 years ago
Bradley Hilton 92d95c1590
Change Zapier oAuthApp settings to enable it and update the redirectUri 9 years ago
Bradley Hilton 532de0bd46
Add support for usernames in majority of the apis and add apis to add/remove mods and owners. 9 years ago
Bradley Hilton 3112d225fe
Allow query, sort, and fields on the queryParams of the rest api 9 years ago
Bradley Hilton 522d4e5c8e
Move the api creation from coffee to js 9 years ago