mox/webadmin
Mechiel Lukkien 72be3e8423
webadmin: propagate error when quota size cannot be parsed, improve parsing and hint in error message
- the error wasn't caught because the parseInt() call wasn't evaluated inside the promise.
- we no longer require that the input (e.g. 2G) is the same as how we would format it (2g).
- tooltips and error message should now steer people to using these units.

feedback from pmarini-nc in #115, thanks!
2024-05-09 10:46:18 +02:00
..
admin.go fix typo in SRV validation message 2024-05-07 07:47:26 +02:00
admin.html add a webapi and webhooks for a simple http/json-based api 2024-04-15 21:49:02 +02:00
admin.js webadmin: propagate error when quota size cannot be parsed, improve parsing and hint in error message 2024-05-09 10:46:18 +02:00
admin.ts webadmin: propagate error when quota size cannot be parsed, improve parsing and hint in error message 2024-05-09 10:46:18 +02:00
admin_test.go add aliases/lists: when sending to an alias, the message gets delivered to all members 2024-04-24 19:15:30 +02:00
api.json add aliases/lists: when sending to an alias, the message gets delivered to all members 2024-04-24 19:15:30 +02:00
api.ts add aliases/lists: when sending to an alias, the message gets delivered to all members 2024-04-24 19:15:30 +02:00