@solidxai/core 0.1.16 → 0.1.17-beta.1

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 (131) hide show
  1. package/CHANGELOG.md +1986 -1
  2. package/CLAUDE.md +26 -0
  3. package/dist/constants/media-file-types.d.ts +2 -2
  4. package/dist/constants/media-file-types.d.ts.map +1 -1
  5. package/dist/constants/media-file-types.js +24 -10
  6. package/dist/constants/media-file-types.js.map +1 -1
  7. package/dist/controllers/chatter-message-details.controller.d.ts.map +1 -1
  8. package/dist/controllers/chatter-message-details.controller.js +2 -6
  9. package/dist/controllers/chatter-message-details.controller.js.map +1 -1
  10. package/dist/controllers/chatter-message.controller.d.ts.map +1 -1
  11. package/dist/controllers/chatter-message.controller.js +3 -7
  12. package/dist/controllers/chatter-message.controller.js.map +1 -1
  13. package/dist/controllers/dashboard-user-layout.controller.d.ts.map +1 -1
  14. package/dist/controllers/dashboard-user-layout.controller.js +2 -6
  15. package/dist/controllers/dashboard-user-layout.controller.js.map +1 -1
  16. package/dist/controllers/import-transaction-error-log.controller.d.ts.map +1 -1
  17. package/dist/controllers/import-transaction-error-log.controller.js +2 -6
  18. package/dist/controllers/import-transaction-error-log.controller.js.map +1 -1
  19. package/dist/controllers/import-transaction.controller.d.ts.map +1 -1
  20. package/dist/controllers/import-transaction.controller.js +2 -6
  21. package/dist/controllers/import-transaction.controller.js.map +1 -1
  22. package/dist/controllers/list-of-values.controller.d.ts.map +1 -1
  23. package/dist/controllers/list-of-values.controller.js +2 -6
  24. package/dist/controllers/list-of-values.controller.js.map +1 -1
  25. package/dist/controllers/locale.controller.d.ts.map +1 -1
  26. package/dist/controllers/locale.controller.js +2 -6
  27. package/dist/controllers/locale.controller.js.map +1 -1
  28. package/dist/controllers/media.controller.d.ts.map +1 -1
  29. package/dist/controllers/media.controller.js +9 -8
  30. package/dist/controllers/media.controller.js.map +1 -1
  31. package/dist/controllers/model-sequence.controller.d.ts.map +1 -1
  32. package/dist/controllers/model-sequence.controller.js +2 -6
  33. package/dist/controllers/model-sequence.controller.js.map +1 -1
  34. package/dist/controllers/saved-filters.controller.d.ts.map +1 -1
  35. package/dist/controllers/saved-filters.controller.js +2 -6
  36. package/dist/controllers/saved-filters.controller.js.map +1 -1
  37. package/dist/controllers/scheduled-job.controller.d.ts.map +1 -1
  38. package/dist/controllers/scheduled-job.controller.js +2 -6
  39. package/dist/controllers/scheduled-job.controller.js.map +1 -1
  40. package/dist/controllers/security-rule.controller.d.ts.map +1 -1
  41. package/dist/controllers/security-rule.controller.js +2 -6
  42. package/dist/controllers/security-rule.controller.js.map +1 -1
  43. package/dist/controllers/user-activity-history.controller.d.ts.map +1 -1
  44. package/dist/controllers/user-activity-history.controller.js +2 -6
  45. package/dist/controllers/user-activity-history.controller.js.map +1 -1
  46. package/dist/controllers/user-view-metadata.controller.d.ts.map +1 -1
  47. package/dist/controllers/user-view-metadata.controller.js +2 -6
  48. package/dist/controllers/user-view-metadata.controller.js.map +1 -1
  49. package/dist/controllers/workflow-definition.controller.d.ts.map +1 -1
  50. package/dist/controllers/workflow-definition.controller.js +2 -6
  51. package/dist/controllers/workflow-definition.controller.js.map +1 -1
  52. package/dist/controllers/workflow-execution-artifact.controller.d.ts.map +1 -1
  53. package/dist/controllers/workflow-execution-artifact.controller.js +2 -6
  54. package/dist/controllers/workflow-execution-artifact.controller.js.map +1 -1
  55. package/dist/controllers/workflow-execution-log.controller.d.ts.map +1 -1
  56. package/dist/controllers/workflow-execution-log.controller.js +2 -6
  57. package/dist/controllers/workflow-execution-log.controller.js.map +1 -1
  58. package/dist/controllers/workflow-execution.controller.d.ts.map +1 -1
  59. package/dist/controllers/workflow-execution.controller.js +2 -6
  60. package/dist/controllers/workflow-execution.controller.js.map +1 -1
  61. package/dist/controllers/workflow-secret.controller.d.ts.map +1 -1
  62. package/dist/controllers/workflow-secret.controller.js +2 -6
  63. package/dist/controllers/workflow-secret.controller.js.map +1 -1
  64. package/dist/controllers/workflow-step-execution.controller.d.ts.map +1 -1
  65. package/dist/controllers/workflow-step-execution.controller.js +2 -6
  66. package/dist/controllers/workflow-step-execution.controller.js.map +1 -1
  67. package/dist/controllers/workflow-trigger-execution.controller.d.ts.map +1 -1
  68. package/dist/controllers/workflow-trigger-execution.controller.js +2 -6
  69. package/dist/controllers/workflow-trigger-execution.controller.js.map +1 -1
  70. package/dist/dtos/basic-filters.dto.d.ts +3 -5
  71. package/dist/dtos/basic-filters.dto.d.ts.map +1 -1
  72. package/dist/dtos/basic-filters.dto.js +6 -8
  73. package/dist/dtos/basic-filters.dto.js.map +1 -1
  74. package/dist/dtos/otp-sign-up.dto.d.ts +1 -0
  75. package/dist/dtos/otp-sign-up.dto.d.ts.map +1 -1
  76. package/dist/dtos/otp-sign-up.dto.js +12 -1
  77. package/dist/dtos/otp-sign-up.dto.js.map +1 -1
  78. package/dist/enums/show-soft-deleted.enum.d.ts +5 -0
  79. package/dist/enums/show-soft-deleted.enum.d.ts.map +1 -0
  80. package/dist/enums/show-soft-deleted.enum.js +9 -0
  81. package/dist/enums/show-soft-deleted.enum.js.map +1 -0
  82. package/dist/index.d.ts +1 -0
  83. package/dist/index.d.ts.map +1 -1
  84. package/dist/index.js +1 -0
  85. package/dist/index.js.map +1 -1
  86. package/dist/services/authentication.service.d.ts.map +1 -1
  87. package/dist/services/authentication.service.js +15 -6
  88. package/dist/services/authentication.service.js.map +1 -1
  89. package/dist/services/chatter-message.service.d.ts +2 -0
  90. package/dist/services/chatter-message.service.d.ts.map +1 -1
  91. package/dist/services/chatter-message.service.js +48 -21
  92. package/dist/services/chatter-message.service.js.map +1 -1
  93. package/dist/services/settings/default-settings-provider.service.d.ts +20 -0
  94. package/dist/services/settings/default-settings-provider.service.d.ts.map +1 -1
  95. package/dist/services/settings/default-settings-provider.service.js +12 -0
  96. package/dist/services/settings/default-settings-provider.service.js.map +1 -1
  97. package/dist/solid-core.module.d.ts.map +1 -1
  98. package/dist/solid-core.module.js +5 -1
  99. package/dist/solid-core.module.js.map +1 -1
  100. package/package.json +1 -1
  101. package/postman/signup-intent-verification.postman_collection.json +573 -0
  102. package/src/constants/media-file-types.ts +76 -24
  103. package/src/controllers/chatter-message-details.controller.ts +1 -4
  104. package/src/controllers/chatter-message.controller.ts +1 -4
  105. package/src/controllers/dashboard-user-layout.controller.ts +1 -4
  106. package/src/controllers/import-transaction-error-log.controller.ts +1 -4
  107. package/src/controllers/import-transaction.controller.ts +1 -4
  108. package/src/controllers/list-of-values.controller.ts +1 -4
  109. package/src/controllers/locale.controller.ts +1 -4
  110. package/src/controllers/media.controller.ts +19 -7
  111. package/src/controllers/model-sequence.controller.ts +1 -4
  112. package/src/controllers/saved-filters.controller.ts +1 -4
  113. package/src/controllers/scheduled-job.controller.ts +1 -4
  114. package/src/controllers/security-rule.controller.ts +1 -4
  115. package/src/controllers/user-activity-history.controller.ts +1 -4
  116. package/src/controllers/user-view-metadata.controller.ts +1 -4
  117. package/src/controllers/workflow-definition.controller.ts +1 -4
  118. package/src/controllers/workflow-execution-artifact.controller.ts +1 -4
  119. package/src/controllers/workflow-execution-log.controller.ts +1 -4
  120. package/src/controllers/workflow-execution.controller.ts +1 -4
  121. package/src/controllers/workflow-secret.controller.ts +1 -4
  122. package/src/controllers/workflow-step-execution.controller.ts +1 -4
  123. package/src/controllers/workflow-trigger-execution.controller.ts +1 -4
  124. package/src/dtos/basic-filters.dto.ts +6 -7
  125. package/src/dtos/otp-sign-up.dto.ts +11 -1
  126. package/src/enums/show-soft-deleted.enum.ts +4 -0
  127. package/src/index.ts +1 -0
  128. package/src/services/authentication.service.ts +61 -26
  129. package/src/services/chatter-message.service.ts +54 -23
  130. package/src/services/settings/default-settings-provider.service.ts +12 -0
  131. package/src/solid-core.module.ts +12 -2
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Changelog
2
2
 
3
- ## [0.1.16] - 2026-09-07
3
+ ## [0.1.17-beta.1] - 2026-09-11
4
4
 
5
5
  ### Added
6
6
 
7
+ - make dangerous-extension denylist configurable, add svg support
8
+ - add fullName field to OTPSignUpDto and update authentication service to use it
7
9
  - create OTP registrations through the extension user provider
8
10
  - let seed metadata declare which users are extension users
9
11
  - replace signup key-sniffing with an explicit SignupIntent
@@ -99,6 +101,8 @@
99
101
 
100
102
  ### Changed
101
103
 
104
+ - streamline relation display value resolution and load related model metadata
105
+ - replace inline ShowSoftDeleted enum with imported enum from show-soft-deleted.enum.ts
102
106
  - remove ModuleIconAssetService from core module
103
107
  - rename applyEntityDefaults to applyImportDefaults for clarity
104
108
  - update media type handling in CreateFieldMetadataDto and FieldMetadataService
@@ -128,6 +132,1987 @@
128
132
 
129
133
  ### Other
130
134
 
135
+ - changes to ensure provider roles is used to resolve roles first for password/password less registration paths if an external user provider exists
136
+ - changes to ensure full name is also populated alongwith username
137
+ - cross-tyep uniqueness fix
138
+ - instant logout for access token changes
139
+ - vocabulary docs added
140
+ - removed the secrets read endpoint, since it is not required now
141
+ - renamed variables for better naming
142
+ - 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
143
+ - ensure missing secrets show up in the report output so the error is presented alongside the scenario step for clarity
144
+ - `${secret:...}` in the test vocabulary
145
+ - Refactor Chromium installation process and remove eager install script
146
+ - changes
147
+ - ## Phase 6 — Global Multer upload size limit
148
+ - ## Phase 5 — Dangerous-extension checks on menu-icon & settings uploads
149
+ - ## Phase 4 — Route chatter attachments through `MediaFieldCrudManager`
150
+ - ## Phase 3 — Close the `mediaMultiple` size/category gap, and align `validateAllowedExtensions`'s placement
151
+ - ## Phase 2 — Make `mediaTypes` category resolution extension-authoritative
152
+ - Per-field extension allowlist (`mediaAllowedExtensions`)
153
+ - mpin scheme version changes
154
+ - mpin related changes
155
+ - Add safe percent-decoding for uploaded file names to prevent bypassing extension checks
156
+ - Revert "Revert "Deliverable A now stands as: cache TTL (with the store swap that make…""
157
+ - Revert "Deliverable A now stands as: cache TTL (with the store swap that make…"
158
+ - fixes around handling concurrent logins properly using per deviceKey buckets.
159
+ - 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.
160
+ - fixed the request body limit to keep it as 10mb instead of 25mb by default
161
+ - changes around files name sanitization and normalization
162
+ - changes to handle variations in extension while uploading dangerous extension files
163
+ - change request body max to 25mb
164
+ - Comment out countGroupedRecords method implementation for refactoring
165
+ - show theme toggle
166
+ - rename theme registry
167
+ - remove some unusable code
168
+ - some changes
169
+ - solidx theme settings
170
+ - chagesn to testing readme
171
+ - changes to make ui.expectUrl to wait using the navigation timeout
172
+ - type fixes
173
+ - fixes around playwright context
174
+ - Scenario snap shot changes
175
+ - test run payload changes
176
+ - Testhub test run queue changes
177
+ - Screen shoot changes
178
+ - Test Life Cycle Changes.
179
+ - Testing Hub Changes
180
+ - chagesn to testing readme
181
+ - changes to support passing an explicit createdAt while posting a chatter message
182
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
183
+ - rename theme registry
184
+ - changes to make ui.expectUrl to wait using the navigation timeout
185
+ - type fixes
186
+ - fixes around playwright context
187
+ - Scenario snap shot changes
188
+ - test run payload changes
189
+ - Testhub test run queue changes
190
+ - Screen shoot changes
191
+ - Test Life Cycle Changes.
192
+ - Testing Hub Changes
193
+ - remove add permisson from permisson-list-view
194
+ - 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
195
+ - readme changes
196
+ - removed hardcoded type against a boolean type
197
+ - changes to the default testing setting timeout to pick from env as well
198
+ - remove duplicate code
199
+ - refactoring around chatter media security fix
200
+ - add media extension support for post chatter
201
+ - Add media upload action and validation in MediaService
202
+ - add media extension support for post chatter
203
+ - changes to ensure only id and field are returned while populating the user in chatter
204
+ - Update defaultValue types in solid-core-metadata.json to strings
205
+ - 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
206
+ - Add getMentionableUsers permission
207
+ - Add endpoint to retrieve mentionable users with search and limit options
208
+ - Add error handling nodes and enhance workflow node definitions
209
+ - Add skipHooks option to seed command and related services
210
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
211
+ - Enhance workflow node definitions and runtime context handling
212
+ - remvoing redundent code
213
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
214
+ - changes
215
+ - changes
216
+ - sql injection vulnerability closed in filter queries
217
+ - Remove LocalPath
218
+ - revert changes
219
+ - revert changes
220
+ - revert changes
221
+ - re revert
222
+ - revert changes
223
+ - private-file-cleanup
224
+ - add downlaodurl
225
+ - changes to allow overriding the is allowed api keys flag thru extension user
226
+ - Revert "user enumeration"
227
+ - remove validation from username and mobile
228
+ - user create validation bugs
229
+ - add normalize for otp based also
230
+ - Disable metadata pruning by default in seed command configuration
231
+ - Update seed command to enable metadata pruning by default
232
+ - handle-case-sensitive-for-email
233
+ - Add delete permissions for ImportTransactionController in solid-core metadata
234
+ - Add permissions for import/export functionality in solid-core metadata
235
+ - Refactor role assignment for admin users to handle capability roles individually
236
+ - discard changes
237
+ - add support for static file
238
+ - Add capability roles for admin users in module metadata seeder
239
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
240
+ - attachment
241
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
242
+ - make isPublic default true
243
+ - changes to show the image inline
244
+ - cleanup againts media's
245
+ - inline role crate false
246
+ - Implement chatter mention notification system with email templates and queue handling
247
+ - Add messageBodyMentions field to chatter message DTOs and entity
248
+ - fix-audit-bug
249
+ - changes to include signed url token for private media
250
+ - Revert "Revert "rename function name""
251
+ - Revert "Revert "add private media support""
252
+ - Add media file type constants and enhance security for media uploads
253
+ - remove some unusable code
254
+ - some changes
255
+ - handle technical error messages due to missing resource in static resources folder
256
+ - Revert "add private media support"
257
+ - Revert "rename function name"
258
+ - rename function name
259
+ - add private media support
260
+ - some fixes
261
+ - solidx session invalid changes
262
+ - add validation on get chatter message
263
+ - updatedAt value is updating now
264
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
265
+ - add security against chatter
266
+ - chatter message endpoint made public
267
+ - removed embedded db support
268
+ - Add default sorting by ID if not explicitly specified in order options
269
+ - solidx theme settings
270
+ - add icons across all the models in solid core
271
+ - media upload added behind auth
272
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
273
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
274
+ - class serializer interceptor added for impact of Exclude and Expose
275
+ - Enhance datasource introspection with primary key validation and user key resolution
276
+ - Concurrent Login Feature
277
+ - user enumeration
278
+ - add helper text key on settings object .........
279
+ - changes to handle case insenstive filter operations if the values are other than string by casting
280
+ - menus item fix
281
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
282
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
283
+ - display name changed
284
+ - name changed
285
+ - added settings for configure the row click on solid list view
286
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
287
+ - fixed legacy entity files names
288
+ - view metadata type field - selection static and roles required false from menu-item
289
+ - Fix for this issue > stop applying lower for numeric fields.
290
+ - refactor and add migration command
291
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
292
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
293
+ - changes to take in option for seeding with modules in current seed method
294
+ - Fix validation logic to parse string field values as integers before applying validations
295
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
296
+ - ad changes
297
+ - Add locale seeding functionality and enhance locale management
298
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
299
+ - changes to avoid extra module checks before dynamically loading it
300
+ - defaulted to modulemetadataseederservice if no seeder provided
301
+ - Add Date field in Instructions Response
302
+ - ai interaction cleanup changes
303
+ - enabling create,edit,import,export on permission and lov modules
304
+ - added module to rolemetadata list view
305
+ - roles group by module changes
306
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
307
+ - Implement Datasource Management functionality with controller, service, and DTO
308
+ - added index to fields newly added as sortable and searchable
309
+ - Add archiver package to dependencies
310
+ - removed unnecessary seed file
311
+ - Add TypeORM migration helper functions and export in index
312
+ - fixes
313
+ - reverted accidental removal of the layout builder root menu
314
+ - pending cleanup of solid core menu items
315
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
316
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
317
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
318
+ - changes for IAM
319
+ - Add clearPackageRuntime functionality and corresponding metadata action
320
+ - Add archiver dependency and implement module package export functionality
321
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
322
+ - 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
323
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
324
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
325
+ - Remove unused database bootstrap service and related SQL cleanup procedures
326
+ - cleanup
327
+ - Add view and action metadata tree views with updated permissions and searchable fields
328
+ - Add view and action metadata tree views with updated permissions and searchable fields
329
+ - menu item model cleanup
330
+ - Add resumable import handling and transaction management in module package service
331
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
332
+ - 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.
333
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
334
+ - many to one left join issue fixed
335
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
336
+ - 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
337
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
338
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
339
+ - Implement module metadata explorer with CRUD operations and search functionality
340
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
341
+ - Bug fixs
342
+ - added frontend base url as well to the default settings
343
+ - minor cleanup
344
+ - changes to cleanup legacy table related fields
345
+ - changes for new dashboards functionality
346
+ - always print server startup line regardless of log level
347
+ - Add field quality checks and fixes checklist for backend validation
348
+ - typeo issue
349
+ - Agent table clean up
350
+ - Add manual interaction step for Playwright and update README
351
+ - provision made to unlink data rather than having to teardown everything
352
+ - provision made to unlink data rather than having to teardown everything
353
+ - changes to colour the server startup line
354
+ - Agent table clean up
355
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
356
+ - removed id command options and retained the singular name option only for consistency purposes
357
+ - 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
358
+ - 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
359
+ - MCP table solid changes
360
+ - playwrite added as dependency instead
361
+ - changes to the test runner
362
+ - chatter message user resolution chagnes
363
+ - bug fix in chatter message user resolution after we moved to queues.
364
+ - moved back to beta3
365
+ - failed login attempts field added to the json and update dto and exposed in entity
366
+ - removed un-necessary index on newvalue display
367
+ - ts changes error: any
368
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
369
+ - changed model metadata service default form layout to be single column
370
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
371
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
372
+ - normalised @ApiTags
373
+ - enum for passwordless modes
374
+ - bug fix in how alternative actions are rendered
375
+ - queue related bug fixes
376
+ - changes to add a websocket adaptor to the bootstrap server routine
377
+ - license changes
378
+ - type fixes
379
+ - removed min and max from long text mapping
380
+ - bug fix for shortext field mapping
381
+ - changes to post the testing results to a webhook api with a test payload
382
+ - added import multer this fixes un-necessary ts errors in vscode
383
+ - ts errors fixed
384
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
385
+ - formatting changes
386
+ - facebook oauth
387
+ - Status required false
388
+ - updated gitignore
389
+ - dleete un-necessary docs
390
+ - deleted un-necessary files
391
+ - changes related to more grooming
392
+ - api added in cors
393
+ - refactor Oauth strategy
394
+ - Revert "Ft social media login"
395
+ - bug fix
396
+ - bug fix
397
+ - add new api me endpoint and role based settings
398
+ - setting changes for new ui architecture
399
+ - changes for new settings structure
400
+ - chatter task subtype and related changes
401
+ - bug fix
402
+ - fixes
403
+ - 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
404
+ - changes to handle import logs as well, thru configured winston log level
405
+ - change isMultiSelect to true in solid-core-metadata.json
406
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
407
+ - 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
408
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
409
+ - bug fix: passwordless registration should create a user with active false
410
+ - apikeys attribute was not exposed
411
+ - refactor Oauth strategy
412
+ - 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)
413
+ - bug fix
414
+ - null check on role
415
+ - made provision to seed custom permissions
416
+ - handled seed scenario too
417
+ - upload File and expectHidden changes
418
+ - extension user cleanup and checks added
419
+ - fixed types for cleanup
420
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
421
+ - fixes bare shell imports with relative imports
422
+ - dynamic import fix
423
+ - removed unnecessary file
424
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
425
+ - removed base abstract class
426
+ - added interface too
427
+ - changes
428
+ - changes to test data seeding & fixed the type for authenticationService.signup method
429
+ - changes to user dto to include the api keys toggle
430
+ - add default role to the user only if there are no roles resolved against a user
431
+ - 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
432
+ - Only forward --debug when explicitly enabled.
433
+ - toolOutput field changes to json
434
+ - adding user api key entity to export
435
+ - minor optimisation to how dynamic modules are loaded
436
+ - Add Discord badge to top of README
437
+ - Fix broken BSL license link and add Discord link to README
438
+ - Add BSL 1.1 license and update package.json license field
439
+ - Seed user and roles in testing data
440
+ - removed readme.txt
441
+ - moved type and interfaces in interfaces.ts and refactored accordingly
442
+ - changed to md
443
+ - added readme
444
+ - Ai setting model change
445
+ - changes to allow encrypting setting keys
446
+ - form view clean up
447
+ - Agent table list view changes
448
+ - synchronize false
449
+ - changes to resolve the selection dynamic provider by name and token both
450
+ - changes to bypass swagger urls from csp policy
451
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
452
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
453
+ - changes to implement the sso code and sso exchange use cases
454
+ - removed orm types / exported api key entity
455
+ - added provision to control if api key creation is allowed for the user
456
+ - api key changes for backend
457
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
458
+ - fix to call addRoles only if role names are present
459
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
460
+ - refactor: update legacy entity fields to be nullable and support null types
461
+ - Json structure change
462
+ - Agent table metadata clean up changes
463
+ - longtext
464
+ - longtext changes
465
+ - Agent tables clean up
466
+ - fixes to seed many-to-many relation for tests
467
+ - changes to seed media in testing data
468
+ - Chatter modelUserkey and excel many to one issue
469
+ - keeping the default selectionValueType as string since this is a good default
470
+ - bug fixes around how media is done
471
+ - bug fixes
472
+ - try catch inside logEvent
473
+ - media has card based metadata
474
+ - Refresh token activity
475
+ - changes to implement the sso code and sso exchange use cases
476
+ - cleanup
477
+ - enabled kanban view on mq message
478
+ - Agent table changes
479
+ - changes to disallow deleting a model or module in production
480
+ - changelog version bumped
481
+ - changelog added
482
+ - changes to control the logging using env variables & set appropriate defaults basis environment
483
+ - chnages for logging
484
+ - Chatter queue fixs
485
+ - one more "beta" for ozzy
486
+ - additional loggging in cors helper
487
+ - changes
488
+ - Redis Queue component and rabbitMQ folder changes
489
+ - changes to track old and new fields as part of the delete entity operation
490
+ - optimizations done for audit subcriber
491
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
492
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
493
+ - formatting changes
494
+ - 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
495
+ - qs depth config increased
496
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
497
+ - cached model metadata queries
498
+ - changse
499
+ - disabled extra loggign
500
+ - chagnes
501
+ - reduced concurrency in computed fields
502
+ - additional loggign
503
+ - added indexes to mobile & email since those are frequently queries upon
504
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
505
+ - Redis background job changes
506
+ - Chatter Rationalizing
507
+ - changes
508
+ - changes
509
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
510
+ - changes to export bootstrap helpers for server & cli nest applications
511
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
512
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
513
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
514
+ - added index on message id in mq message table
515
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
516
+ - changes to save model sequence id as part of post compute instead of pre compute
517
+ - changse
518
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
519
+ - High concurrency fix for alpha num and sequence num computed fields
520
+ - bug fix in cron evalutaion
521
+ - tighter logging around roles
522
+ - scheduler now supports env based specific jobs starting and others not
523
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
524
+ - revert cross db changes for view-metadata-entity
525
+ - fixes
526
+ - changes to handle cross-db compatibility
527
+ - added type as simple-json
528
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
529
+ - Revert "Merge branch 'media-update' into 'main'"
530
+ - Mysql related changes
531
+ - ts-morph and media storage fix
532
+ - dashboard layout menu item added
533
+ - dashboard changes
534
+ - scheduler bug fix
535
+ - made provision to execute scheduled jobs manually
536
+ - changes
537
+ - cleanup
538
+ - logging related changes and made user activity history tree view
539
+ - changes to return the wall clock time as utc for chatter as well to keep it...
540
+ - changes around dashboard question refactoring
541
+ - default tree view and action added on code generation
542
+ - Date time format changes in audit
543
+ - user activity history on otp login
544
+ - changes
545
+ - changelog added
546
+ - reverted legacy and common entity to use local date time transformer only
547
+ - added changelog
548
+ - made playwright dependency lazy
549
+ - ai interaction table user is nullable now
550
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
551
+ - formatting changes
552
+ - Version info changes
553
+ - dummy otp can now be enabled on a per user basis
554
+ - jwt token optimisation
555
+ - optimised the authentication flow in microservice adapter to cache access token
556
+ - deleted file containing secrets
557
+ - changes
558
+ - optimisation around how dummy otp is managed
559
+ - isSeeded added
560
+ - bug fix for fetch layouts
561
+ - view modes added in layout
562
+ - One to many crud manager fixes
563
+ - one-to-many-crud-manager-fixes
564
+ - Many to many crud field manager fixes
565
+ - patch endpoint added in role controller
566
+ - many-to-many field fixes
567
+ - modelSequenceFormViewChangeHandler added on field change
568
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
569
+ - changes to format group values consistently
570
+ - fixes for normalizing group values
571
+ - Revert "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
+ - changes to return groupValue in the group meta response as well. groupValue is...
574
+ - filter_field_granularity_supported_added_for_date_fields
575
+ - password registration/login cleanup + max failed login attempts checks added
576
+ - removed unsafe inline from CSP
577
+ - removed incorrect comment
578
+ - changes
579
+ - Revert "replaced playwright with lazy dependency"
580
+ - replaced playwright with lazy dependency
581
+ - count and average
582
+ - fixes to solid core metadata configuration
583
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
584
+ - solid seed now prints proper exception stack trace
585
+ - added playwright dependencies as peer dependencies
586
+ - changed playwright import to make it lazy
587
+ - issue fixes
588
+ - formatting changes
589
+ - formatting changes
590
+ - changes for test setup
591
+ - package changes
592
+ - Changes to generate an SA user with the default password for simpler experience during setup
593
+ - more changes to support form data based uploads
594
+ - changes
595
+ - changes around testing workflow
596
+ - unified testing utitlities
597
+ - added comments to the slug code
598
+ - refactored queue namespacign
599
+ - queue namespacing related chanes
600
+ - removed todo
601
+ - queue name related changes
602
+ - cag
603
+ - changrs
604
+ - queues names are now namespaced by service naem
605
+ - enabled logs
606
+ - debug logs
607
+ - testing docs updated
608
+ - changes
609
+ - cleanup
610
+ - removed old testing related fiels
611
+ - testing infra now supports data based interpolation
612
+ - testing changes: now we support fully custom test specs
613
+ - changes for test automation
614
+ - changes to tsconfig for playwright tests
615
+ - exporting typeorm db helper
616
+ - removed the files section
617
+ - changes for playwright testing
618
+ - changes to disable service controller seed method
619
+ - formatting changes
620
+ - oom issue
621
+ - logger added for chatter
622
+ - changed arg to kebab case instead of came case in schematic service
623
+ - default menu icons added
624
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
625
+ - removed un-necessary log
626
+ - fix for handling non existence of fieldNamesForRemoval arg
627
+ - foirmatting canges
628
+ - Archived/solidstarters main
629
+ - version changes
630
+ - changed org : @solidstarters -> @solidxai
631
+ - removed publish script, since it is replaced with solidctl release
632
+ - chanes
633
+ - Revert "@solidstarters namespace changed to @solidx"
634
+ - @solidstarters namespace changed to @solidx
635
+ - file service interface changes
636
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
637
+ - 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
638
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
639
+ - test data workflow
640
+ - test-data command
641
+ - seed command updated
642
+ - changes
643
+ - changes
644
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
645
+ - seeding now supports seedData allowing us to seed fixtures for testing.
646
+ - precomputations now skip computation if value is already provided
647
+ - added utility for findOneByUserKey
648
+ - pruning related chagnes
649
+ - changes
650
+ - more changes related to pruning metadata
651
+ - pruen logs added
652
+ - module metadata seeder now does prune also
653
+ - reformatting to improve readability
654
+ - changes
655
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
656
+ - bug fixes
657
+ - changes to cleanup the implementation by having the write method of file service return the url post write
658
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
659
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
660
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
661
+ - file service abstraction cleanup
662
+ - chagnes
663
+ - Dashboard Question Responsive
664
+
665
+ ## [0.1.17-beta.0] - 2026-09-07
666
+
667
+ ### Added
668
+
669
+ - add fullName field to OTPSignUpDto and update authentication service to use it
670
+ - create OTP registrations through the extension user provider
671
+ - let seed metadata declare which users are extension users
672
+ - replace signup key-sniffing with an explicit SignupIntent
673
+ - add ModuleIconAssetService to manage module icon installation
674
+ - remove delete button visibility for user activity history
675
+ - implement default value application for required fields in import transactions
676
+ - add default values for required fields in import transactions
677
+ - enhance media type mapping to support multiple categories per extension in MediaFieldCrudManager
678
+ - update media file type definitions to expose only necessary fields for better clarity
679
+ - enhance media type handling by consolidating media file types and updating related services
680
+ - add SecretResolutionController and related DTO for reading secrets safely
681
+ - expose media type mappings and improve field label handling in MediaFieldCrudManager
682
+ - add resolve and resolveMany methods for secret management
683
+ - add normalization utilities for text fields and integrate them into LongTextFieldCrudManager and ShortTextFieldCrudManager
684
+ - implement eager installation of Chromium for Playwright UI tests
685
+ - add security header options for iframe embedding and customize frame-ancestors
686
+ - implement transaction handling for unpublishing records and restore previous version
687
+ - add createdAt field to PostChatterMessageDto and set default in service
688
+ - implement transaction handling for unpublishing records and restore previous version
689
+ - add progress reporting functionality to test runner and reporters
690
+ - add viewWidget attribute for fileSize in metadata
691
+ - add configurable UI timeouts for testing steps and update documentation
692
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
693
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
694
+ - add default locale name for internationalised entries in test data seeding
695
+ - implement draft/publish versioning support and refactor related services
696
+ - add DraftPublishHelperService for managing draft and publish workflows
697
+ - add workflow field data provider support and related interfaces
698
+ - add asynchronous execution for workflows and enhance execution status retrieval
699
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
700
+ - enhance workflow definition management and add Python runtime node
701
+ - add SolidX integration nodes for login, email, and SMS
702
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
703
+ - enhance http.request node with query parameters and body modes
704
+ - refactor node structure and add sequential and switch nodes
705
+ - update workflow execution and definition handling
706
+ - implement workflow execution services and nodes
707
+ - implement API key generation for system admin users in ModuleMetadataSeederService
708
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
709
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
710
+ - enhance migration process with build and seed commands
711
+ - enhance datasource introspection with primary key detection and migration support
712
+ - enhance role creation with module linkage and resolve module metadata
713
+ - enhance action, role, and view metadata services with change detection and JSON normalization
714
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
715
+ - add new dashboard controller actions to permissions
716
+ - simplify queue health permissions by consolidating patterns
717
+ - implement explicit widget permissions and unauthorized response handling
718
+ - enhance widget permission checks and add unauthorized response handling
719
+ - add Queue SLA heatmap provider and update metadata
720
+ - update queue health menu item and reorder messages
721
+ - add various dashboard providers and runtime services
722
+ - implement WhatsApp Cloud API integration
723
+ - add gupshup whatsapp provider
724
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
725
+ - add updateCustomNoteMessage action to ChatterMessageController
726
+ - add secure custom-note edit API with attachment add/remove support
727
+ - implemented social media oath for facebook and microsoft
728
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
729
+ - implemented social media oath for facebook and microsoft
730
+ - add Message Tree Action and corresponding view for mqMessage
731
+ - implement processing timeout for RabbitMQ subscriber
732
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
733
+ - Migrate date/time transformers to UtcDateTimeTransformer.
734
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
735
+
736
+ ### Fixed
737
+
738
+ - enforce allowPublicRegistration on OTP registration
739
+ - update copy-resources script to include new menu icon and correct resource path
740
+ - update copy-resources script to target the correct directory for media files
741
+ - update build script to include resource copying and add copyfiles dependency
742
+ - remove postinstall script for menu icon installation
743
+ - add postinstall script to ensure menu icon is copied to the correct directory
744
+ - ensure file operations for menu icon are awaited in create and update methods
745
+ - update menuIconUrl to point to the correct image path
746
+ - prevent caching of negative lookups in cache helper and permission metadata service
747
+ - use replaceAll for activeUserId in security rule config
748
+ - remove migration command and related services
749
+ - pass model service to convertImportedRecordToDto and apply defaults in the correct order
750
+ - remove delete permission from metadata configuration
751
+ - remove delete permission from global settings
752
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
753
+ - change matched column type from bit to default nullable boolean
754
+ - improve error message for media deletion restriction
755
+ - use transactions entitymanager for all subscribers only for embedded db projects
756
+ - update consuming project name resolution to use parent directory
757
+ - update solidx directory path to include consuming project name
758
+ - correct package name in model generation command and update error handling in module metadata retrieval
759
+ - username
760
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
761
+ - handle null or empty security rule configuration strings in repository
762
+
763
+ ### Changed
764
+
765
+ - streamline relation display value resolution and load related model metadata
766
+ - replace inline ShowSoftDeleted enum with imported enum from show-soft-deleted.enum.ts
767
+ - remove ModuleIconAssetService from core module
768
+ - rename applyEntityDefaults to applyImportDefaults for clarity
769
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
770
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
771
+ - unify datetime column types across entities using helper function
772
+ - remove explicit timestamp type for nullable date columns across entities
773
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
774
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
775
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
776
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
777
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
778
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
779
+ - simplify published version filtering in CRUDService
780
+ - remove handleSeedLocales method to streamline locale seeding process
781
+ - remove legacy dashboard files and add new dashboarding architecture guide
782
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
783
+ - remove redundant null check in resolveSecurityRuleConfig
784
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
785
+ - update legacy entity fields to be nullable and support null types
786
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
787
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
788
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
789
+
790
+ ### Documentation
791
+
792
+ - update expired discord link
793
+
794
+ ### Other
795
+
796
+ - changes to ensure provider roles is used to resolve roles first for password/password less registration paths if an external user provider exists
797
+ - changes to ensure full name is also populated alongwith username
798
+ - cross-tyep uniqueness fix
799
+ - instant logout for access token changes
800
+ - vocabulary docs added
801
+ - removed the secrets read endpoint, since it is not required now
802
+ - renamed variables for better naming
803
+ - 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
804
+ - ensure missing secrets show up in the report output so the error is presented alongside the scenario step for clarity
805
+ - `${secret:...}` in the test vocabulary
806
+ - Refactor Chromium installation process and remove eager install script
807
+ - changes
808
+ - ## Phase 6 — Global Multer upload size limit
809
+ - ## Phase 5 — Dangerous-extension checks on menu-icon & settings uploads
810
+ - ## Phase 4 — Route chatter attachments through `MediaFieldCrudManager`
811
+ - ## Phase 3 — Close the `mediaMultiple` size/category gap, and align `validateAllowedExtensions`'s placement
812
+ - ## Phase 2 — Make `mediaTypes` category resolution extension-authoritative
813
+ - Per-field extension allowlist (`mediaAllowedExtensions`)
814
+ - mpin scheme version changes
815
+ - mpin related changes
816
+ - Add safe percent-decoding for uploaded file names to prevent bypassing extension checks
817
+ - Revert "Revert "Deliverable A now stands as: cache TTL (with the store swap that make…""
818
+ - Revert "Deliverable A now stands as: cache TTL (with the store swap that make…"
819
+ - fixes around handling concurrent logins properly using per deviceKey buckets.
820
+ - 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.
821
+ - fixed the request body limit to keep it as 10mb instead of 25mb by default
822
+ - changes around files name sanitization and normalization
823
+ - changes to handle variations in extension while uploading dangerous extension files
824
+ - change request body max to 25mb
825
+ - Comment out countGroupedRecords method implementation for refactoring
826
+ - show theme toggle
827
+ - rename theme registry
828
+ - remove some unusable code
829
+ - some changes
830
+ - solidx theme settings
831
+ - chagesn to testing readme
832
+ - changes to make ui.expectUrl to wait using the navigation timeout
833
+ - type fixes
834
+ - fixes around playwright context
835
+ - Scenario snap shot changes
836
+ - test run payload changes
837
+ - Testhub test run queue changes
838
+ - Screen shoot changes
839
+ - Test Life Cycle Changes.
840
+ - Testing Hub Changes
841
+ - chagesn to testing readme
842
+ - changes to support passing an explicit createdAt while posting a chatter message
843
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
844
+ - rename theme registry
845
+ - changes to make ui.expectUrl to wait using the navigation timeout
846
+ - type fixes
847
+ - fixes around playwright context
848
+ - Scenario snap shot changes
849
+ - test run payload changes
850
+ - Testhub test run queue changes
851
+ - Screen shoot changes
852
+ - Test Life Cycle Changes.
853
+ - Testing Hub Changes
854
+ - remove add permisson from permisson-list-view
855
+ - 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
856
+ - readme changes
857
+ - removed hardcoded type against a boolean type
858
+ - changes to the default testing setting timeout to pick from env as well
859
+ - remove duplicate code
860
+ - refactoring around chatter media security fix
861
+ - add media extension support for post chatter
862
+ - Add media upload action and validation in MediaService
863
+ - add media extension support for post chatter
864
+ - changes to ensure only id and field are returned while populating the user in chatter
865
+ - Update defaultValue types in solid-core-metadata.json to strings
866
+ - 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
867
+ - Add getMentionableUsers permission
868
+ - Add endpoint to retrieve mentionable users with search and limit options
869
+ - Add error handling nodes and enhance workflow node definitions
870
+ - Add skipHooks option to seed command and related services
871
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
872
+ - Enhance workflow node definitions and runtime context handling
873
+ - remvoing redundent code
874
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
875
+ - changes
876
+ - changes
877
+ - sql injection vulnerability closed in filter queries
878
+ - Remove LocalPath
879
+ - revert changes
880
+ - revert changes
881
+ - revert changes
882
+ - re revert
883
+ - revert changes
884
+ - private-file-cleanup
885
+ - add downlaodurl
886
+ - changes to allow overriding the is allowed api keys flag thru extension user
887
+ - Revert "user enumeration"
888
+ - remove validation from username and mobile
889
+ - user create validation bugs
890
+ - add normalize for otp based also
891
+ - Disable metadata pruning by default in seed command configuration
892
+ - Update seed command to enable metadata pruning by default
893
+ - handle-case-sensitive-for-email
894
+ - Add delete permissions for ImportTransactionController in solid-core metadata
895
+ - Add permissions for import/export functionality in solid-core metadata
896
+ - Refactor role assignment for admin users to handle capability roles individually
897
+ - discard changes
898
+ - add support for static file
899
+ - Add capability roles for admin users in module metadata seeder
900
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
901
+ - attachment
902
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
903
+ - make isPublic default true
904
+ - changes to show the image inline
905
+ - cleanup againts media's
906
+ - inline role crate false
907
+ - Implement chatter mention notification system with email templates and queue handling
908
+ - Add messageBodyMentions field to chatter message DTOs and entity
909
+ - fix-audit-bug
910
+ - changes to include signed url token for private media
911
+ - Revert "Revert "rename function name""
912
+ - Revert "Revert "add private media support""
913
+ - Add media file type constants and enhance security for media uploads
914
+ - remove some unusable code
915
+ - some changes
916
+ - handle technical error messages due to missing resource in static resources folder
917
+ - Revert "add private media support"
918
+ - Revert "rename function name"
919
+ - rename function name
920
+ - add private media support
921
+ - some fixes
922
+ - solidx session invalid changes
923
+ - add validation on get chatter message
924
+ - updatedAt value is updating now
925
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
926
+ - add security against chatter
927
+ - chatter message endpoint made public
928
+ - removed embedded db support
929
+ - Add default sorting by ID if not explicitly specified in order options
930
+ - solidx theme settings
931
+ - add icons across all the models in solid core
932
+ - media upload added behind auth
933
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
934
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
935
+ - class serializer interceptor added for impact of Exclude and Expose
936
+ - Enhance datasource introspection with primary key validation and user key resolution
937
+ - Concurrent Login Feature
938
+ - user enumeration
939
+ - add helper text key on settings object .........
940
+ - changes to handle case insenstive filter operations if the values are other than string by casting
941
+ - menus item fix
942
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
943
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
944
+ - display name changed
945
+ - name changed
946
+ - added settings for configure the row click on solid list view
947
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
948
+ - fixed legacy entity files names
949
+ - view metadata type field - selection static and roles required false from menu-item
950
+ - Fix for this issue > stop applying lower for numeric fields.
951
+ - refactor and add migration command
952
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
953
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
954
+ - changes to take in option for seeding with modules in current seed method
955
+ - Fix validation logic to parse string field values as integers before applying validations
956
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
957
+ - ad changes
958
+ - Add locale seeding functionality and enhance locale management
959
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
960
+ - changes to avoid extra module checks before dynamically loading it
961
+ - defaulted to modulemetadataseederservice if no seeder provided
962
+ - Add Date field in Instructions Response
963
+ - ai interaction cleanup changes
964
+ - enabling create,edit,import,export on permission and lov modules
965
+ - added module to rolemetadata list view
966
+ - roles group by module changes
967
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
968
+ - Implement Datasource Management functionality with controller, service, and DTO
969
+ - added index to fields newly added as sortable and searchable
970
+ - Add archiver package to dependencies
971
+ - removed unnecessary seed file
972
+ - Add TypeORM migration helper functions and export in index
973
+ - fixes
974
+ - reverted accidental removal of the layout builder root menu
975
+ - pending cleanup of solid core menu items
976
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
977
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
978
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
979
+ - changes for IAM
980
+ - Add clearPackageRuntime functionality and corresponding metadata action
981
+ - Add archiver dependency and implement module package export functionality
982
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
983
+ - 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
984
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
985
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
986
+ - Remove unused database bootstrap service and related SQL cleanup procedures
987
+ - cleanup
988
+ - Add view and action metadata tree views with updated permissions and searchable fields
989
+ - Add view and action metadata tree views with updated permissions and searchable fields
990
+ - menu item model cleanup
991
+ - Add resumable import handling and transaction management in module package service
992
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
993
+ - 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.
994
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
995
+ - many to one left join issue fixed
996
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
997
+ - 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
998
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
999
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
1000
+ - Implement module metadata explorer with CRUD operations and search functionality
1001
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
1002
+ - Bug fixs
1003
+ - added frontend base url as well to the default settings
1004
+ - minor cleanup
1005
+ - changes to cleanup legacy table related fields
1006
+ - changes for new dashboards functionality
1007
+ - always print server startup line regardless of log level
1008
+ - Add field quality checks and fixes checklist for backend validation
1009
+ - typeo issue
1010
+ - Agent table clean up
1011
+ - Add manual interaction step for Playwright and update README
1012
+ - provision made to unlink data rather than having to teardown everything
1013
+ - provision made to unlink data rather than having to teardown everything
1014
+ - changes to colour the server startup line
1015
+ - Agent table clean up
1016
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
1017
+ - removed id command options and retained the singular name option only for consistency purposes
1018
+ - 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
1019
+ - 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
1020
+ - MCP table solid changes
1021
+ - playwrite added as dependency instead
1022
+ - changes to the test runner
1023
+ - chatter message user resolution chagnes
1024
+ - bug fix in chatter message user resolution after we moved to queues.
1025
+ - moved back to beta3
1026
+ - failed login attempts field added to the json and update dto and exposed in entity
1027
+ - removed un-necessary index on newvalue display
1028
+ - ts changes error: any
1029
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
1030
+ - changed model metadata service default form layout to be single column
1031
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
1032
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
1033
+ - normalised @ApiTags
1034
+ - enum for passwordless modes
1035
+ - bug fix in how alternative actions are rendered
1036
+ - queue related bug fixes
1037
+ - changes to add a websocket adaptor to the bootstrap server routine
1038
+ - license changes
1039
+ - type fixes
1040
+ - removed min and max from long text mapping
1041
+ - bug fix for shortext field mapping
1042
+ - changes to post the testing results to a webhook api with a test payload
1043
+ - added import multer this fixes un-necessary ts errors in vscode
1044
+ - ts errors fixed
1045
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
1046
+ - formatting changes
1047
+ - facebook oauth
1048
+ - Status required false
1049
+ - updated gitignore
1050
+ - dleete un-necessary docs
1051
+ - deleted un-necessary files
1052
+ - changes related to more grooming
1053
+ - api added in cors
1054
+ - refactor Oauth strategy
1055
+ - Revert "Ft social media login"
1056
+ - bug fix
1057
+ - bug fix
1058
+ - add new api me endpoint and role based settings
1059
+ - setting changes for new ui architecture
1060
+ - changes for new settings structure
1061
+ - chatter task subtype and related changes
1062
+ - bug fix
1063
+ - fixes
1064
+ - 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
1065
+ - changes to handle import logs as well, thru configured winston log level
1066
+ - change isMultiSelect to true in solid-core-metadata.json
1067
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
1068
+ - 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
1069
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
1070
+ - bug fix: passwordless registration should create a user with active false
1071
+ - apikeys attribute was not exposed
1072
+ - refactor Oauth strategy
1073
+ - 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)
1074
+ - bug fix
1075
+ - null check on role
1076
+ - made provision to seed custom permissions
1077
+ - handled seed scenario too
1078
+ - upload File and expectHidden changes
1079
+ - extension user cleanup and checks added
1080
+ - fixed types for cleanup
1081
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
1082
+ - fixes bare shell imports with relative imports
1083
+ - dynamic import fix
1084
+ - removed unnecessary file
1085
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
1086
+ - removed base abstract class
1087
+ - added interface too
1088
+ - changes
1089
+ - changes to test data seeding & fixed the type for authenticationService.signup method
1090
+ - changes to user dto to include the api keys toggle
1091
+ - add default role to the user only if there are no roles resolved against a user
1092
+ - 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
1093
+ - Only forward --debug when explicitly enabled.
1094
+ - toolOutput field changes to json
1095
+ - adding user api key entity to export
1096
+ - minor optimisation to how dynamic modules are loaded
1097
+ - Add Discord badge to top of README
1098
+ - Fix broken BSL license link and add Discord link to README
1099
+ - Add BSL 1.1 license and update package.json license field
1100
+ - Seed user and roles in testing data
1101
+ - removed readme.txt
1102
+ - moved type and interfaces in interfaces.ts and refactored accordingly
1103
+ - changed to md
1104
+ - added readme
1105
+ - Ai setting model change
1106
+ - changes to allow encrypting setting keys
1107
+ - form view clean up
1108
+ - Agent table list view changes
1109
+ - synchronize false
1110
+ - changes to resolve the selection dynamic provider by name and token both
1111
+ - changes to bypass swagger urls from csp policy
1112
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
1113
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
1114
+ - changes to implement the sso code and sso exchange use cases
1115
+ - removed orm types / exported api key entity
1116
+ - added provision to control if api key creation is allowed for the user
1117
+ - api key changes for backend
1118
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
1119
+ - fix to call addRoles only if role names are present
1120
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
1121
+ - refactor: update legacy entity fields to be nullable and support null types
1122
+ - Json structure change
1123
+ - Agent table metadata clean up changes
1124
+ - longtext
1125
+ - longtext changes
1126
+ - Agent tables clean up
1127
+ - fixes to seed many-to-many relation for tests
1128
+ - changes to seed media in testing data
1129
+ - Chatter modelUserkey and excel many to one issue
1130
+ - keeping the default selectionValueType as string since this is a good default
1131
+ - bug fixes around how media is done
1132
+ - bug fixes
1133
+ - try catch inside logEvent
1134
+ - media has card based metadata
1135
+ - Refresh token activity
1136
+ - changes to implement the sso code and sso exchange use cases
1137
+ - cleanup
1138
+ - enabled kanban view on mq message
1139
+ - Agent table changes
1140
+ - changes to disallow deleting a model or module in production
1141
+ - changelog version bumped
1142
+ - changelog added
1143
+ - changes to control the logging using env variables & set appropriate defaults basis environment
1144
+ - chnages for logging
1145
+ - Chatter queue fixs
1146
+ - one more "beta" for ozzy
1147
+ - additional loggging in cors helper
1148
+ - changes
1149
+ - Redis Queue component and rabbitMQ folder changes
1150
+ - changes to track old and new fields as part of the delete entity operation
1151
+ - optimizations done for audit subcriber
1152
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
1153
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
1154
+ - formatting changes
1155
+ - 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
1156
+ - qs depth config increased
1157
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
1158
+ - cached model metadata queries
1159
+ - changse
1160
+ - disabled extra loggign
1161
+ - chagnes
1162
+ - reduced concurrency in computed fields
1163
+ - additional loggign
1164
+ - added indexes to mobile & email since those are frequently queries upon
1165
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
1166
+ - Redis background job changes
1167
+ - Chatter Rationalizing
1168
+ - changes
1169
+ - changes
1170
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
1171
+ - changes to export bootstrap helpers for server & cli nest applications
1172
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
1173
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
1174
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
1175
+ - added index on message id in mq message table
1176
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
1177
+ - changes to save model sequence id as part of post compute instead of pre compute
1178
+ - changse
1179
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
1180
+ - High concurrency fix for alpha num and sequence num computed fields
1181
+ - bug fix in cron evalutaion
1182
+ - tighter logging around roles
1183
+ - scheduler now supports env based specific jobs starting and others not
1184
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
1185
+ - revert cross db changes for view-metadata-entity
1186
+ - fixes
1187
+ - changes to handle cross-db compatibility
1188
+ - added type as simple-json
1189
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
1190
+ - Revert "Merge branch 'media-update' into 'main'"
1191
+ - Mysql related changes
1192
+ - ts-morph and media storage fix
1193
+ - dashboard layout menu item added
1194
+ - dashboard changes
1195
+ - scheduler bug fix
1196
+ - made provision to execute scheduled jobs manually
1197
+ - changes
1198
+ - cleanup
1199
+ - logging related changes and made user activity history tree view
1200
+ - changes to return the wall clock time as utc for chatter as well to keep it...
1201
+ - changes around dashboard question refactoring
1202
+ - default tree view and action added on code generation
1203
+ - Date time format changes in audit
1204
+ - user activity history on otp login
1205
+ - changes
1206
+ - changelog added
1207
+ - reverted legacy and common entity to use local date time transformer only
1208
+ - added changelog
1209
+ - made playwright dependency lazy
1210
+ - ai interaction table user is nullable now
1211
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
1212
+ - formatting changes
1213
+ - Version info changes
1214
+ - dummy otp can now be enabled on a per user basis
1215
+ - jwt token optimisation
1216
+ - optimised the authentication flow in microservice adapter to cache access token
1217
+ - deleted file containing secrets
1218
+ - changes
1219
+ - optimisation around how dummy otp is managed
1220
+ - isSeeded added
1221
+ - bug fix for fetch layouts
1222
+ - view modes added in layout
1223
+ - One to many crud manager fixes
1224
+ - one-to-many-crud-manager-fixes
1225
+ - Many to many crud field manager fixes
1226
+ - patch endpoint added in role controller
1227
+ - many-to-many field fixes
1228
+ - modelSequenceFormViewChangeHandler added on field change
1229
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
1230
+ - changes to format group values consistently
1231
+ - fixes for normalizing group values
1232
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
1233
+ - changes to return groupValue in the group meta response as well. groupValue is...
1234
+ - changes to return groupValue in the group meta response as well. groupValue is...
1235
+ - filter_field_granularity_supported_added_for_date_fields
1236
+ - password registration/login cleanup + max failed login attempts checks added
1237
+ - removed unsafe inline from CSP
1238
+ - removed incorrect comment
1239
+ - changes
1240
+ - Revert "replaced playwright with lazy dependency"
1241
+ - replaced playwright with lazy dependency
1242
+ - count and average
1243
+ - fixes to solid core metadata configuration
1244
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
1245
+ - solid seed now prints proper exception stack trace
1246
+ - added playwright dependencies as peer dependencies
1247
+ - changed playwright import to make it lazy
1248
+ - issue fixes
1249
+ - formatting changes
1250
+ - formatting changes
1251
+ - changes for test setup
1252
+ - package changes
1253
+ - Changes to generate an SA user with the default password for simpler experience during setup
1254
+ - more changes to support form data based uploads
1255
+ - changes
1256
+ - changes around testing workflow
1257
+ - unified testing utitlities
1258
+ - added comments to the slug code
1259
+ - refactored queue namespacign
1260
+ - queue namespacing related chanes
1261
+ - removed todo
1262
+ - queue name related changes
1263
+ - cag
1264
+ - changrs
1265
+ - queues names are now namespaced by service naem
1266
+ - enabled logs
1267
+ - debug logs
1268
+ - testing docs updated
1269
+ - changes
1270
+ - cleanup
1271
+ - removed old testing related fiels
1272
+ - testing infra now supports data based interpolation
1273
+ - testing changes: now we support fully custom test specs
1274
+ - changes for test automation
1275
+ - changes to tsconfig for playwright tests
1276
+ - exporting typeorm db helper
1277
+ - removed the files section
1278
+ - changes for playwright testing
1279
+ - changes to disable service controller seed method
1280
+ - formatting changes
1281
+ - oom issue
1282
+ - logger added for chatter
1283
+ - changed arg to kebab case instead of came case in schematic service
1284
+ - default menu icons added
1285
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
1286
+ - removed un-necessary log
1287
+ - fix for handling non existence of fieldNamesForRemoval arg
1288
+ - foirmatting canges
1289
+ - Archived/solidstarters main
1290
+ - version changes
1291
+ - changed org : @solidstarters -> @solidxai
1292
+ - removed publish script, since it is replaced with solidctl release
1293
+ - chanes
1294
+ - Revert "@solidstarters namespace changed to @solidx"
1295
+ - @solidstarters namespace changed to @solidx
1296
+ - file service interface changes
1297
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
1298
+ - 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
1299
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
1300
+ - test data workflow
1301
+ - test-data command
1302
+ - seed command updated
1303
+ - changes
1304
+ - changes
1305
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
1306
+ - seeding now supports seedData allowing us to seed fixtures for testing.
1307
+ - precomputations now skip computation if value is already provided
1308
+ - added utility for findOneByUserKey
1309
+ - pruning related chagnes
1310
+ - changes
1311
+ - more changes related to pruning metadata
1312
+ - pruen logs added
1313
+ - module metadata seeder now does prune also
1314
+ - reformatting to improve readability
1315
+ - changes
1316
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
1317
+ - bug fixes
1318
+ - changes to cleanup the implementation by having the write method of file service return the url post write
1319
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
1320
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
1321
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
1322
+ - file service abstraction cleanup
1323
+ - chagnes
1324
+ - Dashboard Question Responsive
1325
+
1326
+ ## [0.1.16-beta.4] - 2026-09-04
1327
+
1328
+ ### Added
1329
+
1330
+ - add fullName field to OTPSignUpDto and update authentication service to use it
1331
+ - create OTP registrations through the extension user provider
1332
+ - let seed metadata declare which users are extension users
1333
+ - replace signup key-sniffing with an explicit SignupIntent
1334
+ - add ModuleIconAssetService to manage module icon installation
1335
+ - remove delete button visibility for user activity history
1336
+ - implement default value application for required fields in import transactions
1337
+ - add default values for required fields in import transactions
1338
+ - enhance media type mapping to support multiple categories per extension in MediaFieldCrudManager
1339
+ - update media file type definitions to expose only necessary fields for better clarity
1340
+ - enhance media type handling by consolidating media file types and updating related services
1341
+ - add SecretResolutionController and related DTO for reading secrets safely
1342
+ - expose media type mappings and improve field label handling in MediaFieldCrudManager
1343
+ - add resolve and resolveMany methods for secret management
1344
+ - add normalization utilities for text fields and integrate them into LongTextFieldCrudManager and ShortTextFieldCrudManager
1345
+ - implement eager installation of Chromium for Playwright UI tests
1346
+ - add security header options for iframe embedding and customize frame-ancestors
1347
+ - implement transaction handling for unpublishing records and restore previous version
1348
+ - add createdAt field to PostChatterMessageDto and set default in service
1349
+ - implement transaction handling for unpublishing records and restore previous version
1350
+ - add progress reporting functionality to test runner and reporters
1351
+ - add viewWidget attribute for fileSize in metadata
1352
+ - add configurable UI timeouts for testing steps and update documentation
1353
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
1354
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
1355
+ - add default locale name for internationalised entries in test data seeding
1356
+ - implement draft/publish versioning support and refactor related services
1357
+ - add DraftPublishHelperService for managing draft and publish workflows
1358
+ - add workflow field data provider support and related interfaces
1359
+ - add asynchronous execution for workflows and enhance execution status retrieval
1360
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
1361
+ - enhance workflow definition management and add Python runtime node
1362
+ - add SolidX integration nodes for login, email, and SMS
1363
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
1364
+ - enhance http.request node with query parameters and body modes
1365
+ - refactor node structure and add sequential and switch nodes
1366
+ - update workflow execution and definition handling
1367
+ - implement workflow execution services and nodes
1368
+ - implement API key generation for system admin users in ModuleMetadataSeederService
1369
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
1370
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
1371
+ - enhance migration process with build and seed commands
1372
+ - enhance datasource introspection with primary key detection and migration support
1373
+ - enhance role creation with module linkage and resolve module metadata
1374
+ - enhance action, role, and view metadata services with change detection and JSON normalization
1375
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
1376
+ - add new dashboard controller actions to permissions
1377
+ - simplify queue health permissions by consolidating patterns
1378
+ - implement explicit widget permissions and unauthorized response handling
1379
+ - enhance widget permission checks and add unauthorized response handling
1380
+ - add Queue SLA heatmap provider and update metadata
1381
+ - update queue health menu item and reorder messages
1382
+ - add various dashboard providers and runtime services
1383
+ - implement WhatsApp Cloud API integration
1384
+ - add gupshup whatsapp provider
1385
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
1386
+ - add updateCustomNoteMessage action to ChatterMessageController
1387
+ - add secure custom-note edit API with attachment add/remove support
1388
+ - implemented social media oath for facebook and microsoft
1389
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
1390
+ - implemented social media oath for facebook and microsoft
1391
+ - add Message Tree Action and corresponding view for mqMessage
1392
+ - implement processing timeout for RabbitMQ subscriber
1393
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
1394
+ - Migrate date/time transformers to UtcDateTimeTransformer.
1395
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
1396
+
1397
+ ### Fixed
1398
+
1399
+ - enforce allowPublicRegistration on OTP registration
1400
+ - update copy-resources script to include new menu icon and correct resource path
1401
+ - update copy-resources script to target the correct directory for media files
1402
+ - update build script to include resource copying and add copyfiles dependency
1403
+ - remove postinstall script for menu icon installation
1404
+ - add postinstall script to ensure menu icon is copied to the correct directory
1405
+ - ensure file operations for menu icon are awaited in create and update methods
1406
+ - update menuIconUrl to point to the correct image path
1407
+ - prevent caching of negative lookups in cache helper and permission metadata service
1408
+ - use replaceAll for activeUserId in security rule config
1409
+ - remove migration command and related services
1410
+ - pass model service to convertImportedRecordToDto and apply defaults in the correct order
1411
+ - remove delete permission from metadata configuration
1412
+ - remove delete permission from global settings
1413
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
1414
+ - change matched column type from bit to default nullable boolean
1415
+ - improve error message for media deletion restriction
1416
+ - use transactions entitymanager for all subscribers only for embedded db projects
1417
+ - update consuming project name resolution to use parent directory
1418
+ - update solidx directory path to include consuming project name
1419
+ - correct package name in model generation command and update error handling in module metadata retrieval
1420
+ - username
1421
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
1422
+ - handle null or empty security rule configuration strings in repository
1423
+
1424
+ ### Changed
1425
+
1426
+ - replace inline ShowSoftDeleted enum with imported enum from show-soft-deleted.enum.ts
1427
+ - remove ModuleIconAssetService from core module
1428
+ - rename applyEntityDefaults to applyImportDefaults for clarity
1429
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
1430
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
1431
+ - unify datetime column types across entities using helper function
1432
+ - remove explicit timestamp type for nullable date columns across entities
1433
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
1434
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
1435
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
1436
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
1437
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
1438
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
1439
+ - simplify published version filtering in CRUDService
1440
+ - remove handleSeedLocales method to streamline locale seeding process
1441
+ - remove legacy dashboard files and add new dashboarding architecture guide
1442
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
1443
+ - remove redundant null check in resolveSecurityRuleConfig
1444
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
1445
+ - update legacy entity fields to be nullable and support null types
1446
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
1447
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
1448
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
1449
+
1450
+ ### Documentation
1451
+
1452
+ - update expired discord link
1453
+
1454
+ ### Other
1455
+
1456
+ - changes to ensure provider roles is used to resolve roles first for password/password less registration paths if an external user provider exists
1457
+ - changes to ensure full name is also populated alongwith username
1458
+ - cross-tyep uniqueness fix
1459
+ - instant logout for access token changes
1460
+ - vocabulary docs added
1461
+ - removed the secrets read endpoint, since it is not required now
1462
+ - renamed variables for better naming
1463
+ - 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
1464
+ - ensure missing secrets show up in the report output so the error is presented alongside the scenario step for clarity
1465
+ - `${secret:...}` in the test vocabulary
1466
+ - Refactor Chromium installation process and remove eager install script
1467
+ - changes
1468
+ - ## Phase 6 — Global Multer upload size limit
1469
+ - ## Phase 5 — Dangerous-extension checks on menu-icon & settings uploads
1470
+ - ## Phase 4 — Route chatter attachments through `MediaFieldCrudManager`
1471
+ - ## Phase 3 — Close the `mediaMultiple` size/category gap, and align `validateAllowedExtensions`'s placement
1472
+ - ## Phase 2 — Make `mediaTypes` category resolution extension-authoritative
1473
+ - Per-field extension allowlist (`mediaAllowedExtensions`)
1474
+ - mpin scheme version changes
1475
+ - mpin related changes
1476
+ - Add safe percent-decoding for uploaded file names to prevent bypassing extension checks
1477
+ - Revert "Revert "Deliverable A now stands as: cache TTL (with the store swap that make…""
1478
+ - Revert "Deliverable A now stands as: cache TTL (with the store swap that make…"
1479
+ - fixes around handling concurrent logins properly using per deviceKey buckets.
1480
+ - 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.
1481
+ - fixed the request body limit to keep it as 10mb instead of 25mb by default
1482
+ - changes around files name sanitization and normalization
1483
+ - changes to handle variations in extension while uploading dangerous extension files
1484
+ - change request body max to 25mb
1485
+ - Comment out countGroupedRecords method implementation for refactoring
1486
+ - show theme toggle
1487
+ - rename theme registry
1488
+ - remove some unusable code
1489
+ - some changes
1490
+ - solidx theme settings
1491
+ - chagesn to testing readme
1492
+ - changes to make ui.expectUrl to wait using the navigation timeout
1493
+ - type fixes
1494
+ - fixes around playwright context
1495
+ - Scenario snap shot changes
1496
+ - test run payload changes
1497
+ - Testhub test run queue changes
1498
+ - Screen shoot changes
1499
+ - Test Life Cycle Changes.
1500
+ - Testing Hub Changes
1501
+ - chagesn to testing readme
1502
+ - changes to support passing an explicit createdAt while posting a chatter message
1503
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
1504
+ - rename theme registry
1505
+ - changes to make ui.expectUrl to wait using the navigation timeout
1506
+ - type fixes
1507
+ - fixes around playwright context
1508
+ - Scenario snap shot changes
1509
+ - test run payload changes
1510
+ - Testhub test run queue changes
1511
+ - Screen shoot changes
1512
+ - Test Life Cycle Changes.
1513
+ - Testing Hub Changes
1514
+ - remove add permisson from permisson-list-view
1515
+ - 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
1516
+ - readme changes
1517
+ - removed hardcoded type against a boolean type
1518
+ - changes to the default testing setting timeout to pick from env as well
1519
+ - remove duplicate code
1520
+ - refactoring around chatter media security fix
1521
+ - add media extension support for post chatter
1522
+ - Add media upload action and validation in MediaService
1523
+ - add media extension support for post chatter
1524
+ - changes to ensure only id and field are returned while populating the user in chatter
1525
+ - Update defaultValue types in solid-core-metadata.json to strings
1526
+ - 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
1527
+ - Add getMentionableUsers permission
1528
+ - Add endpoint to retrieve mentionable users with search and limit options
1529
+ - Add error handling nodes and enhance workflow node definitions
1530
+ - Add skipHooks option to seed command and related services
1531
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
1532
+ - Enhance workflow node definitions and runtime context handling
1533
+ - remvoing redundent code
1534
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
1535
+ - changes
1536
+ - changes
1537
+ - sql injection vulnerability closed in filter queries
1538
+ - Remove LocalPath
1539
+ - revert changes
1540
+ - revert changes
1541
+ - revert changes
1542
+ - re revert
1543
+ - revert changes
1544
+ - private-file-cleanup
1545
+ - add downlaodurl
1546
+ - changes to allow overriding the is allowed api keys flag thru extension user
1547
+ - Revert "user enumeration"
1548
+ - remove validation from username and mobile
1549
+ - user create validation bugs
1550
+ - add normalize for otp based also
1551
+ - Disable metadata pruning by default in seed command configuration
1552
+ - Update seed command to enable metadata pruning by default
1553
+ - handle-case-sensitive-for-email
1554
+ - Add delete permissions for ImportTransactionController in solid-core metadata
1555
+ - Add permissions for import/export functionality in solid-core metadata
1556
+ - Refactor role assignment for admin users to handle capability roles individually
1557
+ - discard changes
1558
+ - add support for static file
1559
+ - Add capability roles for admin users in module metadata seeder
1560
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
1561
+ - attachment
1562
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
1563
+ - make isPublic default true
1564
+ - changes to show the image inline
1565
+ - cleanup againts media's
1566
+ - inline role crate false
1567
+ - Implement chatter mention notification system with email templates and queue handling
1568
+ - Add messageBodyMentions field to chatter message DTOs and entity
1569
+ - fix-audit-bug
1570
+ - changes to include signed url token for private media
1571
+ - Revert "Revert "rename function name""
1572
+ - Revert "Revert "add private media support""
1573
+ - Add media file type constants and enhance security for media uploads
1574
+ - remove some unusable code
1575
+ - some changes
1576
+ - handle technical error messages due to missing resource in static resources folder
1577
+ - Revert "add private media support"
1578
+ - Revert "rename function name"
1579
+ - rename function name
1580
+ - add private media support
1581
+ - some fixes
1582
+ - solidx session invalid changes
1583
+ - add validation on get chatter message
1584
+ - updatedAt value is updating now
1585
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
1586
+ - add security against chatter
1587
+ - chatter message endpoint made public
1588
+ - removed embedded db support
1589
+ - Add default sorting by ID if not explicitly specified in order options
1590
+ - solidx theme settings
1591
+ - add icons across all the models in solid core
1592
+ - media upload added behind auth
1593
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
1594
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
1595
+ - class serializer interceptor added for impact of Exclude and Expose
1596
+ - Enhance datasource introspection with primary key validation and user key resolution
1597
+ - Concurrent Login Feature
1598
+ - user enumeration
1599
+ - add helper text key on settings object .........
1600
+ - changes to handle case insenstive filter operations if the values are other than string by casting
1601
+ - menus item fix
1602
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
1603
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
1604
+ - display name changed
1605
+ - name changed
1606
+ - added settings for configure the row click on solid list view
1607
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
1608
+ - fixed legacy entity files names
1609
+ - view metadata type field - selection static and roles required false from menu-item
1610
+ - Fix for this issue > stop applying lower for numeric fields.
1611
+ - refactor and add migration command
1612
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
1613
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
1614
+ - changes to take in option for seeding with modules in current seed method
1615
+ - Fix validation logic to parse string field values as integers before applying validations
1616
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
1617
+ - ad changes
1618
+ - Add locale seeding functionality and enhance locale management
1619
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
1620
+ - changes to avoid extra module checks before dynamically loading it
1621
+ - defaulted to modulemetadataseederservice if no seeder provided
1622
+ - Add Date field in Instructions Response
1623
+ - ai interaction cleanup changes
1624
+ - enabling create,edit,import,export on permission and lov modules
1625
+ - added module to rolemetadata list view
1626
+ - roles group by module changes
1627
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
1628
+ - Implement Datasource Management functionality with controller, service, and DTO
1629
+ - added index to fields newly added as sortable and searchable
1630
+ - Add archiver package to dependencies
1631
+ - removed unnecessary seed file
1632
+ - Add TypeORM migration helper functions and export in index
1633
+ - fixes
1634
+ - reverted accidental removal of the layout builder root menu
1635
+ - pending cleanup of solid core menu items
1636
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
1637
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
1638
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
1639
+ - changes for IAM
1640
+ - Add clearPackageRuntime functionality and corresponding metadata action
1641
+ - Add archiver dependency and implement module package export functionality
1642
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
1643
+ - 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
1644
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
1645
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
1646
+ - Remove unused database bootstrap service and related SQL cleanup procedures
1647
+ - cleanup
1648
+ - Add view and action metadata tree views with updated permissions and searchable fields
1649
+ - Add view and action metadata tree views with updated permissions and searchable fields
1650
+ - menu item model cleanup
1651
+ - Add resumable import handling and transaction management in module package service
1652
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
1653
+ - 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.
1654
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
1655
+ - many to one left join issue fixed
1656
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
1657
+ - 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
1658
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
1659
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
1660
+ - Implement module metadata explorer with CRUD operations and search functionality
1661
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
1662
+ - Bug fixs
1663
+ - added frontend base url as well to the default settings
1664
+ - minor cleanup
1665
+ - changes to cleanup legacy table related fields
1666
+ - changes for new dashboards functionality
1667
+ - always print server startup line regardless of log level
1668
+ - Add field quality checks and fixes checklist for backend validation
1669
+ - typeo issue
1670
+ - Agent table clean up
1671
+ - Add manual interaction step for Playwright and update README
1672
+ - provision made to unlink data rather than having to teardown everything
1673
+ - provision made to unlink data rather than having to teardown everything
1674
+ - changes to colour the server startup line
1675
+ - Agent table clean up
1676
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
1677
+ - removed id command options and retained the singular name option only for consistency purposes
1678
+ - 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
1679
+ - 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
1680
+ - MCP table solid changes
1681
+ - playwrite added as dependency instead
1682
+ - changes to the test runner
1683
+ - chatter message user resolution chagnes
1684
+ - bug fix in chatter message user resolution after we moved to queues.
1685
+ - moved back to beta3
1686
+ - failed login attempts field added to the json and update dto and exposed in entity
1687
+ - removed un-necessary index on newvalue display
1688
+ - ts changes error: any
1689
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
1690
+ - changed model metadata service default form layout to be single column
1691
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
1692
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
1693
+ - normalised @ApiTags
1694
+ - enum for passwordless modes
1695
+ - bug fix in how alternative actions are rendered
1696
+ - queue related bug fixes
1697
+ - changes to add a websocket adaptor to the bootstrap server routine
1698
+ - license changes
1699
+ - type fixes
1700
+ - removed min and max from long text mapping
1701
+ - bug fix for shortext field mapping
1702
+ - changes to post the testing results to a webhook api with a test payload
1703
+ - added import multer this fixes un-necessary ts errors in vscode
1704
+ - ts errors fixed
1705
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
1706
+ - formatting changes
1707
+ - facebook oauth
1708
+ - Status required false
1709
+ - updated gitignore
1710
+ - dleete un-necessary docs
1711
+ - deleted un-necessary files
1712
+ - changes related to more grooming
1713
+ - api added in cors
1714
+ - refactor Oauth strategy
1715
+ - Revert "Ft social media login"
1716
+ - bug fix
1717
+ - bug fix
1718
+ - add new api me endpoint and role based settings
1719
+ - setting changes for new ui architecture
1720
+ - changes for new settings structure
1721
+ - chatter task subtype and related changes
1722
+ - bug fix
1723
+ - fixes
1724
+ - 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
1725
+ - changes to handle import logs as well, thru configured winston log level
1726
+ - change isMultiSelect to true in solid-core-metadata.json
1727
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
1728
+ - 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
1729
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
1730
+ - bug fix: passwordless registration should create a user with active false
1731
+ - apikeys attribute was not exposed
1732
+ - refactor Oauth strategy
1733
+ - 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)
1734
+ - bug fix
1735
+ - null check on role
1736
+ - made provision to seed custom permissions
1737
+ - handled seed scenario too
1738
+ - upload File and expectHidden changes
1739
+ - extension user cleanup and checks added
1740
+ - fixed types for cleanup
1741
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
1742
+ - fixes bare shell imports with relative imports
1743
+ - dynamic import fix
1744
+ - removed unnecessary file
1745
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
1746
+ - removed base abstract class
1747
+ - added interface too
1748
+ - changes
1749
+ - changes to test data seeding & fixed the type for authenticationService.signup method
1750
+ - changes to user dto to include the api keys toggle
1751
+ - add default role to the user only if there are no roles resolved against a user
1752
+ - 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
1753
+ - Only forward --debug when explicitly enabled.
1754
+ - toolOutput field changes to json
1755
+ - adding user api key entity to export
1756
+ - minor optimisation to how dynamic modules are loaded
1757
+ - Add Discord badge to top of README
1758
+ - Fix broken BSL license link and add Discord link to README
1759
+ - Add BSL 1.1 license and update package.json license field
1760
+ - Seed user and roles in testing data
1761
+ - removed readme.txt
1762
+ - moved type and interfaces in interfaces.ts and refactored accordingly
1763
+ - changed to md
1764
+ - added readme
1765
+ - Ai setting model change
1766
+ - changes to allow encrypting setting keys
1767
+ - form view clean up
1768
+ - Agent table list view changes
1769
+ - synchronize false
1770
+ - changes to resolve the selection dynamic provider by name and token both
1771
+ - changes to bypass swagger urls from csp policy
1772
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
1773
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
1774
+ - changes to implement the sso code and sso exchange use cases
1775
+ - removed orm types / exported api key entity
1776
+ - added provision to control if api key creation is allowed for the user
1777
+ - api key changes for backend
1778
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
1779
+ - fix to call addRoles only if role names are present
1780
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
1781
+ - refactor: update legacy entity fields to be nullable and support null types
1782
+ - Json structure change
1783
+ - Agent table metadata clean up changes
1784
+ - longtext
1785
+ - longtext changes
1786
+ - Agent tables clean up
1787
+ - fixes to seed many-to-many relation for tests
1788
+ - changes to seed media in testing data
1789
+ - Chatter modelUserkey and excel many to one issue
1790
+ - keeping the default selectionValueType as string since this is a good default
1791
+ - bug fixes around how media is done
1792
+ - bug fixes
1793
+ - try catch inside logEvent
1794
+ - media has card based metadata
1795
+ - Refresh token activity
1796
+ - changes to implement the sso code and sso exchange use cases
1797
+ - cleanup
1798
+ - enabled kanban view on mq message
1799
+ - Agent table changes
1800
+ - changes to disallow deleting a model or module in production
1801
+ - changelog version bumped
1802
+ - changelog added
1803
+ - changes to control the logging using env variables & set appropriate defaults basis environment
1804
+ - chnages for logging
1805
+ - Chatter queue fixs
1806
+ - one more "beta" for ozzy
1807
+ - additional loggging in cors helper
1808
+ - changes
1809
+ - Redis Queue component and rabbitMQ folder changes
1810
+ - changes to track old and new fields as part of the delete entity operation
1811
+ - optimizations done for audit subcriber
1812
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
1813
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
1814
+ - formatting changes
1815
+ - 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
1816
+ - qs depth config increased
1817
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
1818
+ - cached model metadata queries
1819
+ - changse
1820
+ - disabled extra loggign
1821
+ - chagnes
1822
+ - reduced concurrency in computed fields
1823
+ - additional loggign
1824
+ - added indexes to mobile & email since those are frequently queries upon
1825
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
1826
+ - Redis background job changes
1827
+ - Chatter Rationalizing
1828
+ - changes
1829
+ - changes
1830
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
1831
+ - changes to export bootstrap helpers for server & cli nest applications
1832
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
1833
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
1834
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
1835
+ - added index on message id in mq message table
1836
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
1837
+ - changes to save model sequence id as part of post compute instead of pre compute
1838
+ - changse
1839
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
1840
+ - High concurrency fix for alpha num and sequence num computed fields
1841
+ - bug fix in cron evalutaion
1842
+ - tighter logging around roles
1843
+ - scheduler now supports env based specific jobs starting and others not
1844
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
1845
+ - revert cross db changes for view-metadata-entity
1846
+ - fixes
1847
+ - changes to handle cross-db compatibility
1848
+ - added type as simple-json
1849
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
1850
+ - Revert "Merge branch 'media-update' into 'main'"
1851
+ - Mysql related changes
1852
+ - ts-morph and media storage fix
1853
+ - dashboard layout menu item added
1854
+ - dashboard changes
1855
+ - scheduler bug fix
1856
+ - made provision to execute scheduled jobs manually
1857
+ - changes
1858
+ - cleanup
1859
+ - logging related changes and made user activity history tree view
1860
+ - changes to return the wall clock time as utc for chatter as well to keep it...
1861
+ - changes around dashboard question refactoring
1862
+ - default tree view and action added on code generation
1863
+ - Date time format changes in audit
1864
+ - user activity history on otp login
1865
+ - changes
1866
+ - changelog added
1867
+ - reverted legacy and common entity to use local date time transformer only
1868
+ - added changelog
1869
+ - made playwright dependency lazy
1870
+ - ai interaction table user is nullable now
1871
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
1872
+ - formatting changes
1873
+ - Version info changes
1874
+ - dummy otp can now be enabled on a per user basis
1875
+ - jwt token optimisation
1876
+ - optimised the authentication flow in microservice adapter to cache access token
1877
+ - deleted file containing secrets
1878
+ - changes
1879
+ - optimisation around how dummy otp is managed
1880
+ - isSeeded added
1881
+ - bug fix for fetch layouts
1882
+ - view modes added in layout
1883
+ - One to many crud manager fixes
1884
+ - one-to-many-crud-manager-fixes
1885
+ - Many to many crud field manager fixes
1886
+ - patch endpoint added in role controller
1887
+ - many-to-many field fixes
1888
+ - modelSequenceFormViewChangeHandler added on field change
1889
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
1890
+ - changes to format group values consistently
1891
+ - fixes for normalizing group values
1892
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
1893
+ - changes to return groupValue in the group meta response as well. groupValue is...
1894
+ - changes to return groupValue in the group meta response as well. groupValue is...
1895
+ - filter_field_granularity_supported_added_for_date_fields
1896
+ - password registration/login cleanup + max failed login attempts checks added
1897
+ - removed unsafe inline from CSP
1898
+ - removed incorrect comment
1899
+ - changes
1900
+ - Revert "replaced playwright with lazy dependency"
1901
+ - replaced playwright with lazy dependency
1902
+ - count and average
1903
+ - fixes to solid core metadata configuration
1904
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
1905
+ - solid seed now prints proper exception stack trace
1906
+ - added playwright dependencies as peer dependencies
1907
+ - changed playwright import to make it lazy
1908
+ - issue fixes
1909
+ - formatting changes
1910
+ - formatting changes
1911
+ - changes for test setup
1912
+ - package changes
1913
+ - Changes to generate an SA user with the default password for simpler experience during setup
1914
+ - more changes to support form data based uploads
1915
+ - changes
1916
+ - changes around testing workflow
1917
+ - unified testing utitlities
1918
+ - added comments to the slug code
1919
+ - refactored queue namespacign
1920
+ - queue namespacing related chanes
1921
+ - removed todo
1922
+ - queue name related changes
1923
+ - cag
1924
+ - changrs
1925
+ - queues names are now namespaced by service naem
1926
+ - enabled logs
1927
+ - debug logs
1928
+ - testing docs updated
1929
+ - changes
1930
+ - cleanup
1931
+ - removed old testing related fiels
1932
+ - testing infra now supports data based interpolation
1933
+ - testing changes: now we support fully custom test specs
1934
+ - changes for test automation
1935
+ - changes to tsconfig for playwright tests
1936
+ - exporting typeorm db helper
1937
+ - removed the files section
1938
+ - changes for playwright testing
1939
+ - changes to disable service controller seed method
1940
+ - formatting changes
1941
+ - oom issue
1942
+ - logger added for chatter
1943
+ - changed arg to kebab case instead of came case in schematic service
1944
+ - default menu icons added
1945
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
1946
+ - removed un-necessary log
1947
+ - fix for handling non existence of fieldNamesForRemoval arg
1948
+ - foirmatting canges
1949
+ - Archived/solidstarters main
1950
+ - version changes
1951
+ - changed org : @solidstarters -> @solidxai
1952
+ - removed publish script, since it is replaced with solidctl release
1953
+ - chanes
1954
+ - Revert "@solidstarters namespace changed to @solidx"
1955
+ - @solidstarters namespace changed to @solidx
1956
+ - file service interface changes
1957
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
1958
+ - 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
1959
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
1960
+ - test data workflow
1961
+ - test-data command
1962
+ - seed command updated
1963
+ - changes
1964
+ - changes
1965
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
1966
+ - seeding now supports seedData allowing us to seed fixtures for testing.
1967
+ - precomputations now skip computation if value is already provided
1968
+ - added utility for findOneByUserKey
1969
+ - pruning related chagnes
1970
+ - changes
1971
+ - more changes related to pruning metadata
1972
+ - pruen logs added
1973
+ - module metadata seeder now does prune also
1974
+ - reformatting to improve readability
1975
+ - changes
1976
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
1977
+ - bug fixes
1978
+ - changes to cleanup the implementation by having the write method of file service return the url post write
1979
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
1980
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
1981
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
1982
+ - file service abstraction cleanup
1983
+ - chagnes
1984
+ - Dashboard Question Responsive
1985
+
1986
+ ## [0.1.16-beta.3] - 2026-09-02
1987
+
1988
+ ### Added
1989
+
1990
+ - add fullName field to OTPSignUpDto and update authentication service to use it
1991
+ - create OTP registrations through the extension user provider
1992
+ - let seed metadata declare which users are extension users
1993
+ - replace signup key-sniffing with an explicit SignupIntent
1994
+ - add ModuleIconAssetService to manage module icon installation
1995
+ - remove delete button visibility for user activity history
1996
+ - implement default value application for required fields in import transactions
1997
+ - add default values for required fields in import transactions
1998
+ - enhance media type mapping to support multiple categories per extension in MediaFieldCrudManager
1999
+ - update media file type definitions to expose only necessary fields for better clarity
2000
+ - enhance media type handling by consolidating media file types and updating related services
2001
+ - add SecretResolutionController and related DTO for reading secrets safely
2002
+ - expose media type mappings and improve field label handling in MediaFieldCrudManager
2003
+ - add resolve and resolveMany methods for secret management
2004
+ - add normalization utilities for text fields and integrate them into LongTextFieldCrudManager and ShortTextFieldCrudManager
2005
+ - implement eager installation of Chromium for Playwright UI tests
2006
+ - add security header options for iframe embedding and customize frame-ancestors
2007
+ - implement transaction handling for unpublishing records and restore previous version
2008
+ - add createdAt field to PostChatterMessageDto and set default in service
2009
+ - implement transaction handling for unpublishing records and restore previous version
2010
+ - add progress reporting functionality to test runner and reporters
2011
+ - add viewWidget attribute for fileSize in metadata
2012
+ - add configurable UI timeouts for testing steps and update documentation
2013
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
2014
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
2015
+ - add default locale name for internationalised entries in test data seeding
2016
+ - implement draft/publish versioning support and refactor related services
2017
+ - add DraftPublishHelperService for managing draft and publish workflows
2018
+ - add workflow field data provider support and related interfaces
2019
+ - add asynchronous execution for workflows and enhance execution status retrieval
2020
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
2021
+ - enhance workflow definition management and add Python runtime node
2022
+ - add SolidX integration nodes for login, email, and SMS
2023
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
2024
+ - enhance http.request node with query parameters and body modes
2025
+ - refactor node structure and add sequential and switch nodes
2026
+ - update workflow execution and definition handling
2027
+ - implement workflow execution services and nodes
2028
+ - implement API key generation for system admin users in ModuleMetadataSeederService
2029
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
2030
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
2031
+ - enhance migration process with build and seed commands
2032
+ - enhance datasource introspection with primary key detection and migration support
2033
+ - enhance role creation with module linkage and resolve module metadata
2034
+ - enhance action, role, and view metadata services with change detection and JSON normalization
2035
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
2036
+ - add new dashboard controller actions to permissions
2037
+ - simplify queue health permissions by consolidating patterns
2038
+ - implement explicit widget permissions and unauthorized response handling
2039
+ - enhance widget permission checks and add unauthorized response handling
2040
+ - add Queue SLA heatmap provider and update metadata
2041
+ - update queue health menu item and reorder messages
2042
+ - add various dashboard providers and runtime services
2043
+ - implement WhatsApp Cloud API integration
2044
+ - add gupshup whatsapp provider
2045
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
2046
+ - add updateCustomNoteMessage action to ChatterMessageController
2047
+ - add secure custom-note edit API with attachment add/remove support
2048
+ - implemented social media oath for facebook and microsoft
2049
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
2050
+ - implemented social media oath for facebook and microsoft
2051
+ - add Message Tree Action and corresponding view for mqMessage
2052
+ - implement processing timeout for RabbitMQ subscriber
2053
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
2054
+ - Migrate date/time transformers to UtcDateTimeTransformer.
2055
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
2056
+
2057
+ ### Fixed
2058
+
2059
+ - enforce allowPublicRegistration on OTP registration
2060
+ - update copy-resources script to include new menu icon and correct resource path
2061
+ - update copy-resources script to target the correct directory for media files
2062
+ - update build script to include resource copying and add copyfiles dependency
2063
+ - remove postinstall script for menu icon installation
2064
+ - add postinstall script to ensure menu icon is copied to the correct directory
2065
+ - ensure file operations for menu icon are awaited in create and update methods
2066
+ - update menuIconUrl to point to the correct image path
2067
+ - prevent caching of negative lookups in cache helper and permission metadata service
2068
+ - use replaceAll for activeUserId in security rule config
2069
+ - remove migration command and related services
2070
+ - pass model service to convertImportedRecordToDto and apply defaults in the correct order
2071
+ - remove delete permission from metadata configuration
2072
+ - remove delete permission from global settings
2073
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
2074
+ - change matched column type from bit to default nullable boolean
2075
+ - improve error message for media deletion restriction
2076
+ - use transactions entitymanager for all subscribers only for embedded db projects
2077
+ - update consuming project name resolution to use parent directory
2078
+ - update solidx directory path to include consuming project name
2079
+ - correct package name in model generation command and update error handling in module metadata retrieval
2080
+ - username
2081
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
2082
+ - handle null or empty security rule configuration strings in repository
2083
+
2084
+ ### Changed
2085
+
2086
+ - remove ModuleIconAssetService from core module
2087
+ - rename applyEntityDefaults to applyImportDefaults for clarity
2088
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
2089
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
2090
+ - unify datetime column types across entities using helper function
2091
+ - remove explicit timestamp type for nullable date columns across entities
2092
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
2093
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
2094
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
2095
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
2096
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
2097
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
2098
+ - simplify published version filtering in CRUDService
2099
+ - remove handleSeedLocales method to streamline locale seeding process
2100
+ - remove legacy dashboard files and add new dashboarding architecture guide
2101
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
2102
+ - remove redundant null check in resolveSecurityRuleConfig
2103
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
2104
+ - update legacy entity fields to be nullable and support null types
2105
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
2106
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
2107
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
2108
+
2109
+ ### Documentation
2110
+
2111
+ - update expired discord link
2112
+
2113
+ ### Other
2114
+
2115
+ - changes to ensure provider roles is used to resolve roles first for password/password less registration paths if an external user provider exists
131
2116
  - changes to ensure full name is also populated alongwith username
132
2117
  - cross-tyep uniqueness fix
133
2118
  - instant logout for access token changes