thomascube
|
ed205f4183
|
Change rcube_user::list_identities() to return an array instead of a sql-result
|
16 years ago |
alecpl
|
adc0bf01f5
|
- allow empty identity name (#1485863)
|
16 years ago |
alecpl
|
1301e98110
|
- Support initial identity name from virtuser_query (#1484003)
|
16 years ago |
thomascube
|
0772a7dee2
|
Fix invalid object reference
|
16 years ago |
alecpl
|
55f54e2b9f
|
- mdb2 bug workaround for identities insert/edition queries (#1485853)
|
16 years ago |
thomascube
|
f879f4e2f8
|
Trigger 'create_identity' when creating a new user; Allow 'create_user' hook to abort the operation
|
16 years ago |
alecpl
|
23a2eec4d5
|
- ereg -> preg
|
16 years ago |
thomascube
|
69f18a09ae
|
Add plugin hooks for creating/saving/deleting identities and contacts
|
16 years ago |
alecpl
|
ac9927c1ff
|
- check identities_level when creating identities for new user
|
16 years ago |
thomascube
|
cc97ea0559
|
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
|
16 years ago |
alecpl
|
942069969c
|
- Support several e-mail addresses per user from virtuser_file (#1485678)
- return NULL from rcube_user::email2user if user not found (#1485801)
|
16 years ago |
till
|
cbbef379a5
|
* bumping up copyright (happy new year ;-))
|
16 years ago |
alecpl
|
17060ee10b
|
#1485648: fix multiple identities from virtuser_query all set to default
|
16 years ago |
alecpl
|
123a02c8c7
|
- #1485423: fixed virtuser_query checking
|
16 years ago |
alecpl
|
d6869a6693
|
- Fix language autodetection (#1485401)
|
16 years ago |
alecpl
|
fc1a10b4d5
|
- fixed identities sorting, to have allways identities with the same name in the same order on the list
|
16 years ago |
thomascube
|
29111be340
|
Don't set a hard-coded language in rcube_user
|
16 years ago |
thomascube
|
155329b71c
|
Always return language prop even if no other prefs are saved
|
16 years ago |
alecpl
|
95987c3943
|
- removed PHP4 class constructors
|
16 years ago |
alecpl
|
c86e940c86
|
#1485268
|
16 years ago |
thomascube
|
ba0e7871bd
|
Separate queries to make use of the database indexes; with OR no index is used
|
16 years ago |
thomascube
|
28642043ba
|
Don't save prefs with default values if they haven't been changed yet
|
16 years ago |
alecpl
|
e2003306d3
|
#1485207
|
17 years ago |
thomascube
|
83a7636872
|
More code cleanup
|
17 years ago |
thomascube
|
45f56c1c40
|
Replace our crappy html sanitization with the dom-based washtml script + fix inline message parts + remove old code + add some doc comments
|
17 years ago |
thomascube
|
197601ef5f
|
Next step: introduce the application class 'rcmail' and get rid of some global vars
|
17 years ago |
thomascube
|
47124c2279
|
Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
|
17 years ago |