summaryrefslogtreecommitdiffstats
path: root/webapp/components/new_channel_modal.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6406 Migrate new channel modal to be pure and use redux (#6416)Joram Wilander2017-05-171-359/+0
| | | | | | * Migrate new channel modal to be pure and use redux * Add component tests
* Multiple Ui fixes (#6272)Asaad Mahmood2017-05-011-1/+1
| | | | | | | | | | * PLT-6453 - Improving headings in the web app * PLT-6414 - Fixing view members modal issue * PLT-5863 - Fixing alignment in new channel menu * PLT-6391 - Fixing code block overlay
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * 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 (#5924)Harrison Healey2017-04-031-27/+6
| | | | | | * PLT-5873 Renamed private groups to private channels in web app * PLT-5873 Renamed private groups to private channels in server
* PLT-5764 Fixed channel name minimum length (#5693)Ruzette Tanyag2017-03-141-3/+3
| | | | | | | | | | * 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
* Rename channel (#5322)fengpan2017-02-171-2/+2
| | | | | | | | | | | | | | * fix react proptypes * Replace the handle field and label with url * Update rename channel url correctly * fix merge * fix after test-1 * update i18n
* Fix issue introduced by adding webapp/utils/url.jsx (#5327)Robin Naundorf2017-02-071-1/+2
| | | | New location for getShortenedTeamURL() was missing in new channel modal.
* PLT-5336: Allow Header of 1024 chars in New Channel Modal (#5294)Robin Naundorf2017-02-071-1/+1
|
* 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