Граф коммитов

18791 Коммитов

Автор SHA1 Сообщение Дата
Corey Hulen
39e5f7913d Merge pull request #19 from mattermost/mm-1235
fixes mm-1235 clicking on mentions now works properly
2015-06-25 10:59:39 -04:00
Corey Hulen
362afd1b7f Merge pull request #18 from mattermost/mm-1269
fixes mm-1269 don't show blue bar for internet connection issue
2015-06-25 10:59:24 -04:00
Corey Hulen
b41b75fb35 Merge pull request #13 from rgarmsen2295/mm-1215
MM-1215
2015-06-25 10:59:01 -04:00
Corey Hulen
c1812b0bfc Merge pull request #9 from mattermost/mm-1263
fixes mm-1263 mentions are highlighted properly now
2015-06-25 10:58:46 -04:00
Corey Hulen
b33ab3d3e1 Merge pull request #8 from rgarmsen2295/mm-1097
MM-1097
2015-06-25 10:58:31 -04:00
Andrii Bubis
47322b9324 Fixed typos 2015-06-24 10:20:11 -07:00
Andrii Bubis
5db72e682b Fixed list numbers 2015-06-24 10:11:20 -07:00
Andrii Bubis
e7900b016d Update README.md 2015-06-24 10:02:53 -07:00
adamenger
afda53615a IAM not AIM 2015-06-24 11:34:53 -05:00
Frank Denis
34d688ca72 SQL store: use authenticated encryption
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.
2015-06-24 16:56:57 +02:00
Haiko Schol
dea39c7b64 Fix typo in function name 2015-06-24 14:21:27 +02:00
=Corey Hulen
5bc0a19953 updating ding 2015-06-23 10:29:48 -08:00
=Corey Hulen
6c9754c773 Merge branch 'master' of https://github.com/mattermost/platform 2015-06-23 10:16:21 -08:00
it33
6e85a84f0d Correcting capitalization typo, f -> F 2015-06-23 11:14:25 -07:00
it33
bb1685bfcf Correcting capitalization typo, f -> F 2015-06-23 11:14:25 -07:00
Corey Hulen
bd56aef5ce Merge pull request #54 from asaadmahmoodspin/master
MM-1339 - Updating Ui for sign up page
2015-06-23 10:05:44 -08:00
Corey Hulen
f96f1162fa Merge pull request #54 from asaadmahmoodspin/master
MM-1339 - Updating Ui for sign up page
2015-06-23 10:05:44 -08:00
Asaad Mahmood
6512f3adb4 Updating spelling 2015-06-23 22:53:27 +05:00
Asaad Mahmood
576fd07d23 Updating spelling 2015-06-23 22:53:27 +05:00
it33
705d0e9342 Listing golang-lru 2015-06-23 10:52:27 -07:00
it33
ac7683cac8 Listing golang-lru 2015-06-23 10:52:27 -07:00
Asaad Mahmood
3480c73684 MM-1339 - Updating Ui for sign up page 2015-06-23 22:51:43 +05:00
Asaad Mahmood
b176fc7cfa MM-1339 - Updating Ui for sign up page 2015-06-23 22:51:43 +05:00
it33
8e83db6ca1 Delete period 2015-06-23 10:18:58 -07:00
it33
740482f51d Delete period 2015-06-23 10:18:58 -07:00
it33
c781c70aa6 Updated wording for configuration files 2015-06-23 07:58:30 -07:00
it33
a75beda882 Updated wording for configuration files 2015-06-23 07:58:30 -07:00
it33
42ee044728 "server" -> "Mattermost server" 2015-06-23 07:56:21 -07:00
it33
5cfab8b50d "server" -> "Mattermost server" 2015-06-23 07:56:21 -07:00
it33
b554dc885f Update README.md
Updating version number to 0.50
2015-06-23 05:56:07 -07:00
it33
9aedbe3f22 Update README.md
Updating version number to 0.50
2015-06-23 05:56:07 -07:00
it33
bc210e485d Update README.md 2015-06-23 05:54:53 -07:00
it33
80b56dce89 Update README.md 2015-06-23 05:54:53 -07:00
it33
1f9febe71d Update LICENSE.txt 2015-06-23 05:46:29 -07:00
it33
c2ef314423 Update LICENSE.txt 2015-06-23 05:46:29 -07:00
it33
2e378d7264 Update README.md 2015-06-23 05:39:12 -07:00
it33
cef55cf797 Update README.md 2015-06-23 05:39:12 -07:00
it33
3c5760f5a2 Create LICENSE.txt 2015-06-23 05:37:39 -07:00
it33
9fc5635751 Create LICENSE.txt 2015-06-23 05:37:39 -07:00
Corey Hulen
664e6f6a50 Merge pull request #52 from mattermost/readme
HELIUM - Sections for install instructions
2015-06-22 11:44:06 -08:00
Corey Hulen
f6638bb142 Merge pull request #52 from mattermost/readme
HELIUM - Sections for install instructions
2015-06-22 11:44:06 -08:00
Corey Hulen
b4ae75b944 Merge pull request #50 from mattermost/mm-1320
HELIUM fixes mm-1320 removes freetype libs and only use solid color for gene…
2015-06-22 11:42:54 -08:00
Corey Hulen
f2bc8fb41f Merge pull request #50 from mattermost/mm-1320
HELIUM fixes mm-1320 removes freetype libs and only use solid color for gene…
2015-06-22 11:42:54 -08:00
Christopher Speller
5113699a86 Spacing in the notes section 2015-06-22 15:35:01 -04:00
Christopher Speller
9fcc9fed09 Spacing in the notes section 2015-06-22 15:35:01 -04:00
Christopher Speller
7c89e94d83 Sections for install instructions 2015-06-22 15:31:24 -04:00
Christopher Speller
2e804c79b8 Sections for install instructions 2015-06-22 15:31:24 -04:00
=Corey Hulen
029c3318b6 Merge branch 'master' of https://github.com/mattermost/platform 2015-06-22 11:29:53 -08:00
=Corey Hulen
c6cb7dca81 Merge branch 'master' of https://github.com/mattermost/platform 2015-06-22 11:29:53 -08:00
=Corey Hulen
9c32ab2f87 Merge branch 'master' of https://github.com/mattermost/platform 2015-06-22 11:27:21 -08:00