3x-ui/web
Alex.Petrov a6f7fe547b
feat: add favicon upload functionality to settings panel
- Introduced a new `webFavicon` property in the AllSetting model to store the favicon data URL.
- Implemented upload and delete functionality for the favicon in the GeneralTab component, including validation for file type and size.
- Updated the backend to serve the favicon in the HTML head if set.
- Added translations for favicon-related messages across multiple languages.
2026-05-15 18:02:32 +05:00
..
controller feat: add favicon upload functionality to settings panel 2026-05-15 18:02:32 +05:00
entity feat: add favicon upload functionality to settings panel 2026-05-15 18:02:32 +05:00
global Refactor code and fix linter warnings (#3627) 2026-01-05 05:54:56 +01:00
job fix: prevent online clients from randomly disappearing from panel UI (#4387) 2026-05-15 11:41:29 +02:00
locale v3 2026-05-10 02:13:42 +02:00
middleware Security hardening: sessions, SSRF, CSP nonce, CSRF logout, trusted proxies (#4275) 2026-05-13 12:52:52 +02:00
network docs: add comments for all functions 2025-09-20 09:35:50 +02:00
runtime fix: preserve TLS cert file paths when deploying inbound to remote node 2026-05-14 12:41:08 +02:00
service feat: add favicon upload functionality to settings panel 2026-05-15 18:02:32 +05:00
session Security hardening: sessions, SSRF, CSP nonce, CSRF logout, trusted proxies (#4275) 2026-05-13 12:52:52 +02:00
translation feat: add favicon upload functionality to settings panel 2026-05-15 18:02:32 +05:00
websocket feat(nodes): traffic-writer queue, full-mirror sync, WS event fixes 2026-05-10 16:25:23 +02:00
web.go Security hardening: sessions, SSRF, CSP nonce, CSRF logout, trusted proxies (#4275) 2026-05-13 12:52:52 +02:00