- May 23, 2018
-
-
Bradley Hilton authored
-
Marcos Spessatto Defendi authored
* Add missing pagination fields in the response of REST /directory endpoint * Add support to choose sort field in REST directory
-
- May 22, 2018
-
-
kos4live authored
[FIX] Layout badge cutting on unread messages for long names
-
Rodrigo Nascimento authored
-
Bradley Hilton authored
* Clarify the wording of the release issue template * Update release.md
-
Guilherme Gazzo authored
* fix avatar admin lists * Update messagePopup.js
-
- May 21, 2018
-
-
Pierre H. Lehnen authored
-
Guilherme Gazzo authored
[FIX] Broadcast channels were showing reply button for deleted messages and generating wrong reply links some times
-
Marcos Spessatto Defendi authored
Fix: Regression in REST API endpoint `/me`
-
Renato Becker authored
[FIX] User's preference `Unread on Top` wasn't working for LiveChat rooms
-
Matheus Cardoso authored
[NEW] Add permission `view-broadcast-member-list`
-
Nitesh Saxena authored
Fix working of cancel button in progress bar, while uploading file.
-
Bradley Hilton authored
* Add message and room removal events for Apps, fix a few other issues * First very rough draft of the slash command preview * Add the command preview rest api and make the previews selectable via the keyboard * Add loading i18n * Remove duplicated toLowerCase()
-
- May 20, 2018
-
-
Bradley Hilton authored
* Implement a local password policy * Improve ValidatePasswordPolicy and create tests * Validate user’s password on method saveUserProfile * Fix typo PasswordPoliceClass
-
- May 18, 2018
-
-
Renato Becker authored
When a manager tried to send a message in a live room, an error was being displayed because there is no subscription for the manager. (#10663) [FIX] Livechat managers were not being able to send messages in some cases
-
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
-