Subversion Repositories general

Rev

Rev 1013 | Rev 1022 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1013 Rev 1015
Line 1... Line 1...
1
Host Admiral TODO
1
Host Admiral TODO
2
=================
2
=================
3
 
3
 
-
 
4
+	Track database structure version.
-
 
5
	
4
+	Listeners for all operations.
6
+	Listeners for all operations.
5
 
7
 
6
	Allow configuration of each listener.
8
	Config in one place. Allow configuration of each listener.
7
 
9
 
8
	Transaction control for listners.
10
	Transaction control for listners.
9
 
11
 
10
+/-	Save user id for all db-update operations.
12
+/-	Save user id for all db-update operations.
11
 
13
 
Line 23... Line 25...
23
	(because it makes no sense to parse html pages).
25
	(because it makes no sense to parse html pages).
24
	The scenario for the model test can be used.
26
	The scenario for the model test can be used.
25
 
27
 
26
+/-	Cascade object deletion, confirmation page.
28
+/-	Cascade object deletion, confirmation page.
27
 
29
 
28
	Store user and malbox passwords in several forms; e.g. clear text, md5, encrypt. Allow
30
+	Store user and malbox passwords in several forms; e.g. clear text, md5, encrypt. Allow
29
	admin to specify which forms to use.
31
	admin to specify which forms to use.
30
 
32
 
31
	Check passwords quality (make a separate project for this).
33
	Check passwords quality (make a separate project for this).
32
 
34
 
33
	Show filters, search.
35
	Show filters, search.
Line 59... Line 61...
59
 
61
 
60
	Make hierarchy of domains (forest).
62
	Make hierarchy of domains (forest).
61
 
63
 
62
	Allow user to create domains (?) and subdomains in his domains.
64
	Allow user to create domains (?) and subdomains in his domains.
63
 
65
 
64
	Change shell password for system user if its onwer's password is changed (?).
66
	Change shell password for system user if its owner's password is changed (?).
65
 
67
 
66
	Catch-all mail alias. Only one per domain.
68
	Catch-all mail alias. Only one per domain.
67
 
69
 
68
+	User login history.
70
+	User login history.
69
 
71
 
70
	Basic scripts to push changes to the system.
72
	Basic scripts to push changes to the system.
71
 
73
 
72
	If mailbox is created, create an user and a mail alias for it in one step - as option.
74
	If mailbox is created, create an user and a mail alias for it in one step - as option.
-
 
75
	Afterwards they are binded and change own name or deleted together. Bind by name? In witch directions?