initial input
authorKilian Saffran <ksaffran@dks.lu>
Tue, 19 Feb 2019 16:26:44 +0000 (17:26 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Tue, 19 Feb 2019 16:26:44 +0000 (17:26 +0100)
commit71add14e3f4f19299c4606ea4599bf3b4718932d
tree48df13625985b4554ffda52b46ad7b7781b9b678
initial input
81 files changed:
.config/lxsession/LXDE-pi/autostart [new file with mode: 0644]
.profile [new file with mode: 0644]
app/clock.html [new file with mode: 0644]
app/css/admin.css [new file with mode: 0644]
app/css/clock.css [new file with mode: 0644]
app/index.html [new file with mode: 0644]
app/js/admin.js [new file with mode: 0644]
app/js/app.js [new file with mode: 0644]
app/js/database.js [new file with mode: 0644]
app/js/jquery-3.2.1.min.js [new file with mode: 0644]
app/js/login.js [new file with mode: 0644]
app/js/request.js [new file with mode: 0644]
app/js/sysconfig.js [new file with mode: 0644]
app/js/track.js [new file with mode: 0644]
app/main.js [new file with mode: 0644]
app/package.json [new file with mode: 0644]
app/supported.html [new file with mode: 0644]
app/test.html [new file with mode: 0644]
bin/Hourtraxsrv.pl [new file with mode: 0644]
bin/Module/FileSystem.pm [new file with mode: 0644]
bin/Module/Function/encrypt.pm [new file with mode: 0644]
bin/Module/OpenVPN.pm [new file with mode: 0644]
bin/Module/SQLite.pm [new file with mode: 0644]
bin/Module/Service.pm [new file with mode: 0644]
bin/Module/System.pm [new file with mode: 0644]
bin/Module/Test.pm [new file with mode: 0644]
bin/mountdrives.pl [new file with mode: 0644]
bin/startapp.sh [new file with mode: 0644]
bin/supportmnt.pl [new file with mode: 0644]
bin/syncdb.pl [new file with mode: 0644]
data/data.txt [new file with mode: 0644]
data/hourtrax.json [new file with mode: 0644]
data/hourtrax.passwd [new file with mode: 0644]
data/hourtrax.pid [new file with mode: 0644]
data/hourtrax.sqlite [new file with mode: 0644]
data/test/hourtrax.json [new file with mode: 0644]
data/test/hourtrax.passwd [new file with mode: 0644]
data/test/hourtrax.sqlite [new file with mode: 0644]
db/hourtrax.sql [new file with mode: 0644]
db/hourtrax.sqlite [new file with mode: 0644]
db/hourtrax_dev.sql [new file with mode: 0644]
icons/Add_New.svg [new file with mode: 0644]
icons/Sand_Clock__03.svg [new file with mode: 0644]
icons/Stop_Clock.svg [new file with mode: 0644]
icons/splash.png [new file with mode: 0644]
icons/splash.xcf [new file with mode: 0644]
icons/test.png [new file with mode: 0644]
new_install/fileto_change.txt [new file with mode: 0644]
new_install/history.txt [new file with mode: 0644]
new_install/hourtrax.json [new file with mode: 0644]
new_install/hourtrax.passwd [new file with mode: 0644]
new_install/hourtrax.sqlite [new file with mode: 0644]
splash.png [new file with mode: 0644]
sys/boot/config.txt [new file with mode: 0644]
sys/etc/lightdm/lightdm.conf [new file with mode: 0644]
sys/etc/modprobe.d/raspi-blacklist.conf [new file with mode: 0644]
sys/etc/modules [new file with mode: 0644]
sys/etc/openvpn/DKS-VPN-dks-hourtrax.conf [new file with mode: 0644]
sys/etc/ssh/sshd_config [new file with mode: 0644]
sys/etc/sudoers [new file with mode: 0644]
sys/etc/systemd/system/autologin@.service [new file with mode: 0644]
sys/etc/xdg/lxsession/LXDE-pi/autostart [new file with mode: 0644]
sys/etc/xdg/lxsession/LXDE-pi/sshpwd.sh [new file with mode: 0644]
sys/etc/xdg/lxsession/LXDE/autostart [new file with mode: 0644]
sys/etc/xdg/openbox/menu.xml [new file with mode: 0644]
sys/usr/share/plymouth/themes/pix/splash.png [new file with mode: 0644]
sys/var/spool/cron/crontabs/dks [new file with mode: 0644]
web/clock.html [new file with mode: 0644]
web/css/admin.css [new file with mode: 0644]
web/css/clock.css [new file with mode: 0644]
web/index.html [new file with mode: 0644]
web/js/admin.js [new file with mode: 0644]
web/js/app.js [new file with mode: 0644]
web/js/database.js [new file with mode: 0644]
web/js/jquery-3.2.1.min.js [new file with mode: 0644]
web/js/login.js [new file with mode: 0644]
web/js/request.js [new file with mode: 0644]
web/js/sysconfig.js [new file with mode: 0644]
web/js/track.js [new file with mode: 0644]
web/supported.html [new file with mode: 0644]
web/test.html [new file with mode: 0644]