Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: NicTool/api

Tags

3.0.0-alpha.6

Toggle 3.0.0-alpha.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v3.0.0-alpha.6 (#33)

- dep(eslint): upgrade to v9
- dep(\*): bump versions to latest
- feat(conf.d/http): added tls
- feat(session): added JWT for session auth
- feat(zone): removed location
- feat(routes/zone_record): added, fixes #17
- change(routes/users): result is always array
- change(routes/ns): GET id is optional, result is always array
- change(routes/zone): GET id is optional, result is always array

v3.0.0-alpha.6

Toggle v3.0.0-alpha.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v3.0.0-alpha.6 (#33)

- dep(eslint): upgrade to v9
- dep(\*): bump versions to latest
- feat(conf.d/http): added tls
- feat(session): added JWT for session auth
- feat(zone): removed location
- feat(routes/zone_record): added, fixes #17
- change(routes/users): result is always array
- change(routes/ns): GET id is optional, result is always array
- change(routes/zone): GET id is optional, result is always array

3.0.0-alpha.5

Toggle 3.0.0-alpha.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v3.0.0-alpha.5 (#31)

- feat(lib/zone): added, with tests, fixes #22
- feat(lib/zone_record): added, with tests, fixes #23
- feat: default GET sets deleted=false
  - group, nameserver, permission, user, zone
- sql: return indicative boolean for delete
- test(zr): added maps from NT SQL 2 to dns-rr std formats
* feat(zr): added dbToObject and objectToDb
* user: avoid logging auth data
* feat(zrs): test every type of zone record

v3.0.0-alpha.5

Toggle v3.0.0-alpha.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v3.0.0-alpha.5 (#31)

- feat(lib/zone): added, with tests, fixes #22
- feat(lib/zone_record): added, with tests, fixes #23
- feat: default GET sets deleted=false
  - group, nameserver, permission, user, zone
- sql: return indicative boolean for delete
- test(zr): added maps from NT SQL 2 to dns-rr std formats
* feat(zr): added dbToObject and objectToDb
* user: avoid logging auth data
* feat(zrs): test every type of zone record

3.0.0-alpha.4

Toggle 3.0.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v3.0.0-alpha.4 (#29)

* feat(lib/nameserver): added, with tests
* feat(routes/nameserver): added, with tests
* group: updated validate names (_res, _req)
* update validate version

v3.0.0-alpha.4

Toggle v3.0.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v3.0.0-alpha.4 (#29)

* feat(lib/nameserver): added, with tests
* feat(routes/nameserver): added, with tests
* group: updated validate names (_res, _req)
* update validate version

3.0.0-alpha.3

Toggle 3.0.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release 3.0.0-alpha.3 (#28)

- routes/permission: added GET, POST, DELETE
- permission.get: default search with deleted=0
- session.put: added
- session: store user/group info in cookie (saves DB trips)
- mysql(insert, select, update, delete): return just the query
- lib/group.get: convert booleans
- lib/user.get: convert booleans

3.0.0-alpha.2

Toggle 3.0.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create permission library (#26)

- conf: move session config into http.yml
- permission: create,get,put,delete,destroy & tests, fixes #20
- chore(config): guard against prototype pollution

3.0.0-alpha.1

Toggle 3.0.0-alpha.1's commit message
release 3.0.0-alpha.1

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test: move test/setup & teardown into test/suite.js (#4)

- so that running 'node --test' doesn't do teardown during test suite runs
- user: GET, POST, DELETE mostly working
- group: add GET,POST,DELETE routes
* user: GET, POST, DELETE mostly working
* group: add GET,POST,DELETE routes