summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6240: Remove own pinned post from RHS when removed from channel (#6098)VeraLyu2017-04-182-6/+19
| | | | | Dispatch REMOVE_POST event after successfully initiating delete post, others get informed by websocket event and will mark the msg as deleted but not delete from RHS.
* GH-5847 Add missing localization string (#6130)Jason Blais2017-04-182-1/+9
| | | | | | | | * Add missing localization string to channel_intro_messages.jsx * Update en.json * Fix indentation
* Add missing GM locs (#6116)enahum2017-04-181-0/+2
|
* Merge branch 'release-3.8'Christopher Speller2017-04-1731-967/+1035
|\
| * translations PR 20170410 (#6065)enahum2017-04-1210-38/+38
| |
| * PLT-6294 Fixed iOS not scrolling to bottom of post list (#6077)Harrison Healey2017-04-121-2/+8
| |
| * PLT-6300 Fixed flag icons not appearing (#6078)Harrison Healey2017-04-122-2/+2
| |
| * PLT-6311 - Link text wrapping fix (#6079)Asaad Mahmood2017-04-121-1/+0
| |
| * PLT-6253: Handle demote self from Team Admin. (#6056)George Goldberg2017-04-102-1/+17
| |
| * translations PR 20170407 (#6031)enahum2017-04-1011-699/+718
| |
| * PLT-6280 Fixed post textbox not being able to scroll (#6034)Harrison Healey2017-04-101-0/+1
| |
| * Fix possible MFA enforcement redirect loop (#6030)Joram Wilander2017-04-071-0/+2
| |
| * Minor bug fixes (#6019)Asaad Mahmood2017-04-073-2/+7
| | | | | | | | | | | | | | | | * PLT-6193 - Post right scroll for small threads * PLT-6210 - Emoji icon not aligned. * Fixing word break
| * PLT-6201/PLT-6220 Don't show pin or reaction options for system messages (#6010)Harrison Healey2017-04-074-189/+181
| | | | | | | | | | | | * PLT-6220 Removed ability to react to system messages * PLT-6201 Removed ability to pin system messages
| * Check if we need to add DM/GM to sidebar regardless of post sender (#6009)Joram Wilander2017-04-075-27/+51
| |
| * PLT-6263 Updated timing and text of Site URL warning bar (#6016)Harrison Healey2017-04-072-9/+9
| |
| * PLT-6238 Fix 404 error in system console (#6014)Harrison Healey2017-04-071-0/+5
| |
| * PLT-6200 Fixed file upload button not working on iOS (#6013)Harrison Healey2017-04-072-15/+14
| |
| * [PLT-6232] Remove "(Beta)" tag from HA in System Console (#6008)Eric Sethna2017-04-072-2/+2
| |
| * Update en.jsonEric Sethna2017-04-061-1/+1
| |
| * remove beta on high availabilityEric Sethna2017-04-061-1/+1
| |
* | PLT-5863 Fixing double display of error message (#6104)Corey Hulen2017-04-171-2/+2
| |
* | PLT-6298 fixing javascript error on HA system console page (#6080)Corey Hulen2017-04-171-0/+3
| |
* | Ui improvements (#6089)Asaad Mahmood2017-04-168-34/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-6084 - Fixing emoji reaction overflow * PLT-6158 - Fixing pinned badge alignment in RHS * PLT-6306 - Post alignment in compact view * PLT-6266 - Adjusting spacing for files (compact) * PLT-6245 - Adjusting spacing in emoji screen modal * PLT-6237 - Adjusting filter in system console * PLT-6247 - Adjusting spacing on code block tag * PLT-6302 - Margins not equal for paragraphs in post
* | Update error message when password is too long (#6001)Ryan Wang2017-04-163-24/+27
| |
* | Update global_actions.jsx (#5938)prixone2017-04-121-1/+1
| | | | | | Clicking @ should append @[username] to the search
* | PLT-4176: Remain RHS pin post unchanged after channel switching (#6038)VeraLyu2017-04-121-0/+9
| | | | | | | | Prevent changes to search_store after switched channel so that RHS pin posts can continue to display previous content.
* | svg preview (#6045)Yusuke Nemoto2017-04-124-3/+8
| |
* | Prevent multiple clicks on post retry (#6055)Joram Wilander2017-04-121-3/+11
| |
* | PLT-6099 Added keys to contents of PostBodyAdditionalContent (#6059)Harrison Healey2017-04-121-9/+14
| |
* | fix message ids and add missing messages (#6069)Yusuke Nemoto2017-04-121-2/+5
| |
* | Refactor OAuth 2.0 code into app layer (#6037)Joram Wilander2017-04-121-2/+2
| |
* | PLT-6155: Keep pin badges in RHS consistent with that in center (#6018)VeraLyu2017-04-122-2/+26
| | | | | | | | Sync search store when recieving pin/unpin event to keep pin badges in RHS consistent with that in center channel.
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-12414-432/+443
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Update profile picture format message (#6049)Ryan Wang2017-04-112-2/+2
| |
* | Added missing localization strings for error page (#6026)Harrison Healey2017-04-101-0/+4
| |
* | PLT-6259 Fix outdated help text in System Console > Developer settings (#6017)Jason Blais2017-04-072-2/+2
| |
* | Add ids to admin dropdown button, switch team button and logout button (#5973)doh52017-04-051-0/+5
|/ | | | | | | | * Add ids to admin dropdown button, switch team button and logout button For selenium automation - update the admin setting and switch to specific team or logout * updated the team nav button based on the suggestion
* PLT-5904 (WebApp): Config for skip email server cert verification. (#5991)George Goldberg2017-04-052-0/+21
|
* Fix private channel translations (#5986)enahum2017-04-051-48/+39
|
* Remove unnecessary uses of getMoreChannels (#5982)Joram Wilander2017-04-044-41/+1
|
* PLT-5702 Added special error page for private browsing error message (#5985)Harrison Healey2017-04-045-28/+105
|
* Fix missed string changes of "Invite New Member" to "Send Email Invite" (#5983)Jason Blais2017-04-043-4/+4
| | | | | | | | * Update invite_member_modal.jsx * Update policy_settings.jsx * Update en.json
* Fix title in RHS for pinned posts (#5976)Joram Wilander2017-04-041-1/+12
|
* PLT-6023: Add Users to Team in WebApp. (#5956)George Goldberg2017-04-0412-81/+770
| | | | | | | | | | | | | | | * PLT-6198: Use added to channel system message on default channels. Use a different sytem message when a user was added to a default channel by someone else than when they joined themselves. * PLT-6023: Add Users to Team in WebApp. * Fix string text. * Handle added_to_team websocket message. * Fix unread flag on new channel.
* PLT-5985 Cleaned up CSS for post textbox (#5974)Harrison Healey2017-04-043-210/+177
|
* PLT-6139 (WebApp): Manage Private Channel Members (#5947)George Goldberg2017-04-047-60/+148
| | | | Honour the policy setting for add/remove members from private channels in the WebApp UI.
* Fixing race conditions in the code base (#5966)Corey Hulen2017-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding initial race detector * Remove setting of config twice * Fixing config file watch and config reload on license save * Fixing config file watch and config reload on license save * Fixing build error * Fixing locking issue * Fixing makefile * Fixing race in config * Fixing race in status unit test * Adding EE race tests * Fixing race in cluster info * Removing code that's isn't needed * Fixing some more races * Fixing govet issue
* PLT-5906 Set logs path instead log filename (#5949)enahum2017-04-042-4/+4
| | | | | | * PLT-5906 Set logs path instead log filename * feedback review
* PLT-3958 Updated title for permalink error page (#5970)Harrison Healey2017-04-042-1/+5
|