]> jfr.im git - uguu.git/commit
major code refactor
authorGo Johansson (neku) <redacted>
Fri, 22 Jul 2022 04:32:52 +0000 (06:32 +0200)
committerGo Johansson (neku) <redacted>
Fri, 22 Jul 2022 04:32:52 +0000 (06:32 +0200)
commite480c0e52fadac2ffac84c751cb7b0f606e93efc
tree97bbcac35115b331da6ba16c83345b3bea936440
parent2057341d8f6beb79fdaa034619c4030b86baecf3
major code refactor
77 files changed:
LICENSE [deleted file]
Makefile
composer.json [new file with mode: 0644]
composer.lock [new file with mode: 0644]
docker/.env [deleted file]
docker/Dockerfile
docker/dist.json [deleted file]
docker/docker-entrypoint.sh
docker/nginx/uguu.conf [new file with mode: 0644]
docker/php/php.ini [new file with mode: 0644]
docker/php/www.conf [new file with mode: 0644]
docker/uguu.conf [deleted file]
docker_build.sh
docker_purge.sh
package.json
src/Classes/Connector.php [new file with mode: 0644]
src/Classes/CuteGrills.php [moved from static/php/upload.php with 59% similarity]
src/Classes/Database.php [new file with mode: 0644]
src/Classes/Response.php [new file with mode: 0644]
src/Classes/Upload.php [new file with mode: 0644]
src/GrillLoader.php [new file with mode: 0644]
src/UploadGateway.php [new file with mode: 0644]
src/config.json [moved from dist.json with 84% similarity, mode: 0755]
src/static/css/uguu.css [moved from static/css/uguu.css with 99% similarity]
src/static/dbSchemas/mysql_schema.sql [moved from mysql_schema.sql with 100% similarity]
src/static/dbSchemas/sqlite_schema.sql [moved from sqlite_schema.sql with 80% similarity]
src/static/img/bg.png [moved from static/img/bg.png with 100% similarity]
src/static/img/bitcoin.png [moved from static/img/bitcoin.png with 100% similarity]
src/static/img/donate.png [moved from static/img/donate.png with 100% similarity]
src/static/img/favicon-32x32.png [moved from static/img/favicon-32x32.png with 100% similarity]
src/static/img/flattr.png [moved from static/img/flattr.png with 100% similarity]
src/static/img/glyphicons-512-copy.png [moved from static/img/glyphicons-512-copy.png with 100% similarity]
src/static/img/grills/10.png [moved from static/img/grills/10.png with 100% similarity]
src/static/img/grills/11.png [moved from static/img/grills/11.png with 100% similarity]
src/static/img/grills/12.png [moved from static/img/grills/12.png with 100% similarity]
src/static/img/grills/13.png [moved from static/img/grills/13.png with 100% similarity]
src/static/img/grills/14.png [moved from static/img/grills/14.png with 100% similarity]
src/static/img/grills/15.png [moved from static/img/grills/15.png with 100% similarity]
src/static/img/grills/16.png [moved from static/img/grills/16.png with 100% similarity]
src/static/img/grills/17.png [moved from static/img/grills/17.png with 100% similarity]
src/static/img/grills/18.png [moved from static/img/grills/18.png with 100% similarity]
src/static/img/grills/19.png [moved from static/img/grills/19.png with 100% similarity]
src/static/img/grills/2.png [moved from static/img/grills/2.png with 100% similarity]
src/static/img/grills/20.png [moved from static/img/grills/20.png with 100% similarity]
src/static/img/grills/3.png [moved from static/img/grills/3.png with 100% similarity]
src/static/img/grills/4.png [moved from static/img/grills/4.png with 100% similarity]
src/static/img/grills/5.png [moved from static/img/grills/5.png with 100% similarity]
src/static/img/grills/6.png [moved from static/img/grills/6.png with 100% similarity]
src/static/img/grills/7.png [moved from static/img/grills/7.png with 100% similarity]
src/static/img/grills/8.png [moved from static/img/grills/8.png with 100% similarity]
src/static/img/grills/9.png [moved from static/img/grills/9.png with 100% similarity]
src/static/img/kofi.png [moved from static/img/kofi.png with 100% similarity]
src/static/img/paypal.png [moved from static/img/paypal.png with 100% similarity]
src/static/js/uguu.js [moved from static/js/app.js with 74% similarity]
src/static/php/grill.php [moved from static/php/grill.php with 86% similarity]
src/static/php/upload.php [new file with mode: 0644]
src/static/scripts/checkdb.sh [moved from checkdb.sh with 100% similarity]
src/static/scripts/checkfiles.sh [moved from checkfiles.sh with 100% similarity]
src/templates/faq.ejs [moved from templates/faq.ejs with 97% similarity]
src/templates/index.ejs [new file with mode: 0644]
src/templates/partials/donation_banner.ejs [moved from templates/partials/donation_banner.ejs with 99% similarity]
src/templates/partials/footer.ejs [new file with mode: 0644]
src/templates/partials/header.ejs [moved from templates/partials/header.ejs with 91% similarity]
src/templates/partials/lead.ejs [moved from templates/partials/lead.ejs with 100% similarity]
src/templates/partials/malware_banner.ejs [moved from templates/partials/malware_banner.ejs with 100% similarity]
src/templates/partials/nav.ejs [moved from templates/partials/nav.ejs with 73% similarity]
src/templates/partials/upload_form.ejs [moved from templates/partials/upload_form.ejs with 100% similarity]
src/templates/tools.ejs [moved from templates/tools.ejs with 90% similarity]
static/php/.gitignore [deleted file]
static/php/.gitmodules [deleted file]
static/php/.mailmap [deleted file]
static/php/.travis.yml [deleted file]
static/php/LICENSE [deleted file]
static/php/includes/Core.namespace.php [deleted file]
static/php/includes/Upload.class.php [deleted file]
templates/index.ejs [deleted file]
templates/partials/footer.ejs [deleted file]