-
-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from polonel/develop
Develop Merge for RC
- Loading branch information
Showing
899 changed files
with
413,964 additions
and
20,124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
exclude_paths: | ||
- apidocs/** | ||
- mobile/** | ||
- apidoc_template/** | ||
- docs/** | ||
- src/public/js/plugins/** | ||
- test/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,3 +47,5 @@ private/ | |
/coverage/ | ||
/plugins/ | ||
config.local.json | ||
public/css/app.min.css | ||
public/css/app.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.7.1 | ||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | ||
ignore: | ||
'npm:ms:20170412': | ||
- express-session > debug > ms: | ||
reason: None given | ||
expires: '2017-06-16T22:52:26.703Z' | ||
- morgan > debug > ms: | ||
reason: None given | ||
expires: '2017-06-16T22:52:26.703Z' | ||
- body-parser > debug > ms: | ||
reason: None given | ||
expires: '2017-06-16T22:52:26.703Z' | ||
- mongoose > mquery > debug > ms: | ||
reason: None given | ||
expires: '2017-06-16T22:52:26.703Z' | ||
- pm2 > pm2-axon > debug > ms: | ||
reason: None given | ||
expires: '2017-06-16T22:52:26.703Z' | ||
- mongoose > ms: | ||
reason: None given | ||
expires: '2017-06-16T22:52:26.703Z' | ||
- socket.io > socket.io-adapter > debug > ms: | ||
reason: None given | ||
expires: '2017-06-16T22:52:26.703Z' | ||
- socket.io-client > debug > ms: | ||
reason: None given | ||
expires: '2017-06-16T22:52:26.704Z' | ||
- socket.io > socket.io-client > debug > ms: | ||
reason: None given | ||
expires: '2017-06-16T22:52:26.704Z' | ||
- socket.io-client > engine.io-client > debug > ms: | ||
reason: None given | ||
expires: '2017-06-16T22:52:26.704Z' | ||
- socket.io > socket.io-client > engine.io-client > debug > ms: | ||
reason: None given | ||
expires: '2017-06-16T22:52:26.704Z' | ||
'npm:shelljs:20140723': | ||
- pm2 > shelljs: | ||
reason: None given | ||
expires: '2017-06-16T22:52:26.705Z' | ||
# patches apply the minimum changes required to fix a vulnerability | ||
patch: | ||
'npm:marked:20170112': | ||
- jsdoc > marked: | ||
patched: '2017-05-17T22:49:53.552Z' | ||
- marked: | ||
patched: '2017-05-17T22:49:53.552Z' | ||
- grunt-jsdoc > jsdoc > marked: | ||
patched: '2017-05-17T22:49:53.552Z' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ language: node_js | |
env: | ||
- CXX=g++-4.8 | ||
node_js: | ||
- 6 | ||
- 7 | ||
- 8 | ||
services: | ||
- mongodb | ||
addons: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# test directories | ||
__tests__ | ||
test | ||
tests | ||
powered-test | ||
|
||
# asset directories | ||
docs | ||
doc | ||
website | ||
|
||
# examples | ||
example | ||
examples | ||
|
||
# code coverage directories | ||
coverage | ||
.nyc_output | ||
|
||
# build scripts | ||
Makefile | ||
Gulpfile.js | ||
Gruntfile.js | ||
|
||
# configs | ||
.tern-project | ||
.gitattributes | ||
.editorconfig | ||
.*ignore | ||
.eslintrc | ||
.jshintrc | ||
.flowconfig | ||
.documentup.json | ||
.yarn-metadata.json | ||
|
||
# misc | ||
*.gz | ||
*.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<widget id="io.trudesk.app" version="0.1.10" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<feature name="Camera"> | ||
<param name="browser-package" value="Camera" /> | ||
</feature> | ||
<feature name="Device"> | ||
<param name="browser-package" value="Device" /> | ||
</feature> | ||
<name>Trudesk</name> | ||
<description> | ||
Trudesk: Help Desk Solution | ||
</description> | ||
<author email="polonel@gmail.com" href="http://www.trudesk.io/"> | ||
Chris Brame | ||
</author> | ||
<content src="index.html" /> | ||
<access origin="*" /> | ||
<preference name="webviewbounce" value="false" /> | ||
<preference name="UIWebViewBounce" value="false" /> | ||
<preference name="DisallowOverscroll" value="true" /> | ||
<preference name="android-minSdkVersion" value="21" /> | ||
<preference name="BackupWebStorage" value="none" /> | ||
<preference name="SplashScreen" value="screen" /> | ||
<preference name="SplashScreenDelay" value="3000" /> | ||
<preference name="SplashShowOnlyFirstTime" value="false" /> | ||
</widget> |
Oops, something went wrong.