summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove data source replica from system console UI (#3267)Joram Wilander2016-06-061-26/+2
|
* PLT-3101 Added message history (#3205)David Lu2016-06-066-26/+147
| | | | | | | | | | | | * Added message history * Minor logical changes * Fixed indexes resetting * Fixed double messages * Fixed resetting main history when RHS opened
* Updating help text on channel switcher (#3256)Joram Wilander2016-06-062-2/+2
|
* Fixed (#3264)David Lu2016-06-061-1/+3
|
* Fixed typo (#3266)David Lu2016-06-061-1/+1
|
* Removing outdated ldap note from system console (#3247)Christopher Speller2016-06-062-10/+0
|
* Update help text for localization settings (#3252)jasonblais2016-06-062-4/+7
| | | | | | * Update help text for localization settings * Add to en.json
* PLT-2990 Clicking on a desktop notification from another team opens the team ↵enahum2016-06-063-6/+18
| | | | (#3253)
* PLT-3182 - Improving switch channels modal and some minor UI improvements ↵Asaad Mahmood2016-06-0613-182/+256
| | | | | | | | | | | | | | (#3238) * PLT-3182 - Improving switch channels modal and some minor UI improvements Enabling link previews Adding compact layout to RHS Improving timestamps * Adding update code for RHS components
* Edit to Segment help text to explain what it offers. (#3257)it332016-06-052-3/+3
| | | | | | | | | | * Update Segment text * Update Segment text * Correcting typo * Fixed typo
* Added sign in link to the signup_user_complete page (#3248)Harrison Healey2016-06-053-15/+53
|
* Fixing nickname when LDAP is enabled but nickname field not set (#3243)Christopher Speller2016-06-051-1/+1
|
* Fixed code preview (#3242)Harrison Healey2016-06-051-1/+1
|
* Changed noLoginId error message to be specified in i18n (#3239)Harrison Healey2016-06-052-11/+32
|
* PLT-3168 Hide EnableFormatting advanced setting unless testing is enabled ↵Harrison Healey2016-06-051-73/+86
| | | | | | | | (#3237) * Added EnableTesting to the client config * Hid EnableFormatting advanced setting unless testing is enabled
* Reposition search highlighting for code blocks (#3230)Harrison Healey2016-06-051-0/+2
| | | Certain code bocks will have the search highlighting wrap differently than the code itself so they become out of sync
* added ctrlSend checking (#3196)David Lu2016-06-055-7/+65
|
* PLT-3169 moving reload/recycle commands (#3223)Corey Hulen2016-06-042-0/+8
| | | | | | * PLT-3169 moving reload/recycle commands * Fixing eslint
* PLT-2994 Added @all (#3233)David Lu2016-06-043-9/+13
| | | | | | * Added @all * Uncomment @all server side
* PLT-2981 Disabled Push Notifications section in Settings if disabled by ↵David Lu2016-06-042-63/+87
| | | | | | | | admin (#3225) * Added push notifications disabled message to settings * Update user_settings_notifications.jsx
* Changed joiningChannel to id (#3240)David Lu2016-06-041-8/+8
|
* daily translations 20160603 (#3251)enahum2016-06-045-17/+53
|
* Fix missing invalid password errors on claim pages (#3236)Joram Wilander2016-06-033-6/+6
|
* Added hint (#3232)David Lu2016-06-032-0/+2
|
* Fix typo on help text (#3227)jasonblais2016-06-032-2/+2
| | | | | | | | * Fix typo on help text Fix typo on `allow anyone to join this team` help text. * Added fix to webapp/i18n/en.json
* Adding LDAP Syncronization (#3219)Christopher Speller2016-06-032-0/+22
|
* PLT-3020 Re-added errors to login page when no username/password is added ↵Harrison Healey2016-06-032-5/+51
| | | | | | | | (#3215) * Re-added errors to login page when no username/password is added * Added code to help login page state keep in sync with the browser's state after using autocomplete
* PLT-3177 - Fixing ordering for custom themes (#3226)Asaad Mahmood2016-06-037-16/+19
| | | | | | | | | Fix for bot tag and webhook attachments Adding theme styling for webhooks Removing embed styling Improving margins on compcat view for line breaks
* Removed hashtag/mention links that appear within text for markdown links (#3199)Harrison Healey2016-06-021-1/+2
|
* daily translations 20160602 (#3224)enahum2016-06-025-4/+8
|
* PLT-2962 Added channel switcher modal (#3216)David Lu2016-06-028-6/+257
| | | | | | | | * Added channel switcher modal * Fixed typos * Added handling for duplicate channels
* PLT-3028 Added CTRL+/ to show shortcuts (#3181)David Lu2016-06-022-2/+28
| | | | | | * Added CTRL / to show shortcuts * Simplified code
* Made all settings save on enter (#3221)David Lu2016-06-022-6/+42
|
* PLT-1800 Load server side locale from the config.json (#3202)enahum2016-06-0213-22/+307
| | | | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency * Fix get locale on login_controller
* Fixed click handlers for autocomplete (#3213)Harrison Healey2016-06-024-7/+7
|
* Multiple UI improvements (#3220)Asaad Mahmood2016-06-0216-173/+244
| | | | | | | | * Multiple UI improvements * Pushing time fix * Fixing absolute time stamps on IOS
* PLT-3010 - Updating system console (#3146)Asaad Mahmood2016-06-0227-251/+199
| | | | | | | | * Updating system console * Updating system console stuff * Updating ldap settings
* Fixing client tests. Disabling bad test. (#3214)Christopher Speller2016-06-022-1/+1
|
* daily translations 20160601 (#3209)enahum2016-06-023-15/+15
|
* Fix brand image not showing up after selecting it and before uploading (#3197)Joram Wilander2016-06-011-0/+14
|
* PLT-3149 Remove duplicate match-at dependency in package.json (#3195)enahum2016-06-011-1/+0
|
* Added scrolling, move out of navbar (#3163)David Lu2016-06-013-100/+79
| | | Added magic number, removed jqueryi
* PLT-3152 Fix System Console scroll (#3198)enahum2016-06-012-3/+10
| | | | | | * PLT-3152 Fix System Console scroll * Fix direct url access
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-0112-306/+21
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-0112-21/+306
| | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency
* Allow clearing direct messages across team based on channel view events (#3176)Joram Wilander2016-06-011-1/+1
|
* Improved internal links which use react-router (#3180)Harrison Healey2016-06-012-4/+10
|
* PLT-3064 Add ErrorBar to System Console (#3189)enahum2016-06-011-6/+15
|
* Reorganized syntax highlighting code and added search term highlighting for ↵Harrison Healey2016-06-014-82/+121
| | | | code blocks with syntax highlighting (#3191)
* daily translations 20160531 (#3192)enahum2016-06-014-25/+25
|