mirror of
https://github.com/mimamch/wa-gateway.git
synced 2026-04-25 00:45:49 +03:00
[PR #75] [CLOSED] Copilot/add user management gateway #91
Labels
No labels
bug
documentation
invalid
pull-request
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wa-gateway-mimamch#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mimamch/wa-gateway/pull/75
Author: @rt3norio
Created: 10/24/2025
Status: ❌ Closed
Base:
master← Head:copilot/add-user-management-gateway📝 Commits (10+)
98c946cInitial plan37d7467Initial exploration completed288aa6Add user management system with SQLite and basic auth4347b8fAdd user dashboard and complete documentation45dac58Add implementation summary documentatione13d427feat: restructure admin panel code by moving HTML to a separate file and updating controller to read from it7b6e39dImplement 1:1 user-session model with per-user callback URLs3abe663Add comprehensive changelog for 1:1 model implementation80fc814refactor: update session connection check to verify user authentication551115bfeat: enhance controllers to include user type in Hono app and implement in-memory message store for quoting functionality📊 Changes
28 files changed (+6734 additions, -1114 deletions)
View changed files
➕
.dockerignore(+61 -0)➕
.env.example(+26 -0)📝
.gitignore(+2 -1)➕
CHANGELOG_1TO1_MODEL.md(+238 -0)➕
Dockerfile(+54 -0)➕
IMPLEMENTATION_SUMMARY.md(+228 -0)📝
README.md(+87 -10)➕
USER_MANAGEMENT.md(+161 -0)➕
db/.gitkeep(+16 -0)➕
docker-compose.yml(+41 -0)📝
package-lock.json(+3459 -1028)📝
package.json(+4 -0)📝
pnpm-lock.yaml(+265 -16)➕
pnpm-workspace.yaml(+6 -0)➕
src/controllers/admin.ts(+172 -0)➕
src/controllers/dashboard.ts(+180 -0)📝
src/controllers/message.ts(+135 -14)📝
src/controllers/profile.ts(+20 -2)📝
src/controllers/session.ts(+148 -22)➕
src/database/db.ts(+121 -0)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.