Commit Graph

15 Commits

Author SHA1 Message Date
6d6021c9bb Converted to Vite since create-react-app is no longer being developed 2023-07-20 15:11:41 +10:00
798db6cb21 Fix formatting 2023-04-11 21:43:40 +10:00
215083f6cf Certificates Renewal + SSE
- Certificate renewal is just a re-request as it's forced already
- Rejig the routes for readability
- Added Server Side Events so that the UI would invalidate the
cache when changes happen on the backend, such as certs being
provided or failing
- Added a SSE Token, which has the same shelf life as normal token
but can't be used interchangeably. The reason for this is, the
SSE endpoint needs a token for auth as a Query param, so it would
be stored in log files. If someone where to get a hold of that,
it's pretty useless as it can't be used to change anything, only
to listen for events until it expires
- Added test endpoint for SSE testing only availabe in debug mode
2023-03-07 16:42:26 +10:00
cc9d556665 Fix wrong lang key 2023-03-05 22:37:06 +10:00
cb3f0ec9b4 Add locale picker to app header 2023-03-05 22:36:52 +10:00
91fe448782 UI test for change password
Help docs
2023-03-01 16:34:52 +10:00
83a9666807 Nicer cert type create select 2023-02-27 17:21:10 +10:00
4ff911def0 Fix locales 2023-01-16 15:23:09 +10:00
b877bea86c Table improvements, add modals 2023-01-16 14:02:36 +10:00
306ac20457 Certificate table work, shows error message in popover 2023-01-16 11:32:45 +10:00
456c59c746 Improvements for certificates table, adds expansion object to certificates 2023-01-14 09:45:08 +10:00
560f3d9b29 Basis for Upstreams UI 2023-01-10 11:50:30 +10:00
5e5f0de0e2 - Added upstream objects
- Renamed host templates to nginx templates
- Generate upstream templates
- Better nginx error reporting when reloading
- Use tparse for golang test reporting
2023-01-04 15:53:52 +10:00
db61a9a175 Update packages, fix table page selector 2022-05-22 23:55:26 +10:00
2110ecc382 Moved v3 code from NginxProxyManager/nginx-proxy-manager-3 to NginxProxyManager/nginx-proxy-manager 2022-05-12 08:47:31 +10:00