Commit Graph
12 Commits
Author SHA1 Message Date
azures04 99598f2b7a Update [hash].js 2026-01-18 23:06:40 +01:00
azures04 85ba96cb6f Update [hash].js 2026-01-18 23:05:59 +01:00
azures04 ac6eca3f31 Update [hash].js 2026-01-18 23:03:05 +01:00
azures04 53e58bdb30 Log header validation result in server.js
Added a console.log statement to output the result of header validation in the request handler. Also fixed a minor formatting issue in the cape texture schema file.
2026-01-18 23:00:59 +01:00
azures04 adddbadbf3 Update [hash].js 2026-01-18 22:58:43 +01:00
azures04 b15595ecb1 Update [hash].js 2026-01-18 22:54:03 +01:00
azures04 fab7066ee3 Update [hash].js 2026-01-18 21:38:39 +01:00
azures04 86490ebd2d Update [hash].js 2026-01-18 21:35:55 +01:00
azures04 0e0f176e50 Update login.js 2026-01-18 21:01:46 +01:00
azures04 86349bcf4f Add admin login and password change endpoints
Introduces POST /login and PATCH /password routes for admin authentication and password management. Adds corresponding schema validation for login and password change, enforces stricter password requirements, and updates adminService with JWT-based profile retrieval and improved token handling.
2026-01-18 19:38:24 +01:00
azures04 f1a482c58f Moved cosmectics schemas to valid location 2026-01-18 18:27:12 +01:00
azures04 439094013d Add admin API, permissions, and player management routes
Introduces admin database tables, repository, and service for managing administrators and permissions. Adds new admin routes for banning players, managing cosmetics (capes), changing player passwords and usernames, and handling player textures. Updates user and session services to support admin actions and permission checks. Adds related schema validation for new endpoints.
2026-01-05 04:44:56 +01:00