Skip to content

Releases: NicTool/api

3.0.0-alpha.12

14 Apr 14:40
8f1b0bf

Choose a tag to compare

3.0.0-alpha.11

08 Apr 07:02
55f22b4

Choose a tag to compare

  • add some missing PUT routes
  • better error handling validation errors
  • constraining views by GID
  • zone record factory & subclasses
  • zone factory & subclasses
  • user factory, toml, mysql, mongodb, elastic classes

3.0.0-alpha.10

25 Mar 23:49
f2bb416

Choose a tag to compare

  • convert .yaml to .toml
  • zone_record can be empty, default 0

3.0.0-alpha.9

16 Mar 00:22
9f03799

Choose a tag to compare

  • feat(zone): use DataTable for list, added search/limit options
  • routes/zr: add extra data about ZR parse failures

3.0.0-alpha.8

15 Mar 05:44
400c12a

Choose a tag to compare

  • lib/zone: add limit option
  • lib/nameserver.js: handle null fields from DB
  • routes/zone: report zone name on validation failure

3.0.0-alpha.7

14 Mar 03:11
23ce6e2

Choose a tag to compare

3.0.0-alpha.6

09 Apr 18:03
42e0b74

Choose a tag to compare

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

11 Mar 06:57
b38c5bf

Choose a tag to compare

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

06 Mar 22:04
ad0f021

Choose a tag to compare

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

05 Mar 05:49
28f979e

Choose a tag to compare

  • 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