summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated marked to allow escaping pipe characters and to restrict reference ↵Harrison Healey2017-02-021-1/+1
| | | | links (#5278)
* Multiple bug fixes (#5275)Asaad Mahmood2017-02-025-19/+21
| | | | | | | | | | | | * PLT-5319 - Fixing text and line separator * PLT-5227 - Shrinking webrtc hides video * PLT-4066 - Fixing scroll for notifications modal * PLT-5106 - Adding status indicators (compact view) * Reverting scrolling change
* Add tear down to APIv4 tests (#5250)Joram Wilander2017-02-0213-2/+194
| | | | | | * Add tear down to APIv4 tests * Defer tear downs
* Add link to team URL error (#5270)David Lu2017-02-022-5/+5
|
* PLT-5407: Bulk importing of User memberships. (#5273)George Goldberg2017-02-025-14/+581
|
* Fix defaults in code to match config.json (#5269)Amit Yadav2017-02-021-1/+1
|
* Updating server dependancies (#5249)Christopher Speller2017-02-02326-3903/+121309
|
* PLT-5328 Fixing signup screen (#5247)Christopher Speller2017-02-023-22/+19
| | | | | | * Fixing signup screen not forwarding properly * Fixing team id not forwarding from invite link if only LDAP is enabled
* PLT-495 Improves slack markup conversion (#4914)Diep Pham2017-02-022-10/+150
| | | | | | | | | | | | | | * improves slack markup conversion * bold * strikethrough * blockquotes * handles blockquotes in slack_import * removes unnecessary formatting * fixes various format problems
* Implement POST /channels endpoint for APIv4 (#5241)Joram Wilander2017-02-0210-36/+309
|
* Remove redundant mobile web search hint popover (#5233)Andrei Stanciu2017-02-022-14/+29
|
* Fix CLI panic on invalid team (#5246)Christopher Speller2017-02-021-0/+3
|
* PLT-5356 - Fixing margins for paragraphs (#5217)Asaad Mahmood2017-02-013-19/+20
| | | | | | | | * PLT-5356 - Fixing margins for paragraphs * Fixing conflict * Fixing font size for paragraphs
* Implement PUT /users/{user_id}/roles endpoint for APIv4 (#5238)Joram Wilander2017-02-014-1/+80
|
* add modal next/prev button to be localized (#5245)Yusuke Nemoto2017-02-013-4/+20
|
* Fix logging in with MFA (#5248)Joram Wilander2017-02-011-1/+1
|
* fix cloning channels (#5242)Evgeniy2017-01-311-1/+3
| | | | | | * fix cloning channels * fix code-style
* Fix verifying a missing user panics (#5240)Christopher Speller2017-01-311-0/+1
|
* Use consistent Display Name sorting code throughout the webapp #5159 (#5213)Saturnino Abril2017-01-3111-90/+51
| | | | | | * Use consistent Display Name sorting code throughout the webapp #5159 * fixed broken sorting of teams and channels
* Added ability for system message username to be localized (#5239)Harrison Healey2017-01-316-5/+21
|
* Fixing websocket origin policyChristopher Speller2017-01-312-4/+25
|
* Clicking on email verification does not automatically fill in your email (#5140)Carlos Tadeu Panato Junior2017-01-311-1/+10
| | | | | | | | | | * implement Clicking on email verification does not automatically fill in your email * set the cursor to the password field * update per review * update per review
* Fix typos for model.config.is_valid...app_error (#5236)Jason Blais2017-01-311-2/+2
|
* Improve APIv4 test lib (#5237)Joram Wilander2017-01-313-23/+105
|
* Use Client APIs to resolve URLs (#5148)Akihiko Odaki2017-01-314-3/+11
|
* PLT-5365 Import of basic user properties. (#5231)George Goldberg2017-01-316-34/+569
|
* Stopped usernames from appearing on separate lines in system messages (#5228)Harrison Healey2017-01-311-9/+13
|
* Minor fix for system console menu (#5225)Asaad Mahmood2017-01-311-0/+5
|
* Implement POST /teams endpoint (#5220)Joram Wilander2017-01-318-19/+148
|
* Improvments to typing messages (#5230)Christopher Speller2017-01-307-43/+70
|
* Fix small bug in webhub. (#5229)Christopher Speller2017-01-301-1/+3
|
* Changing map to array for web_hub connections. (#5226)Christopher Speller2017-01-301-17/+30
|
* PLT-2555/PLT-5009/PLT-5225 Changed system messages to be rendered by the ↵Harrison Healey2017-01-3013-51/+321
| | | | | | | | | | | | client (#5209) * Moved rendering of (message deleted) into PostMessageView * Added additional post types to constants on client * Changed system messages to be rendered in the client's language * Updated new system messages to have relevant usernames highlighted and have markdown rendered in header change messages
* Fix @ mentions not always highlighting (#5223)Joram Wilander2017-01-301-0/+5
|
* Fix refresh on system console user page (#5222)Joram Wilander2017-01-301-20/+15
|
* Fix system admin resetMfa action (#5221)enahum2017-01-301-1/+2
|
* Bug fixes (#5218)Asaad Mahmood2017-01-3015-142/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5319 - Fixing text alignment security modal * PLT-5280 - Fixing add comment button in RHS mobile * PLT-5397 - Fixing Floating timestamp on mobile * PLT-5129 - Hiding formatting help text * PLT-5242 - Adjusting team sidebar border on IE!! * PLT-5226 - Placing settings toggle over header * PLT-5222 - Placed team description tooltip on top * PLT-5201 - Account settings overlap on mobile * PLT-5138 - Adding bg to pending post actions * PLT-5286 - Adjusting play button on youtube videos * PLT-5313 - Adjusting space between emoji reactions * PLT-5187 - Adjusting text in channel switcher * PLT-5399 - Reverting button alignment in modal
* Add initial tests for app/team.go (#5208)Carlos Tadeu Panato Junior2017-01-301-0/+114
| | | | | | * . * add initial tests for app/team.go
* PLT-5122 - Switching to circular status icons (#5049)Asaad Mahmood2017-01-309-62/+72
| | | | | | | | | | * PLT-5122 - Switching to circular status icons * Adding profile pic crop for status indicators * Updating status indicators in LHS * Updating else statements
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-3031-272/+1826
| | | | | | * Implement APIv4 infrastructure * Update parameter requirement functions per feedback
* Add Floating Timestamp to Right Hand Side on Mobile #5163 (#5201)Saturnino Abril2017-01-303-3/+85
|
* PLT-5225 Added separate post types for certain system messages (#5193)Harrison Healey2017-01-276-44/+119
| | | | | | | | | | | | * Added separate post types for system_join_leave and system_add_remove posts * Added username prop to channel deleted posts * Changed slack import to properly generate the new join/leave messages * Added username prop to channel update posts * Moved Post(AddTo/RemoveFrom)ChanneMessage into app package
* Merge 3.6.2 into master (#5211)Joram Wilander2017-01-2719-51/+173
| | | | | | | | | | * Add webhook cache * Add channel by name cache * Fxing profiles in channels cache * Fix merge
* Fixed pre-release invite link in README (#5207)Harrison Healey2017-01-271-1/+1
|
* Fixing various issues with markdown spacing (#5203)Asaad Mahmood2017-01-272-21/+28
|
* PLT-5366, PLT-5364, PLT-5363: Bulk Import Part 1. (#5204)George Goldberg2017-01-276-10/+974
| | | | | | | This commit provides the first part of the bulk import system. The CLI command is provided, complete with validation & apply modes. All the basic properties of Teams and Channels can be imported. Users & Posts will follow separately in a future commit.
* Notifications fix from 3.6 branchChristopher Speller2017-01-271-9/+7
|
* Merge branch 'release-3.6'Christopher Speller2017-01-276-16/+99
|\
| * Add functionality for refetching latest data after computer wakes up (#5120)Joram Wilander2017-01-192-1/+24
| |
| * Fixing CLI backwards compatibility (#5121)Christopher Speller2017-01-181-0/+6
| |