Skip to content

Commit 9b3cbec

Browse files
committed
L2Auth
Fixed Saving Groups on Edit Account Fixed issue with JSDoc when plugins folder is in project root.
1 parent aa89ca5 commit 9b3cbec

26 files changed

+799
-648
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact = true

docs/jaguarjs-jsdoc/conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"tags": {
33
"allowUnknownTags" : true
44
},
5-
"plugins": ["plugins/markdown"],
5+
"plugins": ["node_modules/jsdoc/plugins/markdown"],
66
"templates": {
77
"cleverLinks": true,
88
"monospaceLinks": true,

docs/reports.md

-31
This file was deleted.

package.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"handlebars": "4.0.5",
4343
"imap": "0.8.17",
4444
"js-string-escape": "1.0.1",
45+
"jsdoc": "3.4.3",
4546
"kerberos": "0.0.21",
4647
"lodash": "4.13.1",
4748
"logrotate-stream": "0.2.5",
@@ -56,9 +57,11 @@
5657
"node-cache": "3.2.1",
5758
"node-sass": "3.8.0",
5859
"nodemailer": "2.5.0",
60+
"notp": "2.0.3",
5961
"passport": "0.3.2",
6062
"passport-http": "0.3.0",
6163
"passport-local": "1.0.0",
64+
"passport-totp": "0.0.2",
6265
"passport.socketio": "3.6.2",
6366
"pm2": "1.1.3",
6467
"prompt": "1.0.0",
@@ -67,6 +70,7 @@
6770
"serve-favicon": "2.3.0",
6871
"socket.io": "1.4.8",
6972
"socket.io-client": "1.4.8",
73+
"thirty-two": "1.0.2",
7074
"uglify-js": "2.7.0",
7175
"underscore": "1.8.3",
7276
"underscore.string": "3.3.4",
@@ -77,10 +81,10 @@
7781
"devDependencies": {
7882
"chai": "*",
7983
"coveralls": "2.11.11",
80-
"eslint": "^3.14.0",
81-
"eslint-config-angular": "^0.5.0",
82-
"eslint-plugin-angular": "^1.6.1",
83-
"eslint-plugin-node": "^3.0.5",
84+
"eslint": "3.14.0",
85+
"eslint-config-angular": "0.5.0",
86+
"eslint-plugin-angular": "1.6.1",
87+
"eslint-plugin-node": "3.0.5",
8488
"grunt-contrib-uglify": "1.0.1",
8589
"grunt-contrib-watch": "1.0.0",
8690
"grunt-express-server": "0.5.3",

rBuild.js

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ modules: [
3838
'selectize',
3939
'waves',
4040
'formvalidator',
41+
'qrcode',
4142
'snackbar',
4243

4344
'../../src/permissions/roles',

rBuild_dist.js

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ modules: [
3838
'selectize',
3939
'waves',
4040
'formvalidator',
41+
'qrcode',
4142
'snackbar',
4243

4344
'../../src/permissions/roles',

0 commit comments

Comments
 (0)