server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
model
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
added getChannel api service and use that over getChannels where appropriate ...
JoramWilander
2015-08-11
2
-0
/
+52
*
|
Fixed typo
nickago
2015-08-12
1
-1
/
+1
*
|
Added server side validation of jpegs as images
nickago
2015-08-11
1
-2
/
+2
|
/
*
Changed post drafts to maintain a store a unique id for each file upload to f...
hmhealey
2015-08-10
1
-0
/
+1
*
Merge pull request #278 from mattermost/mm-1702
Corey Hulen
2015-08-02
2
-3
/
+13
|
\
|
*
Adding etag to channel extra_info api call.
Christopher Speller
2015-07-29
2
-3
/
+13
*
|
Merge branch 'master' into mm-1355
=Corey Hulen
2015-07-29
3
-3
/
+4
|
\
|
|
*
Added non-capturing group to regex used for matching local file urls
hmhealey
2015-07-28
1
-1
/
+1
|
*
Allow files without extensions to be uploaded as attachments to posts
hmhealey
2015-07-28
1
-1
/
+1
|
*
Merge pull request #239 from nickago/MM-1295
Christopher Speller
2015-07-28
1
-0
/
+1
|
|
\
|
|
*
When removed from a channel, user is sent back to town square and that
nickago
2015-07-27
1
-0
/
+1
|
*
|
Fixes mm-1502 changing session age to 30 days
=Corey Hulen
2015-07-27
1
-2
/
+2
|
|
/
*
/
Fixes mm-1355 adds rate limiting apis
=Corey Hulen
2015-07-29
1
-0
/
+1
|
/
*
Merge branch 'master' into mm-1420
=Corey Hulen
2015-07-23
2
-12
/
+114
|
\
|
*
add changes from team review
JoramWilander
2015-07-22
1
-1
/
+1
|
*
made oauth architecture more generalized
JoramWilander
2015-07-22
1
-0
/
+4
|
*
inital implementation of using GitLab OAuth2 provider for signup/login
JoramWilander
2015-07-22
2
-12
/
+110
*
|
Merge branch 'master' into mm-1420
=Corey Hulen
2015-07-22
2
-2
/
+2
|
\
|
|
*
fixed unit tests to work with team domain changes and update partial url rege...
JoramWilander
2015-07-21
2
-2
/
+2
*
|
fixing merge conflicts
=Corey Hulen
2015-07-21
9
-44
/
+135
|
\
|
|
*
Changing the way we mattermost handles URLs. team.domain.com becomes domain.c...
Christopher Speller
2015-07-20
6
-33
/
+33
|
*
Use a user's full name as their display name if a nickname hasn't been specified
hmhealey
2015-07-17
2
-1
/
+45
|
*
Unify all locations where we determine a user's display named based off of th...
hmhealey
2015-07-17
2
-0
/
+21
|
*
Add tests to check if a User's first/last name are valid
hmhealey
2015-07-17
1
-0
/
+17
|
*
Sanitize FirstName and LastName fields of an object instead of the nickname w...
hmhealey
2015-07-17
2
-4
/
+2
|
*
Added FirstName and LastName fields to User object and attempt to populate th...
hmhealey
2015-07-17
1
-0
/
+10
|
*
Renamed FullName column in database to Nickname. Renamed all serverside refer...
hmhealey
2015-07-17
3
-9
/
+9
|
*
Added last updated for pictures
nickago
2015-07-16
1
-0
/
+1
*
|
minor tweaks to make sure mysql still runs
=Corey Hulen
2015-07-12
1
-0
/
+2
|
/
*
Minor formatting change
nickago
2015-07-09
1
-1
/
+1
*
Server now notifies users they have been added to a new channel
nickago
2015-07-09
1
-0
/
+1
*
Merge pull request #150 from mattermost/mm-895
Joram Wilander
2015-07-08
1
-0
/
+1
|
\
|
*
Adding comments to change versions in sync
Christopher Speller
2015-07-08
1
-0
/
+1
*
|
Merge pull request #136 from mattermost/code-review
Joram Wilander
2015-07-08
1
-1
/
+1
|
\
\
|
*
|
team code review
=Corey Hulen
2015-07-06
1
-1
/
+1
|
|
/
*
/
Add a post type for user joined/left messages and don't flag a channel as unr...
hmhealey
2015-07-07
1
-2
/
+3
|
/
*
Changed offline timeout to 1 mintue
nickago
2015-07-01
1
-1
/
+1
*
Added the ability to have hashtags with dashes in them
nickago
2015-06-30
1
-1
/
+1
*
added mentioned username to default mention keys
JoramWilander
2015-06-30
1
-1
/
+1
*
added team-wide and channel-wide mentions
JoramWilander
2015-06-29
1
-4
/
+7
*
update etag version
JoramWilander
2015-06-29
1
-1
/
+1
*
fixes mm-1316 improves channel notifications UI and updates channellist etag
JoramWilander
2015-06-29
2
-0
/
+11
*
Merge pull request #27 from mattermost/mm-1240
Corey Hulen
2015-06-25
2
-0
/
+19
|
\
|
*
added unit tests for new team API services
JoramWilander
2015-06-18
1
-0
/
+18
|
*
move valet feature switch to DB from config
JoramWilander
2015-06-17
1
-0
/
+1
|
*
first commit
=Corey Hulen
2015-06-14
32
-0
/
+3086
*
added slashes to split map
JoramWilander
2015-06-19
1
-1
/
+1
*
improved split function
JoramWilander
2015-06-19
1
-0
/
+2
*
fix for dockerhost HELIUM
=Corey Hulen
2015-06-18
1
-0
/
+1
*
first commit
=Corey Hulen
2015-06-14
32
-0
/
+3086
[prev]