50 Commits

Author SHA1 Message Date
fatedier 84be1938e4 api: expose v2 proxy timestamps as unix seconds (#5402)
golangci-lint / lint (push) Waiting to run
2026-07-09 14:47:19 +08:00
fatedier 17e788d43b refactor: clean up frps v2 frontend models (#5399) 2026-07-08 13:10:55 +08:00
fatedier 68509f5d44 Add frps proxy traffic API v2 (#5398)
golangci-lint / lint (push) Has been cancelled
2026-07-08 02:05:28 +08:00
fatedier 5cd722b177 feat: add system prune API v2 (#5395)
golangci-lint / lint (push) Has been cancelled
2026-07-07 13:00:53 +08:00
fatedier 5876beceac feat: add system info API v2 (#5394)
golangci-lint / lint (push) Has been cancelled
2026-07-07 02:00:44 +08:00
fatedier 7fe152e3aa web/frps: use API v2 for client and proxy details (#5386)
golangci-lint / lint (push) Has been cancelled
2026-06-30 01:33:57 +08:00
fatedier a3b3b35b69 feat(ui): default proxies view to all tab (#5384) 2026-06-29 22:49:08 +08:00
fatedier ae1c0504ec feat(dashboard): add v2 client detail status (#5381)
golangci-lint / lint (push) Has been cancelled
2026-06-26 21:15:30 +08:00
fatedier 54c6ccdfec feat: remove proxies client filter (#5375) 2026-06-22 22:53:57 +08:00
fatedier 9bde0b07de feat: paginate dashboard clients and proxies via API v2 (#5354)
golangci-lint / lint (push) Has been cancelled
Move the frps dashboard Clients and Proxies views to the paginated
/api/v2/clients and /api/v2/proxies endpoints instead of fetching all
data at once, and extend server-side proxy search so the search box
keeps working under pagination.

Frontend:
- Add V2Envelope/V2Page types and getV2 HTTP helper to api/http.ts
- Add v2 paginated fetch functions to api/client.ts and api/proxy.ts
- Add ClientV2Info and ProxyV2Info types for v2 API responses
- Rewrite Clients.vue with server-side pagination, status/user search
  filtering, and ElPagination component
- Rewrite Proxies.vue with server-side pagination, type tabs, client
  dropdown filter, and a search box that passes q to the API
- Default page size 10, selectable sizes [10, 20, 50, 100]

Backend:
- Extend /api/v2/proxies q matching to also cover online proxy spec
  fields: TCP/UDP remotePort and HTTP/HTTPS/TCPMux customDomains and
  subdomain, so dashboard search no longer needs to scan every page
- Add controller_v2 tests for the new spec-field matching
2026-06-03 14:08:45 +08:00
fatedier 3e19ef9bfd feat(ui): add xtcp tab to frps dashboard (#5322)
golangci-lint / lint (push) Has been cancelled
2026-05-21 22:18:00 +08:00
fatedier e20f974d61 feat(ui): add all proxies tab to frps dashboard (#5321)
golangci-lint / lint (push) Has been cancelled
2026-05-20 16:20:58 +08:00
fatedier e9464919d1 protocol: add v2 wire protocol with binary framing and capability negotiation (#5294) 2026-04-27 00:17:00 +08:00
fatedier c95dc9d88a web: remove redundant SCSS and CSS files superseded by shared (#5247) 2026-03-20 13:08:18 +08:00
fatedier 38a71a6803 web/frps: redesign frps dashboard with sidebar nav, responsive layout, and shared component workspace (#5246)
golangci-lint / lint (push) Has been cancelled
2026-03-20 03:33:44 +08:00
fatedier 01997deb98 add persistent proxy/visitor store with CRUD API and web UI (#5188) 2026-03-02 01:09:59 +08:00
fatedier 886c9c2fdb web/frpc: redesign dashboard (#5145) 2026-01-31 12:43:31 +08:00
fatedier 266c492b5d web/frps: add detailed client and proxy views with enhanced tracking (#5144)
golangci-lint / lint (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
2026-01-31 02:18:35 +08:00
fatedier 1245f8804e server: replace client metadata with IP address in registry (#5118) 2026-01-09 11:07:19 +08:00
fatedier 36718d88e4 server: add client registry with dashboard support (#5115) 2026-01-08 20:07:14 +08:00
fatedier f3a71bc08f show tcpmux proxies on the frps dashboard (#4152) 2024-04-11 22:40:42 +08:00
Haotian Zou f63b4d5c29 fix: change absolute path to relative path (#4038) 2024-03-03 22:57:17 +08:00
fatedier 3529158f31 proxy supports configuring annotations, which will be displayed in the frps dashboard (#4000) 2024-02-19 16:28:27 +08:00
fatedier b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 2024-02-01 10:54:57 +08:00
fatedier 6d4d8e616d fix encryption and compresion in dashboard (#3682) 2023-10-16 11:22:12 +08:00
fatedier df12cc2b9d fix broken server api and dashboard info (#3662) 2023-10-11 15:01:07 +08:00
fatedier 341a5e3e3a frps dashboard: remove bind_udp_port (#3463) 2023-05-30 15:14:05 +08:00
fatedier 738c53ce47 web: fix el-popover bug (#3413)
* web: update

* web: fix el-popover bug
2023-04-16 16:43:44 +08:00
fatedier 31f40aa913 web/frpc&frps: support dark mode (#3327) 2023-02-22 14:15:21 +08:00
fatedier 2f59e967a0 web/frps: more info (#3326) 2023-02-22 00:39:56 +08:00
fatedier 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
fatedier c7d4637382 fix web js (#2444) 2021-06-09 11:53:39 +08:00
fatedier 630dad50ed web: support sudp in dashboard (#2385) 2021-05-11 13:37:14 +08:00
fatedier 9a849a29e9 fix config parse logic (#2323) 2021-03-22 14:53:30 +08:00
YK-Samgo bed13d7ef1 Support reverseproxy to dashboard with additional parts in path (#2289)
/api/ -> ../api/   in vendor.js
    Support reverseproxy to dashboard with addtional parts in path.
2021-03-19 17:31:16 +08:00
fatedier ecb6ed9258 revert web code (#2215) 2021-01-25 16:04:33 +08:00
hubery 1e846df870 some dashboard refactor (#2101) 2020-12-03 20:20:48 +08:00
hubery 7adeeedd55 fix dashboard horizontal scrollbar (#2096) 2020-11-23 14:52:55 +08:00
fatedier f76deb8898 frps: remove auth timeout 2019-01-15 00:22:13 +08:00
fatedier 6eb8146334 frps dashboard add stcp 2018-05-20 19:06:05 +08:00
fatedier c7a457a045 update web assets 2018-05-16 03:34:43 +08:00
fatedier 0b0d5c982e update web 2018-05-16 02:51:02 +08:00
fatedier 2ffae3489b dashboard: more params 2018-05-11 17:25:01 +08:00
fatedier 04560c1896 web: translate web interface completely to English, fix #680 2018-05-06 23:39:33 +08:00
NemoAlex 43fb3f3ff7 Use sans-serif font in web 2018-01-08 13:56:51 +08:00
fatedier e29a1330ed dashboard: add proxy start and close time 2017-05-31 02:21:15 +08:00
fatedier 67bfae5d23 dashboard: add frps version in Overview page 2017-05-26 12:05:39 +08:00
fatedier 3f17837a2c web: support http basic auth in dashboard 2017-05-15 21:18:06 +08:00
fatedier 5c75efa222 update dashboard fetch api 2017-03-28 01:08:04 +08:00
fatedier d8683a0079 new frps dashboard 2017-03-27 02:15:31 +08:00