elemental-lowcode icon indicating copy to clipboard operation
elemental-lowcode copied to clipboard

Elemental lowcode development platform.

Results 71 elemental-lowcode issues
Sort by recently updated
recently updated
newest added

Bumps [got](https://github.com/sindresorhus/got) and [oidc-provider](https://github.com/panva/node-oidc-provider). These dependencies needed to be updated together. Updates `got` from 9.6.0 to 11.8.5 Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5...

dependencies

Strings with enums set on them should be modelled in the DB as an enum - they are currently only modelled as a text field. The enums are not enforced...

The data API does not use the default value for fields.

Marking fields as required/not required is not enforced within the API. Attempting to save an item via the API with a field that is marked as required, when the field...

The user should be forced to enter a name for a data type when they create it - and they should not be able to update it once it has...

Add a UI that allows for management of security for data types. Right now you can only manage security via the source editor and that isn't good.

Its not possible to rename a field at the moment - doing so will drop the old field (column) from the database and will create a new one with the...

The tag controller handler doesn't register instances correctly in the pre-scan step - it needs a post scan step to pickup any new entries that require a controller aswell.

Add the ability to define custom security handlers within the security section. It should be possible to reference these within service definitions as a custom security handler.

Create a new system that allows for scheduled processes to be run every x number of seconds, minutes, hours, days, weeks, months, years etc. Each of these processes should have...