@solidxai/core 0.1.13-beta.20 → 0.1.13-beta.21

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 (57) hide show
  1. package/CHANGELOG.md +590 -0
  2. package/CLAUDE.md +5 -6
  3. package/dist/constants/media-file-types.d.ts.map +1 -1
  4. package/dist/constants/media-file-types.js +1 -0
  5. package/dist/constants/media-file-types.js.map +1 -1
  6. package/dist/dtos/create-field-metadata.dto.d.ts +1 -0
  7. package/dist/dtos/create-field-metadata.dto.d.ts.map +1 -1
  8. package/dist/dtos/create-field-metadata.dto.js +12 -1
  9. package/dist/dtos/create-field-metadata.dto.js.map +1 -1
  10. package/dist/entities/field-metadata.entity.d.ts +1 -0
  11. package/dist/entities/field-metadata.entity.d.ts.map +1 -1
  12. package/dist/entities/field-metadata.entity.js +5 -1
  13. package/dist/entities/field-metadata.entity.js.map +1 -1
  14. package/dist/helpers/field-crud-managers/MediaFieldCrudManager.d.ts +6 -0
  15. package/dist/helpers/field-crud-managers/MediaFieldCrudManager.d.ts.map +1 -1
  16. package/dist/helpers/field-crud-managers/MediaFieldCrudManager.js +54 -27
  17. package/dist/helpers/field-crud-managers/MediaFieldCrudManager.js.map +1 -1
  18. package/dist/services/chatter-message.service.d.ts +1 -0
  19. package/dist/services/chatter-message.service.d.ts.map +1 -1
  20. package/dist/services/chatter-message.service.js +44 -12
  21. package/dist/services/chatter-message.service.js.map +1 -1
  22. package/dist/services/crud.service.d.ts.map +1 -1
  23. package/dist/services/crud.service.js +1 -0
  24. package/dist/services/crud.service.js.map +1 -1
  25. package/dist/services/field-metadata.service.d.ts.map +1 -1
  26. package/dist/services/field-metadata.service.js +2 -0
  27. package/dist/services/field-metadata.service.js.map +1 -1
  28. package/dist/services/media.service.d.ts.map +1 -1
  29. package/dist/services/media.service.js +1 -0
  30. package/dist/services/media.service.js.map +1 -1
  31. package/dist/services/module-metadata.service.d.ts.map +1 -1
  32. package/dist/services/module-metadata.service.js +7 -0
  33. package/dist/services/module-metadata.service.js.map +1 -1
  34. package/dist/services/setting.service.d.ts.map +1 -1
  35. package/dist/services/setting.service.js +4 -0
  36. package/dist/services/setting.service.js.map +1 -1
  37. package/dist/services/settings/default-settings-provider.service.d.ts +20 -0
  38. package/dist/services/settings/default-settings-provider.service.d.ts.map +1 -1
  39. package/dist/services/settings/default-settings-provider.service.js +14 -0
  40. package/dist/services/settings/default-settings-provider.service.js.map +1 -1
  41. package/dist/solid-core.module.d.ts.map +1 -1
  42. package/dist/solid-core.module.js +6 -0
  43. package/dist/solid-core.module.js.map +1 -1
  44. package/package.json +1 -1
  45. package/src/constants/media-file-types.ts +1 -0
  46. package/src/dtos/create-field-metadata.dto.ts +14 -1
  47. package/src/entities/field-metadata.entity.ts +3 -0
  48. package/src/helpers/field-crud-managers/MediaFieldCrudManager.ts +73 -34
  49. package/src/services/chatter-message.service.ts +56 -14
  50. package/src/services/crud.service.ts +1 -0
  51. package/src/services/field-metadata.service.ts +2 -0
  52. package/src/services/media.service.ts +1 -0
  53. package/src/services/module-metadata.service.ts +7 -0
  54. package/src/services/setting.service.ts +5 -0
  55. package/src/services/settings/default-settings-provider.service.ts +14 -0
  56. package/src/solid-core.module.ts +13 -0
  57. package/postman/mpin.postman_collection.json +0 -1045
package/CHANGELOG.md CHANGED
@@ -1,5 +1,595 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.13-beta.21] - 2026-08-14
4
+
5
+ ### Added
6
+
7
+ - add security header options for iframe embedding and customize frame-ancestors
8
+ - add createdAt field to PostChatterMessageDto and set default in service
9
+ - implement transaction handling for unpublishing records and restore previous version
10
+ - add progress reporting functionality to test runner and reporters
11
+ - add viewWidget attribute for fileSize in metadata
12
+ - add configurable UI timeouts for testing steps and update documentation
13
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
14
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
15
+ - add default locale name for internationalised entries in test data seeding
16
+ - implement draft/publish versioning support and refactor related services
17
+ - add DraftPublishHelperService for managing draft and publish workflows
18
+ - add workflow field data provider support and related interfaces
19
+ - add asynchronous execution for workflows and enhance execution status retrieval
20
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
21
+ - enhance workflow definition management and add Python runtime node
22
+ - add SolidX integration nodes for login, email, and SMS
23
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
24
+ - enhance http.request node with query parameters and body modes
25
+ - refactor node structure and add sequential and switch nodes
26
+ - update workflow execution and definition handling
27
+ - implement workflow execution services and nodes
28
+ - implement API key generation for system admin users in ModuleMetadataSeederService
29
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
30
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
31
+ - enhance migration process with build and seed commands
32
+ - enhance datasource introspection with primary key detection and migration support
33
+ - enhance role creation with module linkage and resolve module metadata
34
+ - enhance action, role, and view metadata services with change detection and JSON normalization
35
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
36
+ - add new dashboard controller actions to permissions
37
+ - simplify queue health permissions by consolidating patterns
38
+ - implement explicit widget permissions and unauthorized response handling
39
+ - enhance widget permission checks and add unauthorized response handling
40
+ - add Queue SLA heatmap provider and update metadata
41
+ - update queue health menu item and reorder messages
42
+ - add various dashboard providers and runtime services
43
+ - implement WhatsApp Cloud API integration
44
+ - add gupshup whatsapp provider
45
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
46
+ - add updateCustomNoteMessage action to ChatterMessageController
47
+ - add secure custom-note edit API with attachment add/remove support
48
+ - implemented social media oath for facebook and microsoft
49
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
50
+ - implemented social media oath for facebook and microsoft
51
+ - add Message Tree Action and corresponding view for mqMessage
52
+ - implement processing timeout for RabbitMQ subscriber
53
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
54
+ - Migrate date/time transformers to UtcDateTimeTransformer.
55
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
56
+
57
+ ### Fixed
58
+
59
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
60
+ - change matched column type from bit to default nullable boolean
61
+ - improve error message for media deletion restriction
62
+ - use transactions entitymanager for all subscribers only for embedded db projects
63
+ - update consuming project name resolution to use parent directory
64
+ - update solidx directory path to include consuming project name
65
+ - correct package name in model generation command and update error handling in module metadata retrieval
66
+ - username
67
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
68
+ - handle null or empty security rule configuration strings in repository
69
+
70
+ ### Changed
71
+
72
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
73
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
74
+ - unify datetime column types across entities using helper function
75
+ - remove explicit timestamp type for nullable date columns across entities
76
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
77
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
78
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
79
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
80
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
81
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
82
+ - simplify published version filtering in CRUDService
83
+ - remove handleSeedLocales method to streamline locale seeding process
84
+ - remove legacy dashboard files and add new dashboarding architecture guide
85
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
86
+ - remove redundant null check in resolveSecurityRuleConfig
87
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
88
+ - update legacy entity fields to be nullable and support null types
89
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
90
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
91
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
92
+
93
+ ### Documentation
94
+
95
+ - update expired discord link
96
+
97
+ ### Other
98
+
99
+ - ## Phase 6 — Global Multer upload size limit
100
+ - ## Phase 5 — Dangerous-extension checks on menu-icon & settings uploads
101
+ - ## Phase 4 — Route chatter attachments through `MediaFieldCrudManager`
102
+ - ## Phase 3 — Close the `mediaMultiple` size/category gap, and align `validateAllowedExtensions`'s placement
103
+ - ## Phase 2 — Make `mediaTypes` category resolution extension-authoritative
104
+ - Per-field extension allowlist (`mediaAllowedExtensions`)
105
+ - mpin scheme version changes
106
+ - mpin related changes
107
+ - Add safe percent-decoding for uploaded file names to prevent bypassing extension checks
108
+ - Revert "Revert "Deliverable A now stands as: cache TTL (with the store swap that make…""
109
+ - Revert "Deliverable A now stands as: cache TTL (with the store swap that make…"
110
+ - fixes around handling concurrent logins properly using per deviceKey buckets.
111
+ - 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.
112
+ - fixed the request body limit to keep it as 10mb instead of 25mb by default
113
+ - changes around files name sanitization and normalization
114
+ - changes to handle variations in extension while uploading dangerous extension files
115
+ - change request body max to 25mb
116
+ - Comment out countGroupedRecords method implementation for refactoring
117
+ - show theme toggle
118
+ - changes to support passing an explicit createdAt while posting a chatter message
119
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
120
+ - rename theme registry
121
+ - remove add permisson from permisson-list-view
122
+ - 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
123
+ - readme changes
124
+ - removed hardcoded type against a boolean type
125
+ - changes to the default testing setting timeout to pick from env as well
126
+ - remove duplicate code
127
+ - refactoring around chatter media security fix
128
+ - add media extension support for post chatter
129
+ - Add media upload action and validation in MediaService
130
+ - add media extension support for post chatter
131
+ - changes to ensure only id and field are returned while populating the user in chatter
132
+ - Update defaultValue types in solid-core-metadata.json to strings
133
+ - 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
134
+ - Add getMentionableUsers permission
135
+ - Add endpoint to retrieve mentionable users with search and limit options
136
+ - Add error handling nodes and enhance workflow node definitions
137
+ - Add skipHooks option to seed command and related services
138
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
139
+ - Enhance workflow node definitions and runtime context handling
140
+ - remvoing redundent code
141
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
142
+ - changes
143
+ - changes
144
+ - sql injection vulnerability closed in filter queries
145
+ - Remove LocalPath
146
+ - revert changes
147
+ - revert changes
148
+ - revert changes
149
+ - re revert
150
+ - revert changes
151
+ - private-file-cleanup
152
+ - add downlaodurl
153
+ - changes to allow overriding the is allowed api keys flag thru extension user
154
+ - Revert "user enumeration"
155
+ - remove validation from username and mobile
156
+ - user create validation bugs
157
+ - add normalize for otp based also
158
+ - Disable metadata pruning by default in seed command configuration
159
+ - Update seed command to enable metadata pruning by default
160
+ - handle-case-sensitive-for-email
161
+ - Add delete permissions for ImportTransactionController in solid-core metadata
162
+ - Add permissions for import/export functionality in solid-core metadata
163
+ - Refactor role assignment for admin users to handle capability roles individually
164
+ - discard changes
165
+ - add support for static file
166
+ - Add capability roles for admin users in module metadata seeder
167
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
168
+ - attachment
169
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
170
+ - make isPublic default true
171
+ - changes to show the image inline
172
+ - cleanup againts media's
173
+ - inline role crate false
174
+ - Implement chatter mention notification system with email templates and queue handling
175
+ - Add messageBodyMentions field to chatter message DTOs and entity
176
+ - fix-audit-bug
177
+ - changes to include signed url token for private media
178
+ - Revert "Revert "rename function name""
179
+ - Revert "Revert "add private media support""
180
+ - Add media file type constants and enhance security for media uploads
181
+ - remove some unusable code
182
+ - some changes
183
+ - handle technical error messages due to missing resource in static resources folder
184
+ - Revert "add private media support"
185
+ - Revert "rename function name"
186
+ - rename function name
187
+ - add private media support
188
+ - some fixes
189
+ - solidx session invalid changes
190
+ - add validation on get chatter message
191
+ - updatedAt value is updating now
192
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
193
+ - add security against chatter
194
+ - chatter message endpoint made public
195
+ - removed embedded db support
196
+ - Add default sorting by ID if not explicitly specified in order options
197
+ - solidx theme settings
198
+ - add icons across all the models in solid core
199
+ - media upload added behind auth
200
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
201
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
202
+ - class serializer interceptor added for impact of Exclude and Expose
203
+ - Enhance datasource introspection with primary key validation and user key resolution
204
+ - Concurrent Login Feature
205
+ - user enumeration
206
+ - add helper text key on settings object .........
207
+ - changes to handle case insenstive filter operations if the values are other than string by casting
208
+ - menus item fix
209
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
210
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
211
+ - display name changed
212
+ - name changed
213
+ - added settings for configure the row click on solid list view
214
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
215
+ - fixed legacy entity files names
216
+ - view metadata type field - selection static and roles required false from menu-item
217
+ - Fix for this issue > stop applying lower for numeric fields.
218
+ - refactor and add migration command
219
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
220
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
221
+ - changes to take in option for seeding with modules in current seed method
222
+ - Fix validation logic to parse string field values as integers before applying validations
223
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
224
+ - ad changes
225
+ - Add locale seeding functionality and enhance locale management
226
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
227
+ - changes to avoid extra module checks before dynamically loading it
228
+ - defaulted to modulemetadataseederservice if no seeder provided
229
+ - Add Date field in Instructions Response
230
+ - ai interaction cleanup changes
231
+ - enabling create,edit,import,export on permission and lov modules
232
+ - added module to rolemetadata list view
233
+ - roles group by module changes
234
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
235
+ - Implement Datasource Management functionality with controller, service, and DTO
236
+ - added index to fields newly added as sortable and searchable
237
+ - Add archiver package to dependencies
238
+ - removed unnecessary seed file
239
+ - Add TypeORM migration helper functions and export in index
240
+ - fixes
241
+ - reverted accidental removal of the layout builder root menu
242
+ - pending cleanup of solid core menu items
243
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
244
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
245
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
246
+ - changes for IAM
247
+ - Add clearPackageRuntime functionality and corresponding metadata action
248
+ - Add archiver dependency and implement module package export functionality
249
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
250
+ - 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
251
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
252
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
253
+ - Remove unused database bootstrap service and related SQL cleanup procedures
254
+ - cleanup
255
+ - Add view and action metadata tree views with updated permissions and searchable fields
256
+ - Add view and action metadata tree views with updated permissions and searchable fields
257
+ - menu item model cleanup
258
+ - Add resumable import handling and transaction management in module package service
259
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
260
+ - 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.
261
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
262
+ - many to one left join issue fixed
263
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
264
+ - 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
265
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
266
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
267
+ - Implement module metadata explorer with CRUD operations and search functionality
268
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
269
+ - Bug fixs
270
+ - added frontend base url as well to the default settings
271
+ - minor cleanup
272
+ - changes to cleanup legacy table related fields
273
+ - changes for new dashboards functionality
274
+ - always print server startup line regardless of log level
275
+ - Add field quality checks and fixes checklist for backend validation
276
+ - typeo issue
277
+ - Agent table clean up
278
+ - Add manual interaction step for Playwright and update README
279
+ - provision made to unlink data rather than having to teardown everything
280
+ - provision made to unlink data rather than having to teardown everything
281
+ - changes to colour the server startup line
282
+ - Agent table clean up
283
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
284
+ - removed id command options and retained the singular name option only for consistency purposes
285
+ - 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
286
+ - 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
287
+ - MCP table solid changes
288
+ - playwrite added as dependency instead
289
+ - changes to the test runner
290
+ - chatter message user resolution chagnes
291
+ - bug fix in chatter message user resolution after we moved to queues.
292
+ - moved back to beta3
293
+ - failed login attempts field added to the json and update dto and exposed in entity
294
+ - removed un-necessary index on newvalue display
295
+ - ts changes error: any
296
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
297
+ - changed model metadata service default form layout to be single column
298
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
299
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
300
+ - normalised @ApiTags
301
+ - enum for passwordless modes
302
+ - bug fix in how alternative actions are rendered
303
+ - queue related bug fixes
304
+ - changes to add a websocket adaptor to the bootstrap server routine
305
+ - license changes
306
+ - type fixes
307
+ - removed min and max from long text mapping
308
+ - bug fix for shortext field mapping
309
+ - changes to post the testing results to a webhook api with a test payload
310
+ - added import multer this fixes un-necessary ts errors in vscode
311
+ - ts errors fixed
312
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
313
+ - formatting changes
314
+ - facebook oauth
315
+ - Status required false
316
+ - updated gitignore
317
+ - dleete un-necessary docs
318
+ - deleted un-necessary files
319
+ - changes related to more grooming
320
+ - api added in cors
321
+ - refactor Oauth strategy
322
+ - Revert "Ft social media login"
323
+ - bug fix
324
+ - bug fix
325
+ - add new api me endpoint and role based settings
326
+ - setting changes for new ui architecture
327
+ - changes for new settings structure
328
+ - chatter task subtype and related changes
329
+ - bug fix
330
+ - fixes
331
+ - 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
332
+ - changes to handle import logs as well, thru configured winston log level
333
+ - change isMultiSelect to true in solid-core-metadata.json
334
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
335
+ - 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
336
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
337
+ - bug fix: passwordless registration should create a user with active false
338
+ - apikeys attribute was not exposed
339
+ - refactor Oauth strategy
340
+ - 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)
341
+ - bug fix
342
+ - null check on role
343
+ - made provision to seed custom permissions
344
+ - handled seed scenario too
345
+ - upload File and expectHidden changes
346
+ - extension user cleanup and checks added
347
+ - fixed types for cleanup
348
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
349
+ - fixes bare shell imports with relative imports
350
+ - dynamic import fix
351
+ - removed unnecessary file
352
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
353
+ - removed base abstract class
354
+ - added interface too
355
+ - changes
356
+ - changes to test data seeding & fixed the type for authenticationService.signup method
357
+ - changes to user dto to include the api keys toggle
358
+ - add default role to the user only if there are no roles resolved against a user
359
+ - 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
360
+ - Only forward --debug when explicitly enabled.
361
+ - toolOutput field changes to json
362
+ - adding user api key entity to export
363
+ - minor optimisation to how dynamic modules are loaded
364
+ - Add Discord badge to top of README
365
+ - Fix broken BSL license link and add Discord link to README
366
+ - Add BSL 1.1 license and update package.json license field
367
+ - Seed user and roles in testing data
368
+ - removed readme.txt
369
+ - moved type and interfaces in interfaces.ts and refactored accordingly
370
+ - changed to md
371
+ - added readme
372
+ - Ai setting model change
373
+ - changes to allow encrypting setting keys
374
+ - form view clean up
375
+ - Agent table list view changes
376
+ - synchronize false
377
+ - changes to resolve the selection dynamic provider by name and token both
378
+ - changes to bypass swagger urls from csp policy
379
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
380
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
381
+ - changes to implement the sso code and sso exchange use cases
382
+ - removed orm types / exported api key entity
383
+ - added provision to control if api key creation is allowed for the user
384
+ - api key changes for backend
385
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
386
+ - fix to call addRoles only if role names are present
387
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
388
+ - refactor: update legacy entity fields to be nullable and support null types
389
+ - Json structure change
390
+ - Agent table metadata clean up changes
391
+ - longtext
392
+ - longtext changes
393
+ - Agent tables clean up
394
+ - fixes to seed many-to-many relation for tests
395
+ - changes to seed media in testing data
396
+ - Chatter modelUserkey and excel many to one issue
397
+ - keeping the default selectionValueType as string since this is a good default
398
+ - bug fixes around how media is done
399
+ - bug fixes
400
+ - try catch inside logEvent
401
+ - media has card based metadata
402
+ - Refresh token activity
403
+ - changes to implement the sso code and sso exchange use cases
404
+ - cleanup
405
+ - enabled kanban view on mq message
406
+ - Agent table changes
407
+ - changes to disallow deleting a model or module in production
408
+ - changelog version bumped
409
+ - changelog added
410
+ - changes to control the logging using env variables & set appropriate defaults basis environment
411
+ - chnages for logging
412
+ - Chatter queue fixs
413
+ - one more "beta" for ozzy
414
+ - additional loggging in cors helper
415
+ - changes
416
+ - Redis Queue component and rabbitMQ folder changes
417
+ - changes to track old and new fields as part of the delete entity operation
418
+ - optimizations done for audit subcriber
419
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
420
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
421
+ - formatting changes
422
+ - 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
423
+ - qs depth config increased
424
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
425
+ - cached model metadata queries
426
+ - changse
427
+ - disabled extra loggign
428
+ - chagnes
429
+ - reduced concurrency in computed fields
430
+ - additional loggign
431
+ - added indexes to mobile & email since those are frequently queries upon
432
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
433
+ - Redis background job changes
434
+ - Chatter Rationalizing
435
+ - changes
436
+ - changes
437
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
438
+ - changes to export bootstrap helpers for server & cli nest applications
439
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
440
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
441
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
442
+ - added index on message id in mq message table
443
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
444
+ - changes to save model sequence id as part of post compute instead of pre compute
445
+ - changse
446
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
447
+ - High concurrency fix for alpha num and sequence num computed fields
448
+ - bug fix in cron evalutaion
449
+ - tighter logging around roles
450
+ - scheduler now supports env based specific jobs starting and others not
451
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
452
+ - revert cross db changes for view-metadata-entity
453
+ - fixes
454
+ - changes to handle cross-db compatibility
455
+ - added type as simple-json
456
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
457
+ - Revert "Merge branch 'media-update' into 'main'"
458
+ - Mysql related changes
459
+ - ts-morph and media storage fix
460
+ - dashboard layout menu item added
461
+ - dashboard changes
462
+ - scheduler bug fix
463
+ - made provision to execute scheduled jobs manually
464
+ - changes
465
+ - cleanup
466
+ - logging related changes and made user activity history tree view
467
+ - changes to return the wall clock time as utc for chatter as well to keep it...
468
+ - changes around dashboard question refactoring
469
+ - default tree view and action added on code generation
470
+ - Date time format changes in audit
471
+ - user activity history on otp login
472
+ - changes
473
+ - changelog added
474
+ - reverted legacy and common entity to use local date time transformer only
475
+ - added changelog
476
+ - made playwright dependency lazy
477
+ - ai interaction table user is nullable now
478
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
479
+ - formatting changes
480
+ - Version info changes
481
+ - dummy otp can now be enabled on a per user basis
482
+ - jwt token optimisation
483
+ - optimised the authentication flow in microservice adapter to cache access token
484
+ - deleted file containing secrets
485
+ - changes
486
+ - optimisation around how dummy otp is managed
487
+ - isSeeded added
488
+ - bug fix for fetch layouts
489
+ - view modes added in layout
490
+ - One to many crud manager fixes
491
+ - one-to-many-crud-manager-fixes
492
+ - Many to many crud field manager fixes
493
+ - patch endpoint added in role controller
494
+ - many-to-many field fixes
495
+ - modelSequenceFormViewChangeHandler added on field change
496
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
497
+ - changes to format group values consistently
498
+ - fixes for normalizing group values
499
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
500
+ - changes to return groupValue in the group meta response as well. groupValue is...
501
+ - changes to return groupValue in the group meta response as well. groupValue is...
502
+ - filter_field_granularity_supported_added_for_date_fields
503
+ - password registration/login cleanup + max failed login attempts checks added
504
+ - removed unsafe inline from CSP
505
+ - removed incorrect comment
506
+ - changes
507
+ - Revert "replaced playwright with lazy dependency"
508
+ - replaced playwright with lazy dependency
509
+ - count and average
510
+ - fixes to solid core metadata configuration
511
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
512
+ - solid seed now prints proper exception stack trace
513
+ - added playwright dependencies as peer dependencies
514
+ - changed playwright import to make it lazy
515
+ - issue fixes
516
+ - formatting changes
517
+ - formatting changes
518
+ - changes for test setup
519
+ - package changes
520
+ - Changes to generate an SA user with the default password for simpler experience during setup
521
+ - more changes to support form data based uploads
522
+ - changes
523
+ - changes around testing workflow
524
+ - unified testing utitlities
525
+ - added comments to the slug code
526
+ - refactored queue namespacign
527
+ - queue namespacing related chanes
528
+ - removed todo
529
+ - queue name related changes
530
+ - cag
531
+ - changrs
532
+ - queues names are now namespaced by service naem
533
+ - enabled logs
534
+ - debug logs
535
+ - testing docs updated
536
+ - changes
537
+ - cleanup
538
+ - removed old testing related fiels
539
+ - testing infra now supports data based interpolation
540
+ - testing changes: now we support fully custom test specs
541
+ - changes for test automation
542
+ - changes to tsconfig for playwright tests
543
+ - exporting typeorm db helper
544
+ - removed the files section
545
+ - changes for playwright testing
546
+ - changes to disable service controller seed method
547
+ - formatting changes
548
+ - oom issue
549
+ - logger added for chatter
550
+ - changed arg to kebab case instead of came case in schematic service
551
+ - default menu icons added
552
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
553
+ - removed un-necessary log
554
+ - fix for handling non existence of fieldNamesForRemoval arg
555
+ - foirmatting canges
556
+ - Archived/solidstarters main
557
+ - version changes
558
+ - changed org : @solidstarters -> @solidxai
559
+ - removed publish script, since it is replaced with solidctl release
560
+ - chanes
561
+ - Revert "@solidstarters namespace changed to @solidx"
562
+ - @solidstarters namespace changed to @solidx
563
+ - file service interface changes
564
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
565
+ - 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
566
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
567
+ - test data workflow
568
+ - test-data command
569
+ - seed command updated
570
+ - changes
571
+ - changes
572
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
573
+ - seeding now supports seedData allowing us to seed fixtures for testing.
574
+ - precomputations now skip computation if value is already provided
575
+ - added utility for findOneByUserKey
576
+ - pruning related chagnes
577
+ - changes
578
+ - more changes related to pruning metadata
579
+ - pruen logs added
580
+ - module metadata seeder now does prune also
581
+ - reformatting to improve readability
582
+ - changes
583
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
584
+ - bug fixes
585
+ - changes to cleanup the implementation by having the write method of file service return the url post write
586
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
587
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
588
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
589
+ - file service abstraction cleanup
590
+ - chagnes
591
+ - Dashboard Question Responsive
592
+
3
593
  ## [0.1.13-beta.20] - 2026-08-12
4
594
 
5
595
  ### Added
package/CLAUDE.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # This is the SolidX API project.
2
- This is included as a dependency in consuming projects.
2
+ /Users/oswald/projects/Solid_Starters/solid-core-module
3
3
 
4
4
  # SolidX UI
5
5
  # The corresponding UI project is at the below path:
@@ -17,10 +17,9 @@ This is included as a dependency in consuming projects.
17
17
  # The control plane commands for managing SolidX instances are in the below path:
18
18
  /Users/oswald/projects/Solid_Starters/solidctl
19
19
 
20
- # Testing reference project
21
- # This is the reference library management project that is used for testing and development of SolidX features. It is located at the below path:
22
- /Users/oswald/projects/Solid_Starters/solid-library-management
23
-
24
20
  # Code Builder project
25
21
  # This is the project that contains the code builder which generates code based on user input and templates. It is located at the below path:
26
- /Users/oswald/projects/Solid_Starters/solid-code-builder
22
+ /Users/oswald/projects/Solid_Starters/solid-code-builder
23
+
24
+ # Library management project
25
+ /Users/oswald/projects/Solid_Starters/solid-library-management
@@ -1 +1 @@
1
- {"version":3,"file":"media-file-types.d.ts","sourceRoot":"","sources":["../../src/constants/media-file-types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;AAEzE,eAAO,MAAM,gBAAgB,qDAAsD,CAAC;AAapF,eAAO,MAAM,oBAAoB,aAI/B,CAAC;AAQH,eAAO,MAAM,oBAAoB,aAE/B,CAAC;AAuCH,wBAAgB,yBAAyB,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,CAmB1E;AAOD,wBAAgB,yBAAyB,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,CAStF;AAWD,wBAAgB,iCAAiC,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,EAAE,CAGpF;AAGD,MAAM,WAAW,gBAAgB;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAGD,wBAAgB,mBAAmB,CAAC,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI,GAAG,MAAM,CAE1E;AAQD,wBAAgB,oBAAoB,CAAC,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI,GAAG,OAAO,CAO5E;AASD,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAM3D,CAAC;AAMF,eAAO,MAAM,sBAAsB,aAKjC,CAAC"}
1
+ {"version":3,"file":"media-file-types.d.ts","sourceRoot":"","sources":["../../src/constants/media-file-types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;AAEzE,eAAO,MAAM,gBAAgB,qDAAsD,CAAC;AAapF,eAAO,MAAM,oBAAoB,aAK/B,CAAC;AAQH,eAAO,MAAM,oBAAoB,aAE/B,CAAC;AAuCH,wBAAgB,yBAAyB,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,CAmB1E;AAOD,wBAAgB,yBAAyB,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,CAStF;AAWD,wBAAgB,iCAAiC,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,EAAE,CAGpF;AAGD,MAAM,WAAW,gBAAgB;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAGD,wBAAgB,mBAAmB,CAAC,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI,GAAG,MAAM,CAE1E;AAQD,wBAAgB,oBAAoB,CAAC,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI,GAAG,OAAO,CAO5E;AASD,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAM3D,CAAC;AAMF,eAAO,MAAM,sBAAsB,aAKjC,CAAC"}
@@ -16,6 +16,7 @@ exports.DANGEROUS_EXTENSIONS = new Set([
16
16
  'html', 'htm', 'xhtml', 'svg', 'xml',
17
17
  'js', 'mjs', 'php', 'phtml', 'jsp', 'asp', 'aspx',
18
18
  'exe', 'sh', 'bat', 'cmd', 'ps1', 'jar', 'dll',
19
+ 'msi', 'msix', 'msp', 'com', 'scr', 'vbs', 'vbe', 'wsf', 'wsh', 'hta', 'cpl', 'pif', 'reg',
19
20
  ]);
20
21
  exports.DANGEROUS_MIME_TYPES = new Set([
21
22
  'image/svg+xml', 'text/html', 'application/xhtml+xml',