Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicolas Delebecque
kresus
Commits
fd40008f
Commit
fd40008f
authored
Mar 03, 2017
by
Benjamin Bouvier
Browse files
Build;
parent
5b4ed994
Changes
3
Hide whitespace changes
Inline
Side-by-side
build/client/js/main.js
View file @
fd40008f
...
...
@@ -53635,7 +53635,7 @@ module.exports = warning;
},{}],650:[function(require,module,exports){
module.exports={
"name": "kresus",
"version": "0.10.
0
",
"version": "0.10.
1
",
"engines": [
"node = 0.8.x"
],
build/server/lib/emailer.js
View file @
fd40008f
...
...
@@ -64,33 +64,30 @@ var Emailer = function () {
while
(
1
)
{
switch
(
_context
.
prev
=
_context
.
next
)
{
case
0
:
(
0
,
_helpers
.
assert
)(
process
.
kresus
.
standalone
);
log
.
info
(
'
Initializing emailer...
'
);
_context
.
t0
=
JSON
;
_context
.
next
=
4
;
_context
.
next
=
5
;
return
_config2
.
default
.
findOrCreateDefault
(
'
mail-config
'
);
case
4
:
case
5
:
_context
.
t1
=
_context
.
sent
.
value
;
config
=
_context
.
t0
.
parse
.
call
(
_context
.
t0
,
_context
.
t1
);
if
(
process
.
kresus
.
standalone
)
{
this
.
toEmail
=
config
.
toEmail
;
delete
config
.
toEmail
;
this
.
toEmail
=
config
.
toEmail
;
delete
config
.
toEmail
;
this
.
fromEmail
=
config
.
fromEmail
||
'
Kresus <kresus-noreply@example.tld>
'
;
delete
config
.
fromEmail
;
this
.
fromEmail
=
config
.
fromEmail
||
'
Kresus <kresus-noreply@example.tld>
'
;
delete
config
.
fromEmail
;
this
.
transport
=
this
.
createTransport
(
config
);
}
else
{
this
.
fromEmail
=
config
.
fromEmail
||
'
Kresus <kresus-noreply@cozycloud.cc>
'
;
}
this
.
transport
=
this
.
createTransport
(
config
);
log
.
info
(
'
Successfully initialized emailer!
'
);
this
.
initialized
=
true
;
case
9
:
case
14
:
case
'
end
'
:
return
_context
.
stop
();
}
...
...
@@ -182,6 +179,7 @@ var Emailer = function () {
// No need for explicit initialization for the cozy email sender.
this
.
initialized
=
true
;
this
.
fromEmail
=
'
Kresus <kresus-noreply@cozycloud.cc>
'
;
this
.
internalSendToUser
=
(
0
,
_helpers
.
promisify
)((
_context3
=
_cozydb2
.
default
.
api
).
sendMailToUser
.
bind
(
_context3
));
}
}
...
...
npm-shrinkwrap.json
View file @
fd40008f
{
"name"
:
"kresus"
,
"version"
:
"0.10.
0
"
,
"version"
:
"0.10.
1
"
,
"dependencies"
:
{
"abbrev"
:
{
"version"
:
"1.1.0"
,
...
...
@@ -65,9 +65,9 @@
"resolved"
:
"https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz"
,
"dependencies"
:
{
"readable-stream"
:
{
"version"
:
"2.2.
2
"
,
"version"
:
"2.2.
3
"
,
"from"
:
"readable-stream@>=2.0.0 <3.0.0||>=1.1.13 <2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.
2
.tgz"
"resolved"
:
"https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.
3
.tgz"
}
}
},
...
...
@@ -208,6 +208,11 @@
"from"
:
"chalk@>=1.1.1 <2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
},
"chownr"
:
{
"version"
:
"1.0.1"
,
"from"
:
"chownr@>=1.0.1 <2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz"
},
"combined-stream"
:
{
"version"
:
"0.0.7"
,
"from"
:
"combined-stream@>=0.0.4 <0.1.0"
,
...
...
@@ -787,9 +792,9 @@
"resolved"
:
"https://registry.npmjs.org/is-function/-/is-function-1.0.1.tgz"
},
"is-my-json-valid"
:
{
"version"
:
"2.1
5
.0"
,
"version"
:
"2.1
6
.0"
,
"from"
:
"is-my-json-valid@>=2.12.4 <3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.1
5
.0.tgz"
"resolved"
:
"https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.1
6
.0.tgz"
},
"is-property"
:
{
"version"
:
"1.0.2"
,
...
...
@@ -1464,9 +1469,9 @@
}
},
"rimraf"
:
{
"version"
:
"2.6.
0
"
,
"version"
:
"2.6.
1
"
,
"from"
:
"rimraf@>=2.0.0 <3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/rimraf/-/rimraf-2.6.
0
.tgz"
"resolved"
:
"https://registry.npmjs.org/rimraf/-/rimraf-2.6.
1
.tgz"
},
"scope-eval"
:
{
"version"
:
"0.0.3"
,
...
...
@@ -1536,9 +1541,9 @@
"resolved"
:
"https://registry.npmjs.org/spark-md5/-/spark-md5-2.0.2.tgz"
},
"sshpk"
:
{
"version"
:
"1.1
0.2
"
,
"version"
:
"1.1
1.0
"
,
"from"
:
"sshpk@>=1.7.0 <2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/sshpk/-/sshpk-1.1
0.2
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/sshpk/-/sshpk-1.1
1.0
.tgz"
,
"dependencies"
:
{
"asn1"
:
{
"version"
:
"0.2.3"
,
...
...
@@ -1588,9 +1593,9 @@
"resolved"
:
"https://registry.npmjs.org/tar/-/tar-2.2.1.tgz"
},
"tar-fs"
:
{
"version"
:
"1.15.
0
"
,
"version"
:
"1.15.
1
"
,
"from"
:
"tar-fs@>=1.7.0 <2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/tar-fs/-/tar-fs-1.15.
0
.tgz"
"resolved"
:
"https://registry.npmjs.org/tar-fs/-/tar-fs-1.15.
1
.tgz"
},
"tar-stream"
:
{
"version"
:
"1.5.2"
,
...
...
@@ -1598,9 +1603,9 @@
"resolved"
:
"https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.2.tgz"
,
"dependencies"
:
{
"readable-stream"
:
{
"version"
:
"2.2.
2
"
,
"version"
:
"2.2.
3
"
,
"from"
:
"readable-stream@>=2.0.0 <3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.
2
.tgz"
"resolved"
:
"https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.
3
.tgz"
}
}
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment