Releases: rocket-admin/rocketadmin
Releases · rocket-admin/rocketadmin
0.9.8
What's Changed
- Add getMongoDataTypeByValue method to DataAccessObjectMongo by @Artuomka in #575
- Update Dockerfiles to remove unnecessary Oracle client installation by @Artuomka in #576
- filters: fix field change by @lyubov-voloshko in #577
New Contributors
- @lyubov-voloshko made their first contribution in #577
Full Changelog: 0.9.7...0.9.8
0.9.7
0.9.6
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
0.9.4
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
- company roles;
- password widget autocomplete;
- new code snippets;
- boolean component for mysql.
0.9.2
0.9.1
0.9.0
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
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