Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 2243622

Browse files
committed
1.10.4.181
1 parent f70d9e4 commit 2243622

File tree

11 files changed

+4301
-4288
lines changed

11 files changed

+4301
-4288
lines changed

dev/Common/Base64.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Base64 = {
99

1010
// public method for urlsafe encoding
1111
urlsafe_encode: (input) => Base64.encode(input)
12-
.replace(/[+]/g, '-').replace(/[\/]/g, '_').replace(/[=]/g, '.'),
12+
.replace(/[+]/g, '-').replace(/[\/]/g, '_').replace(/[=]/g, ''),
1313

1414
// public method for encoding
1515
encode: (input) => {

dev/Styles/Login.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,13 @@
182182
z-index: 1052;
183183
}
184184
}
185+
186+
.btn-submit-icon-wrp {
187+
border: none;
188+
background: none;
189+
display: inline-block;
190+
margin: 0;
191+
padding: 0;
192+
outline: none;
193+
cursor: pointer;
194+
}

npm-shrinkwrap.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Simple, modern & fast web-based email client",
55
"private": true,
66
"version": "1.10.4",
7-
"release": "180",
8-
"ownCloudPackageVersion": "4.24",
7+
"release": "181",
8+
"ownCloudPackageVersion": "4.25",
99
"homepage": "http://rainloop.net",
1010
"main": "gulpfile.js",
1111
"author": {
@@ -99,7 +99,7 @@
9999
"knockout-sortable": "^0.14.1",
100100
"lightgallery": "^1.2.21",
101101
"matchmedia-polyfill": "^0.3.0",
102-
"moment": "^2.15.0",
102+
"moment": "^2.15.1",
103103
"node-fs": "^0.1.7",
104104
"node-notifier": "4.6.1",
105105
"normalize.css": "^4.2.0",

0 commit comments

Comments
 (0)