summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * PLT-6254: Search not in teams include removed members. (#6020)George Goldberg2017-04-072-1/+39
| |
| * 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-5977: Only reload clients when client config changes. (#5989)George Goldberg2017-04-054-3/+6
| |
* | APIv4 PUT /users/{user_id}/active (#6118)Saturnino Abril2017-04-173-0/+88
| |
* | PLT-5863 Fixing double display of error message (#6104)Corey Hulen2017-04-171-2/+2
| |
* | PLT-6317 disable file watcher while running from makefile (#6103)Corey Hulen2017-04-176-6/+17
| | | | | | | | | | | | * PLT-6317 disable file watcher while running from make file * Removing debug stmt
* | Adding the ability to disable full text search queries for master (#6102)Corey Hulen2017-04-175-0/+33
| |
* | PLT-6298 fixing javascript error on HA system console page (#6080)Corey Hulen2017-04-171-0/+3
| |
* | Update en.json (#6064)Jason Blais2017-04-171-1/+1
| |
* | [PLT-6102] Increase maximum length of field User.Position (#6044)gstraube2017-04-172-37/+58
| | | | | | | | | | | | * Increase maximum length of field User.Position * Rename method
* | Add CLI tool for validating the config.json file (#6041)Simon Soriano2017-04-172-1/+67
| |
* | implement DELETE /emoji/{emoji_id} fro apiV4 (#6021)Carlos Tadeu Panato Junior2017-04-176-30/+248
| | | | | | implement GET /emoji/{emoji_id} for apiv4
* | 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
* | Implement GET /webrtc/token endpoint for APIv4 (#6046)Joram Wilander2017-04-168-68/+214
| |
* | Update error message when password is too long (#6001)Ryan Wang2017-04-163-24/+27
| |
* | [APIV4] POST /commands/{command_id}/regen_token for apiV4 (#6052)Carlos Tadeu Panato Junior2017-04-163-0/+84
| | | | | | | | | | | | * implement POST /commands/{command_id}/regen_token for apiV4 * update comment
* | PLT-6113 Added initial unit tests for cmd package (#6086)Harrison Healey2017-04-1510-20/+525
| | | | | | | | | | | | | | | | * Fixed app.CreateUser not using the provided locale * Added initial unit tests for cmd package * Disabled unit tests while we move to 'go build'
* | Fixed copyright dates (#6109)Harrison Healey2017-04-134-4/+4
| |
* | 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
| |
* | Fix Go client’s GetTeamByName() (#6088)Andy Lo-A-Foe2017-04-121-3/+2
| |
* | Refactor OAuth 2.0 code into app layer (#6037)Joram Wilander2017-04-1212-649/+638
| |
* | 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.
* | Fixing error messages (#5995)Corey Hulen2017-04-121-2/+2
| |
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-12775-803/+813
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* | APIv4 GET /posts/{post_id}/reactions (#6047)Saturnino Abril2017-04-115-0/+157
| |
* | 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
| |
* | APIv4 DELETE /commands/{command_id} (#6012)Saturnino Abril2017-04-103-0/+111
| |
* | Adding default timeouts to mysql datasource and missing LicenseFileLocation ↵Corey Hulen2017-04-101-1/+2
| | | | | | | | prop (#6011)
* | Refactor switching login type code into app layer and add v4 endpoint (#6000)Joram Wilander2017-04-1011-284/+494
| | | | | | | | | | | | * Refactor switching login type code into app layer and add v4 endpoint * Fix unit test
* | Small text changes - trailing spaces and update year (#6022)Carlos Tadeu Panato Junior2017-04-086-312/+312
| | | | | | | | | | | | * remove trailing spaces * update year
* | APIv4 PUT /commands/{command_id} (#5999)Saturnino Abril2017-04-075-1/+163
| | | | | | | | | | | | * APIv4 PUT /commands/{command_id} * update client parameter and api4 test
* | get the latest message from the mailbox. It fixes the issue PLT-6176 (#6005)Carlos Tadeu Panato Junior2017-04-071-2/+2
| |
* | implement GET /emoji for apiV4 (#6007)Carlos Tadeu Panato Junior2017-04-075-14/+94
| |
* | Prepare database upgrade function for v3.9 (#6004)George Goldberg2017-04-071-0/+10
| |
* | PLT-6259 Fix outdated help text in System Console > Developer settings (#6017)Jason Blais2017-04-072-2/+2
| |