Releases: zyndex-drive/server-build
Releases · zyndex-drive/server-build
Release 0.2.0-45
Release 0.2.0-44
0.2.0-44 (2022-01-05)
Bug Fixes 🛠
- models: fix smtp provider schema by adding dkim details (4f10408)
- plugins/google: add more google api scopes for more control over api (83f7e3a)
Features 🔥
- plugins/google: refactor and introduce function overloads for solving conditional return types (7406494)
- plugins/mail: add functions for mail-transporter plugin with nodemailer (7f3da72)
Build System 🏗
- eslint: add support for function overloading in ts (751df21)
Release 0.2.0-43
Release 0.2.0-42
Release 0.2.0-41
Release 0.2.0-40
0.2.0-40 (2021-12-30)
Bug Fixes 🛠
- models/user: fix model user types (606cd88)
- plugins/google: fix google requester function to throw errors (6ea6889)
Features 🔥
- plugins/auth: fix auth policy checker to check for policy when no scope is passed (457847d)
- plugins/auth: write a function to check policy and modify user object (515d9b4)
- plugins/auth: write auth function - user/policies (47bf3e9)
- plugins/auth: write auth function - user/remove (47fd81e)
- plugins/auth: write auth function - user/restrict (556b933)
- plugins/auth: write auth function - user/scope (d899685)
Release 0.2.0-39
0.2.0-39 (2021-12-29)
Features 🔥
- plugins/auth: some misc helper functions for policy check (b632972)
- plugins/auth: write a complete function to check policies and authorize the user (2e4f146)
- plugins/auth: write a function to check the heirarchy of the user and admins (c99f8ad)
Build System 🏗
- packages: add mathjs package (eaa560c)
Release 0.2.0-38
0.2.0-38 (2021-12-29)
Bug Fixes 🛠
- models: fix bad schema in pending-user and user models (e858dc5)
Features 🔥
- plugins/auth: refactor auth helpers, write function to support policy check for pending users (3977dc2)
- plugins/auth: refactor user auth policies and write auth policies for blacklist function (36a4ca6)
- plugins/auth: write auth policies for user/blacklist function (e1eabd6)
- plugins/auth: write auth policies for user/promote functions (e1a8f00)
- views: add backend dashboard html files (5f4716c)
Others 🔧
- add some misc index.ts files for easy imports (4eda2b4)