- May 18, 2018
-
-
Renato Becker authored
[NEW] Options to enable/disable each Livechat registration form field
-
Renato Becker authored
The Livechat settings of the 'color' types were not appearing correctly in the administrative area. (#10612)
-
Marcos Spessatto Defendi authored
* Add response of the /me endpoint to /login endpoint * change underscore use to ES6 object destructuring
-
Rodrigo Nascimento authored
* add redhat dockerfile to master (#10408) * add redhat dockerfile to master * Add redhat dockerfile to set-version helper script * Release 0.63.2 (#10476) * [FIX] Even TypeErrors with SAML (#10475) * Bump version to 0.63.2 * Added one2mail.info to default blocked domain list (#10218) * [FIX] The 'channel.messages' REST API Endpoint error (#10485) * Bump version to 0.63.3 * Add the history of v0.63.3 * Bump version to 0.64.0-rc.0 * Bump version to 0.64.0-rc.1 * Bump version to 0.64.0-rc.2 * Bump version to 0.64.0-rc.3 * Bump version to 0.64.0-rc.4 * Bump version to 0.64.0 * Bump version to 0.64.1 * Bump version to 0.65.0-develop
-
Guilherme Gazzo authored
[NEW] Lazy load image attachments
-
Nikhil Kaushik authored
[FIX] Enabling `Collapse Embedded Media by Default` was hiding replies and quotes
-
Nikhil Kaushik authored
* displays pinned file's attachments * handles pin for replies and quotes * fix review
-
Guilherme Gazzo authored
[FIX] Missing option to disable/enable System Messages
-
Pierre H. Lehnen authored
-
Gabriel Engel authored
-
Marcos Spessatto Defendi authored
-
ThomasRoehl authored
* edited settings-api to execute button event * FIx identation and defer await * removing the defer and waiting for the method to execute
-
Marcos Spessatto Defendi authored
[NEW] Add REST endpoint `subscriptions.unread` to mark messages as unread
-
Marcos Spessatto Defendi authored
[NEW] REST API endpoint `/me` now returns all the settings, including the default values
-
Marcos Spessatto Defendi authored
-
Charles Williams authored
[FIX] UI was not disabling the actions when users has had no permissions to create channels or add users to rooms (#10564) * hide plus icon when user doesn't have both permission for create-c and create-p * add helper to checkout two permissions set initial value for the room type * hide the plus icon in directory if user doesn't have both create-c and creat-p permissions * get permissions for create channels and groups * check if user can add channel hide and groups, hide button based upon correct state * prevent add user button from being hidden when user has permission add user to joined room * removed the if statement and use short hand if else syntax * better code for disabling checkbox in create room feature if user doesn't have permission * add missing simicolon * put canShowAddUsersButton into seperate function call function in events and helpers * move the canShowAddUsersButton function to define before it's called * fix bug that prevents the viewing of the keyboard shortcuts button in groups and direct messages * fix permissions
-
xbolshe authored
* Add countVisibleByRoomIdBetweenTimestampsInclusive Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Add channels.counters, groups.counters, im.counters Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Fix spaces Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Fixes Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Small fix Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Small fix #2 Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Small fix #3 Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Add channels.couters and groups.couters tests Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Fix tests, last message and unread message times Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Fix last message and unread message times for IM Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Add im.counters test Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Fix for msgs=0 Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com>
-
xbolshe authored
* Add channels.setCustomFields and groups.setCustomFields Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Delete unused `user` parameter Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Add tests for channels.setCustomFields and groups.setCustomFields Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Fix lint Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Fix lint Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Propogate setCustomFields to Subscriptions Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com> * Fix semicolon Signed-off-by:
Eugene Bolshakov <pub@relvarsoft.com>
-
Pierre H. Lehnen authored
-
Rodrigo Nascimento authored
* Prevent setup wizard redirects * Fix setup wizard layout * Prometheus: Track user agent
-
- May 17, 2018
-
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Erhan authored
-
- May 16, 2018
-
-
Rodrigo Nascimento authored
-
Diego Sampaio authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
- May 15, 2018
-
-
Rodrigo Nascimento authored
* Change wizard state from boolean to `pending`, `in_progress` or `completed` * Add migration to change the wizard setting to new values and fix the old migration * Make the wizard responsive for small screens * Do not publish wizard settings to the client * Do not show wizard for unlogged users after admin was created
-
Rodrigo Nascimento authored
* Add setting and expose prometheus on port 9100 * Prometheus: Add number of connected users * Send statistics to prometheus * Prometheus: Add methods, subscriptions and callbacks data * Prometheus: Add metrics of REST API calls * Prometheus: Record subscriptions time * Add metrics to notifications
-
Diego Sampaio authored
-
- May 11, 2018
-
-
Diego Sampaio authored
* Denormalize the User’s Highlights * Find subscriptions for each type of notification * Change email preference values * General improvements * Use just one query to get all subscriptions to notify * Get hightlights from subscriptions on method notifyUsersOnMessage * Keep compatibility of emailNotifications preference in subscription save * Prevent group mentions on large rooms
-
Marcos Spessatto Defendi authored
* Change the message that returns, when a muted or blocked user tries to send a message using that endpoint * Remove origin provide to sendMessage method, simply throwing an error when the user is muted or blocked
-
Gabriel Delavald authored
[FIX] Regression: Empty content on announcement modal
-
Matheus Cardoso authored
[NEW] Add REST endpoints `channels.roles` & `groups.roles`
-
Pierre H. Lehnen authored
[NEW] Add more options for Wordpress OAuth configuration
-
- May 09, 2018
-
-
Karl Prieb authored
* welcome * . * stylelint * new ilustration * new layout * . * implements dicts * added all setup wizard settings to wizard * fix some setup wizard css * fix setup wizard js linter errors * remove old setup wizard templaates * setup wizard has just one main tag now * setup wizard registration fields filter is more readable * add register server page to setup wizard * fix setup wizard progress bar on RTL * setup wizard is registering users * Add setup wizard tests, routes and fix batch * fix setup wizard tests * add api test back * comment rocketchat:google-natural-language package and remove logs * add some translation keys for setup wizard * remove old setup wizard template * fix sort code on setup wizard * fix getWizardSetting method * new migration for setupwizard * setup wizard setting migration * fix setupwizard migration * Update versions * fix some setup wizard code logic * fix setup wizard registerServer setting * rever package-lock.json * rever google-natural-language .npm folder * rever meteor packages file and add setup wizard * remove some default values from setup wizard settings * add advocacy option on setup wizard industry setting * change key name to setting to make the filter more readable on setup wizard * change key name to setting to make the filter more readable on setup wizard * add findWizardSettings on models Settings and handle errors of getWizardSettings method * change setting to key to make the filter more readable on setup wizard * fix setup wizard settings filter map * remove serverHasAdminUser method on setup wizard * fix setup wizard tests * fix setup wizard final step workspace link * fix setup wizard tests
-
Gabriel Engel authored
Manual push by LingoHub User: Rodrigo Nascimento. Project: Rocket.Chat Made with
by https://lingohub.com -
Diego Sampaio authored
[NEW] Improvements to notifications logic
-