Skip to content

Commit

Permalink
Shifting more code to SHA256
Browse files Browse the repository at this point in the history
All the UI controls use SHA256 now

Most UI components use SHA256 now
  • Loading branch information
yazz committed Jan 24, 2024
1 parent af06ae4 commit 8dee1da
Show file tree
Hide file tree
Showing 68 changed files with 68 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ created_timestamp(-1)
base_component_id("app_editor_3")
is_app(true)
component_type("SYSTEM")
hash_algorithm("SHA256")
display_name("Editor App V3")
description("This will return the editor app V3")
logo_url("https://2.bp.blogspot.com/-6Hdixw3dFxk/WfSQOnB9lDI/AAAAAAAAFFc/84DRGgcwOpYBOgknkHQ-qmgxvFv1D-iHACLcBGAs/s1600/BracketsDarks.PNG")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function component( args ) {
/*
base_component_id("sqlite_app_editor_component_v2")
component_type("SYSTEM")
hash_algorithm("SHA256")
load_once_from_file(true)
use_db("todo")
*/
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/all_system_components/blank_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ base_component_id("new")
display_name("New app")
visibility("PRIVATE")
component_type("SYSTEM")
hash_algorithm("SHA256")
only_run_on_frontend(true)
logo_url("/driver_icons/terminal.png")
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function component( args ) {
/*
base_component_id("textEditorPlugInComponent")
component_type("SYSTEM")
hash_algorithm("SHA256")
load_once_from_file(true)
*/
let genDomId = uuidv4()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ async function component( args ) {
/*
base_component_id("vb_editor_component")
component_type("SYSTEM")
hash_algorithm("SHA256")
load_once_from_file(true)
runtime_pipeline(["EDITOR_PLUG_IN"])
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function component( args ) {
/*
base_component_id("control_editor")
component_type("SYSTEM")
hash_algorithm("SHA256")
load_once_from_file(true)
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ formEditor({
}
})//formEditor
component_type("SYSTEM")
hash_algorithm("SHA256")
runtime_pipeline(["APP"])
visibility("PRIVATE")
display_name("GUI App")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This is a system editor component that is used to manage the release of the comp
base_component_id("deliver_component_screen")
component_type("SYSTEM")
hash_algorithm("SHA256")
load_once_from_file(true)
when was the change in a commit first made (each commit can have many changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function component( args ) {
/*
base_component_id("embed_app_component")
component_type("SYSTEM")
hash_algorithm("SHA256")
load_once_from_file(true)
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This is a system editor component that is used to manage the release of the comp
base_component_id("environment_editor_component")
component_type("SYSTEM")
hash_algorithm("SHA256")
load_once_from_file(true)
when was the change in a commit first made (each commit can have many changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function component( args ) {
/*
base_component_id("export_editor_component")
component_type("SYSTEM")
hash_algorithm("SHA256")
load_once_from_file(true)
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This is an editor component that is used to edit a component icon
base_component_id("icon_editor_component")
component_type("SYSTEM")
hash_algorithm("SHA256")
load_once_from_file(true)
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function component( args ) {
/*
base_component_id("keycloak_editor_component")
component_type("SYSTEM")
hash_algorithm("SHA256")
load_once_from_file(true)
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function component( args ) {
/*
base_component_id("sqlite_editor_component")
component_type("SYSTEM")
hash_algorithm("SHA256")
load_once_from_file(true)
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ formEditor({
}
})//formEditor
component_type("SYSTEM")
hash_algorithm("SHA256")
runtime_pipeline(["APP"])
sub_components_v2([
{ base_component_id: "app_editor_3" },
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/apps/homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ created_timestamp(-1)
base_component_id("homepage")
is_app(true)
component_type("SYSTEM")
hash_algorithm("SHA256")
display_name("Homepage app")
description('Homepage app')
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/apps/mobilehomepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ created_timestamp(-1)
base_component_id("mobilehomepage")
is_app(true)
component_type("SYSTEM")
hash_algorithm("SHA256")
display_name("Homepage app")
description('Homepage app')
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/ace_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Ace Editor component")
description("This will return the Ace editor component")
base_component_id("ace_editor")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/bug_vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function() {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Debugl control")
description("This will return the REST API call control")
base_component_id("rest_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/button.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
function() {
/*
component_type("VB")
hash_algorithm("SHA256")
display_name("Button control")
description("This will return the button control")
base_component_id("button_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Dropdown control")
description("This will return the dropdown control")
base_component_id("chart_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Checkbox control")
description("This will return the checkbox control")
base_component_id("checkbox_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/component_builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("EVM Contract control")
description("This will return the EVM Contract control")
base_component_id("component_builder_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/container_3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("3d control")
description("This will return the 3d container control")
base_component_id("container_3d")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/data_window.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Data Window control")
description("This will return the data window control")
base_component_id("data_window_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
framework("vue2")
display_name("Data control")
description("This will return the data control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Draw control")
description("This will return the draw control")
base_component_id("draw_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/drive_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Drive list control")
description("This will return the drive list control")
base_component_id("drive_list_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Dropdown control")
description("This will return the dropdown control")
base_component_id("dropdown_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/ducker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Docker control")
description("This will return the docker control")
base_component_id("docker_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/evm_contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("EVM Contract control")
description("This will return the EVM Contract control")
base_component_id("evm_contract_control")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("EVM Demo Count Contract control")
description("This will return the Demo EVM Count Contract control")
base_component_id("evm_demo_count_contract_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/file_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("File list control")
description("This will return the file list control")
base_component_id("file_list_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/folder_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Folder list control")
description("The folder list control")
base_component_id("folder_list_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/group.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Group control")
description("This will return the label control")
base_component_id("group_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/horiz_scroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Horizontal scrollbar control")
description("This will return the horizontal scrollbar control")
base_component_id("horiz_scroll_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Image control")
description("This will return the image control")
base_component_id("image_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Input control")
description("This will return the input control")
base_component_id("input_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/item_3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("3d text")
description("This will return the 3d text item control")
base_component_id("item_3d")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/kafka.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Kafka control")
description("This will return the Kafka control")
base_component_id("kafka_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/kubernetes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Kubernetes control")
description("This will return the Kubernetes control")
base_component_id("kubernetes_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/label.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Label control")
editors([
"textEditorPlugInComponent"
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/line.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Line control")
description("This will return the line control")
base_component_id("line_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("List control")
description("The List control")
base_component_id("list_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/metamask.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
function(args) {
/*
component_type("VB")
hash_algorithm("SHA256")
display_name("Meta control")
description("This will return the metamask control")
base_component_id("metamask_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/mixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("Data control")
description("This will return the data control")
base_component_id("mixer_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/ms_access.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ function(args) {
/Users/fquraish/yazz/a.accdb
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("msaccess client control")
description("This will return the msaccess control")
base_component_id("ms_access_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/ms_excel.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ function(args) {
/Users/fquraish/yazz/a.accdb
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("ms_excel client control")
description("This will return the ms_excel control")
base_component_id("ms_excel_control")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/mysql.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("mysql client control")
description("This will return the mysql control")
base_component_id("mysql_client_component")
Expand Down
1 change: 1 addition & 0 deletions public/visifile_drivers/controls/osquery_ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function(args) {
/*
is_app(true)
component_type("VB")
hash_algorithm("SHA256")
display_name("OSQuery control")
description("This will return the OSQuery control")
base_component_id("osquery_control")
Expand Down
Loading

0 comments on commit 8dee1da

Please sign in to comment.