Rev 1045 | Rev 1059 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1045 | Rev 1049 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | Host Admiral TODO |
1 | Host Admiral TODO |
2 | ==================================================================== |
2 | ======================================================================================================================== |
3 | 3 | ||
4 | Transaction control for listners. |
4 | Transaction control for listners. |
5 | 5 | ||
6 | +/- Save user id for all db-update operations. |
6 | +/- Save user id for all db-update operations. |
7 | 7 | ||
Line 30... | Line 30... | ||
30 | Allow to use existing system users: enter uid or name only, check in system for full |
30 | Allow to use existing system users: enter uid or name only, check in system for full |
31 | information. |
31 | information. |
32 | 32 | ||
33 | Allow admin to define default language for server and domain. |
33 | Allow admin to define default language for server and domain. |
34 | 34 | ||
35 | Split CoreResources.properties to several files. |
- | |
36 | - | ||
37 | Show domain for user which is in the domain. |
35 | Show domain for user which is in the domain. |
38 | 36 | ||
39 | Check, if it's possible to create (or change) an object by admin that the object's owner |
37 | Check, if it's possible to create (or change) an object by admin that the object's owner |
40 | is not allowed to see it. |
38 | is not allowed to see it. |
41 | 39 | ||
Line 54... | Line 52... | ||
54 | If mailbox is created, create an user and a mail alias for it in one step - as option. |
52 | If mailbox is created, create an user and a mail alias for it in one step - as option. |
55 | Afterwards they are binded and change own name or deleted together. Bind by name? In witch directions? |
53 | Afterwards they are binded and change own name or deleted together. Bind by name? In witch directions? |
56 | 54 | ||
57 | 55 | ||
58 | Done |
56 | Done |
59 | -------------------------------------------------------------------- |
57 | ------------------------------------------------------------------------------------------------------------------------ |
60 | 58 | ||
61 | + Track database structure version. |
59 | + Track database structure version. |
62 | 60 | ||
63 | + Listeners for all operations. |
61 | + Listeners for all operations. |
64 | 62 | ||
Line 80... | Line 78... | ||
80 | 78 | ||
81 | + Split model and store. |
79 | + Split model and store. |
82 | 80 | ||
83 | + Different user name schemes, not only user@domain. Define an interface to allow admin |
81 | + Different user name schemes, not only user@domain. Define an interface to allow admin |
84 | implement an own one. Implement a few common ones. |
82 | implement an own one. Implement a few common ones. |
- | 83 | ||
- | 84 | + Split CoreResources.properties to several files. |