@breakside/jskit 2022.3.0 → 2022.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Frameworks/DOM.jsframework/Info.json +2 -2
- package/Frameworks/DOM.jsframework/io.breakside.JSKit.DOM-bundle.js +2 -2
- package/Frameworks/FontKit.jsframework/Info.json +2 -2
- package/Frameworks/FontKit.jsframework/io.breakside.JSKit.FontKit-bundle.js +2 -2
- package/Frameworks/Foundation.jsframework/Info.json +2 -2
- package/Frameworks/Foundation.jsframework/JS/JSColor.js +9 -0
- package/Frameworks/Foundation.jsframework/JS/JSMediaType.js +1 -1
- package/Frameworks/Foundation.jsframework/JS/JSUserDefaults.js +28 -7
- package/Frameworks/Foundation.jsframework/io.breakside.JSKit.Foundation-bundle.js +2 -2
- package/Frameworks/SecurityKit.jsframework/Info.json +2 -2
- package/Frameworks/SecurityKit.jsframework/io.breakside.JSKit.SecurityKit-bundle.js +2 -2
- package/Info.json +2 -2
- package/Node/io.breakside.jskit-bundle.js +2 -2
- package/Root/Frameworks/APIKit/APIRequest.js +99 -0
- package/Root/Frameworks/APIKit/Info.yaml +1 -1
- package/Root/Frameworks/APIKitTesting/Info.yaml +1 -1
- package/Root/Frameworks/AuthKit/Info.yaml +1 -1
- package/Root/Frameworks/CSSOM/Info.yaml +1 -1
- package/Root/Frameworks/ChartKit/Info.yaml +1 -1
- package/Root/Frameworks/ConferenceKit/Info.yaml +1 -1
- package/Root/Frameworks/DBKit/DBMongoStore.js +1 -0
- package/Root/Frameworks/DBKit/DBRedisStore.js +136 -117
- package/Root/Frameworks/DBKit/Info.yaml +1 -1
- package/Root/Frameworks/DOM/Info.yaml +1 -1
- package/Root/Frameworks/Dispatch/Info.yaml +1 -1
- package/Root/Frameworks/FontKit/Info.yaml +1 -1
- package/Root/Frameworks/Foundation/Info.yaml +1 -1
- package/Root/Frameworks/Foundation/JSColor.js +9 -0
- package/Root/Frameworks/Foundation/JSMediaType.js +1 -1
- package/Root/Frameworks/Foundation/JSUserDefaults.js +28 -7
- package/Root/Frameworks/ImageKit/IKColorProfile.js +133 -21
- package/Root/Frameworks/ImageKit/IKMatrix.js +1 -1
- package/Root/Frameworks/ImageKit/Info.yaml +1 -1
- package/Root/Frameworks/MediaKit/Info.yaml +1 -1
- package/Root/Frameworks/MediaKitUI/Info.yaml +1 -1
- package/Root/Frameworks/NotificationKit/Info.yaml +1 -1
- package/Root/Frameworks/PDFKit/Info.yaml +1 -1
- package/Root/Frameworks/QRKit/Info.yaml +1 -1
- package/Root/Frameworks/SearchKit/Info.yaml +1 -1
- package/Root/Frameworks/SecurityKit/Info.yaml +1 -1
- package/Root/Frameworks/ServerKit/Info.yaml +1 -1
- package/Root/Frameworks/ServerKit/SKAMQPJobQueue.js +1 -1
- package/Root/Frameworks/ServerKit/SKApplication+Node.js +5 -3
- package/Root/Frameworks/ServerKit/SKHTTPRequest.js +44 -0
- package/Root/Frameworks/ServerKit/SKJobQueue.js +1 -1
- package/Root/Frameworks/ServerKit/SKRedisJobQueue.js +7 -3
- package/Root/Frameworks/ServerKitTesting/Info.yaml +1 -1
- package/Root/Frameworks/TestKit/Info.yaml +1 -1
- package/Root/Frameworks/TestKit/TKMock.js +1 -1
- package/Root/Frameworks/UIKit/Info.yaml +1 -1
- package/Root/Frameworks/UIKit/UIBrowserViewController.js +2 -6
- package/Root/Frameworks/UIKit/UIHTMLApplication.js +21 -5
- package/Root/Frameworks/UIKit/UINavigationBar.js +7 -1
- package/Root/Frameworks/UIKit/UINavigationController.js +228 -112
- package/Root/Frameworks/UIKit/UINavigationItem.js +4 -0
- package/Root/Frameworks/UIKit/UIPopupButton.js +8 -0
- package/Root/Frameworks/UIKit/UISplitViewController.js +185 -77
- package/Root/Frameworks/UIKit/UITabViewController.js +4 -10
- package/Root/Frameworks/UIKit/UIViewController.js +133 -50
- package/Root/Frameworks/UIKit/UIWindow.js +4 -15
- package/Root/Frameworks/UIKitTesting/Info.yaml +1 -1
- package/Root/Frameworks/UIKitTesting/UIMockApplication.js +6 -0
- package/Root/Templates/http/${PROJECT_NAME}/Dockerfile +1 -1
- package/Root/Templates/node/${PROJECT_NAME}/Dockerfile +4 -2
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"JSBundleType": "framework",
|
|
3
3
|
"JSBundleIdentifier": "io.breakside.JSKit.DOM",
|
|
4
|
-
"JSBundleVersion": "2022.
|
|
4
|
+
"JSBundleVersion": "2022.6.1",
|
|
5
5
|
"JSDevelopmentLanguage": "en",
|
|
6
6
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
7
7
|
"JSBundleEnvironments": {
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"node": "DOM+Node.js"
|
|
10
10
|
},
|
|
11
11
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
12
|
-
"GitRevision": "
|
|
12
|
+
"GitRevision": "a2f98fcf4d3885174dec129a75926bd9e3925006"
|
|
13
13
|
}
|
|
@@ -3,7 +3,7 @@ JSBundle.bundles['io.breakside.JSKit.DOM'] = {
|
|
|
3
3
|
"Info": {
|
|
4
4
|
"JSBundleType": "framework",
|
|
5
5
|
"JSBundleIdentifier": "io.breakside.JSKit.DOM",
|
|
6
|
-
"JSBundleVersion": "2022.
|
|
6
|
+
"JSBundleVersion": "2022.6.1",
|
|
7
7
|
"JSDevelopmentLanguage": "en",
|
|
8
8
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
9
9
|
"JSBundleEnvironments": {
|
|
@@ -11,7 +11,7 @@ JSBundle.bundles['io.breakside.JSKit.DOM'] = {
|
|
|
11
11
|
"node": "DOM+Node.js"
|
|
12
12
|
},
|
|
13
13
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
14
|
-
"GitRevision": "
|
|
14
|
+
"GitRevision": "a2f98fcf4d3885174dec129a75926bd9e3925006"
|
|
15
15
|
},
|
|
16
16
|
"Resources": [],
|
|
17
17
|
"ResourceLookup": {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"JSBundleType": "framework",
|
|
3
3
|
"JSBundleIdentifier": "io.breakside.JSKit.FontKit",
|
|
4
|
-
"JSBundleVersion": "2022.
|
|
4
|
+
"JSBundleVersion": "2022.6.1",
|
|
5
5
|
"JSDevelopmentLanguage": "en",
|
|
6
6
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
7
7
|
"JSBundleEnvironments": {
|
|
8
8
|
"html": "FontKit+HTML.js"
|
|
9
9
|
},
|
|
10
10
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
11
|
-
"GitRevision": "
|
|
11
|
+
"GitRevision": "a2f98fcf4d3885174dec129a75926bd9e3925006"
|
|
12
12
|
}
|
|
@@ -3,14 +3,14 @@ JSBundle.bundles['io.breakside.JSKit.FontKit'] = {
|
|
|
3
3
|
"Info": {
|
|
4
4
|
"JSBundleType": "framework",
|
|
5
5
|
"JSBundleIdentifier": "io.breakside.JSKit.FontKit",
|
|
6
|
-
"JSBundleVersion": "2022.
|
|
6
|
+
"JSBundleVersion": "2022.6.1",
|
|
7
7
|
"JSDevelopmentLanguage": "en",
|
|
8
8
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
9
9
|
"JSBundleEnvironments": {
|
|
10
10
|
"html": "FontKit+HTML.js"
|
|
11
11
|
},
|
|
12
12
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
13
|
-
"GitRevision": "
|
|
13
|
+
"GitRevision": "a2f98fcf4d3885174dec129a75926bd9e3925006"
|
|
14
14
|
},
|
|
15
15
|
"Resources": [],
|
|
16
16
|
"ResourceLookup": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"JSBundleType": "framework",
|
|
3
3
|
"JSBundleIdentifier": "io.breakside.JSKit.Foundation",
|
|
4
|
-
"JSBundleVersion": "2022.
|
|
4
|
+
"JSBundleVersion": "2022.6.1",
|
|
5
5
|
"JSDevelopmentLanguage": "en",
|
|
6
6
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
7
7
|
"JSBundleEnvironments": {
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"node": "Foundation+Node.js"
|
|
10
10
|
},
|
|
11
11
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
12
|
-
"GitRevision": "
|
|
12
|
+
"GitRevision": "a2f98fcf4d3885174dec129a75926bd9e3925006"
|
|
13
13
|
}
|
|
@@ -300,6 +300,15 @@ JSClass('JSColor', JSObject, {
|
|
|
300
300
|
return JSColor.initWithSpaceAndComponents(JSColorSpace.gray, gray);
|
|
301
301
|
},
|
|
302
302
|
|
|
303
|
+
colorInSpace: function(space){
|
|
304
|
+
if (space === this._space){
|
|
305
|
+
return this;
|
|
306
|
+
}
|
|
307
|
+
var components = space.componentsFromSpace(this._space, this._components);
|
|
308
|
+
components.push(this._components[this._components.length - 1]);
|
|
309
|
+
return JSColor.initWithSpaceAndComponents(space, components);
|
|
310
|
+
},
|
|
311
|
+
|
|
303
312
|
rgbaHexStringRepresentation: function(){
|
|
304
313
|
var color = this.rgbaColor();
|
|
305
314
|
var r = Math.round(color.red * 255);
|
|
@@ -29,12 +29,17 @@ var logger = JSLog("foundation", "user-defaults");
|
|
|
29
29
|
JSClass("JSUserDefaults", JSObject, {
|
|
30
30
|
|
|
31
31
|
identifier: JSReadOnlyProperty('_identifier', null),
|
|
32
|
+
_fileManager: null,
|
|
32
33
|
_defaults: null,
|
|
33
34
|
_values: null,
|
|
34
35
|
|
|
35
|
-
initWithIdentifier: function(identifier){
|
|
36
|
+
initWithIdentifier: function(identifier, fileManager){
|
|
37
|
+
if (fileManager === undefined){
|
|
38
|
+
fileManager = JSFileManager.shared;
|
|
39
|
+
}
|
|
40
|
+
this._fileManager = fileManager;
|
|
36
41
|
this._identifier = identifier;
|
|
37
|
-
this._url =
|
|
42
|
+
this._url = this._fileManager.persistentContainerURL.appendingPathComponents(['Preferences', '%s.prefs.json'.sprintf(this._identifier)]);
|
|
38
43
|
this._defaults = {};
|
|
39
44
|
},
|
|
40
45
|
|
|
@@ -42,7 +47,7 @@ JSClass("JSUserDefaults", JSObject, {
|
|
|
42
47
|
if (!completion){
|
|
43
48
|
completion = Promise.completion(Promise.resolveTrue);
|
|
44
49
|
}
|
|
45
|
-
|
|
50
|
+
this._fileManager.contentsAtURL(this._url, function JSUserDefaults_open_contents(data){
|
|
46
51
|
try{
|
|
47
52
|
if (data !== null){
|
|
48
53
|
var json = String.initWithData(data, String.Encoding.utf8);
|
|
@@ -60,6 +65,19 @@ JSClass("JSUserDefaults", JSObject, {
|
|
|
60
65
|
},
|
|
61
66
|
|
|
62
67
|
close: function(completion, target){
|
|
68
|
+
if (!completion){
|
|
69
|
+
completion = Promise.completion(Promise.resolveTrue);
|
|
70
|
+
}
|
|
71
|
+
this.synchronize(function(success){
|
|
72
|
+
if (success){
|
|
73
|
+
this._values = null;
|
|
74
|
+
}
|
|
75
|
+
completion.call(target, success);
|
|
76
|
+
}, this);
|
|
77
|
+
return completion.promise;
|
|
78
|
+
},
|
|
79
|
+
|
|
80
|
+
synchronize: function(completion, target){
|
|
63
81
|
if (!completion){
|
|
64
82
|
completion = Promise.completion(Promise.resolveTrue);
|
|
65
83
|
}
|
|
@@ -75,9 +93,6 @@ JSClass("JSUserDefaults", JSObject, {
|
|
|
75
93
|
}
|
|
76
94
|
if (needsSave){
|
|
77
95
|
this._persist(function JSUserDefaults_close_persisted(success){
|
|
78
|
-
if (success){
|
|
79
|
-
this._values = null;
|
|
80
|
-
}
|
|
81
96
|
completion.call(target, success);
|
|
82
97
|
}, this);
|
|
83
98
|
}else{
|
|
@@ -89,6 +104,9 @@ JSClass("JSUserDefaults", JSObject, {
|
|
|
89
104
|
// MARK: - Getting and Setting values
|
|
90
105
|
|
|
91
106
|
valueForKey: function(key){
|
|
107
|
+
if (this._values === null){
|
|
108
|
+
throw new Error("JSUserDefaults is closed, cannot get value. Be sure to call open() first.");
|
|
109
|
+
}
|
|
92
110
|
if (key in this._values){
|
|
93
111
|
return this._values[key];
|
|
94
112
|
}
|
|
@@ -99,6 +117,9 @@ JSClass("JSUserDefaults", JSObject, {
|
|
|
99
117
|
},
|
|
100
118
|
|
|
101
119
|
setValueForKey: function(value, key){
|
|
120
|
+
if (this._values === null){
|
|
121
|
+
throw new Error("JSUserDefaults is closed, cannot set value. Be sure to call open() first.");
|
|
122
|
+
}
|
|
102
123
|
this._values[key] = value;
|
|
103
124
|
this._persistAfterDelay();
|
|
104
125
|
this._definePropertyForKey(key);
|
|
@@ -161,7 +182,7 @@ JSClass("JSUserDefaults", JSObject, {
|
|
|
161
182
|
}else{
|
|
162
183
|
var data = JSON.stringify(this._values).utf8();
|
|
163
184
|
logger.info("saving user defaults");
|
|
164
|
-
|
|
185
|
+
this._fileManager.createFileAtURL(this._url, data, function JSUserDefaults_persist_createFile(success){
|
|
165
186
|
if (!success){
|
|
166
187
|
logger.error("failed to write user defaults");
|
|
167
188
|
}else{
|
|
@@ -3,7 +3,7 @@ JSBundle.bundles['io.breakside.JSKit.Foundation'] = {
|
|
|
3
3
|
"Info": {
|
|
4
4
|
"JSBundleType": "framework",
|
|
5
5
|
"JSBundleIdentifier": "io.breakside.JSKit.Foundation",
|
|
6
|
-
"JSBundleVersion": "2022.
|
|
6
|
+
"JSBundleVersion": "2022.6.1",
|
|
7
7
|
"JSDevelopmentLanguage": "en",
|
|
8
8
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
9
9
|
"JSBundleEnvironments": {
|
|
@@ -11,7 +11,7 @@ JSBundle.bundles['io.breakside.JSKit.Foundation'] = {
|
|
|
11
11
|
"node": "Foundation+Node.js"
|
|
12
12
|
},
|
|
13
13
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
14
|
-
"GitRevision": "
|
|
14
|
+
"GitRevision": "a2f98fcf4d3885174dec129a75926bd9e3925006"
|
|
15
15
|
},
|
|
16
16
|
"Resources": [
|
|
17
17
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"JSBundleType": "framework",
|
|
3
3
|
"JSBundleIdentifier": "io.breakside.JSKit.SecurityKit",
|
|
4
|
-
"JSBundleVersion": "2022.
|
|
4
|
+
"JSBundleVersion": "2022.6.1",
|
|
5
5
|
"JSDevelopmentLanguage": "en",
|
|
6
6
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
7
7
|
"JSBundleEnvironments": {
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"node": "SecurityKit+Node.js"
|
|
10
10
|
},
|
|
11
11
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
12
|
-
"GitRevision": "
|
|
12
|
+
"GitRevision": "a2f98fcf4d3885174dec129a75926bd9e3925006"
|
|
13
13
|
}
|
|
@@ -3,7 +3,7 @@ JSBundle.bundles['io.breakside.JSKit.SecurityKit'] = {
|
|
|
3
3
|
"Info": {
|
|
4
4
|
"JSBundleType": "framework",
|
|
5
5
|
"JSBundleIdentifier": "io.breakside.JSKit.SecurityKit",
|
|
6
|
-
"JSBundleVersion": "2022.
|
|
6
|
+
"JSBundleVersion": "2022.6.1",
|
|
7
7
|
"JSDevelopmentLanguage": "en",
|
|
8
8
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
9
9
|
"JSBundleEnvironments": {
|
|
@@ -11,7 +11,7 @@ JSBundle.bundles['io.breakside.JSKit.SecurityKit'] = {
|
|
|
11
11
|
"node": "SecurityKit+Node.js"
|
|
12
12
|
},
|
|
13
13
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
14
|
-
"GitRevision": "
|
|
14
|
+
"GitRevision": "a2f98fcf4d3885174dec129a75926bd9e3925006"
|
|
15
15
|
},
|
|
16
16
|
"Resources": [],
|
|
17
17
|
"ResourceLookup": {
|
package/Info.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"JSBundleType": "node",
|
|
3
3
|
"JSBundleIdentifier": "io.breakside.jskit",
|
|
4
|
-
"JSBundleVersion": "2022.
|
|
4
|
+
"JSBundleVersion": "2022.6.1",
|
|
5
5
|
"JSExecutableName": "jskit",
|
|
6
6
|
"NPMOrganization": "breakside",
|
|
7
7
|
"JSResources": [
|
|
8
8
|
"Tests/HTMLTestRunner.js",
|
|
9
9
|
"Tests/NodeTestRunner.js"
|
|
10
10
|
],
|
|
11
|
-
"GitRevision": "
|
|
11
|
+
"GitRevision": "a2f98fcf4d3885174dec129a75926bd9e3925006"
|
|
12
12
|
}
|
|
@@ -3,14 +3,14 @@ JSBundle.bundles['io.breakside.jskit'] = {
|
|
|
3
3
|
"Info": {
|
|
4
4
|
"JSBundleType": "node",
|
|
5
5
|
"JSBundleIdentifier": "io.breakside.jskit",
|
|
6
|
-
"JSBundleVersion": "2022.
|
|
6
|
+
"JSBundleVersion": "2022.6.1",
|
|
7
7
|
"JSExecutableName": "jskit",
|
|
8
8
|
"NPMOrganization": "breakside",
|
|
9
9
|
"JSResources": [
|
|
10
10
|
"Tests/HTMLTestRunner.js",
|
|
11
11
|
"Tests/NodeTestRunner.js"
|
|
12
12
|
],
|
|
13
|
-
"GitRevision": "
|
|
13
|
+
"GitRevision": "a2f98fcf4d3885174dec129a75926bd9e3925006"
|
|
14
14
|
},
|
|
15
15
|
"Resources": [
|
|
16
16
|
{
|
|
@@ -52,6 +52,50 @@ JSClass("APIRequest", JSObject, {
|
|
|
52
52
|
return this.headerMap.get('Origin', null);
|
|
53
53
|
},
|
|
54
54
|
|
|
55
|
+
acceptContentTypes: JSLazyInitProperty(function(){
|
|
56
|
+
var mediaStrings = this.headerMap.get("Accept", "").split(/\s*,\s*/);
|
|
57
|
+
var contentTypesAndWeights = [];
|
|
58
|
+
var contentType;
|
|
59
|
+
var q;
|
|
60
|
+
for (var i = 0, l = mediaStrings.length; i < l; ++i){
|
|
61
|
+
contentType = JSMediaType(mediaStrings[i]);
|
|
62
|
+
if (contentType !== null){
|
|
63
|
+
q = 1;
|
|
64
|
+
if (contentType.parameters.q !== undefined){
|
|
65
|
+
q = parseFloat(contentType.parameters.q);
|
|
66
|
+
if (isNaN(q)){
|
|
67
|
+
q = 0;
|
|
68
|
+
}
|
|
69
|
+
delete contentType.parameters.q;
|
|
70
|
+
}
|
|
71
|
+
contentTypesAndWeights.push([contentType, q]);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
contentTypesAndWeights.sort(function(a, b){
|
|
75
|
+
var d = b[1] - a[1];
|
|
76
|
+
if (d !== 0){
|
|
77
|
+
return d;
|
|
78
|
+
}
|
|
79
|
+
if (a[0].type !== "*" && b[0].type === "*"){
|
|
80
|
+
return -1;
|
|
81
|
+
}
|
|
82
|
+
if (a[0].type === "*" && b[0].type !== "*"){
|
|
83
|
+
return 1;
|
|
84
|
+
}
|
|
85
|
+
if (a[0].subtype !== "*" && b[0].subtype === "*"){
|
|
86
|
+
return -1;
|
|
87
|
+
}
|
|
88
|
+
if (a[0].subtype === "*" && b[0].subtype !== "*"){
|
|
89
|
+
return 1;
|
|
90
|
+
}
|
|
91
|
+
d = Object.keys(b[0].parameters).length - Object.keys(a[0].parameters).length;
|
|
92
|
+
return d;
|
|
93
|
+
});
|
|
94
|
+
return contentTypesAndWeights.map(function(pair){
|
|
95
|
+
return pair[0];
|
|
96
|
+
});
|
|
97
|
+
}),
|
|
98
|
+
|
|
55
99
|
needsEntityWithTag: function(etag){
|
|
56
100
|
if (!etag){
|
|
57
101
|
return true;
|
|
@@ -225,6 +269,61 @@ JSClass("APIRequest", JSObject, {
|
|
|
225
269
|
getValidQuery: function(validatingClass){
|
|
226
270
|
var validator = this.getValidatingQuery();
|
|
227
271
|
return validatingClass.initWithValidatingObject(validator);
|
|
272
|
+
},
|
|
273
|
+
|
|
274
|
+
bearerToken: JSReadOnlyProperty(),
|
|
275
|
+
|
|
276
|
+
getBearerToken: function(){
|
|
277
|
+
var authorization = this.headerMap.get("Authorization", null);
|
|
278
|
+
if (authorization !== null){
|
|
279
|
+
if (authorization.startsWith("Bearer ")){
|
|
280
|
+
return authorization.substr(7);
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
return null;
|
|
284
|
+
},
|
|
285
|
+
|
|
286
|
+
username: JSReadOnlyProperty(),
|
|
287
|
+
|
|
288
|
+
getBasicAuthorization: function(){
|
|
289
|
+
var authorization = this.headerMap.get("Authorization", null);
|
|
290
|
+
if (authorization !== null){
|
|
291
|
+
if (authorization.startsWith("Basic ")){
|
|
292
|
+
try{
|
|
293
|
+
var basic = authorization.substr(6).dataByDecodingBase64().stringByDecodingUTF8();
|
|
294
|
+
return basic;
|
|
295
|
+
}catch (e){
|
|
296
|
+
return null;
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
return null;
|
|
301
|
+
},
|
|
302
|
+
|
|
303
|
+
getUsername: function(){
|
|
304
|
+
var basic = this.getBasicAuthorization();
|
|
305
|
+
if (basic !== null){
|
|
306
|
+
var index = basic.indexOf(":");
|
|
307
|
+
if (index >= 0){
|
|
308
|
+
return basic.substr(0, index);
|
|
309
|
+
}
|
|
310
|
+
return basic;
|
|
311
|
+
}
|
|
312
|
+
return null;
|
|
313
|
+
},
|
|
314
|
+
|
|
315
|
+
password: JSReadOnlyProperty(),
|
|
316
|
+
|
|
317
|
+
getPassword: function(){
|
|
318
|
+
var basic = this.getBasicAuthorization();
|
|
319
|
+
if (basic !== null){
|
|
320
|
+
var index = basic.indexOf(":");
|
|
321
|
+
if (index >= 0){
|
|
322
|
+
return basic.substr(index + 1);
|
|
323
|
+
}
|
|
324
|
+
return null;
|
|
325
|
+
}
|
|
326
|
+
return null;
|
|
228
327
|
}
|
|
229
328
|
|
|
230
329
|
});
|
|
@@ -40,6 +40,7 @@ JSClass("DBMongoStore", DBObjectStore, {
|
|
|
40
40
|
this.databaseName = url.pathComponents[1];
|
|
41
41
|
url = url.copy();
|
|
42
42
|
url.path = null;
|
|
43
|
+
url.query.set("retryWrites", "false");
|
|
43
44
|
this.tlsCertificateName = url.query.get("ssl_ca_certs", null);
|
|
44
45
|
if (this.tlsCertificateName !== null){
|
|
45
46
|
url.query.unset("ssl_ca_certs");
|