Commit Graph

181 Commits

Author SHA1 Message Date
f993edf8b3 Merge ca54bbb958 into bee6a83f33 2024-10-17 01:55:17 +00:00
3f6ac9a021 Add missing locale 2024-09-15 23:04:49 +10:00
1d5f390f9b Implements certificate delete ui 2024-09-15 23:00:49 +10:00
d2048e540d Add domain names to certificates table 2024-09-15 22:33:11 +10:00
ecc3b2b5b7 Fixed frontend issues, switched back to nginxproxymanager dockerhub space 2024-05-09 08:41:49 +10:00
ae9504584c Revert eslint upgrade, fix linting 2024-05-08 11:28:16 +10:00
fb880616c7 Updated frontend deps and use node:20 2024-05-08 09:41:32 +10:00
e1b757e177 Yarn audit fix 2024-05-07 21:48:01 +10:00
6a8197d156 Fix linting 2024-05-07 21:28:31 +10:00
6da020aab1 Add goleak in unit tests 2023-11-08 09:57:15 +10:00
f3018115ba Fix hosts index list 2023-07-24 11:50:13 +10:00
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
a5166435ff Update all frontend libraries 2023-04-11 21:24:18 +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
15e4900133 locales 2023-03-05 22:37:54 +10:00
6df4ea4d69 Cert creation fixes 2023-03-05 22:37:34 +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
0dd713e634 more help docs 2023-03-05 22:35:42 +10:00
972e53df71 More documentation 2023-03-01 19:06:46 +10:00
91fe448782 UI test for change password
Help docs
2023-03-01 16:34:52 +10:00
3ea9f805f4 fix localesg 2023-02-28 21:18:11 +10:00
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
83a9666807 Nicer cert type create select 2023-02-27 17:21:10 +10:00
83e432793b Fix for locales error change 2023-02-24 21:12:11 +10:00
6cdfd9ebc1 Updates chakra-ui 2023-02-24 18:32:04 +10:00
a2b4fbc36f Basis for Certificate modal 2023-01-30 09:57:40 +10:00
1b61176818 Basis for create certificate dialog 2023-01-16 16:13:38 +10:00
374447ccc7 Locales cleanup 2023-01-16 15:50:40 +10:00
af9349d4a7 Conform hosts table 2023-01-16 15:33:04 +10:00
4ff911def0 Fix locales 2023-01-16 15:23:09 +10:00
e890bfcf10 Certificates table compliance and other stuff 2023-01-16 14:57:14 +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
ba138581e1 Swagger/Lang additions 2023-01-14 09:50:32 +10:00
456c59c746 Improvements for certificates table, adds expansion object to certificates 2023-01-14 09:45:08 +10:00
6c76c041c4 Access lists basics 2023-01-13 15:03:28 +10:00
18ecda7955 Ignore locales for acmesh-property. in checks 2023-01-13 11:12:02 +10:00
8ddb191a7a Adds ajv schema validation for acmesh dns provider meta data fields and formik error messages 2023-01-13 11:06:16 +10:00
cd6b772e72 Support unmodified meta objects in frontend api 2023-01-13 10:21:05 +10:00
5d3bc0fabd Refactor acme.sh dns providers
- updated chakra and typescript
- added locales for dns provider configs
2023-01-12 16:25:43 +10:00
560f3d9b29 Basis for Upstreams UI 2023-01-10 11:50:30 +10:00
395152c1ab Fix locales 2023-01-04 15:57:19 +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
b3ae2f4dbb Fix dns provider name on dns providers page 2023-01-03 16:49:26 +10:00
ca54bbb958 Update IntlProvider.tsx 2022-11-08 22:16:11 +03:00
b8008606fd Add locales 2022-07-15 08:58:52 +10:00
3c0af95468 Fixes 2022-07-14 21:53:11 +10:00
ee4c6a3a8b broken dns provider edit modal 2022-06-14 11:02:25 +10:00