Skip to content

Releases: rocket-admin/rocketadmin

0.9.8

29 Mar 15:27
64fb8e3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.7...0.9.8

0.9.7

27 Mar 14:50
2fcef8d

Choose a tag to compare

What's Changed

  • added data access object mongodb by @Artuomka in #573
  • fix dockerhub build

Full Changelog: 0.9.6...0.9.7

0.9.6

27 Mar 12:08

Choose a tag to compare

What's Changed

  • better checkbox UI
  • added company 2fa option for forcing users enable account 2fa by @Artuomka in #539
  • separate test commands (with saas and without) by @Artuomka in #540
  • Update return type of getIdentityColumns method in interfaces by @Artuomka in #546
  • added description for Data Access Object interface methods by @Artuomka in #547
  • moved data access object interface description to shared code by @Artuomka in #548
  • Added new API endpoint for finding table by @Artuomka in #549
  • Update WebSocket address in main.ts by @Artuomka in #550
  • postgres data access object refactor by @Artuomka in #551
  • Refactor data access object mysql by @Artuomka in #552
  • refactor data access object mssql by @Artuomka in #553
  • Refactor DataAccessObjectAgent by @Artuomka in #554
  • Backend development by @Artuomka in #555
  • Add suspended property to UserEntity and implement suspendUsers by @Artuomka in #556
  • Add account suspension check to user access and guards by @Artuomka in #557
  • Refactor filtering fields utility function and update filtering by @Artuomka in #558
  • Refactor GetTableRowsUseCase by @Artuomka in #561
  • Refactor add row in table use case and utility functions by @Artuomka in #562
  • reworked CSV export endpoint (new filters) by @Artuomka in #563
  • Add suspendUsersInCompany use case and related functionality by @Artuomka in #564
  • Add unsuspend users in company functionality by @Artuomka in #565
  • connection type enum moved into shared code by @Artuomka in #566
  • Refactor filtering criteria in parseFilteringFieldsFromBodyData util … by @Artuomka in #568
  • Refactor filter criteria for empty values in data access objects by @Artuomka in #569
  • Refactor filter criteria for empty values in data access objects by @Artuomka in #570

Full Changelog: 0.9.5...0.9.6

0.9.5

28 Feb 14:44
a4b25b5

Choose a tag to compare

What's Changed

  • Fix saving boolean to null
  • Add 2FA status update functionality by @Artuomka in #536
  • added company 2fa check for disabling user 2fa by @Artuomka in #537
  • Add 2FA enabled notification emails by @Artuomka in #538

Full Changelog: 0.9.4...0.9.5

0.9.4

26 Feb 09:10
eec82ec

Choose a tag to compare

What's Changed

  • Fix saving "null" in a boolean field with allow null
  • Fix null check in test connection use case by @Artuomka in #518
  • Update dependencies in shared code by @Artuomka in #519
  • Fix filtering bug in get-user-email-companies.use.case.ts by @Artuomka in #520
  • Update data-access-object-ibmdb2 use connection pool by @Artuomka in #521
  • Refactor getTunnel: added async/await fir better stacktrace by @Artuomka in #522
  • added shh for ibmdb2 by @Artuomka in #523
  • Update table settings use cases and data structure builders by @Artuomka in #524
  • added bulk rows update by @Artuomka in #528
  • refactor DataAccessObjectOracle by @Artuomka in #532
  • Allowed to send password recovery email even if email is not verified by @Artuomka in #533
  • added check ability to read tables waht is referenced by current table by @Artuomka in #534
  • Add SSL support to IBM DB2 connection string by @Artuomka in #535

Full Changelog: 0.9.3...0.9.4

0.9.3

15 Feb 22:23
7be6c64

Choose a tag to compare

  • company roles;
  • password widget autocomplete;
  • new code snippets;
  • boolean component for mysql.

0.9.2

05 Feb 16:10
566deb6

Choose a tag to compare

What's Changed

  • Fix invitation revocation bug by @Artuomka in #506
  • prevent password managers from autofilling email/password in entries

Full Changelog: 0.9.1...0.9.2

0.9.1

04 Feb 14:08
5842459

Choose a tag to compare

What's Changed

  • Refactor GetUserEmailCompaniesUseCase to filter out invalid company info by @Artuomka in #500
  • Calculate full-body signature for single action as well

Full Changelog: 0.9.0...0.9.1

0.9.0

28 Jan 14:52
145e917

Choose a tag to compare

Breaking changes

Actions signature calculation changed - now we calculate hashsum from the entire body

What's Changed

  • Add update group title functionality by @Artuomka in #482
  • Add body-parser package and configure middleware by @Artuomka in #485
  • update app logs: disable colors, disabled default "log" level by @Artuomka in #486
  • in test connection use case added aws certificate by @Artuomka in #487
  • in test connection use case added aws certificate by @Artuomka in #488
  • Refactor processAWSConnection in TestConnectionUseCase by @Artuomka in #489
  • changed logger in app logger middleware by @Artuomka in #490
  • Rework table actions use case (changed hash calculation) by @Artuomka in #491
  • Fix user mapping in buildFoundCompanyFullInfoDs() function for delete… by @Artuomka in #493
  • added export csv for agents by @Artuomka in #494
  • Remove console.log statement in DeleteCompanyUseCase by @Artuomka in #495
  • changed endpoint for updating permissions by @Artuomka in #496
  • reworked pagination and count rows methods by @Artuomka in #498

Full Changelog: 0.8.3...0.9.0

0.8.3

11 Jan 10:55
a0ecf52

Choose a tag to compare

What's Changed

  • Add delete company endpoint, use case and method in gateway service by @Artuomka in #477
  • Bump @babel/traverse and follow-redirects by @dependabot in #476, #475, #474
  • Update APP_DOMAIN_ADDRESS constant by @Artuomka in #480
  • Add check verification link available endpoint and use case by @Artuomka in #481
  • Fix bug with empty page when session token was expired

Full Changelog: 0.8.2...0.8.3