From 6c4dce769689c57beb7582e96d14c1bea98c1f2f Mon Sep 17 00:00:00 2001 From: Louis Bertson Date: Mon, 8 Sep 2025 13:22:55 +0000 Subject: [PATCH 1/2] Fixed typo and added gitignore file --- .gitignore | 7 +++++++ views/admin.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c690b --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/index.js.json +/logs/ +/tmp/ +/.DS_Store +/index.js.map +/node_modules/ +/package-lock.json \ No newline at end of file diff --git a/views/admin.html b/views/admin.html index 22add88..cc83c79 100644 --- a/views/admin.html +++ b/views/admin.html @@ -654,4 +654,4 @@ -p \ No newline at end of file + \ No newline at end of file From 49cd21913c1f4001c48824ad03c198e007ce4a8d Mon Sep 17 00:00:00 2001 From: Louis Bertson Date: Mon, 8 Sep 2025 14:08:24 +0000 Subject: [PATCH 2/2] Udded support for upload via UI --- .gitignore | 4 +++- plugins/files/public/extensions.html | 1 + plugins/files/public/list.html | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 62c690b..ca3f6ad 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ /.DS_Store /index.js.map /node_modules/ -/package-lock.json \ No newline at end of file +/package-lock.json +/databases/ +/index.pid \ No newline at end of file diff --git a/plugins/files/public/extensions.html b/plugins/files/public/extensions.html index fd46024..b9f8e5a 100644 --- a/plugins/files/public/extensions.html +++ b/plugins/files/public/extensions.html @@ -1,5 +1,6 @@ diff --git a/plugins/files/public/list.html b/plugins/files/public/list.html index 245b914..bba7b36 100644 --- a/plugins/files/public/list.html +++ b/plugins/files/public/list.html @@ -1,5 +1,6 @@