aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/IDEDialogViewModel.cs
blob: 7532581b1d907f65415ae95c5d21058a3b9321a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.SharedUI;

namespace Tango.Scripting.IDE
{
    public class IDEDialogViewModel : DialogViewVM
    {
        public String Title { get; set; }
    }
}
l */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.BL;
using Tango.BL.Enumerations;
using Tango.Core.Commands;
using Tango.Core.Cryptography;
using Tango.Core.DI;
using Tango.MachineStudio.Common;
using Tango.MachineStudio.Common.Authentication;
using Tango.MachineStudio.Common.EventLogging;
using Tango.MachineStudio.Common.Navigation;
using Tango.MachineStudio.Common.Notifications;
using Tango.MachineStudio.UI.Messages;
using Tango.Settings;
using Tango.SharedUI;
using Tango.Web;

namespace Tango.MachineStudio.UI.ViewModels
{
    /// <summary>
    /// Represents the Machine Studio login view, view model.
    /// </summary>
    /// <seealso cref="Tango.SharedUI.ViewModel" />
    public class LoginViewVM : ViewModel
    {
        private IAuthenticationProvider _authenticationProvider;
        private INavigationManager _navigationManager;
        private INotificationProvider _notificationProvider;
        private IEventLogger _eventLogger;
        private Rfc2898Cryptographer cryptographer;
        private MachineStudioSettings _settings;

        private String _email;
        /// <summary>
        /// Gets or sets the email.
        /// </summary>
        [Required(ErrorMessage = "Email is required")]
        [EmailAddress(ErrorMessage = "Please enter a valid email")]
        public String Email
        {
            get { return _email; }
            set { _email = value; RaisePropertyChangedAuto(); }
        }

        private String _password;
        /// <summary>
        /// Gets or sets the password.
        /// </summary>
        [Required(ErrorMessage = "Password is required")]
        public String Password
        {
            get { return _password; }
            set { _password = value; RaisePropertyChangedAuto(); }
        }

        private DeploymentSlot _deploymentSlot;
        /// <summary>
        /// Gets or sets the deployment slot.
        /// </summary>
        public DeploymentSlot DeploymentSlot
        {
            get { return _deploymentSlot; }
            set { _deploymentSlot = value; RaisePropertyChangedAuto(); }
        }

        private bool _isLogging;
        /// <summary>
        /// Gets or sets a value indicating whether this instance is logging.
        /// </summary>
        public bool IsLogging
        {
            get { return _isLogging; }
            set { _isLogging = value; RaisePropertyChangedAuto(); }
        }

        private bool _rememberMe;
        /// <summary>
        /// Gets or sets a value indicating whether to remember the last user email and password.
        /// </summary>
        public bool RememberMe
        {
            get { return _rememberMe; }
            set { _rememberMe = value; RaisePropertyChangedAuto(); }
        }

        private bool _enableSlotSelection;
        /// <summary>
        /// Gets or sets a value indicating whether to enable the deployment slot selection.
        /// </summary>
        public bool EnableSlotSelection
        {
            get { return _enableSlotSelection; }
            set { _enableSlotSelection = value; RaisePropertyChangedAuto(); }
        }


        /// <summary>
        /// Gets or sets the login command.
        /// </summary>
        public RelayCommand LoginCommand { get; set; }

        /// <summary>
        /// Initializes a new instance of the <see cref="LoginViewVM"/> class.
        /// </summary>
        /// <param name="authenticationProvider">The authentication provider.</param>
        /// <param name="navigationManager">The navigation manager.</param>
        /// <param name="notificationProvider">The notification provider.</param>
        public LoginViewVM(IAuthenticationProvider authenticationProvider, INavigationManager navigationManager, INotificationProvider notificationProvider, IEventLogger eventLogger)
        {
            EnableSlotSelection = true;

            _settings = SettingsManager.Default.GetOrCreate<MachineStudioSettings>();

            _notificationProvider = notificationProvider;
            _navigationManager = navigationManager;
            _authenticationProvider = authenticationProvider;
            _eventLogger = eventLogger;
            LoginCommand = new RelayCommand(Login, () => !IsLogging);

            cryptographer = new Rfc2898Cryptographer();
            Email = _settings.LastLoginEmail;
            DeploymentSlot = _settings.DeploymentSlot;
            RememberMe = _settings.RememberMe;

            try
            {
                Password = cryptographer.Decrypt(_settings.LastLoginPassword);
            }
            catch (Exception ex)
            {
                LogManager.Log(ex);
            }
        }

        /// <summary>
        /// Logins the requested user.
        /// </summary>
        private async void Login()
        {
            if (Validate())
            {
                try
                {
                    IsLogging = true;
                    InvalidateRelayCommands();

                    await Task.Factory.StartNew(() =>
                    {
                        _settings.DeploymentSlot = DeploymentSlot;

                        var result = _authenticationProvider.Login(Email, Password).Response;

                        if (result.VersionChangeRequired && !_settings.ByPassEnvironmentVersionCheck)
                        {
                            InvokeUI(() =>
                            {
                                if (_notificationProvider.ShowErrorQuestion($"Your version of Machine Studio is different from the version specified for the selected environment.\nMachine Studio must be changed to version '{result.RequiredVersion}' in order to continue.\nDo you wish to update your local version?"))
                                {
                                    TangoMessenger.Default.Send(new ChangeVersionMessage()
                                    {
                                        LoginResponse = result,
                                    });
                                    _navigationManager.NavigateTo(NavigationView.UpdateView);
                                }
                            });

                            return;
                        }

                        _eventLogger.Log(EventTypes.APPLICATION_STARTED, "Application Started!");

                        _navigationManager.NavigateTo(NavigationView.MainView);

                        _settings.LastLoginEmail = Email;
                        _settings.RememberMe = RememberMe;
                        _settings.LastLoginPassword = RememberMe ? cryptographer.Encrypt(Password) : null;
                        _settings.Save();

                        _eventLogger.Log("User logged in.");

                        EnableSlotSelection = false;
                    });
                }
                catch (Exception ex)
                {
                    LogManager.Log(ex, "Login Error.");
                    _notificationProvider.ShowError($"The specified email or password was incorrect, or you don't have a permission to run this application.\nError: {ex.FlattenMessage()}");
                }
                finally
                {
                    IsLogging = false;
                    InvalidateRelayCommands();
                }
            }
        }
    }
}