summaryrefslogtreecommitdiff
path: root/program/include/rcube_user.php
AgeCommit message (Expand)Author
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak
2012-11-19Unset null values in user prefsThomas Bruederli
2012-11-17Define @package and @subpackage of Framework classesAleksander Machniak
2012-11-13Cache identities data in memory for faster access when get_identity() is call...Aleksander Machniak
2012-10-18Skip redundant SELECT on new user creationAleksander Machniak
2012-10-08Plugin API: Add 'email_list' argument for identities data in user_create hookAleksander Machniak
2012-08-12CS fixes (mostly tab -> spaces)Aleksander Machniak
2012-08-08Merge branch 'pdo'Aleksander Machniak
2012-08-07Fix errors after removing users.alias column (#1488581)Aleksander Machniak
2012-08-06Removed users.alias column, added option ('user_aliases')Aleksander Machniak
2012-08-01Convert tabs to spacesAleksander Machniak
2012-06-19New database layer based on PHP PDOAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-04-16- Replace some references to rcmail with rcubealecpl
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2011-09-06- Fix username case-insensitivity issue in MySQL (#1488021)alecpl
2011-09-06- Merge devel-saved_search branch (Addressbook Saved Searches)alecpl
2011-09-05Fallback to mail_domain in LDAP variable replacements; add 'host' to 'user_cr...thomascube
2011-08-12- Fix infinite recurrence when saving user preferences stored in sessionalecpl
2011-05-23- Store user preferences in session when write-master is not available and se...alecpl
2011-04-25Don't show saving error if no data changedthomascube
2011-04-19Gracefully shrug on database errorsthomascube
2011-02-12Fix for alias query which was broken in last committhomascube
2011-02-12Move BINARY modifier to make MYSQL use index againthomascube
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2010-11-30- Add 'login_lc' config option for case-insensitive authentication (#1487113)alecpl
2010-09-29- Update phpdoc (#1486958)alecpl
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-08-06- Add 'language' parameter in 'user_create' hook (#1486896)alecpl
2010-08-05- Fix: rcube_user::get_username() doesn't take mail_domain setting into accou...alecpl
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list...alecpl
2010-06-20- Extended rcube_user::get_username (#1486707)alecpl
2010-04-27- code reformattingalecpl
2010-04-15Always set changed date when marking a DB record as deleted + provide a clean...thomascube
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomascube
2010-03-14- virtuser_query: support other identity data (#1486148)alecpl
2010-03-11- Options virtuser_* replaced with virtuser_* pluginsalecpl
2010-03-01- Improve performance by avoiding unnecessary updates to the session table (#...alecpl
2010-02-23- Squirrelmail_usercopy: support reply-to field (#1486506)alecpl
2010-02-23- remove redundant checkalecpl
2010-02-18Fix loading of plugin configs: user prefs will always survive (#1486368)thomascube
2010-01-18- fix $Id$ keywordalecpl
2009-09-26- call user2email also for login with @ (#1486147)alecpl
2009-08-04- Use sequence names only with PostgreSQL (#1486018)alecpl
2009-07-02- check virtuser before create_user hook (#1485950) + one if statement improv...alecpl
2009-07-02Create rcube_user instance early to enable the following plugin hooks to use itthomascube
2009-07-01Also save signature field when creating a new identity at loginthomascube
2009-07-01Move 'login' field to the right level + codestylethomascube