server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
web
/
react
/
stores
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
adds predictive posting on the client
JoramWilander
2015-08-18
1
-1
/
+56
*
Merge pull request #381 from mattermost/mm-1705
Christopher Speller
2015-08-18
1
-1
/
+13
|
\
|
*
added google sign-in functionality to the client, with minor model modifications
JoramWilander
2015-08-14
1
-1
/
+13
*
|
Merge pull request #377 from nickago/MM-1894
Joram Wilander
2015-08-18
1
-69
/
+74
|
\
\
|
|
/
|
/
|
|
*
Cosmetic refactoring
nickago
2015-08-13
1
-72
/
+74
|
*
Added flux-style error protection on team store call in sidebar
nickago
2015-08-13
1
-1
/
+4
*
|
Merge pull request #370 from hmhealey/mm1812
Christopher Speller
2015-08-14
1
-0
/
+56
|
\
\
|
*
|
Added ConfigStore that is populated from the server
hmhealey
2015-08-13
1
-0
/
+56
|
|
/
*
|
removed underscores from function names in channel_store
JoramWilander
2015-08-13
1
-34
/
+34
*
|
format channel_store to more closely match style guide and sort channels in c...
JoramWilander
2015-08-11
1
-212
/
+229
*
|
added getChannel api service and use that over getChannels where appropriate ...
JoramWilander
2015-08-11
1
-1
/
+36
|
/
*
Merge pull request #359 from hmhealey/mm1770
Christopher Speller
2015-08-11
1
-5
/
+8
|
\
|
*
Changed PostStore.getDraft/getCommentDraft to return an empty draft instead o...
hmhealey
2015-08-11
1
-3
/
+6
|
*
Changed post drafts to maintain a list of the names of uploading files instea...
hmhealey
2015-08-10
1
-2
/
+2
*
|
Merge pull request #350 from nickago/MM-1684
Christopher Speller
2015-08-11
1
-222
/
+225
|
\
\
|
|
/
|
/
|
|
*
Removed vestigial arguements from refactored code
nickago
2015-08-07
1
-2
/
+2
|
*
Cosmetic refactors, including variable name changes and splitting if statements
nickago
2015-08-06
1
-37
/
+52
|
*
fixed the spacing on UserStore
nickago
2015-08-06
1
-220
/
+220
|
*
Added keys to array-based elements and made getMe asynchronous
nickago
2015-08-06
1
-13
/
+1
*
|
further cosmetic refactoring
nickago
2015-08-10
1
-67
/
+65
*
|
Removed vetigial argument and properly aligned post_store
nickago
2015-08-10
1
-176
/
+176
*
|
Removed all functionality required for removing used mentions from auto-complete
nickago
2015-08-05
1
-1
/
+1
|
/
*
Removed ^replying in preparation for 0.6.0
hmhealey
2015-07-30
1
-17
/
+0
*
Merge pull request #269 from rgarmsen2295/mm-1686
Christopher Speller
2015-07-29
1
-2
/
+2
|
\
|
*
Access History and Active Sessions are now lazy-loaded upon opening instead o...
Reed Garmsen
2015-07-29
1
-2
/
+2
*
|
Removed usage of window.location.origin throughout the codebase
Reed Garmsen
2015-07-27
1
-1
/
+7
|
/
*
Merge pull request #194 from ralder/fix-command-box-css
Corey Hulen
2015-07-22
1
-1
/
+3
|
\
|
*
[webui] fix command-list css
ralder
2015-07-22
1
-1
/
+3
*
|
Merge pull request #228 from nickago/MM-1547
Joram Wilander
2015-07-22
1
-8
/
+20
|
\
\
|
|
/
|
/
|
|
*
Added message persistance on closing RHS/switching to another comment
nickago
2015-07-22
1
-8
/
+20
*
|
Merge pull request #201 from hmhealey/mm1539
Corey Hulen
2015-07-22
1
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
Added events for when the active thread (ie the message thread that a user is...
hmhealey
2015-07-21
1
-0
/
+16
*
|
Changing the way we mattermost handles URLs. team.domain.com becomes domain.c...
Christopher Speller
2015-07-20
4
-23
/
+29
|
/
*
Allow Users to be notified using @all, @channel, and their first name when ot...
hmhealey
2015-07-17
1
-9
/
+7
*
Use User.FirstName for notifications instead of trying to determine it from U...
hmhealey
2015-07-17
1
-5
/
+1
*
Renamed all clientside references from full_name to nickname
hmhealey
2015-07-17
1
-2
/
+2
*
remove admin's ability to manage members of default channel (fixes #172)
ralder
2015-07-16
2
-34
/
+21
*
fix BrowserStore bug in actionOnItemsWithPrefix and refactor BrowserStore
ralder
2015-07-10
7
-288
/
+137
*
Merge pull request #159 from rgarmsen2295/mm-1269b
Corey Hulen
2015-07-10
1
-1
/
+1
|
\
|
*
Use the AsyncClient call 'updateLastViewedAt' as a way of checking for inet c...
Reed Garmsen
2015-07-09
1
-1
/
+1
*
|
Merge pull request #157 from rgarmsen2295/mm-1265
Corey Hulen
2015-07-10
1
-4
/
+5
|
\
\
|
*
|
Better logic for checking if channel has loaded
Reed Garmsen
2015-07-10
1
-1
/
+6
|
*
|
Leave result of _getMoreChannels unitialized if it does not yet exist in brow...
Reed Garmsen
2015-07-09
1
-4
/
+0
|
|
/
*
/
fix bugs for pr #150 MM-895
ralder
2015-07-10
1
-5
/
+13
|
/
*
Merge branch 'master' of https://github.com/mattermost/platform
Asaad Mahmood
2015-07-09
7
-95
/
+210
|
\
|
*
Adding comments to change versions in sync
Christopher Speller
2015-07-08
1
-0
/
+2
|
*
Finishing centralization of BrowserStore
Christopher Speller
2015-07-08
2
-7
/
+34
|
*
Modifying all storage to use session storage. Also adding an abstraction laye...
Christopher Speller
2015-07-08
7
-95
/
+181
*
|
Changed loading logic for retrieving more channels to allow for loading anima...
Reed Garmsen
2015-07-07
1
-1
/
+1
|
/
*
@all and @channel now highlight like other mentions
JoramWilander
2015-06-30
1
-0
/
+3
[prev]
[next]