@solidxai/core 0.1.16 → 0.1.17-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/CHANGELOG.md +1324 -1
  2. package/dist/controllers/chatter-message-details.controller.d.ts.map +1 -1
  3. package/dist/controllers/chatter-message-details.controller.js +2 -6
  4. package/dist/controllers/chatter-message-details.controller.js.map +1 -1
  5. package/dist/controllers/chatter-message.controller.d.ts.map +1 -1
  6. package/dist/controllers/chatter-message.controller.js +3 -7
  7. package/dist/controllers/chatter-message.controller.js.map +1 -1
  8. package/dist/controllers/dashboard-user-layout.controller.d.ts.map +1 -1
  9. package/dist/controllers/dashboard-user-layout.controller.js +2 -6
  10. package/dist/controllers/dashboard-user-layout.controller.js.map +1 -1
  11. package/dist/controllers/import-transaction-error-log.controller.d.ts.map +1 -1
  12. package/dist/controllers/import-transaction-error-log.controller.js +2 -6
  13. package/dist/controllers/import-transaction-error-log.controller.js.map +1 -1
  14. package/dist/controllers/import-transaction.controller.d.ts.map +1 -1
  15. package/dist/controllers/import-transaction.controller.js +2 -6
  16. package/dist/controllers/import-transaction.controller.js.map +1 -1
  17. package/dist/controllers/list-of-values.controller.d.ts.map +1 -1
  18. package/dist/controllers/list-of-values.controller.js +2 -6
  19. package/dist/controllers/list-of-values.controller.js.map +1 -1
  20. package/dist/controllers/locale.controller.d.ts.map +1 -1
  21. package/dist/controllers/locale.controller.js +2 -6
  22. package/dist/controllers/locale.controller.js.map +1 -1
  23. package/dist/controllers/media.controller.d.ts.map +1 -1
  24. package/dist/controllers/media.controller.js +2 -6
  25. package/dist/controllers/media.controller.js.map +1 -1
  26. package/dist/controllers/model-sequence.controller.d.ts.map +1 -1
  27. package/dist/controllers/model-sequence.controller.js +2 -6
  28. package/dist/controllers/model-sequence.controller.js.map +1 -1
  29. package/dist/controllers/saved-filters.controller.d.ts.map +1 -1
  30. package/dist/controllers/saved-filters.controller.js +2 -6
  31. package/dist/controllers/saved-filters.controller.js.map +1 -1
  32. package/dist/controllers/scheduled-job.controller.d.ts.map +1 -1
  33. package/dist/controllers/scheduled-job.controller.js +2 -6
  34. package/dist/controllers/scheduled-job.controller.js.map +1 -1
  35. package/dist/controllers/security-rule.controller.d.ts.map +1 -1
  36. package/dist/controllers/security-rule.controller.js +2 -6
  37. package/dist/controllers/security-rule.controller.js.map +1 -1
  38. package/dist/controllers/user-activity-history.controller.d.ts.map +1 -1
  39. package/dist/controllers/user-activity-history.controller.js +2 -6
  40. package/dist/controllers/user-activity-history.controller.js.map +1 -1
  41. package/dist/controllers/user-view-metadata.controller.d.ts.map +1 -1
  42. package/dist/controllers/user-view-metadata.controller.js +2 -6
  43. package/dist/controllers/user-view-metadata.controller.js.map +1 -1
  44. package/dist/controllers/workflow-definition.controller.d.ts.map +1 -1
  45. package/dist/controllers/workflow-definition.controller.js +2 -6
  46. package/dist/controllers/workflow-definition.controller.js.map +1 -1
  47. package/dist/controllers/workflow-execution-artifact.controller.d.ts.map +1 -1
  48. package/dist/controllers/workflow-execution-artifact.controller.js +2 -6
  49. package/dist/controllers/workflow-execution-artifact.controller.js.map +1 -1
  50. package/dist/controllers/workflow-execution-log.controller.d.ts.map +1 -1
  51. package/dist/controllers/workflow-execution-log.controller.js +2 -6
  52. package/dist/controllers/workflow-execution-log.controller.js.map +1 -1
  53. package/dist/controllers/workflow-execution.controller.d.ts.map +1 -1
  54. package/dist/controllers/workflow-execution.controller.js +2 -6
  55. package/dist/controllers/workflow-execution.controller.js.map +1 -1
  56. package/dist/controllers/workflow-secret.controller.d.ts.map +1 -1
  57. package/dist/controllers/workflow-secret.controller.js +2 -6
  58. package/dist/controllers/workflow-secret.controller.js.map +1 -1
  59. package/dist/controllers/workflow-step-execution.controller.d.ts.map +1 -1
  60. package/dist/controllers/workflow-step-execution.controller.js +2 -6
  61. package/dist/controllers/workflow-step-execution.controller.js.map +1 -1
  62. package/dist/controllers/workflow-trigger-execution.controller.d.ts.map +1 -1
  63. package/dist/controllers/workflow-trigger-execution.controller.js +2 -6
  64. package/dist/controllers/workflow-trigger-execution.controller.js.map +1 -1
  65. package/dist/dtos/basic-filters.dto.d.ts +3 -5
  66. package/dist/dtos/basic-filters.dto.d.ts.map +1 -1
  67. package/dist/dtos/basic-filters.dto.js +6 -8
  68. package/dist/dtos/basic-filters.dto.js.map +1 -1
  69. package/dist/dtos/otp-sign-up.dto.d.ts +1 -0
  70. package/dist/dtos/otp-sign-up.dto.d.ts.map +1 -1
  71. package/dist/dtos/otp-sign-up.dto.js +12 -1
  72. package/dist/dtos/otp-sign-up.dto.js.map +1 -1
  73. package/dist/enums/show-soft-deleted.enum.d.ts +5 -0
  74. package/dist/enums/show-soft-deleted.enum.d.ts.map +1 -0
  75. package/dist/enums/show-soft-deleted.enum.js +9 -0
  76. package/dist/enums/show-soft-deleted.enum.js.map +1 -0
  77. package/dist/index.d.ts +1 -0
  78. package/dist/index.d.ts.map +1 -1
  79. package/dist/index.js +1 -0
  80. package/dist/index.js.map +1 -1
  81. package/dist/services/authentication.service.d.ts.map +1 -1
  82. package/dist/services/authentication.service.js +15 -6
  83. package/dist/services/authentication.service.js.map +1 -1
  84. package/dist/services/chatter-message.service.d.ts +2 -0
  85. package/dist/services/chatter-message.service.d.ts.map +1 -1
  86. package/dist/services/chatter-message.service.js +48 -21
  87. package/dist/services/chatter-message.service.js.map +1 -1
  88. package/package.json +1 -1
  89. package/postman/signup-intent-verification.postman_collection.json +573 -0
  90. package/src/controllers/chatter-message-details.controller.ts +1 -4
  91. package/src/controllers/chatter-message.controller.ts +1 -4
  92. package/src/controllers/dashboard-user-layout.controller.ts +1 -4
  93. package/src/controllers/import-transaction-error-log.controller.ts +1 -4
  94. package/src/controllers/import-transaction.controller.ts +1 -4
  95. package/src/controllers/list-of-values.controller.ts +1 -4
  96. package/src/controllers/locale.controller.ts +1 -4
  97. package/src/controllers/media.controller.ts +1 -4
  98. package/src/controllers/model-sequence.controller.ts +1 -4
  99. package/src/controllers/saved-filters.controller.ts +1 -4
  100. package/src/controllers/scheduled-job.controller.ts +1 -4
  101. package/src/controllers/security-rule.controller.ts +1 -4
  102. package/src/controllers/user-activity-history.controller.ts +1 -4
  103. package/src/controllers/user-view-metadata.controller.ts +1 -4
  104. package/src/controllers/workflow-definition.controller.ts +1 -4
  105. package/src/controllers/workflow-execution-artifact.controller.ts +1 -4
  106. package/src/controllers/workflow-execution-log.controller.ts +1 -4
  107. package/src/controllers/workflow-execution.controller.ts +1 -4
  108. package/src/controllers/workflow-secret.controller.ts +1 -4
  109. package/src/controllers/workflow-step-execution.controller.ts +1 -4
  110. package/src/controllers/workflow-trigger-execution.controller.ts +1 -4
  111. package/src/dtos/basic-filters.dto.ts +6 -7
  112. package/src/dtos/otp-sign-up.dto.ts +11 -1
  113. package/src/enums/show-soft-deleted.enum.ts +4 -0
  114. package/src/index.ts +1 -0
  115. package/src/services/authentication.service.ts +61 -26
  116. package/src/services/chatter-message.service.ts +54 -23
package/CHANGELOG.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ## [0.1.16] - 2026-09-07
3
+ ## [0.1.17-beta.0] - 2026-09-07
4
4
 
5
5
  ### Added
6
6
 
7
+ - add fullName field to OTPSignUpDto and update authentication service to use it
7
8
  - create OTP registrations through the extension user provider
8
9
  - let seed metadata declare which users are extension users
9
10
  - replace signup key-sniffing with an explicit SignupIntent
@@ -99,6 +100,8 @@
99
100
 
100
101
  ### Changed
101
102
 
103
+ - streamline relation display value resolution and load related model metadata
104
+ - replace inline ShowSoftDeleted enum with imported enum from show-soft-deleted.enum.ts
102
105
  - remove ModuleIconAssetService from core module
103
106
  - rename applyEntityDefaults to applyImportDefaults for clarity
104
107
  - update media type handling in CreateFieldMetadataDto and FieldMetadataService
@@ -128,6 +131,1326 @@
128
131
 
129
132
  ### Other
130
133
 
134
+ - changes to ensure provider roles is used to resolve roles first for password/password less registration paths if an external user provider exists
135
+ - changes to ensure full name is also populated alongwith username
136
+ - cross-tyep uniqueness fix
137
+ - instant logout for access token changes
138
+ - vocabulary docs added
139
+ - removed the secrets read endpoint, since it is not required now
140
+ - renamed variables for better naming
141
+ - changes to ensure path segement parsing is consisten for $res and $data fragements in the ops vocabulary e.g currently $res was not supporting brackets but only . while grabbing data from and object
142
+ - ensure missing secrets show up in the report output so the error is presented alongside the scenario step for clarity
143
+ - `${secret:...}` in the test vocabulary
144
+ - Refactor Chromium installation process and remove eager install script
145
+ - changes
146
+ - ## Phase 6 — Global Multer upload size limit
147
+ - ## Phase 5 — Dangerous-extension checks on menu-icon & settings uploads
148
+ - ## Phase 4 — Route chatter attachments through `MediaFieldCrudManager`
149
+ - ## Phase 3 — Close the `mediaMultiple` size/category gap, and align `validateAllowedExtensions`'s placement
150
+ - ## Phase 2 — Make `mediaTypes` category resolution extension-authoritative
151
+ - Per-field extension allowlist (`mediaAllowedExtensions`)
152
+ - mpin scheme version changes
153
+ - mpin related changes
154
+ - Add safe percent-decoding for uploaded file names to prevent bypassing extension checks
155
+ - Revert "Revert "Deliverable A now stands as: cache TTL (with the store swap that make…""
156
+ - Revert "Deliverable A now stands as: cache TTL (with the store swap that make…"
157
+ - fixes around handling concurrent logins properly using per deviceKey buckets.
158
+ - Deliverable A now stands as: cache TTL (with the store swap that makes it actually work), the me() null guard it necessitates, the logout verify/idempotency fix, previousValidUntil replacing the timer, and the dead validate() removed.
159
+ - fixed the request body limit to keep it as 10mb instead of 25mb by default
160
+ - changes around files name sanitization and normalization
161
+ - changes to handle variations in extension while uploading dangerous extension files
162
+ - change request body max to 25mb
163
+ - Comment out countGroupedRecords method implementation for refactoring
164
+ - show theme toggle
165
+ - rename theme registry
166
+ - remove some unusable code
167
+ - some changes
168
+ - solidx theme settings
169
+ - chagesn to testing readme
170
+ - changes to make ui.expectUrl to wait using the navigation timeout
171
+ - type fixes
172
+ - fixes around playwright context
173
+ - Scenario snap shot changes
174
+ - test run payload changes
175
+ - Testhub test run queue changes
176
+ - Screen shoot changes
177
+ - Test Life Cycle Changes.
178
+ - Testing Hub Changes
179
+ - chagesn to testing readme
180
+ - changes to support passing an explicit createdAt while posting a chatter message
181
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
182
+ - rename theme registry
183
+ - changes to make ui.expectUrl to wait using the navigation timeout
184
+ - type fixes
185
+ - fixes around playwright context
186
+ - Scenario snap shot changes
187
+ - test run payload changes
188
+ - Testhub test run queue changes
189
+ - Screen shoot changes
190
+ - Test Life Cycle Changes.
191
+ - Testing Hub Changes
192
+ - remove add permisson from permisson-list-view
193
+ - removed indexes on username and mobile since it is a conditional index and it breaks for mssql since multiple nulls are not allowed on unique columns
194
+ - readme changes
195
+ - removed hardcoded type against a boolean type
196
+ - changes to the default testing setting timeout to pick from env as well
197
+ - remove duplicate code
198
+ - refactoring around chatter media security fix
199
+ - add media extension support for post chatter
200
+ - Add media upload action and validation in MediaService
201
+ - add media extension support for post chatter
202
+ - changes to ensure only id and field are returned while populating the user in chatter
203
+ - Update defaultValue types in solid-core-metadata.json to strings
204
+ - 1. changes to ensure user populated for chatter and createdBy/updatedBy has only id and fullName populate 2. Added Exclude at property level on user to exclude sensitive fields by default without having to add an exclude at the class level
205
+ - Add getMentionableUsers permission
206
+ - Add endpoint to retrieve mentionable users with search and limit options
207
+ - Add error handling nodes and enhance workflow node definitions
208
+ - Add skipHooks option to seed command and related services
209
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
210
+ - Enhance workflow node definitions and runtime context handling
211
+ - remvoing redundent code
212
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
213
+ - changes
214
+ - changes
215
+ - sql injection vulnerability closed in filter queries
216
+ - Remove LocalPath
217
+ - revert changes
218
+ - revert changes
219
+ - revert changes
220
+ - re revert
221
+ - revert changes
222
+ - private-file-cleanup
223
+ - add downlaodurl
224
+ - changes to allow overriding the is allowed api keys flag thru extension user
225
+ - Revert "user enumeration"
226
+ - remove validation from username and mobile
227
+ - user create validation bugs
228
+ - add normalize for otp based also
229
+ - Disable metadata pruning by default in seed command configuration
230
+ - Update seed command to enable metadata pruning by default
231
+ - handle-case-sensitive-for-email
232
+ - Add delete permissions for ImportTransactionController in solid-core metadata
233
+ - Add permissions for import/export functionality in solid-core metadata
234
+ - Refactor role assignment for admin users to handle capability roles individually
235
+ - discard changes
236
+ - add support for static file
237
+ - Add capability roles for admin users in module metadata seeder
238
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
239
+ - attachment
240
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
241
+ - make isPublic default true
242
+ - changes to show the image inline
243
+ - cleanup againts media's
244
+ - inline role crate false
245
+ - Implement chatter mention notification system with email templates and queue handling
246
+ - Add messageBodyMentions field to chatter message DTOs and entity
247
+ - fix-audit-bug
248
+ - changes to include signed url token for private media
249
+ - Revert "Revert "rename function name""
250
+ - Revert "Revert "add private media support""
251
+ - Add media file type constants and enhance security for media uploads
252
+ - remove some unusable code
253
+ - some changes
254
+ - handle technical error messages due to missing resource in static resources folder
255
+ - Revert "add private media support"
256
+ - Revert "rename function name"
257
+ - rename function name
258
+ - add private media support
259
+ - some fixes
260
+ - solidx session invalid changes
261
+ - add validation on get chatter message
262
+ - updatedAt value is updating now
263
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
264
+ - add security against chatter
265
+ - chatter message endpoint made public
266
+ - removed embedded db support
267
+ - Add default sorting by ID if not explicitly specified in order options
268
+ - solidx theme settings
269
+ - add icons across all the models in solid core
270
+ - media upload added behind auth
271
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
272
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
273
+ - class serializer interceptor added for impact of Exclude and Expose
274
+ - Enhance datasource introspection with primary key validation and user key resolution
275
+ - Concurrent Login Feature
276
+ - user enumeration
277
+ - add helper text key on settings object .........
278
+ - changes to handle case insenstive filter operations if the values are other than string by casting
279
+ - menus item fix
280
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
281
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
282
+ - display name changed
283
+ - name changed
284
+ - added settings for configure the row click on solid list view
285
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
286
+ - fixed legacy entity files names
287
+ - view metadata type field - selection static and roles required false from menu-item
288
+ - Fix for this issue > stop applying lower for numeric fields.
289
+ - refactor and add migration command
290
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
291
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
292
+ - changes to take in option for seeding with modules in current seed method
293
+ - Fix validation logic to parse string field values as integers before applying validations
294
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
295
+ - ad changes
296
+ - Add locale seeding functionality and enhance locale management
297
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
298
+ - changes to avoid extra module checks before dynamically loading it
299
+ - defaulted to modulemetadataseederservice if no seeder provided
300
+ - Add Date field in Instructions Response
301
+ - ai interaction cleanup changes
302
+ - enabling create,edit,import,export on permission and lov modules
303
+ - added module to rolemetadata list view
304
+ - roles group by module changes
305
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
306
+ - Implement Datasource Management functionality with controller, service, and DTO
307
+ - added index to fields newly added as sortable and searchable
308
+ - Add archiver package to dependencies
309
+ - removed unnecessary seed file
310
+ - Add TypeORM migration helper functions and export in index
311
+ - fixes
312
+ - reverted accidental removal of the layout builder root menu
313
+ - pending cleanup of solid core menu items
314
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
315
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
316
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
317
+ - changes for IAM
318
+ - Add clearPackageRuntime functionality and corresponding metadata action
319
+ - Add archiver dependency and implement module package export functionality
320
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
321
+ - Update solid-core-metadata.json to disable create, edit, and delete actions, and set searchable attributes to false for specific fields for media storage provider
322
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
323
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
324
+ - Remove unused database bootstrap service and related SQL cleanup procedures
325
+ - cleanup
326
+ - Add view and action metadata tree views with updated permissions and searchable fields
327
+ - Add view and action metadata tree views with updated permissions and searchable fields
328
+ - menu item model cleanup
329
+ - Add resumable import handling and transaction management in module package service
330
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
331
+ - Enhance module metadata seeder: add validation for module name, streamline array handling for scheduled jobs, saved filters, list of values, security rules, sms templates, email templates, menus, actions, views, users, roles, media storage providers, model sequences, and models metadata.
332
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
333
+ - many to one left join issue fixed
334
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
335
+ - Refactor CRUD and model metadata services to enhance group filtering and pagination; streamline response handling and improve query structure. configuration changes to support tree view in model metadata
336
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
337
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
338
+ - Implement module metadata explorer with CRUD operations and search functionality
339
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
340
+ - Bug fixs
341
+ - added frontend base url as well to the default settings
342
+ - minor cleanup
343
+ - changes to cleanup legacy table related fields
344
+ - changes for new dashboards functionality
345
+ - always print server startup line regardless of log level
346
+ - Add field quality checks and fixes checklist for backend validation
347
+ - typeo issue
348
+ - Agent table clean up
349
+ - Add manual interaction step for Playwright and update README
350
+ - provision made to unlink data rather than having to teardown everything
351
+ - provision made to unlink data rather than having to teardown everything
352
+ - changes to colour the server startup line
353
+ - Agent table clean up
354
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
355
+ - removed id command options and retained the singular name option only for consistency purposes
356
+ - changes to route genertion commands thru solidctl. The refresh-module & refresh-model commands are what are eventually called and end up calling the services only, keeping calling consistent and ensuring everything is route thru solidctl generate
357
+ - got rid of fieldNamesForRefresh and fieldIdsForRefresh dead chain since it is not used now, due to fields being read in the code builder from the metadata json directly
358
+ - MCP table solid changes
359
+ - playwrite added as dependency instead
360
+ - changes to the test runner
361
+ - chatter message user resolution chagnes
362
+ - bug fix in chatter message user resolution after we moved to queues.
363
+ - moved back to beta3
364
+ - failed login attempts field added to the json and update dto and exposed in entity
365
+ - removed un-necessary index on newvalue display
366
+ - ts changes error: any
367
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
368
+ - changed model metadata service default form layout to be single column
369
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
370
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
371
+ - normalised @ApiTags
372
+ - enum for passwordless modes
373
+ - bug fix in how alternative actions are rendered
374
+ - queue related bug fixes
375
+ - changes to add a websocket adaptor to the bootstrap server routine
376
+ - license changes
377
+ - type fixes
378
+ - removed min and max from long text mapping
379
+ - bug fix for shortext field mapping
380
+ - changes to post the testing results to a webhook api with a test payload
381
+ - added import multer this fixes un-necessary ts errors in vscode
382
+ - ts errors fixed
383
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
384
+ - formatting changes
385
+ - facebook oauth
386
+ - Status required false
387
+ - updated gitignore
388
+ - dleete un-necessary docs
389
+ - deleted un-necessary files
390
+ - changes related to more grooming
391
+ - api added in cors
392
+ - refactor Oauth strategy
393
+ - Revert "Ft social media login"
394
+ - bug fix
395
+ - bug fix
396
+ - add new api me endpoint and role based settings
397
+ - setting changes for new ui architecture
398
+ - changes for new settings structure
399
+ - chatter task subtype and related changes
400
+ - bug fix
401
+ - fixes
402
+ - changes to get rid of angular schematics for helping with string case transformation for consistency purpose i.e (lodash is being used on frontend too) and avoid edge cases
403
+ - changes to handle import logs as well, thru configured winston log level
404
+ - change isMultiSelect to true in solid-core-metadata.json
405
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
406
+ - tightened up queue subscriber interface + fixed core subscribers that were not returning anything. all subscribers must either return a promise or if not async then the actual value
407
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
408
+ - bug fix: passwordless registration should create a user with active false
409
+ - apikeys attribute was not exposed
410
+ - refactor Oauth strategy
411
+ - changes to avoid sending out encrypted setting in api responses. also removed menu item and action entries for ai settings. (temporary fix, since setting ui to be revamped soon)
412
+ - bug fix
413
+ - null check on role
414
+ - made provision to seed custom permissions
415
+ - handled seed scenario too
416
+ - upload File and expectHidden changes
417
+ - extension user cleanup and checks added
418
+ - fixed types for cleanup
419
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
420
+ - fixes bare shell imports with relative imports
421
+ - dynamic import fix
422
+ - removed unnecessary file
423
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
424
+ - removed base abstract class
425
+ - added interface too
426
+ - changes
427
+ - changes to test data seeding & fixed the type for authenticationService.signup method
428
+ - changes to user dto to include the api keys toggle
429
+ - add default role to the user only if there are no roles resolved against a user
430
+ - changes to replace current extension user custom user creation logic with the use of dynamic extension user provider. cleans up creation of an extension user
431
+ - Only forward --debug when explicitly enabled.
432
+ - toolOutput field changes to json
433
+ - adding user api key entity to export
434
+ - minor optimisation to how dynamic modules are loaded
435
+ - Add Discord badge to top of README
436
+ - Fix broken BSL license link and add Discord link to README
437
+ - Add BSL 1.1 license and update package.json license field
438
+ - Seed user and roles in testing data
439
+ - removed readme.txt
440
+ - moved type and interfaces in interfaces.ts and refactored accordingly
441
+ - changed to md
442
+ - added readme
443
+ - Ai setting model change
444
+ - changes to allow encrypting setting keys
445
+ - form view clean up
446
+ - Agent table list view changes
447
+ - synchronize false
448
+ - changes to resolve the selection dynamic provider by name and token both
449
+ - changes to bypass swagger urls from csp policy
450
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
451
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
452
+ - changes to implement the sso code and sso exchange use cases
453
+ - removed orm types / exported api key entity
454
+ - added provision to control if api key creation is allowed for the user
455
+ - api key changes for backend
456
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
457
+ - fix to call addRoles only if role names are present
458
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
459
+ - refactor: update legacy entity fields to be nullable and support null types
460
+ - Json structure change
461
+ - Agent table metadata clean up changes
462
+ - longtext
463
+ - longtext changes
464
+ - Agent tables clean up
465
+ - fixes to seed many-to-many relation for tests
466
+ - changes to seed media in testing data
467
+ - Chatter modelUserkey and excel many to one issue
468
+ - keeping the default selectionValueType as string since this is a good default
469
+ - bug fixes around how media is done
470
+ - bug fixes
471
+ - try catch inside logEvent
472
+ - media has card based metadata
473
+ - Refresh token activity
474
+ - changes to implement the sso code and sso exchange use cases
475
+ - cleanup
476
+ - enabled kanban view on mq message
477
+ - Agent table changes
478
+ - changes to disallow deleting a model or module in production
479
+ - changelog version bumped
480
+ - changelog added
481
+ - changes to control the logging using env variables & set appropriate defaults basis environment
482
+ - chnages for logging
483
+ - Chatter queue fixs
484
+ - one more "beta" for ozzy
485
+ - additional loggging in cors helper
486
+ - changes
487
+ - Redis Queue component and rabbitMQ folder changes
488
+ - changes to track old and new fields as part of the delete entity operation
489
+ - optimizations done for audit subcriber
490
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
491
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
492
+ - formatting changes
493
+ - performance optimisations 1. created by updated by subscriber is not querying users again and again 2. rabbit pub / sub can now optinally switch off db persistence
494
+ - qs depth config increased
495
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
496
+ - cached model metadata queries
497
+ - changse
498
+ - disabled extra loggign
499
+ - chagnes
500
+ - reduced concurrency in computed fields
501
+ - additional loggign
502
+ - added indexes to mobile & email since those are frequently queries upon
503
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
504
+ - Redis background job changes
505
+ - Chatter Rationalizing
506
+ - changes
507
+ - changes
508
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
509
+ - changes to export bootstrap helpers for server & cli nest applications
510
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
511
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
512
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
513
+ - added index on message id in mq message table
514
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
515
+ - changes to save model sequence id as part of post compute instead of pre compute
516
+ - changse
517
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
518
+ - High concurrency fix for alpha num and sequence num computed fields
519
+ - bug fix in cron evalutaion
520
+ - tighter logging around roles
521
+ - scheduler now supports env based specific jobs starting and others not
522
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
523
+ - revert cross db changes for view-metadata-entity
524
+ - fixes
525
+ - changes to handle cross-db compatibility
526
+ - added type as simple-json
527
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
528
+ - Revert "Merge branch 'media-update' into 'main'"
529
+ - Mysql related changes
530
+ - ts-morph and media storage fix
531
+ - dashboard layout menu item added
532
+ - dashboard changes
533
+ - scheduler bug fix
534
+ - made provision to execute scheduled jobs manually
535
+ - changes
536
+ - cleanup
537
+ - logging related changes and made user activity history tree view
538
+ - changes to return the wall clock time as utc for chatter as well to keep it...
539
+ - changes around dashboard question refactoring
540
+ - default tree view and action added on code generation
541
+ - Date time format changes in audit
542
+ - user activity history on otp login
543
+ - changes
544
+ - changelog added
545
+ - reverted legacy and common entity to use local date time transformer only
546
+ - added changelog
547
+ - made playwright dependency lazy
548
+ - ai interaction table user is nullable now
549
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
550
+ - formatting changes
551
+ - Version info changes
552
+ - dummy otp can now be enabled on a per user basis
553
+ - jwt token optimisation
554
+ - optimised the authentication flow in microservice adapter to cache access token
555
+ - deleted file containing secrets
556
+ - changes
557
+ - optimisation around how dummy otp is managed
558
+ - isSeeded added
559
+ - bug fix for fetch layouts
560
+ - view modes added in layout
561
+ - One to many crud manager fixes
562
+ - one-to-many-crud-manager-fixes
563
+ - Many to many crud field manager fixes
564
+ - patch endpoint added in role controller
565
+ - many-to-many field fixes
566
+ - modelSequenceFormViewChangeHandler added on field change
567
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
568
+ - changes to format group values consistently
569
+ - fixes for normalizing group values
570
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
571
+ - changes to return groupValue in the group meta response as well. groupValue is...
572
+ - changes to return groupValue in the group meta response as well. groupValue is...
573
+ - filter_field_granularity_supported_added_for_date_fields
574
+ - password registration/login cleanup + max failed login attempts checks added
575
+ - removed unsafe inline from CSP
576
+ - removed incorrect comment
577
+ - changes
578
+ - Revert "replaced playwright with lazy dependency"
579
+ - replaced playwright with lazy dependency
580
+ - count and average
581
+ - fixes to solid core metadata configuration
582
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
583
+ - solid seed now prints proper exception stack trace
584
+ - added playwright dependencies as peer dependencies
585
+ - changed playwright import to make it lazy
586
+ - issue fixes
587
+ - formatting changes
588
+ - formatting changes
589
+ - changes for test setup
590
+ - package changes
591
+ - Changes to generate an SA user with the default password for simpler experience during setup
592
+ - more changes to support form data based uploads
593
+ - changes
594
+ - changes around testing workflow
595
+ - unified testing utitlities
596
+ - added comments to the slug code
597
+ - refactored queue namespacign
598
+ - queue namespacing related chanes
599
+ - removed todo
600
+ - queue name related changes
601
+ - cag
602
+ - changrs
603
+ - queues names are now namespaced by service naem
604
+ - enabled logs
605
+ - debug logs
606
+ - testing docs updated
607
+ - changes
608
+ - cleanup
609
+ - removed old testing related fiels
610
+ - testing infra now supports data based interpolation
611
+ - testing changes: now we support fully custom test specs
612
+ - changes for test automation
613
+ - changes to tsconfig for playwright tests
614
+ - exporting typeorm db helper
615
+ - removed the files section
616
+ - changes for playwright testing
617
+ - changes to disable service controller seed method
618
+ - formatting changes
619
+ - oom issue
620
+ - logger added for chatter
621
+ - changed arg to kebab case instead of came case in schematic service
622
+ - default menu icons added
623
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
624
+ - removed un-necessary log
625
+ - fix for handling non existence of fieldNamesForRemoval arg
626
+ - foirmatting canges
627
+ - Archived/solidstarters main
628
+ - version changes
629
+ - changed org : @solidstarters -> @solidxai
630
+ - removed publish script, since it is replaced with solidctl release
631
+ - chanes
632
+ - Revert "@solidstarters namespace changed to @solidx"
633
+ - @solidstarters namespace changed to @solidx
634
+ - file service interface changes
635
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
636
+ - changes to the publish script to support: 1.reverse merging main to dev to ensure latest package version is synced with dev post publish. 2. added guardrail to allow publishing from main branch only 3. added dry run option and force option i.e (in case we want to publish from another branch, but is hidden) 4. script now pushes the git version tags as well
637
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
638
+ - test data workflow
639
+ - test-data command
640
+ - seed command updated
641
+ - changes
642
+ - changes
643
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
644
+ - seeding now supports seedData allowing us to seed fixtures for testing.
645
+ - precomputations now skip computation if value is already provided
646
+ - added utility for findOneByUserKey
647
+ - pruning related chagnes
648
+ - changes
649
+ - more changes related to pruning metadata
650
+ - pruen logs added
651
+ - module metadata seeder now does prune also
652
+ - reformatting to improve readability
653
+ - changes
654
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
655
+ - bug fixes
656
+ - changes to cleanup the implementation by having the write method of file service return the url post write
657
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
658
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
659
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
660
+ - file service abstraction cleanup
661
+ - chagnes
662
+ - Dashboard Question Responsive
663
+
664
+ ## [0.1.16-beta.4] - 2026-09-04
665
+
666
+ ### Added
667
+
668
+ - add fullName field to OTPSignUpDto and update authentication service to use it
669
+ - create OTP registrations through the extension user provider
670
+ - let seed metadata declare which users are extension users
671
+ - replace signup key-sniffing with an explicit SignupIntent
672
+ - add ModuleIconAssetService to manage module icon installation
673
+ - remove delete button visibility for user activity history
674
+ - implement default value application for required fields in import transactions
675
+ - add default values for required fields in import transactions
676
+ - enhance media type mapping to support multiple categories per extension in MediaFieldCrudManager
677
+ - update media file type definitions to expose only necessary fields for better clarity
678
+ - enhance media type handling by consolidating media file types and updating related services
679
+ - add SecretResolutionController and related DTO for reading secrets safely
680
+ - expose media type mappings and improve field label handling in MediaFieldCrudManager
681
+ - add resolve and resolveMany methods for secret management
682
+ - add normalization utilities for text fields and integrate them into LongTextFieldCrudManager and ShortTextFieldCrudManager
683
+ - implement eager installation of Chromium for Playwright UI tests
684
+ - add security header options for iframe embedding and customize frame-ancestors
685
+ - implement transaction handling for unpublishing records and restore previous version
686
+ - add createdAt field to PostChatterMessageDto and set default in service
687
+ - implement transaction handling for unpublishing records and restore previous version
688
+ - add progress reporting functionality to test runner and reporters
689
+ - add viewWidget attribute for fileSize in metadata
690
+ - add configurable UI timeouts for testing steps and update documentation
691
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
692
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
693
+ - add default locale name for internationalised entries in test data seeding
694
+ - implement draft/publish versioning support and refactor related services
695
+ - add DraftPublishHelperService for managing draft and publish workflows
696
+ - add workflow field data provider support and related interfaces
697
+ - add asynchronous execution for workflows and enhance execution status retrieval
698
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
699
+ - enhance workflow definition management and add Python runtime node
700
+ - add SolidX integration nodes for login, email, and SMS
701
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
702
+ - enhance http.request node with query parameters and body modes
703
+ - refactor node structure and add sequential and switch nodes
704
+ - update workflow execution and definition handling
705
+ - implement workflow execution services and nodes
706
+ - implement API key generation for system admin users in ModuleMetadataSeederService
707
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
708
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
709
+ - enhance migration process with build and seed commands
710
+ - enhance datasource introspection with primary key detection and migration support
711
+ - enhance role creation with module linkage and resolve module metadata
712
+ - enhance action, role, and view metadata services with change detection and JSON normalization
713
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
714
+ - add new dashboard controller actions to permissions
715
+ - simplify queue health permissions by consolidating patterns
716
+ - implement explicit widget permissions and unauthorized response handling
717
+ - enhance widget permission checks and add unauthorized response handling
718
+ - add Queue SLA heatmap provider and update metadata
719
+ - update queue health menu item and reorder messages
720
+ - add various dashboard providers and runtime services
721
+ - implement WhatsApp Cloud API integration
722
+ - add gupshup whatsapp provider
723
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
724
+ - add updateCustomNoteMessage action to ChatterMessageController
725
+ - add secure custom-note edit API with attachment add/remove support
726
+ - implemented social media oath for facebook and microsoft
727
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
728
+ - implemented social media oath for facebook and microsoft
729
+ - add Message Tree Action and corresponding view for mqMessage
730
+ - implement processing timeout for RabbitMQ subscriber
731
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
732
+ - Migrate date/time transformers to UtcDateTimeTransformer.
733
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
734
+
735
+ ### Fixed
736
+
737
+ - enforce allowPublicRegistration on OTP registration
738
+ - update copy-resources script to include new menu icon and correct resource path
739
+ - update copy-resources script to target the correct directory for media files
740
+ - update build script to include resource copying and add copyfiles dependency
741
+ - remove postinstall script for menu icon installation
742
+ - add postinstall script to ensure menu icon is copied to the correct directory
743
+ - ensure file operations for menu icon are awaited in create and update methods
744
+ - update menuIconUrl to point to the correct image path
745
+ - prevent caching of negative lookups in cache helper and permission metadata service
746
+ - use replaceAll for activeUserId in security rule config
747
+ - remove migration command and related services
748
+ - pass model service to convertImportedRecordToDto and apply defaults in the correct order
749
+ - remove delete permission from metadata configuration
750
+ - remove delete permission from global settings
751
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
752
+ - change matched column type from bit to default nullable boolean
753
+ - improve error message for media deletion restriction
754
+ - use transactions entitymanager for all subscribers only for embedded db projects
755
+ - update consuming project name resolution to use parent directory
756
+ - update solidx directory path to include consuming project name
757
+ - correct package name in model generation command and update error handling in module metadata retrieval
758
+ - username
759
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
760
+ - handle null or empty security rule configuration strings in repository
761
+
762
+ ### Changed
763
+
764
+ - replace inline ShowSoftDeleted enum with imported enum from show-soft-deleted.enum.ts
765
+ - remove ModuleIconAssetService from core module
766
+ - rename applyEntityDefaults to applyImportDefaults for clarity
767
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
768
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
769
+ - unify datetime column types across entities using helper function
770
+ - remove explicit timestamp type for nullable date columns across entities
771
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
772
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
773
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
774
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
775
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
776
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
777
+ - simplify published version filtering in CRUDService
778
+ - remove handleSeedLocales method to streamline locale seeding process
779
+ - remove legacy dashboard files and add new dashboarding architecture guide
780
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
781
+ - remove redundant null check in resolveSecurityRuleConfig
782
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
783
+ - update legacy entity fields to be nullable and support null types
784
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
785
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
786
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
787
+
788
+ ### Documentation
789
+
790
+ - update expired discord link
791
+
792
+ ### Other
793
+
794
+ - changes to ensure provider roles is used to resolve roles first for password/password less registration paths if an external user provider exists
795
+ - changes to ensure full name is also populated alongwith username
796
+ - cross-tyep uniqueness fix
797
+ - instant logout for access token changes
798
+ - vocabulary docs added
799
+ - removed the secrets read endpoint, since it is not required now
800
+ - renamed variables for better naming
801
+ - changes to ensure path segement parsing is consisten for $res and $data fragements in the ops vocabulary e.g currently $res was not supporting brackets but only . while grabbing data from and object
802
+ - ensure missing secrets show up in the report output so the error is presented alongside the scenario step for clarity
803
+ - `${secret:...}` in the test vocabulary
804
+ - Refactor Chromium installation process and remove eager install script
805
+ - changes
806
+ - ## Phase 6 — Global Multer upload size limit
807
+ - ## Phase 5 — Dangerous-extension checks on menu-icon & settings uploads
808
+ - ## Phase 4 — Route chatter attachments through `MediaFieldCrudManager`
809
+ - ## Phase 3 — Close the `mediaMultiple` size/category gap, and align `validateAllowedExtensions`'s placement
810
+ - ## Phase 2 — Make `mediaTypes` category resolution extension-authoritative
811
+ - Per-field extension allowlist (`mediaAllowedExtensions`)
812
+ - mpin scheme version changes
813
+ - mpin related changes
814
+ - Add safe percent-decoding for uploaded file names to prevent bypassing extension checks
815
+ - Revert "Revert "Deliverable A now stands as: cache TTL (with the store swap that make…""
816
+ - Revert "Deliverable A now stands as: cache TTL (with the store swap that make…"
817
+ - fixes around handling concurrent logins properly using per deviceKey buckets.
818
+ - Deliverable A now stands as: cache TTL (with the store swap that makes it actually work), the me() null guard it necessitates, the logout verify/idempotency fix, previousValidUntil replacing the timer, and the dead validate() removed.
819
+ - fixed the request body limit to keep it as 10mb instead of 25mb by default
820
+ - changes around files name sanitization and normalization
821
+ - changes to handle variations in extension while uploading dangerous extension files
822
+ - change request body max to 25mb
823
+ - Comment out countGroupedRecords method implementation for refactoring
824
+ - show theme toggle
825
+ - rename theme registry
826
+ - remove some unusable code
827
+ - some changes
828
+ - solidx theme settings
829
+ - chagesn to testing readme
830
+ - changes to make ui.expectUrl to wait using the navigation timeout
831
+ - type fixes
832
+ - fixes around playwright context
833
+ - Scenario snap shot changes
834
+ - test run payload changes
835
+ - Testhub test run queue changes
836
+ - Screen shoot changes
837
+ - Test Life Cycle Changes.
838
+ - Testing Hub Changes
839
+ - chagesn to testing readme
840
+ - changes to support passing an explicit createdAt while posting a chatter message
841
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
842
+ - rename theme registry
843
+ - changes to make ui.expectUrl to wait using the navigation timeout
844
+ - type fixes
845
+ - fixes around playwright context
846
+ - Scenario snap shot changes
847
+ - test run payload changes
848
+ - Testhub test run queue changes
849
+ - Screen shoot changes
850
+ - Test Life Cycle Changes.
851
+ - Testing Hub Changes
852
+ - remove add permisson from permisson-list-view
853
+ - removed indexes on username and mobile since it is a conditional index and it breaks for mssql since multiple nulls are not allowed on unique columns
854
+ - readme changes
855
+ - removed hardcoded type against a boolean type
856
+ - changes to the default testing setting timeout to pick from env as well
857
+ - remove duplicate code
858
+ - refactoring around chatter media security fix
859
+ - add media extension support for post chatter
860
+ - Add media upload action and validation in MediaService
861
+ - add media extension support for post chatter
862
+ - changes to ensure only id and field are returned while populating the user in chatter
863
+ - Update defaultValue types in solid-core-metadata.json to strings
864
+ - 1. changes to ensure user populated for chatter and createdBy/updatedBy has only id and fullName populate 2. Added Exclude at property level on user to exclude sensitive fields by default without having to add an exclude at the class level
865
+ - Add getMentionableUsers permission
866
+ - Add endpoint to retrieve mentionable users with search and limit options
867
+ - Add error handling nodes and enhance workflow node definitions
868
+ - Add skipHooks option to seed command and related services
869
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
870
+ - Enhance workflow node definitions and runtime context handling
871
+ - remvoing redundent code
872
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
873
+ - changes
874
+ - changes
875
+ - sql injection vulnerability closed in filter queries
876
+ - Remove LocalPath
877
+ - revert changes
878
+ - revert changes
879
+ - revert changes
880
+ - re revert
881
+ - revert changes
882
+ - private-file-cleanup
883
+ - add downlaodurl
884
+ - changes to allow overriding the is allowed api keys flag thru extension user
885
+ - Revert "user enumeration"
886
+ - remove validation from username and mobile
887
+ - user create validation bugs
888
+ - add normalize for otp based also
889
+ - Disable metadata pruning by default in seed command configuration
890
+ - Update seed command to enable metadata pruning by default
891
+ - handle-case-sensitive-for-email
892
+ - Add delete permissions for ImportTransactionController in solid-core metadata
893
+ - Add permissions for import/export functionality in solid-core metadata
894
+ - Refactor role assignment for admin users to handle capability roles individually
895
+ - discard changes
896
+ - add support for static file
897
+ - Add capability roles for admin users in module metadata seeder
898
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
899
+ - attachment
900
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
901
+ - make isPublic default true
902
+ - changes to show the image inline
903
+ - cleanup againts media's
904
+ - inline role crate false
905
+ - Implement chatter mention notification system with email templates and queue handling
906
+ - Add messageBodyMentions field to chatter message DTOs and entity
907
+ - fix-audit-bug
908
+ - changes to include signed url token for private media
909
+ - Revert "Revert "rename function name""
910
+ - Revert "Revert "add private media support""
911
+ - Add media file type constants and enhance security for media uploads
912
+ - remove some unusable code
913
+ - some changes
914
+ - handle technical error messages due to missing resource in static resources folder
915
+ - Revert "add private media support"
916
+ - Revert "rename function name"
917
+ - rename function name
918
+ - add private media support
919
+ - some fixes
920
+ - solidx session invalid changes
921
+ - add validation on get chatter message
922
+ - updatedAt value is updating now
923
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
924
+ - add security against chatter
925
+ - chatter message endpoint made public
926
+ - removed embedded db support
927
+ - Add default sorting by ID if not explicitly specified in order options
928
+ - solidx theme settings
929
+ - add icons across all the models in solid core
930
+ - media upload added behind auth
931
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
932
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
933
+ - class serializer interceptor added for impact of Exclude and Expose
934
+ - Enhance datasource introspection with primary key validation and user key resolution
935
+ - Concurrent Login Feature
936
+ - user enumeration
937
+ - add helper text key on settings object .........
938
+ - changes to handle case insenstive filter operations if the values are other than string by casting
939
+ - menus item fix
940
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
941
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
942
+ - display name changed
943
+ - name changed
944
+ - added settings for configure the row click on solid list view
945
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
946
+ - fixed legacy entity files names
947
+ - view metadata type field - selection static and roles required false from menu-item
948
+ - Fix for this issue > stop applying lower for numeric fields.
949
+ - refactor and add migration command
950
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
951
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
952
+ - changes to take in option for seeding with modules in current seed method
953
+ - Fix validation logic to parse string field values as integers before applying validations
954
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
955
+ - ad changes
956
+ - Add locale seeding functionality and enhance locale management
957
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
958
+ - changes to avoid extra module checks before dynamically loading it
959
+ - defaulted to modulemetadataseederservice if no seeder provided
960
+ - Add Date field in Instructions Response
961
+ - ai interaction cleanup changes
962
+ - enabling create,edit,import,export on permission and lov modules
963
+ - added module to rolemetadata list view
964
+ - roles group by module changes
965
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
966
+ - Implement Datasource Management functionality with controller, service, and DTO
967
+ - added index to fields newly added as sortable and searchable
968
+ - Add archiver package to dependencies
969
+ - removed unnecessary seed file
970
+ - Add TypeORM migration helper functions and export in index
971
+ - fixes
972
+ - reverted accidental removal of the layout builder root menu
973
+ - pending cleanup of solid core menu items
974
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
975
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
976
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
977
+ - changes for IAM
978
+ - Add clearPackageRuntime functionality and corresponding metadata action
979
+ - Add archiver dependency and implement module package export functionality
980
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
981
+ - Update solid-core-metadata.json to disable create, edit, and delete actions, and set searchable attributes to false for specific fields for media storage provider
982
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
983
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
984
+ - Remove unused database bootstrap service and related SQL cleanup procedures
985
+ - cleanup
986
+ - Add view and action metadata tree views with updated permissions and searchable fields
987
+ - Add view and action metadata tree views with updated permissions and searchable fields
988
+ - menu item model cleanup
989
+ - Add resumable import handling and transaction management in module package service
990
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
991
+ - Enhance module metadata seeder: add validation for module name, streamline array handling for scheduled jobs, saved filters, list of values, security rules, sms templates, email templates, menus, actions, views, users, roles, media storage providers, model sequences, and models metadata.
992
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
993
+ - many to one left join issue fixed
994
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
995
+ - Refactor CRUD and model metadata services to enhance group filtering and pagination; streamline response handling and improve query structure. configuration changes to support tree view in model metadata
996
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
997
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
998
+ - Implement module metadata explorer with CRUD operations and search functionality
999
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
1000
+ - Bug fixs
1001
+ - added frontend base url as well to the default settings
1002
+ - minor cleanup
1003
+ - changes to cleanup legacy table related fields
1004
+ - changes for new dashboards functionality
1005
+ - always print server startup line regardless of log level
1006
+ - Add field quality checks and fixes checklist for backend validation
1007
+ - typeo issue
1008
+ - Agent table clean up
1009
+ - Add manual interaction step for Playwright and update README
1010
+ - provision made to unlink data rather than having to teardown everything
1011
+ - provision made to unlink data rather than having to teardown everything
1012
+ - changes to colour the server startup line
1013
+ - Agent table clean up
1014
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
1015
+ - removed id command options and retained the singular name option only for consistency purposes
1016
+ - changes to route genertion commands thru solidctl. The refresh-module & refresh-model commands are what are eventually called and end up calling the services only, keeping calling consistent and ensuring everything is route thru solidctl generate
1017
+ - got rid of fieldNamesForRefresh and fieldIdsForRefresh dead chain since it is not used now, due to fields being read in the code builder from the metadata json directly
1018
+ - MCP table solid changes
1019
+ - playwrite added as dependency instead
1020
+ - changes to the test runner
1021
+ - chatter message user resolution chagnes
1022
+ - bug fix in chatter message user resolution after we moved to queues.
1023
+ - moved back to beta3
1024
+ - failed login attempts field added to the json and update dto and exposed in entity
1025
+ - removed un-necessary index on newvalue display
1026
+ - ts changes error: any
1027
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
1028
+ - changed model metadata service default form layout to be single column
1029
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
1030
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
1031
+ - normalised @ApiTags
1032
+ - enum for passwordless modes
1033
+ - bug fix in how alternative actions are rendered
1034
+ - queue related bug fixes
1035
+ - changes to add a websocket adaptor to the bootstrap server routine
1036
+ - license changes
1037
+ - type fixes
1038
+ - removed min and max from long text mapping
1039
+ - bug fix for shortext field mapping
1040
+ - changes to post the testing results to a webhook api with a test payload
1041
+ - added import multer this fixes un-necessary ts errors in vscode
1042
+ - ts errors fixed
1043
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
1044
+ - formatting changes
1045
+ - facebook oauth
1046
+ - Status required false
1047
+ - updated gitignore
1048
+ - dleete un-necessary docs
1049
+ - deleted un-necessary files
1050
+ - changes related to more grooming
1051
+ - api added in cors
1052
+ - refactor Oauth strategy
1053
+ - Revert "Ft social media login"
1054
+ - bug fix
1055
+ - bug fix
1056
+ - add new api me endpoint and role based settings
1057
+ - setting changes for new ui architecture
1058
+ - changes for new settings structure
1059
+ - chatter task subtype and related changes
1060
+ - bug fix
1061
+ - fixes
1062
+ - changes to get rid of angular schematics for helping with string case transformation for consistency purpose i.e (lodash is being used on frontend too) and avoid edge cases
1063
+ - changes to handle import logs as well, thru configured winston log level
1064
+ - change isMultiSelect to true in solid-core-metadata.json
1065
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
1066
+ - tightened up queue subscriber interface + fixed core subscribers that were not returning anything. all subscribers must either return a promise or if not async then the actual value
1067
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
1068
+ - bug fix: passwordless registration should create a user with active false
1069
+ - apikeys attribute was not exposed
1070
+ - refactor Oauth strategy
1071
+ - changes to avoid sending out encrypted setting in api responses. also removed menu item and action entries for ai settings. (temporary fix, since setting ui to be revamped soon)
1072
+ - bug fix
1073
+ - null check on role
1074
+ - made provision to seed custom permissions
1075
+ - handled seed scenario too
1076
+ - upload File and expectHidden changes
1077
+ - extension user cleanup and checks added
1078
+ - fixed types for cleanup
1079
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
1080
+ - fixes bare shell imports with relative imports
1081
+ - dynamic import fix
1082
+ - removed unnecessary file
1083
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
1084
+ - removed base abstract class
1085
+ - added interface too
1086
+ - changes
1087
+ - changes to test data seeding & fixed the type for authenticationService.signup method
1088
+ - changes to user dto to include the api keys toggle
1089
+ - add default role to the user only if there are no roles resolved against a user
1090
+ - changes to replace current extension user custom user creation logic with the use of dynamic extension user provider. cleans up creation of an extension user
1091
+ - Only forward --debug when explicitly enabled.
1092
+ - toolOutput field changes to json
1093
+ - adding user api key entity to export
1094
+ - minor optimisation to how dynamic modules are loaded
1095
+ - Add Discord badge to top of README
1096
+ - Fix broken BSL license link and add Discord link to README
1097
+ - Add BSL 1.1 license and update package.json license field
1098
+ - Seed user and roles in testing data
1099
+ - removed readme.txt
1100
+ - moved type and interfaces in interfaces.ts and refactored accordingly
1101
+ - changed to md
1102
+ - added readme
1103
+ - Ai setting model change
1104
+ - changes to allow encrypting setting keys
1105
+ - form view clean up
1106
+ - Agent table list view changes
1107
+ - synchronize false
1108
+ - changes to resolve the selection dynamic provider by name and token both
1109
+ - changes to bypass swagger urls from csp policy
1110
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
1111
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
1112
+ - changes to implement the sso code and sso exchange use cases
1113
+ - removed orm types / exported api key entity
1114
+ - added provision to control if api key creation is allowed for the user
1115
+ - api key changes for backend
1116
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
1117
+ - fix to call addRoles only if role names are present
1118
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
1119
+ - refactor: update legacy entity fields to be nullable and support null types
1120
+ - Json structure change
1121
+ - Agent table metadata clean up changes
1122
+ - longtext
1123
+ - longtext changes
1124
+ - Agent tables clean up
1125
+ - fixes to seed many-to-many relation for tests
1126
+ - changes to seed media in testing data
1127
+ - Chatter modelUserkey and excel many to one issue
1128
+ - keeping the default selectionValueType as string since this is a good default
1129
+ - bug fixes around how media is done
1130
+ - bug fixes
1131
+ - try catch inside logEvent
1132
+ - media has card based metadata
1133
+ - Refresh token activity
1134
+ - changes to implement the sso code and sso exchange use cases
1135
+ - cleanup
1136
+ - enabled kanban view on mq message
1137
+ - Agent table changes
1138
+ - changes to disallow deleting a model or module in production
1139
+ - changelog version bumped
1140
+ - changelog added
1141
+ - changes to control the logging using env variables & set appropriate defaults basis environment
1142
+ - chnages for logging
1143
+ - Chatter queue fixs
1144
+ - one more "beta" for ozzy
1145
+ - additional loggging in cors helper
1146
+ - changes
1147
+ - Redis Queue component and rabbitMQ folder changes
1148
+ - changes to track old and new fields as part of the delete entity operation
1149
+ - optimizations done for audit subcriber
1150
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
1151
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
1152
+ - formatting changes
1153
+ - performance optimisations 1. created by updated by subscriber is not querying users again and again 2. rabbit pub / sub can now optinally switch off db persistence
1154
+ - qs depth config increased
1155
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
1156
+ - cached model metadata queries
1157
+ - changse
1158
+ - disabled extra loggign
1159
+ - chagnes
1160
+ - reduced concurrency in computed fields
1161
+ - additional loggign
1162
+ - added indexes to mobile & email since those are frequently queries upon
1163
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
1164
+ - Redis background job changes
1165
+ - Chatter Rationalizing
1166
+ - changes
1167
+ - changes
1168
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
1169
+ - changes to export bootstrap helpers for server & cli nest applications
1170
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
1171
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
1172
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
1173
+ - added index on message id in mq message table
1174
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
1175
+ - changes to save model sequence id as part of post compute instead of pre compute
1176
+ - changse
1177
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
1178
+ - High concurrency fix for alpha num and sequence num computed fields
1179
+ - bug fix in cron evalutaion
1180
+ - tighter logging around roles
1181
+ - scheduler now supports env based specific jobs starting and others not
1182
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
1183
+ - revert cross db changes for view-metadata-entity
1184
+ - fixes
1185
+ - changes to handle cross-db compatibility
1186
+ - added type as simple-json
1187
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
1188
+ - Revert "Merge branch 'media-update' into 'main'"
1189
+ - Mysql related changes
1190
+ - ts-morph and media storage fix
1191
+ - dashboard layout menu item added
1192
+ - dashboard changes
1193
+ - scheduler bug fix
1194
+ - made provision to execute scheduled jobs manually
1195
+ - changes
1196
+ - cleanup
1197
+ - logging related changes and made user activity history tree view
1198
+ - changes to return the wall clock time as utc for chatter as well to keep it...
1199
+ - changes around dashboard question refactoring
1200
+ - default tree view and action added on code generation
1201
+ - Date time format changes in audit
1202
+ - user activity history on otp login
1203
+ - changes
1204
+ - changelog added
1205
+ - reverted legacy and common entity to use local date time transformer only
1206
+ - added changelog
1207
+ - made playwright dependency lazy
1208
+ - ai interaction table user is nullable now
1209
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
1210
+ - formatting changes
1211
+ - Version info changes
1212
+ - dummy otp can now be enabled on a per user basis
1213
+ - jwt token optimisation
1214
+ - optimised the authentication flow in microservice adapter to cache access token
1215
+ - deleted file containing secrets
1216
+ - changes
1217
+ - optimisation around how dummy otp is managed
1218
+ - isSeeded added
1219
+ - bug fix for fetch layouts
1220
+ - view modes added in layout
1221
+ - One to many crud manager fixes
1222
+ - one-to-many-crud-manager-fixes
1223
+ - Many to many crud field manager fixes
1224
+ - patch endpoint added in role controller
1225
+ - many-to-many field fixes
1226
+ - modelSequenceFormViewChangeHandler added on field change
1227
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
1228
+ - changes to format group values consistently
1229
+ - fixes for normalizing group values
1230
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
1231
+ - changes to return groupValue in the group meta response as well. groupValue is...
1232
+ - changes to return groupValue in the group meta response as well. groupValue is...
1233
+ - filter_field_granularity_supported_added_for_date_fields
1234
+ - password registration/login cleanup + max failed login attempts checks added
1235
+ - removed unsafe inline from CSP
1236
+ - removed incorrect comment
1237
+ - changes
1238
+ - Revert "replaced playwright with lazy dependency"
1239
+ - replaced playwright with lazy dependency
1240
+ - count and average
1241
+ - fixes to solid core metadata configuration
1242
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
1243
+ - solid seed now prints proper exception stack trace
1244
+ - added playwright dependencies as peer dependencies
1245
+ - changed playwright import to make it lazy
1246
+ - issue fixes
1247
+ - formatting changes
1248
+ - formatting changes
1249
+ - changes for test setup
1250
+ - package changes
1251
+ - Changes to generate an SA user with the default password for simpler experience during setup
1252
+ - more changes to support form data based uploads
1253
+ - changes
1254
+ - changes around testing workflow
1255
+ - unified testing utitlities
1256
+ - added comments to the slug code
1257
+ - refactored queue namespacign
1258
+ - queue namespacing related chanes
1259
+ - removed todo
1260
+ - queue name related changes
1261
+ - cag
1262
+ - changrs
1263
+ - queues names are now namespaced by service naem
1264
+ - enabled logs
1265
+ - debug logs
1266
+ - testing docs updated
1267
+ - changes
1268
+ - cleanup
1269
+ - removed old testing related fiels
1270
+ - testing infra now supports data based interpolation
1271
+ - testing changes: now we support fully custom test specs
1272
+ - changes for test automation
1273
+ - changes to tsconfig for playwright tests
1274
+ - exporting typeorm db helper
1275
+ - removed the files section
1276
+ - changes for playwright testing
1277
+ - changes to disable service controller seed method
1278
+ - formatting changes
1279
+ - oom issue
1280
+ - logger added for chatter
1281
+ - changed arg to kebab case instead of came case in schematic service
1282
+ - default menu icons added
1283
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
1284
+ - removed un-necessary log
1285
+ - fix for handling non existence of fieldNamesForRemoval arg
1286
+ - foirmatting canges
1287
+ - Archived/solidstarters main
1288
+ - version changes
1289
+ - changed org : @solidstarters -> @solidxai
1290
+ - removed publish script, since it is replaced with solidctl release
1291
+ - chanes
1292
+ - Revert "@solidstarters namespace changed to @solidx"
1293
+ - @solidstarters namespace changed to @solidx
1294
+ - file service interface changes
1295
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
1296
+ - changes to the publish script to support: 1.reverse merging main to dev to ensure latest package version is synced with dev post publish. 2. added guardrail to allow publishing from main branch only 3. added dry run option and force option i.e (in case we want to publish from another branch, but is hidden) 4. script now pushes the git version tags as well
1297
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
1298
+ - test data workflow
1299
+ - test-data command
1300
+ - seed command updated
1301
+ - changes
1302
+ - changes
1303
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
1304
+ - seeding now supports seedData allowing us to seed fixtures for testing.
1305
+ - precomputations now skip computation if value is already provided
1306
+ - added utility for findOneByUserKey
1307
+ - pruning related chagnes
1308
+ - changes
1309
+ - more changes related to pruning metadata
1310
+ - pruen logs added
1311
+ - module metadata seeder now does prune also
1312
+ - reformatting to improve readability
1313
+ - changes
1314
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
1315
+ - bug fixes
1316
+ - changes to cleanup the implementation by having the write method of file service return the url post write
1317
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
1318
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
1319
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
1320
+ - file service abstraction cleanup
1321
+ - chagnes
1322
+ - Dashboard Question Responsive
1323
+
1324
+ ## [0.1.16-beta.3] - 2026-09-02
1325
+
1326
+ ### Added
1327
+
1328
+ - add fullName field to OTPSignUpDto and update authentication service to use it
1329
+ - create OTP registrations through the extension user provider
1330
+ - let seed metadata declare which users are extension users
1331
+ - replace signup key-sniffing with an explicit SignupIntent
1332
+ - add ModuleIconAssetService to manage module icon installation
1333
+ - remove delete button visibility for user activity history
1334
+ - implement default value application for required fields in import transactions
1335
+ - add default values for required fields in import transactions
1336
+ - enhance media type mapping to support multiple categories per extension in MediaFieldCrudManager
1337
+ - update media file type definitions to expose only necessary fields for better clarity
1338
+ - enhance media type handling by consolidating media file types and updating related services
1339
+ - add SecretResolutionController and related DTO for reading secrets safely
1340
+ - expose media type mappings and improve field label handling in MediaFieldCrudManager
1341
+ - add resolve and resolveMany methods for secret management
1342
+ - add normalization utilities for text fields and integrate them into LongTextFieldCrudManager and ShortTextFieldCrudManager
1343
+ - implement eager installation of Chromium for Playwright UI tests
1344
+ - add security header options for iframe embedding and customize frame-ancestors
1345
+ - implement transaction handling for unpublishing records and restore previous version
1346
+ - add createdAt field to PostChatterMessageDto and set default in service
1347
+ - implement transaction handling for unpublishing records and restore previous version
1348
+ - add progress reporting functionality to test runner and reporters
1349
+ - add viewWidget attribute for fileSize in metadata
1350
+ - add configurable UI timeouts for testing steps and update documentation
1351
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
1352
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
1353
+ - add default locale name for internationalised entries in test data seeding
1354
+ - implement draft/publish versioning support and refactor related services
1355
+ - add DraftPublishHelperService for managing draft and publish workflows
1356
+ - add workflow field data provider support and related interfaces
1357
+ - add asynchronous execution for workflows and enhance execution status retrieval
1358
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
1359
+ - enhance workflow definition management and add Python runtime node
1360
+ - add SolidX integration nodes for login, email, and SMS
1361
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
1362
+ - enhance http.request node with query parameters and body modes
1363
+ - refactor node structure and add sequential and switch nodes
1364
+ - update workflow execution and definition handling
1365
+ - implement workflow execution services and nodes
1366
+ - implement API key generation for system admin users in ModuleMetadataSeederService
1367
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
1368
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
1369
+ - enhance migration process with build and seed commands
1370
+ - enhance datasource introspection with primary key detection and migration support
1371
+ - enhance role creation with module linkage and resolve module metadata
1372
+ - enhance action, role, and view metadata services with change detection and JSON normalization
1373
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
1374
+ - add new dashboard controller actions to permissions
1375
+ - simplify queue health permissions by consolidating patterns
1376
+ - implement explicit widget permissions and unauthorized response handling
1377
+ - enhance widget permission checks and add unauthorized response handling
1378
+ - add Queue SLA heatmap provider and update metadata
1379
+ - update queue health menu item and reorder messages
1380
+ - add various dashboard providers and runtime services
1381
+ - implement WhatsApp Cloud API integration
1382
+ - add gupshup whatsapp provider
1383
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
1384
+ - add updateCustomNoteMessage action to ChatterMessageController
1385
+ - add secure custom-note edit API with attachment add/remove support
1386
+ - implemented social media oath for facebook and microsoft
1387
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
1388
+ - implemented social media oath for facebook and microsoft
1389
+ - add Message Tree Action and corresponding view for mqMessage
1390
+ - implement processing timeout for RabbitMQ subscriber
1391
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
1392
+ - Migrate date/time transformers to UtcDateTimeTransformer.
1393
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
1394
+
1395
+ ### Fixed
1396
+
1397
+ - enforce allowPublicRegistration on OTP registration
1398
+ - update copy-resources script to include new menu icon and correct resource path
1399
+ - update copy-resources script to target the correct directory for media files
1400
+ - update build script to include resource copying and add copyfiles dependency
1401
+ - remove postinstall script for menu icon installation
1402
+ - add postinstall script to ensure menu icon is copied to the correct directory
1403
+ - ensure file operations for menu icon are awaited in create and update methods
1404
+ - update menuIconUrl to point to the correct image path
1405
+ - prevent caching of negative lookups in cache helper and permission metadata service
1406
+ - use replaceAll for activeUserId in security rule config
1407
+ - remove migration command and related services
1408
+ - pass model service to convertImportedRecordToDto and apply defaults in the correct order
1409
+ - remove delete permission from metadata configuration
1410
+ - remove delete permission from global settings
1411
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
1412
+ - change matched column type from bit to default nullable boolean
1413
+ - improve error message for media deletion restriction
1414
+ - use transactions entitymanager for all subscribers only for embedded db projects
1415
+ - update consuming project name resolution to use parent directory
1416
+ - update solidx directory path to include consuming project name
1417
+ - correct package name in model generation command and update error handling in module metadata retrieval
1418
+ - username
1419
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
1420
+ - handle null or empty security rule configuration strings in repository
1421
+
1422
+ ### Changed
1423
+
1424
+ - remove ModuleIconAssetService from core module
1425
+ - rename applyEntityDefaults to applyImportDefaults for clarity
1426
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
1427
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
1428
+ - unify datetime column types across entities using helper function
1429
+ - remove explicit timestamp type for nullable date columns across entities
1430
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
1431
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
1432
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
1433
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
1434
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
1435
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
1436
+ - simplify published version filtering in CRUDService
1437
+ - remove handleSeedLocales method to streamline locale seeding process
1438
+ - remove legacy dashboard files and add new dashboarding architecture guide
1439
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
1440
+ - remove redundant null check in resolveSecurityRuleConfig
1441
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
1442
+ - update legacy entity fields to be nullable and support null types
1443
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
1444
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
1445
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
1446
+
1447
+ ### Documentation
1448
+
1449
+ - update expired discord link
1450
+
1451
+ ### Other
1452
+
1453
+ - changes to ensure provider roles is used to resolve roles first for password/password less registration paths if an external user provider exists
131
1454
  - changes to ensure full name is also populated alongwith username
132
1455
  - cross-tyep uniqueness fix
133
1456
  - instant logout for access token changes