Rev 1083 | Rev 1208 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
949 | dev | 1 | Host Admiral TODO |
1049 | dev | 2 | ======================================================================================================================== |
949 | dev | 3 | |
1082 | dev | 4 | No unique error handle by mail alias creation. |
1084 | dev | 5 | |
1082 | dev | 6 | Additional attributes for all objects, configurable. |
7 | |||
8 | HTTP Basic Auth as option to replace form-based auth - to allow integration with |
||
9 | non-tomcat web applications. |
||
10 | |||
1058 | dev | 11 | Transaction control for listeners. |
1010 | dev | 12 | |
13 | +/- Save user id for all db-update operations. |
||
14 | |||
922 | dev | 15 | Set 'editor' for an object by loading and not require it for each property change? |
929 | dev | 16 | Then problem with objects inside (lazy loaded) collections. |
922 | dev | 17 | |
929 | dev | 18 | Specification for the model. |
19 | |||
949 | dev | 20 | Test cases for model, based on the specification. Check all bound conditions |
21 | - e.g. security exceptions. Write a complete scenario to start with default database; |
||
22 | login as admin, create users, domains, logout; login as normal user, |
||
23 | create/delete/modify mailboxes and aliases etc. |
||
929 | dev | 24 | |
949 | dev | 25 | Test cases for actions, not so detailed as for the model |
26 | (because it makes no sense to parse html pages). |
||
929 | dev | 27 | The scenario for the model test can be used. |
28 | |||
1010 | dev | 29 | +/- Cascade object deletion, confirmation page. |
949 | dev | 30 | |
1082 | dev | 31 | Mail aliases are not cascade deleted by deleting connected mail box. |
32 | |||
949 | dev | 33 | Check passwords quality (make a separate project for this). |
34 | |||
35 | Show filters, search. |
||
36 | |||
1029 | dev | 37 | +/- Sort options for lists. |
949 | dev | 38 | |
39 | Allow to use existing system users: enter uid or name only, check in system for full |
||
40 | information. |
||
1082 | dev | 41 | Import users from system - separate page. |
949 | dev | 42 | |
43 | Allow admin to define default language for server and domain. |
||
44 | |||
45 | Show domain for user which is in the domain. |
||
46 | |||
47 | Check, if it's possible to create (or change) an object by admin that the object's owner |
||
48 | is not allowed to see it. |
||
49 | |||
50 | Check maxlength. |
||
51 | |||
1075 | dev | 52 | Handle list of physical servers and allow to assign domains/users/etc to different |
53 | servers. |
||
54 | |||
1013 | dev | 55 | Make hierarchy of domains (forest). |
949 | dev | 56 | |
57 | Allow user to create domains (?) and subdomains in his domains. |
||
58 | |||
59 | Catch-all mail alias. Only one per domain. |
||
60 | |||
1082 | dev | 61 | +/- Basic scripts to push changes to the system. |
949 | dev | 62 | |
950 | dev | 63 | If mailbox is created, create an user and a mail alias for it in one step - as option. |
1015 | dev | 64 | Afterwards they are binded and change own name or deleted together. Bind by name? In witch directions? |
1029 | dev | 65 | |
1073 | dev | 66 | By building cascade delete tree replace existing objects if new effect is stronger. |
1059 | dev | 67 | |
68 | Sort the cascade delete tree. |
||
1060 | dev | 69 | |
70 | Limit deep of cascade by 'before delete'. |
||
71 | |||
72 | Add/delete passwords stores of existing DB objects if they are changed in config. |
||
1082 | dev | 73 | If at least one store is reversable, set password in the new stores. |
1061 | dev | 74 | |
75 | Double check concurency update. |
||
1062 | dev | 76 | |
1082 | dev | 77 | Study Hibernate behavior if it cannot save some information - seems to be not recoverable, restart needed. |
78 | |||
1029 | dev | 79 | Done |
1049 | dev | 80 | ------------------------------------------------------------------------------------------------------------------------ |
1029 | dev | 81 | |
82 | + Track database structure version. |
||
83 | |||
84 | + Listeners for all operations. |
||
85 | |||
86 | + User login history. |
||
87 | |||
88 | + I18n. Switch language of page on the fly. Save selection in DB for each user. |
||
89 | |||
90 | + Taglig to show ActionMessages in right way (add it to the StrutsX project). |
||
91 | |||
92 | + Multi-page lists. |
||
93 | |||
94 | + Store user and malbox passwords in several forms; e.g. clear text, md5, encrypt. Allow |
||
95 | admin to specify which forms to use. |
||
96 | |||
97 | + Change db version to store minor version - changes which don'T affect functioonality, |
||
98 | e.g. indexes. |
||
99 | |||
1032 | dev | 100 | + Config in one place. Allow configuration of each listener. |
1041 | dev | 101 | |
102 | + Split model and store. |
||
103 | |||
1045 | dev | 104 | + Different user name schemes, not only user@domain. Define an interface to allow admin |
105 | implement an own one. Implement a few common ones. |
||
1049 | dev | 106 | |
107 | + Split CoreResources.properties to several files. |
||
1073 | dev | 108 | |
109 | + Change shell password for system user if its owner's password is changed (?). - available via listener. |