summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2023-02-26 21:36:27 +0100
committerJannis M. Hoffmann <jannis@fehcom.de>2023-02-26 21:36:27 +0100
commit2abf462ca10c4ac8c4f815e608cad31851e966e3 (patch)
treeed18c4a4039a5972edc0b81ed79c9d57480f8e70 /CHANGES.md
parentd0ffe11bd365b68d4da252b39d06d99f75d8cacb (diff)
Specified the interface for qmauth
Changes to configuration Added qmauth version written in Python Slight changes to pagination
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/CHANGES.md b/CHANGES.md
index cbd16de..1e9d2c4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -134,7 +134,7 @@ Current v1.1.0
- [ ] moving mails to other folders
- [ ] creating new folders
- [ ] backend
-- [ ] specify protocol for backend interaction
+- [ ] specify protocol for backend interaction (RPC IDL)
- [ ] choose tool for validation
- [ ] cleanup README
- [ ] improve about page
@@ -151,15 +151,15 @@ Current v1.1.0
- [ ] advance toml config plugin
- [ ] add template support, maybe
- [ ] add config validation
-
-- [x] compute hmac on the client side
- - [x] better handling on form
- - [ ] better random numbers
- [ ] improve i18n
- [ ] add localization of dates and time
- [x] refactor I18N plugin to allow independent translate provider
- [x] extend matcher dynamic with a role
+- [x] compute hmac on the client side
+ - [x] better handling on form
+ - [ ] better random numbers
+
Future
------
- [ ] INV: wrong subject being shown
@@ -198,3 +198,5 @@ Future
- [ ] address book support
- [ ] add links on email addresses in header : click = add into address book
- [ ] read and write s3d only once per request ($c->on('finish'))
+- [ ] classless CSS framework
+- [ ] dark and light mode