thomascube
2010-12-17 db1a87cd6c506f2afbd1a37c64cb56ae11120b49
2010-12-17 thomascube
Update branch for 0.5-rc release
blob@ db1a87 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
2009-05-26 alecpl
- Support initial identity name from virtuser_query (#1484003)
blob@ 1301e9 commitdiff | diff to current
2009-05-20 thomascube
Fix invalid object reference
blob@ 0772a7 commitdiff | diff to current
2009-05-18 alecpl
- mdb2 bug workaround for identities insert/edition queries (#1485853)
blob@ 55f54e commitdiff | diff to current
2009-05-14 thomascube
Trigger 'create_identity' when creating a new user; Allow 'create_user' hoo...
blob@ f879f4 commitdiff | diff to current
2009-05-04 alecpl
- ereg -> preg
blob@ 23a2ee commitdiff | diff to current
2009-05-01 thomascube
Add plugin hooks for creating/saving/deleting identities and contacts
blob@ 69f18a commitdiff | diff to current
2009-04-22 alecpl
- check identities_level when creating identities for new user
blob@ ac9927 commitdiff | diff to current
2009-04-19 thomascube
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting som...
blob@ cc97ea commitdiff | diff to current
2009-04-10 alecpl
- Support several e-mail addresses per user from virtuser_file (#1485678) -...
blob@ 942069 commitdiff | diff to current
2009-01-16 till
* bumping up copyright (happy new year ;-))
blob@ cbbef3 commitdiff | diff to current
2008-12-28 alecpl
#1485648: fix multiple identities from virtuser_query all set to default
blob@ 17060e commitdiff | diff to current
2008-09-30 alecpl
- #1485423: fixed virtuser_query checking
blob@ 123a02 commitdiff | diff to current
2008-09-24 alecpl
- Fix language autodetection (#1485401)
blob@ d6869a commitdiff | diff to current
2008-09-20 alecpl
- fixed identities sorting, to have allways identities with the same name i...
blob@ fc1a10 commitdiff | diff to current
2008-09-19 thomascube
Don't set a hard-coded language in rcube_user
blob@ 29111b commitdiff | diff to current
2008-09-16 thomascube
Always return language prop even if no other prefs are saved
blob@ 155329 commitdiff | diff to current
2008-08-21 alecpl
- removed PHP4 class constructors
blob@ 95987c commitdiff | diff to current
2008-08-11 alecpl
#1485268
blob@ c86e94 commitdiff | diff to current
2008-08-07 thomascube
Separate queries to make use of the database indexes; with OR no index is used
blob@ ba0e78 commitdiff | diff to current
2008-08-07 thomascube
Don't save prefs with default values if they haven't been changed yet
blob@ 286420 commitdiff | diff to current
2008-07-21 alecpl
#1485207
blob@ e20033 commitdiff | diff to current
2008-06-14 thomascube
More code cleanup
blob@ 83a763 commitdiff | diff to current
2008-05-29 thomascube
Replace our crappy html sanitization with the dom-based washtml script + fi...
blob@ 45f56c commitdiff | diff to current
2008-04-30 thomascube
Next step: introduce the application class 'rcmail' and get rid of some glo...
blob@ 197601 commitdiff | diff to current
first | « prev | next »