Commit Graph

62 Commits (5a03b6f6f2eb7ad3e2438035f9e70f1ab4277016)

Author SHA1 Message Date
Michael Tänzer 63afee5e17 Flesh out AddPointsController
- Implement procedure as in the live code
	(notification emails are not sent)
- Add more elements to the form

Signed-off-by: Michael Tänzer <neo@nhng.de>
15 years ago
Michael Tänzer c0b9257511 Construct and display the AddPoints view
* define input form (draft)
* create the view and make it display the form
* add a link to the view in the topNav

Signed-off-by: Michael Tänzer <neo@nhng.de>
15 years ago
Michael Tänzer 0a804fde89 Remove unused local variable
Signed-off-by: Michael Tänzer <neo@nhng.de>
15 years ago
Michael Tänzer 38d397043e Skeleton for AddPointsController
Signed-off-by: Michael Tänzer <neo@nhng.de>
15 years ago
Michael Tänzer b6598b4f74 Add filters as in the test system
Signed-off-by: Michael Tänzer <neo@nhng.de>
15 years ago
Michael Tänzer 82d437e005 Don't validate things the test system doesn't also validate
Signed-off-by: Michael Tänzer <neo@nhng.de>
15 years ago
Markus Warg acdc60dea4 remove restrictions from typed in password 15 years ago
root 9be3447231 formatting of mail body 15 years ago
Markus Warg 2597013887 list mails, read mails
fix smaller issues in imap class
mail controller
list contents of mailbox
read mails
15 years ago
Markus Warg ae053ad037 imap class / mail controller
add imap class to access captured emails
add mail controller to framework (display content)
15 years ago
Markus Warg d09a673644 enable crt login
to use crt login, a string which resembles parts of the crt cn and dn needs to exist in an system_user
record. The string is combined from SSL_CLIENT_S_DN and SSL_CLIENT_I_DN:
SSL_CLIENT_S_DN + "//" + SSL_CLIENT_I_DN
15 years ago
Markus Warg 4f4c5ce3cc initial setup of framework code
enabled features
* login
* crt login
* top / left menu
* logging
* db layer
15 years ago