Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | This is really helpful if you somehow mess up the schema definitions. | ||||
* | 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 |
| | | | | | Update database system table with last version if coming from a 7.X version | ||||
* | 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 |
|\ | | | | | PLT-92 Adding server side versioning to the binary | ||||
| * | 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 ↵ | JoramWilander | 2015-09-18 | 1 | -0/+4 |
|/ | | | | with postgres. | ||||
* | 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 ↵ | hmhealey | 2015-07-17 | 1 | -21/+26 |
| | | | | | | | | references from FullName to Nickname. | ||||
| * | 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 |
| | |||||
* | SQL store: use authenticated encryption | Frank Denis | 2015-06-24 | 1 | -6/+32 |
| | | | | | | | | | | | | | | | | | | | | Data were encrypted using AES-CFB, with a properly randomized IV, but without any authenticators. This allows the data to be tampered with, without being noticed by the application. This diff slightly changes the encryption/decryption functions in sql_store.go to add a HMAC-SHA256 authenticator to encrypted messages. Two keys are derived from AtRestEncryptKey: the first half of SHA512(AtRestEncryptKey) for the block cipher and the second half for the MAC. This can be changed to a KDF if needed. The decryption function also checks that base64 decoding actually worked, and that the ciphertext is long enough to include the IV and the MAC. Unfortunately, it breaks backward compatibility. But if such a change has to be made, it has to be made early. | ||||
* | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+372 |