Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |