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