From 016d998263d9ec2ccf2f44ad5d0b3aeed17a42f9 Mon Sep 17 00:00:00 2001 From: mileswa1q22 Date: Tue, 14 Apr 2026 19:26:16 -0500 Subject: [PATCH] Implement moderator management system with API endpoints for adding, removing, and checking moderators. Update server and documentation accordingly. --- README.md | 6 + admelist.html | 55 +++++++-- app.js | 309 +++++++++++++++++++++++++++++++---------------- server/README.md | 80 +++++++++++- server/mods.json | 1 + server/server.js | 134 +++++++++++++++++++- 6 files changed, 459 insertions(+), 126 deletions(-) create mode 100644 server/mods.json diff --git a/README.md b/README.md index 42fa1ec..cb31bb7 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,15 @@ GD FEDL is a Geometry Dash list site built as a multi-page static frontend with - `guess.html` rank guessing game - `roulette.html` demon roulette picker - `rules.html` rules page +- `about.html` about page - `signup.html` and `login.html` account pages +- `account.html` account settings page +- `reset-password.html` password reset page - `post.html` and `messages.html` community features - `contact.html` bug report / contact page +- `support.html` support page +- `sitemap.html` sitemap page +- `offlineindex.html` offline fallback page - `errors.html` plus standalone HTTP-style error pages ## Tech Stack diff --git a/admelist.html b/admelist.html index df6d925..06bc708 100644 --- a/admelist.html +++ b/admelist.html @@ -28,24 +28,16 @@
@@ -56,6 +48,7 @@ +
@@ -150,6 +143,46 @@ + +