1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Skip LDAP user creation if not sync'ed

This commit is contained in:
HarveyKandola 2022-01-12 14:12:51 -05:00
parent 4b89f3b1c2
commit a97b6b22d9
6 changed files with 27 additions and 22 deletions

View file

@ -15,6 +15,16 @@ module.exports = {
browser: true
},
rules: {
"ember/no-classic-classes": "off",
"ember/require-tagless-components": "off",
"ember/require-computed-property-dependencies": "off",
"ember/no-classic-components": "off",
"ember/no-assignment-of-untracked-properties-used-in-tracking-contexts": "off",
"ember/no-component-lifecycle-hooks": "off",
"ember/no-get": "off",
"ember/no-jquery": "off",
"ember/no-mixins": "off",
"ember/no-actions-hash": "off"
},
overrides: [
// node files

View file

@ -1,11 +1,11 @@
{
"name": "documize",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"description": "Documize",
"description": "Documize Community",
"repository": "",
"license": "AGPL",
"author": "Documize",
"author": "Documize Inc.",
"directories": {
"doc": "doc",
"test": "tests"