summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
...
* PLT-3332 Removed multiple change channel header messages (#3390)David Lu2016-06-272-3/+14
| | | | | | * disabled submit upon form submission to avoid asynchronous errors * Used state instead of props
* UI text upgrades (#3375)it332016-06-276-16/+16
| | | | | | | | | | | | | | | | | | | | | | * Clarifying auth user join button * Update team_general_tab.jsx * Update generated_setting.jsx * Update public_link_settings.jsx * Update signup_settings.jsx * Update login_settings.jsx * Update team_general_tab.jsx * Update en.json * Clarifying help text * Clarifying help text
* Fixed switching between user lists in system console (#3409)Harrison Healey2016-06-272-4/+17
|
* changed edit header title for DM channels (#3415)David Lu2016-06-272-7/+22
|
* made channel header in mobile view correct (#3418)David Lu2016-06-271-10/+41
|
* Added error message for unchanged email (#3420)David Lu2016-06-272-2/+3
|
* PLT-3416 German localization should read "Deutsch" and not "Deutsche" (#3405)enahum2016-06-241-1/+1
|
* Fixing team creation flow and switching from bootstrap to react bootstrap ↵Asaad Mahmood2016-06-242-28/+46
| | | | (#3408)
* Clarifying help text (#3370)it332016-06-242-5/+5
| | | | | | | | | | | | | | | | | | | | * Making help text more clear * Clarifying help text * Changing "No results" to question * Changing "No results" to question * Update search_results.jsx * Update en.json * Update en.json * Update search_results.jsx * Update search_results.jsx
* PLT-3225 Fix Channel header disappears after renaming a channel (#3389)enahum2016-06-241-1/+4
|
* Fixed enabling compliance settings in the system console without reload (#3401)Harrison Healey2016-06-241-2/+3
|
* daily translations 20160623 (#3403)enahum2016-06-245-51/+56
|
* PLT-3211 Fixed search highlighting for hashtags starting with "#in", ↵Harrison Healey2016-06-221-4/+8
| | | | | | | | | | "#from", or "#channel" (#3400) * Fixed clicking hashtags/@mentions adding a # to the url * Updated punctuation trimming regex for searching to better match the server * Fixed search term splitting to not break up hashtags starting with a search flag (in, from, etc)
* Fix occasional visual hiccup when posting/replying to messages (#3397)Joram Wilander2016-06-222-2/+12
|
* Adding webpack code splitting (#3377)Christopher Speller2016-06-2265-614/+740
|
* 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
* PLT-3415 Fix Sending Test email fails with error (#3396)enahum2016-06-221-0/+1
|
* Reset MFA error upon update (#3387)David Lu2016-06-211-1/+1
|
* stopped youtube videos upon collapsing (#3388)David Lu2016-06-212-1/+7
|
* daily translations 20160621 (#3392)enahum2016-06-215-5/+155
|
* PLT-3341 Add missing localization support for System Console (#3385)enahum2016-06-212-1/+31
|
* daily translations 20160620 (#3384)enahum2016-06-206-55/+75
|
* Revert "PLT-3220 Fixed create channel modal not saving upon enter" (#3378)Joram Wilander2016-06-201-30/+0
|
* removed reference to allKey (#3366)David Lu2016-06-201-1/+0
|
* fixed create channel modal not saving upon enter (#3363)David Lu2016-06-201-0/+30
|
* Reset password errors upon submit (#3362)David Lu2016-06-181-2/+3
|
* Fix typo: Attrubute (#3368)it332016-06-182-2/+2
| | | | | | * Fix typo: Attrubute * Fix typo: Attrubute
* Multiple UI fixes (#3357)Asaad Mahmood2016-06-1612-58/+88
| | | | | | * Multiple UI fixes * Removing utils from tutorial file
* Remove the unnecessary comma (#3351)Park Daesun2016-06-161-1/+1
| | | It is not error, but It is unnecessary
* Revert "PLT-3220 Made Create Channel modal save upon enter" (#3356)Joram Wilander2016-06-161-24/+0
|
* PLT-2971 Added email footer for address (#3319)David Lu2016-06-162-0/+24
| | | | | | | | | | * Added email footer for address * added default * Update html.go * Changed according to PM
* Improving about modal and colon issue with webhooks (#3343)Asaad Mahmood2016-06-168-48/+58
| | | | | Updating word break Updating improvements for about modal
* daily translations 20160615 (#3348)enahum2016-06-153-25/+25
|
* Shorten sentence to avoid word-wrap (#3347)it332016-06-152-2/+2
| | | | | | * Update about_build_modal.jsx * Update en.json
* made create channel/group save upon enter (#3344)David Lu2016-06-151-0/+24
|
* Reset error on invalid MFA (#3346)David Lu2016-06-151-1/+2
|
* PLT-946 Add status icon to the left of the username in DM channel (#3258)Kevyn Bruyere2016-06-159-56/+126
| | | Add a StatusIcon component to be able to display a status icon from anywhere
* Fixed @all not working as intended (#3335)David Lu2016-06-153-39/+3
|
* PLT-3202 Re-render timestamps when display settings switch between 12h and ↵Harrison Healey2016-06-1515-79/+110
| | | | | | | | 24h (#3337) * Made post timestamp switch from 12h to 24h without refreshing * Made RHS post timestamps switch from 12h to 24h without refreshing
* PLT-3344 Set Localization config to always have by default all languages ↵enahum2016-06-155-18/+14
| | | | available (#3339)
* PLT-2993 redirecting to team when joining. (#3342)Corey Hulen2016-06-151-2/+2
|
* Added text emoticons to autocomplete (#3312)Harrison Healey2016-06-152-5/+24
|
* Distinguish between static embeds and toggleable embeds (#3333)Joram Wilander2016-06-152-22/+44
|
* Improved paste handling to allow pasting images copied from the browser (#3334)Harrison Healey2016-06-151-52/+48
|
* Fixed DM channels not opening (#3336)David Lu2016-06-152-2/+29
|
* daily translations 20160614 (#3340)enahum2016-06-156-25/+93
|
* Fix channels showing up across teams when multiple teams open in same ↵Joram Wilander2016-06-151-1/+3
| | | | browser (#3329)
* Multiple UI improvements (#3317)Asaad Mahmood2016-06-1414-138/+254
| | | | | | | Removing break all Replacing jquery selectors and some other UI improvements Removing jquery selector
* Add German Localization (#3328)enahum2016-06-142-0/+1466
|
* Fix bad condition on hiding email addresses and update user etag to include ↵Joram Wilander2016-06-146-20/+3
| | | | privacy settings (#3327)