v20210217
authorKilian Saffran <ksaffran@dks.lu>
Wed, 17 Feb 2021 09:25:00 +0000 (10:25 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Wed, 17 Feb 2021 09:25:00 +0000 (10:25 +0100)
commit324f24222b8ffdef2422548bfe001ff9647a3ac6
tree4700ec454c644ecf3a5f7c591d8ff3080e28410a
parenta246ba094b1414de216239aadafaeb089c5aba42
v20210217
194 files changed:
.hourtrax/hourtrax.sqlite
desktopapp/index.fingerprint.html
desktopapp/js/app.js
desktopapp/js/fingerprint.js
desktopapp/js/request.js
desktopapp/js/timeclock.js
desktopapp/main.js
install/.hourtrax/hourtrax.json [new file with mode: 0644]
install/.hourtrax/hourtrax.sqlite [new file with mode: 0644]
install/.hourtrax/ht.sql [new file with mode: 0644]
install/.profile [deleted file]
install/bin/electron/resources/app/admin.html [new file with mode: 0644]
install/bin/electron/resources/app/css/clock.css [new file with mode: 0644]
install/bin/electron/resources/app/css/clock2.css [new file with mode: 0644]
install/bin/electron/resources/app/css/fonts/pot.svg [new file with mode: 0644]
install/bin/electron/resources/app/css/fonts/pot.ttf [new file with mode: 0644]
install/bin/electron/resources/app/css/fonts/pot.woff [new file with mode: 0644]
install/bin/electron/resources/app/css/icons.css [new file with mode: 0644]
install/bin/electron/resources/app/css/theme.css [new file with mode: 0644]
install/bin/electron/resources/app/css/w3pro.css [new file with mode: 0644]
install/bin/electron/resources/app/img/POT-logo.png [new file with mode: 0644]
install/bin/electron/resources/app/img/dks_1000.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/android-icon-144x144.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/android-icon-192x192.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/android-icon-36x36.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/android-icon-48x48.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/android-icon-72x72.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/android-icon-96x96.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/apple-icon-114x114.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/apple-icon-120x120.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/apple-icon-144x144.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/apple-icon-152x152.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/apple-icon-180x180.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/apple-icon-57x57.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/apple-icon-60x60.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/apple-icon-72x72.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/apple-icon-76x76.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/apple-icon-precomposed.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/apple-icon.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/browserconfig.xml [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/favicon-16x16.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/favicon-32x32.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/favicon-96x96.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/favicon.ico [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/manifest.json [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/ms-icon-144x144.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/ms-icon-150x150.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/ms-icon-310x310.png [new file with mode: 0644]
install/bin/electron/resources/app/img/favicon/ms-icon-70x70.png [new file with mode: 0644]
install/bin/electron/resources/app/img/fingerprint/finger1.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/fingerprint/finger2.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/fingerprint/finger3.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/fingerprint/finger4.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/fingerprint/finger5.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/fingerprint/fingerprint-check.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/fingerprint/fingerprint-crosshair.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/fingerprint/fingerprint-remove.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/fingerprint/fingerprint-remove_white.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/fingerprint/fingerprint-scanning-index.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/fingerprint/fingerprint-scanning.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/fingerprint/fingerprint-search.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/fingerprint/fingerprint-simple.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/hourtrax copy.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/hourtrax.png [new file with mode: 0644]
install/bin/electron/resources/app/img/hourtrax.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/logo_512.png [new file with mode: 0644]
install/bin/electron/resources/app/img/pot.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/poticon512.png [new file with mode: 0644]
install/bin/electron/resources/app/img/potlogowhite.svg [new file with mode: 0644]
install/bin/electron/resources/app/img/pottop.png [new file with mode: 0644]
install/bin/electron/resources/app/img/toplogo.png [new file with mode: 0644]
install/bin/electron/resources/app/index.fingerprint.html [new file with mode: 0644]
install/bin/electron/resources/app/js/admin.js [new file with mode: 0644]
install/bin/electron/resources/app/js/app.js [new file with mode: 0644]
install/bin/electron/resources/app/js/fingerprint.js [new file with mode: 0644]
install/bin/electron/resources/app/js/moduleglobal.js [new file with mode: 0644]
install/bin/electron/resources/app/js/renderer.js [new file with mode: 0644]
install/bin/electron/resources/app/js/request.js [new file with mode: 0644]
install/bin/electron/resources/app/js/shell.js [new file with mode: 0644]
install/bin/electron/resources/app/js/sqlite.js [new file with mode: 0644]
install/bin/electron/resources/app/js/timecalc.js [new file with mode: 0644]
install/bin/electron/resources/app/js/timeclock.js [new file with mode: 0644]
install/bin/electron/resources/app/main.js [new file with mode: 0644]
install/bin/electron/resources/app/package-lock.json [new file with mode: 0644]
install/bin/electron/resources/app/package.json [new file with mode: 0644]
install/bin/electron/resources/app/vendor/moment/locales.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/moment/locales.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/moment/locales.min.js.map [new file with mode: 0644]
install/bin/electron/resources/app/vendor/moment/moment-with-locales.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/moment/moment-with-locales.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/moment/moment-with-locales.min.js.map [new file with mode: 0644]
install/bin/electron/resources/app/vendor/moment/moment.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/moment/moment.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/moment/moment.min.js.map [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/css/tabulator.css [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/css/tabulator.min.css [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/css/tabulator.min.css.map [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/css/tabulator_site.css [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/css/tabulator_site.min.css [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/css/tabulator_site.min.css.map [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/css/tabulator_site.min.orig.css [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/accessor.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/accessor.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/ajax.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/ajax.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/calculation_colums.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/calculation_colums.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/clipboard.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/clipboard.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/data_tree.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/data_tree.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/download.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/download.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/edit.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/edit.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/export.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/export.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/filter.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/filter.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/format.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/format.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/frozen_columns.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/frozen_columns.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/frozen_rows.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/frozen_rows.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/group_rows.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/group_rows.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/history.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/history.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/html_table_import.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/html_table_import.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/keybindings.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/keybindings.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/menu.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/menu.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/moveable_columns.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/moveable_columns.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/moveable_rows.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/moveable_rows.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/mutator.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/mutator.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/page.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/page.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/persistence.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/persistence.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/print.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/print.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/reactive_data.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/reactive_data.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/resize_columns.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/resize_columns.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/resize_rows.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/resize_rows.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/resize_table.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/resize_table.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/responsive_layout.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/responsive_layout.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/select_row.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/select_row.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/sort.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/sort.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/validate.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/modules/validate.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/tabulator.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/tabulator.min.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/tabulator.min.orig.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/tabulator_core.js [new file with mode: 0644]
install/bin/electron/resources/app/vendor/tabulator/js/tabulator_core.min.js [new file with mode: 0644]
install/bin/fp.py [moved from tools/fp.py with 99% similarity]
install/bin/fpunload.sh [moved from tools/fpunload.sh with 100% similarity]
install/bin/savewlan.sh [new file with mode: 0644]
install/bin/scanwlan.sh [new file with mode: 0644]
install/install01.sh [moved from install/install.sh with 55% similarity]
install/install02.sh [new file with mode: 0644]
install/install03.sh [new file with mode: 0644]
server/bin/htx_syncdown.pl [deleted file]
server/bin/htx_syncup.pl [deleted file]
server/bin/set_crontab.sh [deleted file]
server/bin/syncpot.sh [deleted file]
server/conf/elch.conf [deleted file]
server/conf/pot.conf [deleted file]
server/lib/ConfigFile.pm [deleted file]
server/lib/DB/PgSQL.pm [deleted file]
server/lib/DB/SQLite.pm [deleted file]
server/lib/SSH.pm [deleted file]
server/log/2020-10-27.log [deleted file]
vpn/DKS-VPN-dbs-hourtrax.ovpn [new file with mode: 0644]
vpn/DKS-VPN-dhart-hourtrax01.ovpn [new file with mode: 0644]
vpn/DKS-VPN-dhart-hourtrax02.ovpn [new file with mode: 0644]
vpn/DKS-VPN-dhart-hourtrax03.ovpn [new file with mode: 0644]
vpn/DKS-VPN-dks-hourtrax.ovpn [new file with mode: 0644]
vpn/DKS-VPN-dks-hourtraxtest.ovpn [new file with mode: 0644]
vpn/DKS-VPN-elch-hourtrax.ovpn [new file with mode: 0644]
vpn/DKS-VPN-elch-pothourtrax.ovpn [moved from install/vpn/DKS-VPN-elch-pothourtrax.ovpn with 100% similarity]