mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Merge branch 'develop' of https://github.com/tidusjar/Ombi into develop
This commit is contained in:
commit
7755053ba0
3 changed files with 392 additions and 1337 deletions
|
@ -83,15 +83,15 @@ namespace Ombi.Notifications
|
|||
{
|
||||
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.DisconnectAsync(true);
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
//Log.Error(e);
|
||||
throw new InvalidOperationException(e.Message);
|
||||
_log.LogError(e, "Exception when attempting to send an email");
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -12,25 +12,25 @@
|
|||
"cypress": "cypress open"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "^6.0.7",
|
||||
"@angular/cdk": "^6.3.1",
|
||||
"@angular/common": "^6.0.7",
|
||||
"@angular/compiler": "^6.0.7",
|
||||
"@angular/compiler-cli": "^6.0.7",
|
||||
"@angular/core": "^6.0.7",
|
||||
"@angular/forms": "^6.0.7",
|
||||
"@angular/http": "^6.0.7",
|
||||
"@angular/material": "^6.3.1",
|
||||
"@angular/platform-browser": "^6.0.7",
|
||||
"@angular/platform-browser-dynamic": "^6.0.7",
|
||||
"@angular/platform-server": "^6.0.7",
|
||||
"@angular/router": "^6.0.7",
|
||||
"@angular/animations": "^7.1.4",
|
||||
"@angular/cdk": "^7.2.0",
|
||||
"@angular/common": "^7.1.4",
|
||||
"@angular/compiler":"^7.1.4",
|
||||
"@angular/compiler-cli": "^7.1.4",
|
||||
"@angular/core": "^7.1.4",
|
||||
"@angular/forms":"^7.1.4",
|
||||
"@angular/http": "^7.1.4",
|
||||
"@angular/material":"^7.2.0",
|
||||
"@angular/platform-browser": "^7.1.4",
|
||||
"@angular/platform-browser-dynamic": "^7.1.4",
|
||||
"@angular/platform-server":"^7.1.4",
|
||||
"@angular/router":"^7.1.4",
|
||||
"@auth0/angular-jwt": "^2.0.0",
|
||||
"@ng-bootstrap/ng-bootstrap": "^2.2.0",
|
||||
"@ngtools/webpack": "^6.1.0-beta.2",
|
||||
"@ngu/carousel": "^1.4.9-beta-2",
|
||||
"@ngx-translate/core": "^10.0.2",
|
||||
"@ngx-translate/http-loader": "^3.0.1",
|
||||
"@ng-bootstrap/ng-bootstrap": "^3.3.1",
|
||||
"@ngtools/webpack":"^7.1.4",
|
||||
"@ngu/carousel": "^1.4.9-beta-2",
|
||||
"@ngx-translate/core": "^11.0.1",
|
||||
"@ngx-translate/http-loader": "^4.0.0",
|
||||
"@types/core-js": "^2.5.0",
|
||||
"@types/mini-css-extract-plugin": "^0.2.0",
|
||||
"@types/node": "^10.5.1",
|
||||
|
@ -68,7 +68,7 @@
|
|||
"ngx-order-pipe": "^2.0.1",
|
||||
"node-sass": "^4.9.0",
|
||||
"pace-progress": "^1.0.2",
|
||||
"primeng": "^6.0.0",
|
||||
"primeng": "^7.0.3",
|
||||
"raw-loader": "^0.5.1",
|
||||
"reflect-metadata": "^0.1.12",
|
||||
"run-sequence": "^2.2.1",
|
||||
|
@ -79,7 +79,7 @@
|
|||
"ts-node": "^7.0.0",
|
||||
"tslint": "^5.10.0",
|
||||
"tslint-language-service": "^0.9.9",
|
||||
"typescript": "2.7.2",
|
||||
"typescript": "3.1.6",
|
||||
"uglify-es": "^3.3.9",
|
||||
"uglifyjs-webpack-plugin": "^1.2.7",
|
||||
"url-loader": "^1.0.1",
|
||||
|
|
1683
src/Ombi/yarn.lock
1683
src/Ombi/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue