Commit Graph

642 Commits

Author SHA1 Message Date
Tony Brix b83008c717
Merge pull request #696 from UziTech/docs
remove email link from docs
2020-12-13 13:42:27 -06:00
Tony Brix 3ef9a7804e remove email link 2020-12-13 13:05:58 -06:00
Tony Brix d08ad3dd78
Merge pull request #695 from UziTech/cname
add cname to docs
2020-12-13 12:33:43 -06:00
Tony Brix 4a1ac8607a
Merge branch 'master' into cname 2020-12-13 12:29:57 -06:00
Tony Brix 242466f485 add cname to docs 2020-12-13 12:27:09 -06:00
Tony Brix 0bbdf5ff82
Merge pull request #694 from UziTech/fix-update-docs
use node 14 in update docs
2020-12-13 12:18:05 -06:00
Tony Brix 08ec807022 use node 14 2020-12-13 12:14:08 -06:00
Tony Brix c0ae75b61d
Merge pull request #693 from UziTech/build-docs 2020-12-13 12:10:17 -06:00
Tony Brix 87eed8f240 deploy to ldapjs.github.io 2020-12-13 11:57:55 -06:00
Tony Brix c3a9c21619 move to script folder 2020-12-13 11:10:12 -06:00
Tony Brix 57cd9210b8
Merge branch 'master' into build-docs 2020-12-13 02:33:47 -06:00
Tony Brix 368159499b move to ./public folder 2020-12-13 02:18:49 -06:00
Tony Brix 761b4df442 add update docs action 2020-12-13 02:15:10 -06:00
Tony Brix 4ebe8d104f add build-docs script 2020-12-13 02:06:45 -06:00
James Sumners da2f977aed
Merge pull request #690 from maltewirz/patch-1
Update guide.md - broken tutorial
2020-12-12 17:01:39 -05:00
Tony Brix d8c25249fe
docs: attr value 2020-12-10 10:03:29 -06:00
maltewirz 97ed08861a
Update guide.md
Dear authors, many thanks for your project. When following your guide, the code crashed when i tried to add a user from the ldif file. I needed the code to change as seen above (the object includes a "attrs" key).
2020-12-10 14:36:17 +01:00
Tony Brix 3909066af6
Merge pull request #688 from UziTech/eslint 2020-12-07 08:35:25 -06:00
Tony Brix de9926a329 chore(lint): fix no-unused-vars errors 2020-12-06 19:26:27 -06:00
Tony Brix 237d1ec471 remove no-shadow rule in tests 2020-12-06 11:11:03 -06:00
Tony Brix 0598cb3231 fix with npm run lint 2020-12-06 11:11:01 -06:00
Tony Brix 2489d87079 chore(lint): lint lib/ 2020-12-06 11:10:58 -06:00
Tony Brix 9ac1daaea5 chore(lint): use eslint instead of standard 2020-12-06 11:10:55 -06:00
James Sumners b829a1d1a1
Merge pull request #687 from ldapjs/bump-v2.2.3
v2.2.3
2020-12-02 20:57:05 -05:00
James Sumners 1cd7a1285e
v2.2.3 2020-12-02 20:50:07 -05:00
James Sumners 582cd2bb28
Merge pull request #686 from cloudron-io/send_crash
Fix crash in res.send()
2020-12-02 20:48:53 -05:00
Girish Ramakrishnan 217b984839 Fix crash in res.send()
In commit c6fa25985b, "var" usage
was replaced with const. The code previously worked because "var"
has function scoping unlike const which has block scoping.

TypeError: Cannot read property 'attributes' of null
2020-12-02 14:44:33 -08:00
Tony Brix da358a814c
Merge pull request #684 from ldapjs/dependabot/npm_and_yarn/tap-14.11.0
Bump tap from 14.10.8 to 14.11.0
2020-11-24 16:09:13 -06:00
dependabot[bot] 89d0ea86e1
Bump tap from 14.10.8 to 14.11.0
Bumps [tap](https://github.com/tapjs/node-tap) from 14.10.8 to 14.11.0.
- [Release notes](https://github.com/tapjs/node-tap/releases)
- [Commits](https://github.com/tapjs/node-tap/compare/v14.10.8...v14.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-21 08:05:04 +00:00
Tony Brix 8405888ab8
Merge pull request #683 from UziTech/v2.2.2
2.2.2
2020-11-18 01:07:20 -06:00
Tony Brix d394f78eff 2.2.2 2020-11-18 01:03:40 -06:00
Tony Brix 8b88f09675
Merge pull request #682 from UziTech/remove-npmignore
remove .npmignore
2020-11-18 00:57:37 -06:00
Tony Brix 040801014d remove .npmignore 2020-11-18 00:53:23 -06:00
Tony Brix badbe6da98
Merge pull request #680 from UziTech/v2.2.1
v2.2.1
2020-11-13 08:36:19 -06:00
Tony Brix d812119fcc 2.2.1 2020-11-13 08:32:05 -06:00
Tony Brix ce63a4f5c3
Merge pull request #677 from telepsis/676-remove-logging-conditionals 2020-11-13 08:19:48 -06:00
telepsis 0e7c6b5be1
Merge branch 'master' into 676-remove-logging-conditionals 2020-11-13 08:57:36 -05:00
Tony Brix 814d337158
Merge pull request #678 from UziTech/fix-readme
fix readme badges
2020-11-13 07:40:51 -06:00
Tony Brix b63002b817 fix readme badges 2020-11-12 22:34:41 -06:00
Telepsis 95b4ebd618
Remove use of logging methods in conditional tests 2020-11-12 12:38:56 -05:00
Tony Brix 41c3c015d9
Merge pull request #674 from UziTech/update-standard 2020-10-31 21:34:08 -05:00
Tony Brix c6fa25985b update devdependency standard to v16 2020-10-31 16:07:32 -05:00
James Sumners b796afea64
Merge pull request #672 from ldapjs/dependabot/npm_and_yarn/snazzy-9.0.0
Bump snazzy from 8.0.0 to 9.0.0
2020-10-31 08:53:20 -04:00
dependabot[bot] 04c17905db
Bump snazzy from 8.0.0 to 9.0.0
Bumps [snazzy](https://github.com/feross/snazzy) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/feross/snazzy/releases)
- [Commits](https://github.com/feross/snazzy/compare/v8.0.0...v9.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-31 07:06:37 +00:00
James Sumners 44108a4ca0
Merge pull request #670 from yadhukrishnam/master
[Docs] Improved documentation
2020-10-30 09:26:44 -04:00
Yadhu Krishna M bd8fdbaf1f
Update client docs 2020-10-30 08:38:20 +05:30
James Sumners 6a904855f5
Merge pull request #666 from ldapjs/dependabot/npm_and_yarn/standard-15.0.0
Bump standard from 14.3.4 to 15.0.0
2020-10-24 19:30:11 -04:00
Tony Brix 07555253ac chore(lint): fix linting errors 2020-10-24 16:22:11 +00:00
dependabot[bot] 440f643259
Bump standard from 14.3.4 to 15.0.0
Bumps [standard](https://github.com/standard/standard) from 14.3.4 to 15.0.0.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v14.3.4...v15.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-24 07:05:28 +00:00
James Sumners 8bda65eb2b
Merge pull request #659 from ldapjs/bump-v2.2.0
v2.2.0
2020-09-20 20:11:51 -04:00