summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_user.php
AgeCommit message (Expand)Author
2009-09-26- call user2email also for login with @ (#1486147)alec
2009-08-04- Use sequence names only with PostgreSQL (#1486018)alec
2009-07-02- check virtuser before create_user hook (#1485950) + one if statement improv...alec
2009-07-02Create rcube_user instance early to enable the following plugin hooks to use itthomasb
2009-07-01Also save signature field when creating a new identity at loginthomasb
2009-07-01Move 'login' field to the right level + codestylethomasb
2009-06-09Change rcube_user::list_identities() to return an array instead of a sql-resultthomasb
2009-05-29- allow empty identity name (#1485863)alec
2009-05-26- Support initial identity name from virtuser_query (#1484003)alec
2009-05-20Fix invalid object referencethomasb
2009-05-18- mdb2 bug workaround for identities insert/edition queries (#1485853)alec
2009-05-14Trigger 'create_identity' when creating a new user; Allow 'create_user' hook ...thomasb
2009-05-04- ereg -> pregalec
2009-05-01Add plugin hooks for creating/saving/deleting identities and contactsthomasb
2009-04-22- check identities_level when creating identities for new useralec
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...thomasb
2009-04-10- Support several e-mail addresses per user from virtuser_file (#1485678)alec
2009-01-17* bumping up copyright (happy new year ;-))till
2008-12-28#1485648: fix multiple identities from virtuser_query all set to defaultalec
2008-09-30- #1485423: fixed virtuser_query checkingalec
2008-09-24- Fix language autodetection (#1485401)alec
2008-09-20- fixed identities sorting, to have allways identities with the same name in ...alec
2008-09-19Don't set a hard-coded language in rcube_userthomasb
2008-09-16Always return language prop even if no other prefs are savedthomasb
2008-08-21- removed PHP4 class constructorsalec
2008-08-11#1485268alec
2008-08-07Separate queries to make use of the database indexes; with OR no index is usedthomasb
2008-08-07Don't save prefs with default values if they haven't been changed yetthomasb
2008-07-21#1485207alec
2008-06-14More code cleanupthomasb
2008-05-29Replace our crappy html sanitization with the dom-based washtml script + fix ...thomasb
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some globa...thomasb
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the de...thomasb