server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
store
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #1113 from hmhealey/plt716
Joram Wilander
2015-10-20
3
-61
/
+91
|
\
\
|
*
|
Fixed incorrectly escaped * in wildcard search for postgres
hmhealey
2015-10-19
1
-1
/
+1
|
*
|
Added from:, in:, and channel: search modifiers
hmhealey
2015-10-19
3
-61
/
+91
*
|
|
Update db index for outgoing webhook
JoramWilander
2015-10-19
1
-1
/
+1
*
|
|
Refactor to hit database less often.
JoramWilander
2015-10-19
4
-78
/
+9
*
|
|
Fix postgres query and minor UI updates for outgoing webhooks.
JoramWilander
2015-10-19
1
-1
/
+1
*
|
|
Added store tests for outgoing webhooks.
JoramWilander
2015-10-19
2
-5
/
+222
*
|
|
Implement outgoing webhooks.
JoramWilander
2015-10-19
3
-7
/
+238
|
/
/
*
|
Merge pull request #1079 from hmhealey/initprefs
Christopher Speller
2015-10-16
3
-0
/
+76
|
\
\
|
*
|
Added an initial call to get all user preferences on page load
hmhealey
2015-10-15
3
-0
/
+76
*
|
|
Changed preference saving to use the master database
hmhealey
2015-10-15
1
-1
/
+1
|
/
/
*
|
Marking when user ran the unit tests
=Corey Hulen
2015-10-15
3
-7
/
+23
*
|
Made further changes based on feedback
hmhealey
2015-10-13
2
-7
/
+19
*
|
Removed Preference.AltId
hmhealey
2015-10-13
3
-40
/
+89
*
|
Made structural changes to server-side Preference code based on feedback
hmhealey
2015-10-13
4
-294
/
+149
*
|
Rewrote PreferenceStore.SaveOrUpdate to work on Postgres within a transaction
hmhealey
2015-10-13
2
-8
/
+57
*
|
Moved saving multiple user preferences into a database transaction
hmhealey
2015-10-13
4
-39
/
+139
*
|
Renamed show_hide preference to show
hmhealey
2015-10-13
1
-7
/
+7
*
|
Added Preferences table to store user preferences
hmhealey
2015-10-13
4
-11
/
+321
|
/
*
PLT-586 fixing issues with security alert
=Corey Hulen
2015-10-09
3
-1
/
+41
*
Fixing db upgrade for 1.1
=Corey Hulen
2015-10-08
4
-9
/
+3
*
Changing SpinPunch to Mattermost in copyright
Christopher Speller
2015-10-08
21
-21
/
+21
*
Merge pull request #944 from mattermost/PLT-518
Christopher Speller
2015-10-08
3
-0
/
+55
|
\
|
*
PLT-518 check for security bulletins
=Corey Hulen
2015-10-05
3
-0
/
+55
*
|
Parse special characters out of search strings and replace with spaces.
JoramWilander
2015-10-06
2
-12
/
+33
|
/
*
Moved ChannelMember.NotifyLevel into ChannelMember.NotifyProps
hmhealey
2015-10-01
4
-50
/
+1
*
Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyProps
hmhealey
2015-10-01
4
-49
/
+92
*
Added additional test cases and fixed existing ones for ChannelMember.MarkUnr...
hmhealey
2015-09-30
2
-0
/
+17
*
Removed UI for quiet mode and added UI to set when a channel will be marked u...
hmhealey
2015-09-30
2
-0
/
+31
*
PLT-404 adding basic error checking to config file.
=Corey Hulen
2015-09-29
4
-22
/
+15
*
Assiging first user system_admin role
=Corey Hulen
2015-09-23
3
-0
/
+38
*
Fixing merge
=Corey Hulen
2015-09-23
1
-0
/
+2
|
\
|
*
Merge branch 'master' into PLT-11-email
=Corey Hulen
2015-09-23
1
-0
/
+2
|
|
\
|
|
*
Implement UI theme colors.
JoramWilander
2015-09-23
1
-0
/
+2
*
|
|
PLT-349 adding team mgt to admin console
=Corey Hulen
2015-09-23
4
-3
/
+45
|
/
/
*
|
Fixing merge conflict
=Corey Hulen
2015-09-22
4
-0
/
+221
|
\
|
|
*
Merge pull request #715 from mattermost/plt-27
Joram Wilander
2015-09-22
4
-0
/
+221
|
|
\
|
|
*
Implement incoming webhooks.
JoramWilander
2015-09-21
4
-0
/
+221
*
|
|
Adding team settings to admin console
=Corey Hulen
2015-09-22
3
-18
/
+14
*
|
|
Adding SQL settings to admin console
=Corey Hulen
2015-09-22
1
-3
/
+10
|
/
/
*
/
Renaming "Handle" to "Channel URL" or "URL"
it33
2015-09-20
1
-2
/
+2
|
/
*
GIT-721 Removing sql ping log
=Corey Hulen
2015-09-19
1
-2
/
+2
*
Merge pull request #699 from mattermost/PLT-92
Joram Wilander
2015-09-18
8
-11
/
+231
|
\
|
*
Making changes to versioning
=Corey Hulen
2015-09-17
4
-15
/
+15
|
*
Merge branch 'master' into PLT-92
=Corey Hulen
2015-09-17
1
-1
/
+1
|
|
\
|
*
|
Fixing postgres issue and bumping version number
=Corey Hulen
2015-09-16
1
-2
/
+49
|
*
|
Adding database schema version
=Corey Hulen
2015-09-16
5
-3
/
+169
|
*
|
PLT-92 Adding server side versioning to the binary
=Corey Hulen
2015-09-16
4
-8
/
+15
*
|
|
Return false when checking if column exists, if the table does not exist with...
JoramWilander
2015-09-18
1
-0
/
+4
|
|
/
|
/
|
*
|
Adding gofmt to travis build
Christopher Speller
2015-09-17
1
-1
/
+1
|
/
[prev]
[next]