| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| | |
* lint all the things
* remove extra echo
|
| |
| |
| |
| | |
locale as a prop directly instead of fetching it out of the user object (#7162)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the last channel member and policy setting restricts channel deletion (#7050)
* PLT-7206: UI changes. Removed last user in channel loophole, refactored code to clean it up, added differentiated support for public and private channels, added unit tests. Still need to implement server-side checks
* PLT-7206: All helper methods in channel_utils.jsx now accept the same three boolean variables in the same order and use the same boolean logic to check their values.
* PLT-7206: Added unit tests for showManagementOptions(...)
* PLT-7206: Fixed test case descriptions
* Added unit tests for showCreateOption(...)
* PLT-7206: Added unit tests for canManageMembers(...)
* PLT-7206: Removed last person in channel loophole from server-side code
* PLT-7206: Reverted config.json
* PLT-7206: Fixed double negatives in unit test names
* PLT-7206: PR feedback - Removed confusing comment and unused variable
|
| | |
|
|/ |
|
|
|
|
|
|
| |
* translations PR 20170807
* Fix pt-BR variable
|
|
|
|
|
|
| |
* fix emoji picker preview
* make use of sprite-sheet CSS for all system emojis
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added unit tests for getFile headers
* Fixed exe type test to run correctly on multiple platforms
* Make sure we close the body on all Client4 calls
* Changed Response.Response field to Response.Header
* Clarified type of Response.Header
|
|
|
|
|
| |
Help from Jason Blais on wording
Update storage_settings.jsx
Update en.json
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* truncate long issue descriptions, add tests
* minor tweak to text template
* add license header
* remove tests for now (since dependency is blocked)
* remove second jira link
|
| |
|
|
|
|
|
| |
(#7109)" (#7147)
This reverts commit f4638aecec2933f20efb4b95c2e0a90c22b47b43.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Updating user access token UI
Updating help text
Updating tokenlistClass
Updating string for token
Updating translations
Updating translations
Updating translations
* Updating translations
* Minor UI fix
* Update manage_tokens_modal.jsx
* Update user_settings_security.jsx
* Update en.json
* Fix merge conflicts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-7195: Added new config option, new license feature, and config UI to system console. Still need to implement behaviour change in email batching code
* PLT-7195: Modified batch emails to respect email notification content type setting
* PLT-7195: Tweaking the colours a bit
* PLT-7195: Added support for email notification content type setting in immediate (non-batched) notification messages. Attempted to clean up the code somewhat. Unit tests coming in a future commit
* PLT-7195: Added unit tests for non-batched emails
* Checked license when applying email content settings
* Changed return type of getFormattedPostTime
|
|
|
|
| |
config locales more forgiving (#7125)
|
|
|
|
|
|
|
|
| |
* make Elasticsearch beta
* make Elasticsearch beta
* make Elasticsearch beta
|
| |
|
|
|
|
| |
(#7120)
|
|
|
|
| |
(#7117)
|
|
|
|
|
|
| |
* Fixed local ESLint error
* PLT-7267 Refactored tracking of recent emojis to hide deleted emojis
|
|
|
|
|
|
| |
* improve ordering of uploaded attachments
* use LocalizationStore.getLocale() when comparing file names
|
|
|
|
|
|
|
|
| |
* Fix issue 4161
* Minor tweaks
* Fix log title
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* PLT-7295 - Submitting UI changes for Jira
* Updating help text
* Revert "Updating help text"
This reverts commit 2885b290c6951b47da1465095ee6e83c6a750f33.
|
|
|
|
|
|
| |
* Move access token text in user list to under the dropdown
* Updating UI for token help text (#7107)
|
|
|
|
|
|
|
|
|
|
| |
indicate expected version (#7079)
* PLT-7223: Updated error message to include relevant schema versions
* PLT-7223: Removed unit test. It poisons database state, and there's no recovery mechanism, because the code under test causes an ungraceful exit, so we can't fix the database in a defer statement. This causes the next test execution or server start to fail.
* PLT-7223: Incorporated @crspeller's suggestions into error message string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-7121 - Making channel header text dynamic
* PLT-7268 - Fixing search results in compact view
* PLT-7248 - Adjusting space between post controls
* PLT-7303 - Fixing manage members button
* Revert "PLT-7303 - Fixing manage members button"
This reverts commit 7dcb68a8e333a2c95444d417ed9a244c9c30aa99.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* fix missing webhook post attachments
* make ProcessSlackAttachments return a new slice instead of modifying it
|
| |
|
|
|
|
|
|
|
|
| |
* Adding debugging to index creation
* Fixing debug stmt
* Fixing debug stmt
|
|
|
|
|
|
| |
* Migrate installed_oauth_apps.jsx to be pure and use Redux
* Props docs typo, add test, remove commands_container, bump yarn.lock
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove sound notification support for Edge
* Move the sound test to utils and also stop the dings for Edge along with firefox
* Fix some styling issues
* Remove sound notification support for Edge
Move the sound test to utils and also stop the dings for Edge along with firefox
Fix some styling issues
* Reversing soundOptions util method. Fixing some string IDs for clarity
* Fixing a syntax error
* Restructure HasSoundOptions blocks to not begin with negative statement
* Fixing paranthesis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Migrate installed_command.jsx to be pure and use Redux
* Add test for InstalledCommand component
* Fix failing test and typo
* Whoops. Revert back deleted filter
* Add filter test
* Remove commands related code from /stores/integration_store.jsx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-6484 Add /leave command to leave a channel
* Text changes requeted on review.
* PLT-6484 Display the right error message when trying to /leave town-square
* PLT-6484 Be able to execute /leave command in direct and group message channels with the same effect as clicking x
* PLT-6484 Refactor to create new leave_private_channel_modal.jsx
* PLT-6484 Remove previous leave private channel logic to use new leave_private_channel_modal.jsx
* Remove dot in command description. Change localized error when leaving Town square.
* disable /leave command in reply threads on the right-hand sidebar, since it is not obvious which channel you should leave
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Updated with new emoji set for testing
Changed test-emoticons4.md from Symbols and formatting tests to Flags, Special, and formatting tests.
* Updated with new emoji set for testing
Updated test-emoticons3.md from Places to Objects and Symbols.
* Updated with new emoji set for testing
Updated test-emoticons2.md from Objects to Food, Activity, and Travel.
* Updated with new emoji set for testing
Updated test-emoticons1.md to new emoji set, still containing the intro, People, and Nature sections.
|
| |
|
|
|
|
|
|
|
|
| |
* Add email when adding user access tokens
* Update en.json
* Update en.json
|
|
|
|
|
|
| |
* PLT-7130 adding more generic push notificaiton message.
* Fixing strings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add close button 'x' to the right of a link preview
* Updating webhook UI
* UI improvements for close button
* Adding hover state
* Making the close button visible on mobile
* previews are permanently disabled/closed for that link
* make post as required props
* fix JS error of undefined
* fix update issue both at center and RHS view
|
| |
|
| |
|