Merge branch 'develop' of https://github.com/tidusjar/Ombi into develop

This commit is contained in:
tidusjar 2019-01-04 20:31:58 +00:00
commit 7755053ba0
3 changed files with 392 additions and 1337 deletions

View file

@ -83,15 +83,15 @@ namespace Ombi.Notifications
{ {
client.Authenticate(settings.Username, settings.Password); client.Authenticate(settings.Username, settings.Password);
} }
//Log.Info("sending message to {0} \r\n from: {1}\r\n Are we authenticated: {2}", message.To, message.From, client.IsAuthenticated); _log.LogDebug("sending message to {0} \r\n from: {1}\r\n Are we authenticated: {2}", message.To, message.From, client.IsAuthenticated);
await client.SendAsync(message); await client.SendAsync(message);
await client.DisconnectAsync(true); await client.DisconnectAsync(true);
} }
} }
catch (Exception e) catch (Exception e)
{ {
//Log.Error(e); _log.LogError(e, "Exception when attempting to send an email");
throw new InvalidOperationException(e.Message); throw;
} }
} }

View file

@ -12,25 +12,25 @@
"cypress": "cypress open" "cypress": "cypress open"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "^6.0.7", "@angular/animations": "^7.1.4",
"@angular/cdk": "^6.3.1", "@angular/cdk": "^7.2.0",
"@angular/common": "^6.0.7", "@angular/common": "^7.1.4",
"@angular/compiler": "^6.0.7", "@angular/compiler":"^7.1.4",
"@angular/compiler-cli": "^6.0.7", "@angular/compiler-cli": "^7.1.4",
"@angular/core": "^6.0.7", "@angular/core": "^7.1.4",
"@angular/forms": "^6.0.7", "@angular/forms":"^7.1.4",
"@angular/http": "^6.0.7", "@angular/http": "^7.1.4",
"@angular/material": "^6.3.1", "@angular/material":"^7.2.0",
"@angular/platform-browser": "^6.0.7", "@angular/platform-browser": "^7.1.4",
"@angular/platform-browser-dynamic": "^6.0.7", "@angular/platform-browser-dynamic": "^7.1.4",
"@angular/platform-server": "^6.0.7", "@angular/platform-server":"^7.1.4",
"@angular/router": "^6.0.7", "@angular/router":"^7.1.4",
"@auth0/angular-jwt": "^2.0.0", "@auth0/angular-jwt": "^2.0.0",
"@ng-bootstrap/ng-bootstrap": "^2.2.0", "@ng-bootstrap/ng-bootstrap": "^3.3.1",
"@ngtools/webpack": "^6.1.0-beta.2", "@ngtools/webpack":"^7.1.4",
"@ngu/carousel": "^1.4.9-beta-2", "@ngu/carousel": "^1.4.9-beta-2",
"@ngx-translate/core": "^10.0.2", "@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^3.0.1", "@ngx-translate/http-loader": "^4.0.0",
"@types/core-js": "^2.5.0", "@types/core-js": "^2.5.0",
"@types/mini-css-extract-plugin": "^0.2.0", "@types/mini-css-extract-plugin": "^0.2.0",
"@types/node": "^10.5.1", "@types/node": "^10.5.1",
@ -68,7 +68,7 @@
"ngx-order-pipe": "^2.0.1", "ngx-order-pipe": "^2.0.1",
"node-sass": "^4.9.0", "node-sass": "^4.9.0",
"pace-progress": "^1.0.2", "pace-progress": "^1.0.2",
"primeng": "^6.0.0", "primeng": "^7.0.3",
"raw-loader": "^0.5.1", "raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.12", "reflect-metadata": "^0.1.12",
"run-sequence": "^2.2.1", "run-sequence": "^2.2.1",
@ -79,7 +79,7 @@
"ts-node": "^7.0.0", "ts-node": "^7.0.0",
"tslint": "^5.10.0", "tslint": "^5.10.0",
"tslint-language-service": "^0.9.9", "tslint-language-service": "^0.9.9",
"typescript": "2.7.2", "typescript": "3.1.6",
"uglify-es": "^3.3.9", "uglify-es": "^3.3.9",
"uglifyjs-webpack-plugin": "^1.2.7", "uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.0.1", "url-loader": "^1.0.1",

File diff suppressed because it is too large Load diff