summaryrefslogtreecommitdiffstats
path: root/web/react
Commit message (Collapse)AuthorAgeFilesLines
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-08157-157/+157
|
* Merge pull request #966 from mattermost/GIT-960Christopher Speller2015-10-082-10/+16
|\ | | | | GIT-960 show error when you cannot create a team
| * GIT-960 show error when you cannot create a team=Corey Hulen2015-10-072-10/+16
| |
* | Merge pull request #944 from mattermost/PLT-518Christopher Speller2015-10-081-8/+8
|\ \ | | | | | | PLT-518 check for security bulletins
| * | PLT-518 check for security bulletins=Corey Hulen2015-10-051-8/+8
| | |
* | | Merge pull request #931 from rgarmsen2295/plt-112Christopher Speller2015-10-081-7/+62
|\ \ \ | | | | | | | | PLT-112 Improves email change verification process
| * | | Added new email to email change notificationReed Garmsen2015-10-061-20/+12
| | | |
| * | | Added better verification when a user changes his or her emailReed Garmsen2015-10-051-5/+32
| | | |
| * | | Initial cosmetic changes to the process of verifying a changed emailReed Garmsen2015-10-051-5/+41
| | | |
* | | | Merge pull request #970 from mattermost/GIT-957Harrison Healey2015-10-083-3/+3
|\ \ \ \ | | | | | | | | | | GIT-957 fixing email templates and logos
| * | | | GIT-957 fixing email templates and logos=Corey Hulen2015-10-073-3/+3
| | |_|/ | |/| |
* | | | Merge pull request #952 from tomitm/PLT-445Harrison Healey2015-10-083-11/+84
|\ \ \ \ | | | | | | | | | | PLT-445 Create About dialog
| * | | | Use ReactBootstrap.Modal instead.Tomi M2015-10-073-49/+58
| | | | |
| * | | | PLT-445 Create About dialogTomi M2015-10-064-11/+75
| | | | |
* | | | | Merge pull request #948 from rgarmsen2295/plt-167Harrison Healey2015-10-083-9/+41
|\ \ \ \ \ | |_|/ / / |/| | | | PLT-167 Fixes issue with trying to comment on a deleted post
| * | | | Now handles commenting on a deleted post gracefully, and checks for any ↵Reed Garmsen2015-10-073-20/+19
| | | | | | | | | | | | | | | | | | | | areas where data may no longer exist once a post has been deleted
| * | | | Initial changes to how trying to comment on a deleted post is handledReed Garmsen2015-10-062-2/+35
| | | | |
* | | | | Merge pull request #951 from mattermost/PLT-500Corey Hulen2015-10-073-22/+68
|\ \ \ \ \ | | | | | | | | | | | | PLT-500 fixing connection msg issues
| * | | | | Fixing resize=Corey Hulen2015-10-071-15/+16
| | | | | |
| * | | | | Moving to updated=Corey Hulen2015-10-071-1/+1
| | | | | |
| * | | | | Fixing resiz=Corey Hulen2015-10-071-2/+6
| | | | | |
| * | | | | PLT-500 fixing connection msg issues=Corey Hulen2015-10-063-21/+62
| | |/ / / | |/| | |
* | | | | Merge pull request #961 from mattermost/plt-471Corey Hulen2015-10-071-1/+1
|\ \ \ \ \ | | | | | | | | | | | | PLT-471 Fix user_added websocket event
| * | | | | Fix user_added websocket event and update websocket channel access cache on ↵JoramWilander2015-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | add/remove member.
* | | | | | Merge pull request #959 from mattermost/build-fixCorey Hulen2015-10-071-13/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Moving external libraries to the install step and into a seperate bundle.
| * | | | | | Moving external libraries to the install step and into a seperate bundleChristopher Speller2015-10-071-13/+8
| | | | | | |
* | | | | | | Merge pull request #958 from mattermost/plt-450Joram Wilander2015-10-071-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add space between 'message:' and the actual root message.
| * | | | | | | Add space between 'messsage:' and the actual root message.JoramWilander2015-10-071-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #956 from mishimi/patch-8Harrison Healey2015-10-071-3/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Deleting carriage return
| * | | | | | | Deleting carriage returnmishimi2015-10-071-3/+1
| | | | | | | |
* | | | | | | | Merge pull request #950 from mattermost/PLT-519Harrison Healey2015-10-071-17/+22
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | PLT-519 toggle team creation link based on config setting
| * | | | | | | PLT-519 toggle team creation link based on config setting=Corey Hulen2015-10-061-17/+22
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #953 from asaadmahmoodspin/plt-522Christopher Speller2015-10-073-11/+23
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | PLT-522 - Adding option for mentionHighlightLink for themes
| * | | | | | PLT-522 - Adding option for mentionHighlightLink for themesAsaad Mahmood2015-10-073-11/+23
| |/ / / / /
* | | | | | Merge pull request #949 from mattermost/PLT-478Christopher Speller2015-10-071-1/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | PLT-478 partial fix for local storage getting filled up. This will b…
| * | | | | | PLT-478 partial fix for local storage getting filled up. This will be fixed ↵=Corey Hulen2015-10-061-1/+7
| | |_|/ / / | |/| | | | | | | | | | | | | | | | for good with multi-login stuff
* | | | | | Merge pull request #947 from mattermost/PLT-435Christopher Speller2015-10-072-21/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | PLT-435 adding ability to demote system admin
| * | | | | | PLT-435 adding ability to demote system admin=Corey Hulen2015-10-062-21/+24
| |/ / / / /
* | | | | | Merge pull request #945 from mattermost/plt-433Christopher Speller2015-10-072-65/+78
|\ \ \ \ \ \ | | | | | | | | | | | | | | PLT-433 Allow team admin to delete comments.
| * | | | | | Allow team admin to delete comments.JoramWilander2015-10-062-65/+78
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #946 from asaadmahmoodspin/ui-improvementsJoram Wilander2015-10-074-22/+13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | PLT-451 - Adding visual effect for logout active sessions button
| * | | | | Removing sidebar text hover colorAsaad Mahmood2015-10-063-15/+1
| | | | | |
| * | | | | Changing link colour opacity LHSAsaad Mahmood2015-10-061-3/+3
| | | | | |
| * | | | | Updating link color opacity in LHSAsaad Mahmood2015-10-062-11/+11
| | | | | |
| * | | | | Removing console.logAsaad Mahmood2015-10-061-1/+0
| | | | | |
| * | | | | PLT-451 - Adding visual effect for logout active sessions buttonAsaad Mahmood2015-10-062-1/+7
| | |/ / / | |/| | |
* | | | | Merge pull request #938 from mattermost/plt-111Corey Hulen2015-10-062-2/+14
|\ \ \ \ \ | |/ / / / |/| | | | PLT-111 Combining email verification confirmation screen with login screen.
| * | | | Combining email verification confirmation screen with login screen.Christopher Speller2015-10-062-2/+14
| | | | |
* | | | | Merge pull request #939 from asaadmahmoodspin/plt-424Corey Hulen2015-10-066-142/+145
|\ \ \ \ \ | | | | | | | | | | | | Admin console UI Improvements
| * | | | | PLT-432 - Status icon for active LHS item the same as text colorAsaad Mahmood2015-10-061-0/+1
| | | | | |