Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored how links are extracted to remove code blocks and markdown images | hmhealey | 2016-02-23 | 1 | -40/+19 |
| | |||||
* | Refactor listener out of user profile and fix thread logic | JoramWilander | 2016-02-23 | 1 | -0/+4 |
| | |||||
* | Updating some client deps + eslint | Christopher Speller | 2016-02-22 | 4 | -4/+9 |
| | |||||
* | Merge pull request #2179 from mattermost/fix-droid | Corey Hulen | 2016-02-17 | 1 | -12/+16 |
|\ | | | | | Fixing JS bug with droid | ||||
| * | Fixing JS bug with droid | =Corey Hulen | 2016-02-17 | 1 | -12/+16 |
| | | |||||
* | | Multiple UI Improvements | Asaad Mahmood | 2016-02-15 | 2 | -4/+25 |
|/ | |||||
* | Merge branch 'release-2.0' | Christopher Speller | 2016-02-13 | 1 | -1/+1 |
|\ | |||||
| * | Fix load more messages being broken by getPostsSince call | JoramWilander | 2016-02-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of https://github.com/mattermost/platform into ui-fixes | Asaad Mahmood | 2016-02-12 | 2 | -3/+14 |
|\| | |||||
| * | Merge pull request #2155 from ZBoxApp/PLT-1948 | Christopher Speller | 2016-02-11 | 1 | -0/+4 |
| |\ | | | | | | | PLT-1948: Fix duplicate am/pm on last password update | ||||
| | * | eslint no-shadow resolved | Elias Nahum | 2016-02-11 | 1 | -1/+1 |
| | | | |||||
| | * | Fix duplicate am/pm on last password update | Elias Nahum | 2016-02-11 | 1 | -0/+4 |
| | | | |||||
| * | | Switch to using create_at for latest post | JoramWilander | 2016-02-11 | 1 | -1/+1 |
| | | | |||||
| * | | If we have less than CHUNK_SIZE posts, then get the first page | JoramWilander | 2016-02-11 | 1 | -1/+3 |
| | | | |||||
| * | | Fix case where channel has a postlist but no posts | JoramWilander | 2016-02-11 | 1 | -1/+6 |
| | | | |||||
| * | | Fixing the elusive missing post bug | JoramWilander | 2016-02-11 | 1 | -3/+3 |
| |/ | |||||
* / | Multiple UI Improvements | Asaad Mahmood | 2016-02-11 | 1 | -1/+1 |
|/ | |||||
* | Fixing codespan inline issue | Asaad Mahmood | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2122 from hmhealey/plt1544 | Christopher Speller | 2016-02-09 | 1 | -0/+1 |
|\ | | | | | PLT-1544 Replaced Permalink popover with a Permalink modal | ||||
| * | Replaced Permalink popover with a Permalink modal | hmhealey | 2016-02-09 | 1 | -0/+1 |
| | | |||||
* | | Fixing single line code block on firefox | Asaad Mahmood | 2016-02-09 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #2099 from hmhealey/plt1883 | Corey Hulen | 2016-02-09 | 1 | -0/+22 |
|\ \ | | | | | | | PLT-1883 Update search result components when we receive channels | ||||
| * | | Added support for ES6 Maps to Utils.areObjectsEqual | hmhealey | 2016-02-08 | 1 | -0/+22 |
| | | | |||||
* | | | Merge pull request #2113 from mattermost/slash-command-fixes | Christopher Speller | 2016-02-09 | 1 | -1/+7 |
|\ \ \ | | | | | | | | | Multiple minor slash command fixes | ||||
| * | | | Multiple minor slash command fixes | JoramWilander | 2016-02-09 | 1 | -1/+7 |
| | |/ | |/| | |||||
* / | | Multiple UI Improvements | Asaad Mahmood | 2016-02-09 | 2 | -0/+2 |
|/ / | |||||
* | | PLT-1900 removing lang from preview and making spanish beta | =Corey Hulen | 2016-02-08 | 2 | -5/+1 |
| | | |||||
* | | Merge pull request #2095 from mattermost/plt-1787 | Christopher Speller | 2016-02-08 | 1 | -5/+5 |
|\ \ | | | | | | | PLT-1787 Fix statuses not rendering until a change in the LHS | ||||
| * | | Fix statuses not rendering until a change in the LHS | JoramWilander | 2016-02-08 | 1 | -5/+5 |
| |/ | |||||
* | | Merge pull request #2101 from hmhealey/plt1415 | Christopher Speller | 2016-02-08 | 3 | -54/+54 |
|\ \ | | | | | | | PLT-1415 Renamed RECIEVED_* to RECEIVED_* | ||||
| * | | Renamed RECIEVED_* to RECEIVED_* | hmhealey | 2016-02-08 | 3 | -54/+54 |
| |/ | |||||
* / | Fix intro message | Elias Nahum | 2016-02-08 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2093 from rgarmsen2295/plt-1615 | Joram Wilander | 2016-02-06 | 2 | -2/+9 |
|\ | | | | | PLT-1615 Limits hashtag links to a minimum of three characters | ||||
| * | Limits hashtag linking to a minimum of three characters | Reed Garmsen | 2016-02-05 | 2 | -2/+9 |
| | | |||||
* | | Merge pull request #2091 from rgarmsen2295/plt-1797 | Corey Hulen | 2016-02-05 | 1 | -1/+1 |
|\ \ | |/ |/| | PLT-1797 Increased username max length | ||||
| * | Increased username max length | Reed Garmsen | 2016-02-05 | 1 | -1/+1 |
| | | |||||
* | | Separated displayTime functions for component/string form | Reed Garmsen | 2016-02-05 | 1 | -1/+37 |
| | | |||||
* | | Fixed issue with on-hover timestamps | Reed Garmsen | 2016-02-05 | 1 | -32/+11 |
| | | |||||
* | | Changed CommandProvider to only set the matched pretext if it actually ↵ | hmhealey | 2016-02-05 | 1 | -8/+10 |
| | | | | | | | | matches anything | ||||
* | | Changed notifications to only request permission once per session if the ↵ | hmhealey | 2016-02-04 | 1 | -5/+13 |
| | | | | | | | | user clicks 'Not now' on Firefox | ||||
* | | Merge pull request #2064 from hmhealey/plt882 | Christopher Speller | 2016-02-04 | 2 | -1/+8 |
|\ \ | | | | | | | PLT-882 Ephemeral Messages and Out-Of-Channel mentions | ||||
| * | | Changed how posts are marked ephemeral | hmhealey | 2016-02-04 | 2 | -1/+5 |
| | | | |||||
| * | | Added ephemeral messages sent when a user mentions someone not in the channel | hmhealey | 2016-02-04 | 1 | -1/+2 |
| | | | |||||
| * | | Changed deleted posts to be more general ephemeral posts | hmhealey | 2016-02-04 | 1 | -0/+2 |
| | | | |||||
* | | | PLT-1429 Fixing code review comments | =Corey Hulen | 2016-02-04 | 1 | -1/+0 |
| | | | |||||
* | | | Merge branch 'master' into PLT-1429 | =Corey Hulen | 2016-02-03 | 3 | -57/+115 |
|\| | | |||||
| * | | Merge pull request #2060 from ZBoxApp/PLT-7-channel | Harrison Healey | 2016-02-03 | 3 | -57/+115 |
| |\ \ | | | | | | | | | PLT-7: Refactoring frontend (chunk 11) | ||||
| | * | | Messages for SocketStore and small fixes | Elias Nahum | 2016-02-03 | 2 | -26/+0 |
| | | | | |||||
| | * | | PLT-7: Refactoring frontend (chunk 11) | Elias Nahum | 2016-02-03 | 1 | -31/+115 |
| | |/ | | | | | | | | | | | | | | | | - channel view - Added translations for previous commits - Fix bug on signup_team email body | ||||
* | | | Merge branch 'master' into PLT-1429 | =Corey Hulen | 2016-02-03 | 4 | -3/+67 |
|\| | |