0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-25 07:49:21 +01:00
uptime-kuma/server/socket-handlers
Louis Lam 482049c72b
Merge pull request from GHSA-88j4-pcx8-q4q3
* WIP, still need to handle npm run reset-password

* Implement it for "npm run reset-password"

Bug fixes and change along with this commit
- Move `ssl`, `hostname`, `port` to ./server/config.js, so `reset-password` is able to read it
- Fix: FBSD is missing, no idea who dropped it.
- Fix: Frontend code should not require any backend code (./server/config.js), moved "badgeConstants" to the common util (./src/util.ts) and drop vite-common.js

* Minor
2023-12-10 20:40:40 +08:00
..
api-key-socket-handler.js
cloudflared-socket-handler.js
database-socket-handler.js
docker-socket-handler.js
general-socket-handler.js Merge pull request from GHSA-88j4-pcx8-q4q3 2023-12-10 20:40:40 +08:00
maintenance-socket-handler.js
proxy-socket-handler.js
status-page-socket-handler.js