Tony Brix
2ee04b14a3
Merge pull request #705 from ldapjs/v2.2.4
...
2.2.4
2021-02-24 10:34:50 -06:00
Tony Brix
475faa8981
2.2.4
2021-02-24 10:26:45 -06:00
Tony Brix
4bac9436cd
Merge pull request #700 from ldapjs/dependabot/npm_and_yarn/marked-2.0.0
...
Bump marked from 1.2.9 to 2.0.0
2021-02-24 08:50:43 -06:00
Tony Brix
1c9643aa3c
Merge branch 'master' into dependabot/npm_and_yarn/marked-2.0.0
2021-02-24 08:47:27 -06:00
Tony Brix
f247fba7d3
Merge pull request #704 from UziTech/emitError
2021-02-24 08:46:29 -06:00
Tony Brix
0dab63cef9
docs: add client events table
2021-02-23 22:30:47 -06:00
Tony Brix
bb475ab00f
fix: emit error event if other error events are not listened to
2021-02-23 17:23:56 -06:00
dependabot[bot]
0379bbb7b0
Bump marked from 1.2.9 to 2.0.0
...
Bumps [marked](https://github.com/markedjs/marked ) from 1.2.9 to 2.0.0.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js )
- [Commits](https://github.com/markedjs/marked/compare/v1.2.9...v2.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-13 08:03:08 +00:00
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