v20210811
authorKilian Saffran <ksaffran@dks.lu>
Wed, 11 Aug 2021 07:24:30 +0000 (09:24 +0200)
committerKilian Saffran <ksaffran@dks.lu>
Wed, 11 Aug 2021 07:24:30 +0000 (09:24 +0200)
commit276cb9f5d80eff2f2f5e7357da223a946e2c72a8
treeff3fa2ab44f272596ad2a0c3024a90d90c6767ba
parentd6d9f859a02aa1fe1966b13ccd2d4903b45b3808
v20210811
58 files changed:
api/bin/getapidata.pl
api/bin/lib/api.pm
api/bin/tmpsync.sh [new file with mode: 0644]
dev/dev/genpwd.php [moved from public_html/qubeshop/dev/genpwd.php with 96% similarity]
dev/rsync_tohost.sh [new file with mode: 0644]
dev/ventes_doctypes.txt [new file with mode: 0644]
public_html/qubeshop/api.php
public_html/qubeshop/apitest [new file with mode: 0644]
public_html/qubeshop/composer/composer.json
public_html/qubeshop/composer/composer.lock
public_html/qubeshop/composer/vendor/autoload.php
public_html/qubeshop/composer/vendor/composer/ClassLoader.php
public_html/qubeshop/composer/vendor/composer/InstalledVersions.php
public_html/qubeshop/composer/vendor/composer/LICENSE
public_html/qubeshop/composer/vendor/composer/autoload_classmap.php
public_html/qubeshop/composer/vendor/composer/autoload_files.php
public_html/qubeshop/composer/vendor/composer/autoload_namespaces.php
public_html/qubeshop/composer/vendor/composer/autoload_psr4.php
public_html/qubeshop/composer/vendor/composer/autoload_real.php
public_html/qubeshop/composer/vendor/composer/autoload_static.php
public_html/qubeshop/composer/vendor/composer/installed.json
public_html/qubeshop/composer/vendor/composer/installed.php
public_html/qubeshop/composer/vendor/composer/platform_check.php
public_html/qubeshop/getsession [new file with mode: 0644]
public_html/qubeshop/index.php
public_html/qubeshop/lib/.htaccess [new file with mode: 0644]
public_html/qubeshop/lib/config.php
public_html/qubeshop/lib/database.php
public_html/qubeshop/lib/lang/de.php
public_html/qubeshop/lib/lang/fr.php
public_html/qubeshop/lib/modules/Api.php
public_html/qubeshop/lib/modules/ArticleGroups.php
public_html/qubeshop/lib/modules/Articles.php
public_html/qubeshop/lib/modules/Email.php [new file with mode: 0644]
public_html/qubeshop/lib/modules/Profile.php
public_html/qubeshop/lib/modules/Shop.php
public_html/qubeshop/lib/modules/User.php [new file with mode: 0644]
public_html/qubeshop/lib/publicaliases.php [new file with mode: 0644]
public_html/qubeshop/lib/session.php
public_html/qubeshop/log/.htaccess [new file with mode: 0644]
public_html/qubeshop/log/sql.log [new file with mode: 0644]
public_html/qubeshop/publicapi.php [new file with mode: 0644]
public_html/qubeshop/tmpl/.htaccess [new file with mode: 0644]
public_html/qubeshop/tmpl/js/contratcadre.js
public_html/qubeshop/tmpl/js/login.js [new file with mode: 0644]
public_html/qubeshop/tmpl/js/myapp.js
public_html/qubeshop/tmpl/js/profile.js
public_html/qubeshop/tmpl/js/publicrequest.js [new file with mode: 0644]
public_html/qubeshop/tmpl/js/shop.js
public_html/qubeshop/tmpl/login.html
public_html/qubeshop/tmpl/module/error.html
public_html/qubeshop/tmpl/module/login.html [new file with mode: 0644]
public_html/qubeshop/tmpl/module/login/forgotpassword.html
public_html/qubeshop/tmpl/module/login/login.html
public_html/qubeshop/tmpl/module/login/newaccount.html [new file with mode: 0644]
public_html/qubeshop/tmpl/panels/pnl_contratcadre.html
public_html/qubeshop/tmpl/panels/pnl_favorites.html
public_html/qubeshop/tmpl/panels/pnl_profile.html