mirror of
https://github.com/whyour/qinglong.git
synced 2025-12-23 15:50:07 +08:00
* Initial plan * Add QlBaseUrl support to backend routes Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Fix whitelist check to use base-URL-aware paths Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Update websocket and frontend to support base URL Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Address code review feedback: fix JWT regex and path construction Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Fix path construction: use req.path directly for whitelist check Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add clarifying comments and improve code readability Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Apply code review suggestions: improve clarity and simplify logic Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Simplify baseUrl implementation using URL rewrite Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| app.ts | ||
| bootAfter.ts | ||
| db.ts | ||
| depInjector.ts | ||
| deps.ts | ||
| express.ts | ||
| initData.ts | ||
| initFile.ts | ||
| initTask.ts | ||
| logger.ts | ||
| server.ts | ||
| sock.ts | ||