summaryrefslogtreecommitdiffstats
path: root/webapp/components/new_channel_modal.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-4449: Update channel creation placeholders. (#5059)George Goldberg2017-01-131-2/+2
|
* PLT-4990 (WebApp): Separate channel management permissions. (#4865)George Goldberg2017-01-021-12/+7
|
* Fix some react natives warning messages (#4653)enahum2016-11-281-15/+6
|
* Multiple UI fixes and improvements (#4572)Asaad Mahmood2016-11-171-0/+1
| | | | | Reverting switch teams code Fixing change css function
* Add Add `onExit` hook to new_channel_modal (#4344)Joshua Borton2016-11-151-0/+2
| | | | | | 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.
* Increase Channel Purpose length to 250, and add channel field length ↵Christopher Speller2016-11-041-1/+1
| | | | | | | | | | | | | | | | 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-3700 Made error message for too short channel URL more clear (#3773)Harrison Healey2016-08-111-2/+2
|
* PLT-3640 Add mobile landing pages (#3674)Harrison Healey2016-08-021-1/+4
| | | | | | | | | | | | * 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
* PLT-3266 Added channel header to create channel modal (#3559)David Lu2016-07-141-3/+41
| | | | | | | | * Added channel header to create channel modal removed React FindDOMNode * made css changes
* PLT-3346/PLT-3342/PLT-3360 EE: Add the ability to restrict channel ↵Joram Wilander2016-07-061-18/+47
| | | | | | | | management permissions (#3453) * EE: Add the ability to restrict channel management permissions * Always allow last user in a channel to delete that channel
* PLT-3220 Fixed create channel modal not saving upon enter (#3380)David Lu2016-06-221-0/+32
| | | | | | * fixed create channel modal not saving upon enter * used componentWillReceiveProps
* Revert "PLT-3220 Fixed create channel modal not saving upon enter" (#3378)Joram Wilander2016-06-201-30/+0
|
* fixed create channel modal not saving upon enter (#3363)David Lu2016-06-201-0/+30
|
* Update new channel modal help text. (#2784)lfbrock2016-04-281-2/+2
| | | | | | | | | | * Update new channel modal help text. * Update es.json * Update ja.json * Update pt.json
* Updating asss lint stuff with other scss improvementsAsaad Mahmood2016-03-171-1/+1
|
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+288