Thomas Bruederli
2012-11-17 6ddb16d181e285d4f0ef0ef55bdd0ba787f1b583
2012-11-17 Aleksander Machniak
Define @package and @subpackage of Framework classes
blob@ 9ab346 commitdiff | diff to current
2012-11-13 Aleksander Machniak
Cache identities data in memory for faster access when get_identity() is ca...
blob@ f410c9 commitdiff | diff to current
2012-10-18 Aleksander Machniak
Skip redundant SELECT on new user creation
blob@ 540de5 commitdiff | diff to current
2012-10-08 Aleksander Machniak
Plugin API: Add 'email_list' argument for identities data in user_create hook
blob@ f708c8 commitdiff | diff to current
2012-08-12 Aleksander Machniak
CS fixes (mostly tab -> spaces)
blob@ 413df0 commitdiff | diff to current
2012-08-08 Aleksander Machniak
Merge branch 'pdo'
blob@ de56ea commitdiff | diff to current
2012-08-07 Aleksander Machniak
Fix errors after removing users.alias column (#1488581)
blob@ ee2187 commitdiff | diff to current
2012-08-06 Aleksander Machniak
Removed users.alias column, added option ('user_aliases') to use email addr...
blob@ 565c47 commitdiff | diff to current
2012-08-01 Aleksander Machniak
Convert tabs to spaces
blob@ 622bce commitdiff | diff to current
2012-06-19 Aleksander Machniak
New database layer based on PHP PDO
blob@ 0d94fd commitdiff | diff to current
2012-05-22 Aleksander Machniak
Removed $Id$
blob@ 041c93 commitdiff | diff to current
2012-04-16 alecpl
- Replace some references to rcmail with rcube
blob@ be98df commitdiff | diff to current
2012-04-13 alecpl
- Merge devel-framework branch, resolved conflicts
blob@ 0c2596 commitdiff | diff to current
2012-01-18 thomascube
Changed license to GNU GPLv3+ with exceptions for skins and plugins
blob@ 7fe381 commitdiff | diff to current
2011-09-06 alecpl
- Fix username case-insensitivity issue in MySQL (#1488021)
blob@ d5ae97 commitdiff | diff to current
2011-09-06 alecpl
- Merge devel-saved_search branch (Addressbook Saved Searches)
blob@ f8e48d commitdiff | diff to current
2011-09-05 thomascube
Fallback to mail_domain in LDAP variable replacements; add 'host' to 'user_...
blob@ 94a5a2 commitdiff | diff to current
2011-08-12 alecpl
- Fix infinite recurrence when saving user preferences stored in session
blob@ 59ab0c commitdiff | diff to current
2011-05-23 alecpl
- Store user preferences in session when write-master is not available and ...
blob@ 40a186 commitdiff | diff to current
2011-04-25 thomascube
Don't show saving error if no data changed
blob@ 80809d commitdiff | diff to current
2011-04-19 thomascube
Gracefully shrug on database errors
blob@ bbb142 commitdiff | diff to current
2011-02-12 thomascube
Fix for alias query which was broken in last commit
blob@ a1bbc2 commitdiff | diff to current
2011-02-12 thomascube
Move BINARY modifier to make MYSQL use index again
blob@ 7fb11e commitdiff | diff to current
2011-01-12 thomascube
Bumbed version; Roundcube development is not Switzerland only
blob@ f5e7b3 commitdiff | diff to current
2010-11-30 alecpl
- Add 'login_lc' config option for case-insensitive authentication (#148711...
blob@ e17553 commitdiff | diff to current
2010-09-29 alecpl
- Update phpdoc (#1486958)
blob@ 5c461b commitdiff | diff to current
2010-09-29 alecpl
- Add Internationalized Domain Name (IDNA) support (#1483894)
blob@ e99991 commitdiff | diff to current
2010-09-25 alecpl
- s/RoundCube/Roundcube/
blob@ e019f2 commitdiff | diff to current
2010-08-06 alecpl
- Add 'language' parameter in 'user_create' hook (#1486896)
blob@ 532c25 commitdiff | diff to current
2010-08-05 alecpl
- Fix: rcube_user::get_username() doesn't take mail_domain setting into acc...
blob@ b0eeaa commitdiff | diff to current
2010-07-30 alecpl
- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete li...
blob@ e6ce00 commitdiff | diff to current
2010-06-20 alecpl
- Extended rcube_user::get_username (#1486707)
blob@ 8dfe51 commitdiff | diff to current
2010-04-27 alecpl
- code reformatting
blob@ a78901 commitdiff | diff to current
2010-04-15 thomascube
Always set changed date when marking a DB record as deleted + provide a cle...
blob@ a35062 commitdiff | diff to current
2010-03-17 thomascube
Merged devel-threads branch (r3066:3364) back into trunk
blob@ f52c93 commitdiff | diff to current
2010-03-14 alecpl
- virtuser_query: support other identity data (#1486148)
blob@ f20971 commitdiff | diff to current
2010-03-11 alecpl
- Options virtuser_* replaced with virtuser_* plugins - Plugin API: Impleme...
blob@ 56505a commitdiff | diff to current
2010-03-01 alecpl
- Improve performance by avoiding unnecessary updates to the session table ...
blob@ 929a50 commitdiff | diff to current
2010-02-23 alecpl
- Squirrelmail_usercopy: support reply-to field (#1486506) - Use rcube_user...
blob@ 333c48 commitdiff | diff to current
2010-02-23 alecpl
- remove redundant check
blob@ 6a3155 commitdiff | diff to current
2010-02-18 thomascube
Fix loading of plugin configs: user prefs will always survive (#1486368)
blob@ b545d3 commitdiff | diff to current
2010-01-18 alecpl
- fix $Id$ keyword
blob@ 638fb8 commitdiff | diff to current
2009-09-26 alecpl
- call user2email also for login with @ (#1486147)
blob@ 984e97 commitdiff | diff to current
2009-08-04 alecpl
- Use sequence names only with PostgreSQL (#1486018)
blob@ 6b7e8e commitdiff | diff to current
2009-07-02 alecpl
- check virtuser before create_user hook (#1485950) + one if statement impr...
blob@ fccdf1 commitdiff | diff to current
2009-07-02 thomascube
Create rcube_user instance early to enable the following plugin hooks to us...
blob@ 07722a commitdiff | diff to current
2009-07-01 thomascube
Also save signature field when creating a new identity at login
blob@ 73967c commitdiff | diff to current
2009-07-01 thomascube
Move 'login' field to the right level + codestyle
blob@ 08c8c3 commitdiff | diff to current
2009-06-09 thomascube
Change rcube_user::list_identities() to return an array instead of a sql-re...
blob@ ed205f commitdiff | diff to current
2009-05-29 alecpl
- allow empty identity name (#1485863)
blob@ adc0bf commitdiff | diff to current
first | « prev | next »