- Apr 04, 2017
-
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Guilherme Gazzo authored
-
- Apr 03, 2017
-
-
Guilherme Gazzo authored
-
- Apr 01, 2017
-
-
Alex Brazier authored
-
- Mar 31, 2017
-
-
Guilherme Gazzo authored
-
- Mar 24, 2017
-
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
* Add ESLint rule `prefer-template` * Add ESLint rule `template-curly-spacing ` * ESLint ignore rocketchat-livechat/assets/rocket-livechat.js * Add ecmascript package to all packages * Use ecmascript package for server and client on saml package * Fix compilation
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
* ESLint add rule `object-shorthand` * ESLint rocketchat-livechat/assets/rocket-livechat.js * Add ecmascript package to all packages * Use ecmascript package for server and client on saml package * Fix compilation
-
Rodrigo Nascimento authored
* Add eslit rule `one-var` * ESLint add rule `no-var` * Add ecmascript package to all packages * Use ecmascript package for server and client on saml package * Fix compilation
-
Rodrigo Nascimento authored
- Mar 23, 2017
-
-
Bradley Hilton authored
-
Guilherme Gazzo authored
* added a callback to slashcommands * if the channel exists the command join acts as open command * test if the slashcommand has a result callback * join-command braces fix
-
Guilherme Gazzo authored
Just admins can change a Default Channel to Private (the channel will be a non default channel) (#6426) * change ChatRoom to AdminChatRoom on channelSettingsDefault * just admin can change the type of a default channel, and even been an admin you must confirm this
-
Marcelo Schmidt authored
* Change all instances of Meteor.Collection for Mongo.Collection http://stackoverflow.com/questions/25756664/is-it-mongo-collection-or-meteor-collection * Include api.use(‘mongo’) where it was missing
-
Gabriel Engel authored
-
- Mar 22, 2017
-
-
Gabriel Engel authored
-
- Mar 16, 2017
-
-
Daniel Bressan authored
allow all room owners to post in read only and change set to setOnInsert for read only permissions so they don't get blown away on server restart
-
- Mar 12, 2017
-
-
Yuntao Zhou authored
-
- Mar 05, 2017
-
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
- Mar 04, 2017
-
-
Rodrigo Nascimento authored
-
- Mar 03, 2017
-
-
Gabriel Engel authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
- Mar 02, 2017
-
-
Gabriel Engel authored
-
- Mar 01, 2017
-
-
Gabriel Engel authored
-
Martin Schoeler authored
-
Pavel Krasikov authored
logo and sounds fix for apache subfolder proxy (path must be relative to root url like http://domain.com/chat/assets/logo)
-
- Feb 24, 2017
-
-
Martin Schoeler authored
-
Martin Schoeler authored
-
- Feb 21, 2017
-
-
Diego Sampaio authored
-
- Feb 17, 2017
-
-
Marcelo Schmidt authored
-
- Feb 16, 2017
-
-
Bradley Hilton authored
* Convert the majority of the integrations package to JavaScript * Move the trigger handler to it's own class * Start trying to generalize integration items * Yay, additional events trigger outgoing webhooks * Silence codacy and fix eslint problems. * Started work on user created event for outgoing integrations * Finish the outgoing integration work on the user created event. * Add user join and leave room events for outgoing webhooks * Add fields to the rest api integration creation and clean up the processWebhookMessage * Add the HTTP to the incoming webhook context * Don't check for property on result if it isn't there. Closes #4175, #5762, and #5896. * Add archive room and file upload events for the webhooks * Disable integrations when the user to run/post as gets deleted. * Try to fix the tests failing due to the requird events property * Add history of integration which get fired * Add the missing file for the IntegrationHistory * Fix deleting users being broke due to my code * Add the outgoing webhook integration history viewing page along with v1 rest api to retrieve it * Integration history replays are now enabled along with advanced settings * Work on the advanced settings and enable paging on the integration history * Enable i18n for the history and advanced settings * Update the wording on the word placement * Move migration to be 88 now. * Add missing translations for the webhooks * Fix en.i18n.json identation * Fix integrations.html indentation * Fix more identations * Fix identation of integrationsOutgoing.html
-
Marcelo Schmidt authored
* Fix addUserRoles and removeUserRoles only working for the first role * Add setting for defining default roles for oauth registrations * Suggested changes to improve readability
-