| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-5860 Updated copyright date in about modal
* PLT-5860 Updated copyright notice in JSX files
* PLT-5860 Updated copyright notice in go files
* Fixed misc copyright dates
* Fixed component snapshots
|
|
|
|
|
|
| |
* PLT-5873 Renamed private groups to private channels in web app
* PLT-5873 Renamed private groups to private channels in server
|
|
|
|
|
|
|
|
|
|
| |
* make sure that we use constants for channel name min length
* changed channel name error to match channel URL error
* changed constant max channel name length to 22 and reapply in modal
* reverted dutch translation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix react proptypes
* Replace the handle field and label with url
* Update rename channel url correctly
* fix merge
* fix after test-1
* update i18n
|
|
|
|
| |
New location for getShortenedTeamURL() was missing in new channel
modal.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reverting switch teams code
Fixing change css function
|
|
|
|
|
|
| |
This delays updating the url with the new channel until after the modal
is exited which bypasses a state where the center textarea is focused
and then focus is removed due to how react-overlays handles restoring
focus to the last element focused before the modal was shown.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
handling code to the slack importer (#4458)
* Increase Channel Purpose length to 250.
This commit increases the maxmimum length of the channel purpose field
to 250, including the database migration necessary.
It also adds a method to the Slack importer to check the lengths of
channel properties before importing, and truncate them if necessary.
Fixes #4168
* Fix database migration.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-3640 Moved all clientside user agent snooping into a single file
* PLT-3640 Added mobile landing pages on login to iOS and Android web apps
* PLT-3640 Moved landing page to appear before first login
* PLT-3640 Fixed detection of Chrome on Android
* PLT-3640 Disabled mobile landing pages when their respective URLs are set to blank
|
|
|
|
|
|
|
|
| |
* Added channel header to create channel modal
removed React FindDOMNode
* made css changes
|
|
|
|
|
|
|
|
| |
management permissions (#3453)
* EE: Add the ability to restrict channel management permissions
* Always allow last user in a channel to delete that channel
|
|
|
|
|
|
| |
* fixed create channel modal not saving upon enter
* used componentWillReceiveProps
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Update new channel modal help text.
* Update es.json
* Update ja.json
* Update pt.json
|
| |
|
|
|