- May 23, 2018
-
-
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 21, 2018
-
-
Marcos Spessatto Defendi authored
Fix: Regression in REST API endpoint `/me`
-
Matheus Cardoso authored
[NEW] Add permission `view-broadcast-member-list`
-
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 18, 2018
-
-
Marcos Spessatto Defendi authored
* Add response of the /me endpoint to /login endpoint * change underscore use to ES6 object destructuring
-
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
-
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>
-
Rodrigo Nascimento authored
* Prevent setup wizard redirects * Fix setup wizard layout * Prometheus: Track user agent
-
- May 16, 2018
-
-
Rodrigo Nascimento authored
-
- May 15, 2018
-
-
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
-
- 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
-
Matheus Cardoso authored
[NEW] Add REST endpoints `channels.roles` & `groups.roles`
-
- Apr 27, 2018
-
-
Matheus Cardoso authored
-
- Apr 24, 2018
-
-
Marcos Spessatto Defendi authored
-
- Apr 23, 2018
-
-
Matheus Cardoso authored
-
Rodrigo Nascimento authored
-
- Apr 21, 2018
-
-
Marcos Spessatto Defendi authored
* Added validation in chat.postMessage endpoint * fix required parameters and add more tests cases. * Added the same validation to chat.sendMessage method too. * changed validation level, set in sendMessage method * Improvements in the sendMessage function, removed underscore uses, and try catch unnecessary * Fix test in chat.sendMessage endpoint, and fix error in sendMessage function * fix review
-
- Apr 20, 2018
-
-
Marcos Spessatto Defendi authored
-
Guilherme Gazzo authored
[NEW] Option to ignore users on channels
-
Thomas Kurz authored
[NEW] Search Provider Framework
-
Pierre H. Lehnen authored
* Added missing userId * Fixed roomFiles method to return files without users too * Added migration to add userId on orphan files * Changed migration code to make sure the message exist before trying to use it's data
-
Marcos Spessatto Defendi authored
* Rename method to clean history of messages * Add test case with user without permission to delete room messages
-
Marcos Spessatto Defendi authored
[FIX] REST spotlight API wasn't allowing searches with # and @
-
- Apr 19, 2018
-
-
Marcos Spessatto Defendi authored
[NEW] REST API endpoint `/directory`
-
Marcos Vinicius Spessatto Defendi authored
-
Marcos Spessatto Defendi authored
[FIX] Add oauth services missing fields, and indicate whether the oauth service is customized (#10299) [FIX] REST API OAuth services endpoint were missing fields and flag to indicate custom services
-
- Apr 18, 2018
-
-
Rafael Kellermann Streit authored
-
- Apr 17, 2018
-
-
Marcos Spessatto Defendi authored
* Add REST /forgotPassword endpoint and tests * Add REST /forgotPassword endpoint and tests * Remove endpoint, from wrong file * Moving endpoint from /forgotPassword to /users.forgotPassword
-
Marcos Spessatto Defendi authored
-
Kai authored
* This commit brings back the view mode for messages. In addition the name changed from viewMode to messageViewMode to avoid any confusion with sidebarViewMode (+ migration to change name in database as well) * viewMode field needs to be unset in an extra call, because the first one still works with it. * - Reverted language file changes for Sidebar_view_mode and Message_view_mode as both still will be translated with View_mode - Created an own section for Notifications in Account Preferences. Brings View Mode a bith more in context to it's section header - Optimized migration * Use update instead of create, because document may already be created by script. * Fixed lint errors * Renamed translation "View_mode_info" to "Message_view_mode_info" in all translation files I missed yesterday. * Removed auto-translations
-
Marcos Spessatto Defendi authored
[NEW] REST API endpoint `rooms.favorite` to favorite and unfavorite rooms
-
- Apr 16, 2018
-
-
Bradley Hilton authored
-
- Apr 10, 2018
-
-
Bradley Hilton authored
[BREAK] The property "settings" is no longer available to regular users via rest api
-
- Apr 03, 2018
-
-
Marcos Spessatto Defendi authored
[FIX] Wrong pagination information on /api/v1/channels.members
-
Bradley Hilton authored
* Fix the chat.react api being invalid * Remove duplicated code * Add tests for chat.react endpoint
-
- Mar 29, 2018
-
-
Marcos Defendi authored
-