Added access rights feature + read access check
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
libs/rights.js
0 → 100644
| ... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
| "bluebird": "^3.4.6", | "bluebird": "^3.4.6", | ||
| "body-parser": "^1.15.2", | "body-parser": "^1.15.2", | ||
| "cheerio": "^0.22.0", | "cheerio": "^0.22.0", | ||
| "child-process-promise": "^2.1.3", | "child-process-promise": "^2.2.0", | ||
| "chokidar": "^1.6.0", | "chokidar": "^1.6.0", | ||
| "compression": "^1.6.2", | "compression": "^1.6.2", | ||
| "connect-flash": "^0.1.1", | "connect-flash": "^0.1.1", | ||
| ... | @@ -46,8 +46,8 @@ | ... | @@ -46,8 +46,8 @@ |
| "cron": "^1.1.1", | "cron": "^1.1.1", | ||
| "express": "^4.14.0", | "express": "^4.14.0", | ||
| "express-brute": "^1.0.0", | "express-brute": "^1.0.0", | ||
| "express-brute-mongoose": "0.0.6", | "express-brute-mongoose": "0.0.7", | ||
| "express-session": "^1.14.1", | "express-session": "^1.14.2", | ||
| "farmhash": "^1.2.1", | "farmhash": "^1.2.1", | ||
| "file-type": "^3.8.0", | "file-type": "^3.8.0", | ||
| "filesize.js": "^1.0.2", | "filesize.js": "^1.0.2", | ||
| ... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
| "i18next-express-middleware": "^1.0.2", | "i18next-express-middleware": "^1.0.2", | ||
| "i18next-node-fs-backend": "^0.1.2", | "i18next-node-fs-backend": "^0.1.2", | ||
| "js-yaml": "^3.6.1", | "js-yaml": "^3.6.1", | ||
| "lodash": "^4.16.4", | "lodash": "^4.16.5", | ||
| "markdown-it": "^8.0.0", | "markdown-it": "^8.0.0", | ||
| "markdown-it-abbr": "^1.0.4", | "markdown-it-abbr": "^1.0.4", | ||
| "markdown-it-anchor": "^2.5.0", | "markdown-it-anchor": "^2.5.0", | ||
| ... | @@ -77,7 +77,7 @@ | ... | @@ -77,7 +77,7 @@ |
| "passport-google-oauth20": "^1.0.0", | "passport-google-oauth20": "^1.0.0", | ||
| "passport-local": "^1.0.0", | "passport-local": "^1.0.0", | ||
| "passport-windowslive": "^1.0.2", | "passport-windowslive": "^1.0.2", | ||
| "passport.socketio": "^3.6.2", | "passport.socketio": "^3.7.0", | ||
| "pug": "^2.0.0-beta6", | "pug": "^2.0.0-beta6", | ||
| "read-chunk": "^2.0.0", | "read-chunk": "^2.0.0", | ||
| "remove-markdown": "^0.1.0", | "remove-markdown": "^0.1.0", | ||
| ... | ... |
views/error-forbidden.pug
0 → 100644
Please
register
or
sign in
to comment