Commit Graph

45 Commits (44be02f730ffe82d0236701186bafa08de9df602)

Author SHA1 Message Date
Bradley Hilton 5cdcda8818 Remove the developer warning on the rest api (#10441) 8 years ago
Bradley Hilton b6b8b9e44a
Don't expose the 'settings' property on users to regular users via the rest api (#10411) 8 years ago
Karl Prieb a520e90e3d remove comments and logs 8 years ago
Guilherme Gazzo b52402ddb3
sort ;ist 8 years ago
Bradley Hilton 77cd43e5a6
No seriously, fix the rest api since relocating the helper methods caused issues 8 years ago
Bradley Hilton 6291268f10
Fix the context being lost on the route adding 8 years ago
Bradley Hilton bc349b6c7e
Fix the context being lost on the route adding 8 years ago
Bradley Hilton 5dfeef9c03
Name some of the anonymous functions in the api.js 8 years ago
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
Bradley Hilton aec714b56e
Start work on showing the logs in the administrator panel 8 years ago
jorgeluisrezende 746768af07 pulling 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
Bradley Hilton a57e713ba5
Fix various issues caused by the merge of develop into rocketlets 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 8ddb090526
i18n is now provided via the rocketlets and load them when a rocketlet is added 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
Bradley Hilton 2678365dfe
Rocketlets: Initial structure for the rocketlets package inside of Rocket.Chat. 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