diff --git a/.gitignore b/.gitignore index 2512b1e..44351c9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ *.sock *.csv *.xlsx -#*.pdf +# *.pdf *.cfg *.ini *.bak @@ -22,5 +22,6 @@ temp/ development/ .vscode *.code-workspace - file_cache/ +aether_native_app_config.json +# package-lock.json diff --git a/aether_app_native.code-workspace b/aether_app_native.code-workspace deleted file mode 100644 index 876a149..0000000 --- a/aether_app_native.code-workspace +++ /dev/null @@ -1,8 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": {} -} \ No newline at end of file diff --git a/config.json.default b/aether_native_app_config.default.json similarity index 100% rename from config.json.default rename to aether_native_app_config.default.json diff --git a/app/.directory b/app/.directory deleted file mode 100644 index 59b4964..0000000 --- a/app/.directory +++ /dev/null @@ -1,4 +0,0 @@ -[Dolphin] -Timestamp=2020,1,24,15,51,19 -Version=4 -ViewMode=2 diff --git a/app/index 2022-03-01.html.bak b/app/index 2022-03-01.html.bak deleted file mode 100644 index 1f773db..0000000 --- a/app/index 2022-03-01.html.bak +++ /dev/null @@ -1,497 +0,0 @@ - - - - - - - One Sky IT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/config.json b/config.json deleted file mode 100644 index 8a0e85b..0000000 --- a/config.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "developer_tools": false, - "native_app_js_css_option": "default", - "native_app_js_css_base_url": "http://demo.oneskyit.local:5000", - "native_app_js_css_base_url_bak": "https://demo.oneskyit.com", - - "account_id": "_XY7DXtc9MY", - "event_id": "pjrcghqwert", - "event_device_id": "dbgMWS3KEHE", - "event_location_id": "7ReVVemiSM0", - "event_session_id": null, - - "account_code": "", - "event_code": "", - "event_device_code": "", - "event_location_code": "", - "event_session_code": "", - - "app_root_path": "[home]/tmp/OSIT/native_app", - - "api_secret_key": "dFP6J9DVj9hUgIMn-fNIqg", - - "api_base_url": "http://dev-api.oneskyit.local:5005", - "app_server_base_url": "http://dev-demo.oneskyit.local:5000", - "file_server_base_url": "", - - "api_base_url_bak": "https://dev-api.oneskyit.com", - "app_server_base_url_bak": "https://dev-demo.oneskyit.com", - "file_server_base_url_bak": "", - - "api_remote_base_url": "https://dev-fastapi.oneskyit.com", - "api_local_base_url": "http://dev-fastapi.oneskyit.local:5005", - "access_control_allow_origin": "*", - - "use_local_api": true, - "use_local_db": false, - - "idb_name": "osit", - "idb_event_check_period": 120000, - "idb_event_location_check_period": 90000, - "idb_event_session_check_period": 90000, - "idb_event_presentation_check_period": 90000, - "idb_event_presenter_check_period": 60000, - "idb_event_file_check_period": 30000, - - "local_file_cache_path": "[home]/tmp/OSIT/file_cache", - "host_file_cache_check_period": 30000, - "host_file_temp_path": "[home]/tmp/OSIT/temp", - - "main_loop_interval": 2000, - "api_token_loop_interval": 1000, - "api_update_period": 90000, - "api_auth_loop_interval": 100, - "api_token_update_loop_interval": 120000, - - "open_tables_loop_interval": 10, - "update_idb_loop_interval": 10, - "idb_to_launcher_loop_interval": 250, - "update_render_loop_interval": 1000, - "check_file_cache_loop_interval": 250, - - "display_menu_session_times": true, - "display_session_codes": true, - "display_session_badges": true, - "display_presentation_codes": true, - "display_presentation_badges": true, - "display_presenter_codes": true, - "display_presenter_badges": true, - - "display_arrangement": "mirror_and_extend", - "display_builtin_resolution": "", - "display_builtin_refresh": "", - "display_builtin_rotation": "", - "display_external_resolution": "", - "display_external_refresh": "", - "display_external_rotation": "", - - "audio_out_volume": null, - "audio_in_volume": null, - - "recording_fps": 30, - "recording_show_cursor": true, - "recording_highlight_clicks": false, - "recording_screen_id": null, - "recording_audio_device_id": null, - "known_builtin_screen_ids": [69732032, 69733952, 69733248], - "known_builtin_audio_device_ids": [ "AppleHDAEngineInput:1B,0,1,0:1", "BuiltInMicrophoneDevice" ], - "recording_video_codec": "h264", - "recording_path": "[home]/recordings", - "recording_base_filename": "recording", - "aperture_bin_path": null, - "recording_start_datetime": "2019-10-12 01:01:01Z", - "recording_stop_datetime": "2019-10-31 23:59:59Z", - "recordings_datetime": [ - { "start": "2019-10-11T09:50:00.00", "stop": "2019-10-11T10:15:00.00" }, - { "start": "2019-10-11T10:50:00.00", "stop": "2019-10-11T11:15:00.00" } - ] -} diff --git a/package.json b/package.json index 576f37e..a7d9b58 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aether_app_native", "productName": "Aether App: Native", - "version": "3.5.1", + "version": "3.6.1", "description": "One Sky IT's Native Aether App", "main": "index.js", "scripts": { diff --git a/test.txt b/test.txt deleted file mode 100644 index 035720c..0000000 --- a/test.txt +++ /dev/null @@ -1 +0,0 @@ -test.txt file