Commit Graph

176 Commits

Author SHA1 Message Date
Jamie Curnow 3f6ac9a021 Add missing locale 2024-09-15 23:04:49 +10:00
Jamie Curnow 1d5f390f9b Implements certificate delete ui 2024-09-15 23:00:49 +10:00
Jamie Curnow d2048e540d Add domain names to certificates table 2024-09-15 22:33:11 +10:00
Jamie Curnow ecc3b2b5b7 Fixed frontend issues, switched back to nginxproxymanager dockerhub space 2024-05-09 08:41:49 +10:00
Jamie Curnow ae9504584c Revert eslint upgrade, fix linting 2024-05-08 11:28:16 +10:00
Jamie Curnow fb880616c7 Updated frontend deps and use node:20 2024-05-08 09:41:32 +10:00
Jamie Curnow e1b757e177 Yarn audit fix 2024-05-07 21:48:01 +10:00
Jamie Curnow 6a8197d156 Fix linting 2024-05-07 21:28:31 +10:00
Jamie Curnow 6da020aab1 Add goleak in unit tests 2023-11-08 09:57:15 +10:00
Jamie Curnow f3018115ba Fix hosts index list 2023-07-24 11:50:13 +10:00
Jamie Curnow 6d6021c9bb Converted to Vite since create-react-app is no longer being developed 2023-07-20 15:11:41 +10:00
Jamie Curnow 798db6cb21 Fix formatting 2023-04-11 21:43:40 +10:00
Jamie Curnow a5166435ff Update all frontend libraries 2023-04-11 21:24:18 +10:00
Jamie Curnow 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
Jamie Curnow 15e4900133 locales 2023-03-05 22:37:54 +10:00
Jamie Curnow 6df4ea4d69 Cert creation fixes 2023-03-05 22:37:34 +10:00
Jamie Curnow cc9d556665 Fix wrong lang key 2023-03-05 22:37:06 +10:00
Jamie Curnow cb3f0ec9b4 Add locale picker to app header 2023-03-05 22:36:52 +10:00
Jamie Curnow 0dd713e634 more help docs 2023-03-05 22:35:42 +10:00
Jamie Curnow 972e53df71 More documentation 2023-03-01 19:06:46 +10:00
Jamie Curnow 91fe448782 UI test for change password
Help docs
2023-03-01 16:34:52 +10:00
Jamie Curnow 3ea9f805f4 fix localesg 2023-02-28 21:18:11 +10:00
Jamie Curnow fc2df47753 Add certificate model for http and dns
change is_ecc to boolean, its still stored as int in sqlite
2023-02-28 20:55:40 +10:00
Jamie Curnow 83a9666807 Nicer cert type create select 2023-02-27 17:21:10 +10:00
Jamie Curnow 83e432793b Fix for locales error change 2023-02-24 21:12:11 +10:00
Jamie Curnow 6cdfd9ebc1 Updates chakra-ui 2023-02-24 18:32:04 +10:00
Jamie Curnow a2b4fbc36f Basis for Certificate modal 2023-01-30 09:57:40 +10:00
Jamie Curnow 1b61176818 Basis for create certificate dialog 2023-01-16 16:13:38 +10:00
Jamie Curnow 374447ccc7 Locales cleanup 2023-01-16 15:50:40 +10:00
Jamie Curnow af9349d4a7 Conform hosts table 2023-01-16 15:33:04 +10:00
Jamie Curnow 4ff911def0 Fix locales 2023-01-16 15:23:09 +10:00
Jamie Curnow e890bfcf10 Certificates table compliance and other stuff 2023-01-16 14:57:14 +10:00
Jamie Curnow b877bea86c Table improvements, add modals 2023-01-16 14:02:36 +10:00
Jamie Curnow 306ac20457 Certificate table work, shows error message in popover 2023-01-16 11:32:45 +10:00
Jamie Curnow ba138581e1 Swagger/Lang additions 2023-01-14 09:50:32 +10:00
Jamie Curnow 456c59c746 Improvements for certificates table, adds expansion object to certificates 2023-01-14 09:45:08 +10:00
Jamie Curnow 6c76c041c4 Access lists basics 2023-01-13 15:03:28 +10:00
Jamie Curnow 18ecda7955 Ignore locales for acmesh-property. in checks 2023-01-13 11:12:02 +10:00
Jamie Curnow 8ddb191a7a Adds ajv schema validation for acmesh dns provider meta data fields and formik error messages 2023-01-13 11:06:16 +10:00
Jamie Curnow cd6b772e72 Support unmodified meta objects in frontend api 2023-01-13 10:21:05 +10:00
Jamie Curnow 5d3bc0fabd Refactor acme.sh dns providers
- updated chakra and typescript
- added locales for dns provider configs
2023-01-12 16:25:43 +10:00
Jamie Curnow 560f3d9b29 Basis for Upstreams UI 2023-01-10 11:50:30 +10:00
Jamie Curnow 395152c1ab Fix locales 2023-01-04 15:57:19 +10:00
Jamie Curnow 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
Jamie Curnow b3ae2f4dbb Fix dns provider name on dns providers page 2023-01-03 16:49:26 +10:00
Jamie Curnow b8008606fd Add locales 2022-07-15 08:58:52 +10:00
Jamie Curnow 3c0af95468 Fixes 2022-07-14 21:53:11 +10:00
Jamie Curnow ee4c6a3a8b broken dns provider edit modal 2022-06-14 11:02:25 +10:00
Jamie Curnow d44f75af1b Preliminary dns provider create working modal 2022-06-01 13:45:31 +04:00
Jamie Curnow b221446bb0 dns_conoha, dns_dpi, dns_euserv, dns_tele3 2022-06-01 13:23:56 +04:00