server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
store
/
sql_store.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing merge
=Corey Hulen
2016-02-01
1
-75
/
+56
|
\
|
*
PLT-1765 allowing support of 2 previous versions
=Corey Hulen
2016-01-28
1
-21
/
+2
|
*
PLT-7: Refactoring stores to use translations (chunk 7)
Elias Nahum
2016-01-25
1
-54
/
+54
|
*
Revert " PLT-7 adding loc for db calls"
Corey Hulen
2016-01-20
1
-6
/
+6
|
*
PLT-7 adding loc db calls for system table
=Corey Hulen
2016-01-20
1
-4
/
+4
|
*
PLT-7 adding loc for db calls audits and prefs
=Corey Hulen
2016-01-20
1
-2
/
+2
*
|
Merge branch 'master' into PLT-1429
=Corey Hulen
2016-01-14
1
-1
/
+1
|
\
|
|
*
Upgrade logging package
=Corey Hulen
2016-01-11
1
-1
/
+1
*
|
PLT-1429 adding sql storage for slash commands
=Corey Hulen
2016-01-06
1
-0
/
+8
|
/
*
allow to toggle features in backend
Florian Orben
2015-11-27
1
-0
/
+2
*
fix logging statement not to post nonsense
Florian Orben
2015-11-06
1
-2
/
+2
*
postgres needs another query to get table information...
Florian Orben
2015-11-05
1
-15
/
+6
*
PLT-857: Support for Incoming Webhooks - Try #2
Florian Orben
2015-11-05
1
-0
/
+35
*
Log errors in table creation
Antti Ahti
2015-10-30
1
-1
/
+4
*
Renamed Channel.Description to Channel.Header on the server
hmhealey
2015-10-27
1
-18
/
+17
*
PLT-828 fixing db upgrade code
=Corey Hulen
2015-10-26
1
-4
/
+9
*
PLT-797 Update System Table with latest version
Jean-Yves LEBLEU
2015-10-23
1
-2
/
+2
*
Merge branch 'release-1.1.0'
Christopher Speller
2015-10-20
1
-1
/
+15
|
\
|
*
Hotfix to allow .7 to be upgraded to 1.1
=Corey Hulen
2015-10-20
1
-1
/
+15
*
|
Refactor to hit database less often.
JoramWilander
2015-10-19
1
-8
/
+1
*
|
Implement outgoing webhooks.
JoramWilander
2015-10-19
1
-5
/
+17
*
|
Marking when user ran the unit tests
=Corey Hulen
2015-10-15
1
-5
/
+17
*
|
Made structural changes to server-side Preference code based on feedback
hmhealey
2015-10-13
1
-8
/
+0
*
|
Rewrote PreferenceStore.SaveOrUpdate to work on Postgres within a transaction
hmhealey
2015-10-13
1
-0
/
+2
*
|
Moved saving multiple user preferences into a database transaction
hmhealey
2015-10-13
1
-0
/
+6
*
|
Added Preferences table to store user preferences
hmhealey
2015-10-13
1
-11
/
+19
|
/
*
Fixing db upgrade for 1.1
=Corey Hulen
2015-10-08
1
-7
/
+0
*
Changing SpinPunch to Mattermost in copyright
Christopher Speller
2015-10-08
1
-1
/
+1
*
PLT-404 adding basic error checking to config file.
=Corey Hulen
2015-09-29
1
-11
/
+11
*
Fixing merge conflict
=Corey Hulen
2015-09-22
1
-0
/
+8
|
\
|
*
Implement incoming webhooks.
JoramWilander
2015-09-21
1
-0
/
+8
*
|
Adding team settings to admin console
=Corey Hulen
2015-09-22
1
-17
/
+12
*
|
Adding SQL settings to admin console
=Corey Hulen
2015-09-22
1
-3
/
+10
|
/
*
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
1
-2
/
+91
|
\
|
*
Making changes to versioning
=Corey Hulen
2015-09-17
1
-7
/
+7
|
*
Fixing postgres issue and bumping version number
=Corey Hulen
2015-09-16
1
-2
/
+49
|
*
Adding database schema version
=Corey Hulen
2015-09-16
1
-2
/
+37
|
*
PLT-92 Adding server side versioning to the binary
=Corey Hulen
2015-09-16
1
-0
/
+7
*
|
Return false when checking if column exists, if the table does not exist with...
JoramWilander
2015-09-18
1
-0
/
+4
|
/
*
Implement OAuth2 service provider functionality.
JoramWilander
2015-09-16
1
-7
/
+20
*
Adding ability to upgrade postgres schema
=Corey Hulen
2015-08-27
1
-56
/
+92
*
update our postgresql index check to work with 9.2+ versions of postgresql
JoramWilander
2015-07-28
1
-1
/
+1
*
Fixing merges for latest postgres
=Corey Hulen
2015-07-23
1
-28
/
+69
*
fixing merge conflicts
=Corey Hulen
2015-07-21
1
-92
/
+56
|
\
|
*
Renamed FullName column in database to Nickname. Renamed all serverside refer...
hmhealey
2015-07-17
1
-21
/
+26
|
*
Updated database schema for full utf8 compatibility
nickago
2015-07-09
1
-2
/
+10
*
|
Patching remainder of the sql stmts to work with postgres
=Corey Hulen
2015-07-12
1
-4
/
+7
*
|
Fixes mm-1420 adding postgres support
=Corey Hulen
2015-07-12
1
-24
/
+79
|
/
*
Fixing unit tests
=Corey Hulen
2015-07-06
1
-5
/
+5
[next]