summaryrefslogtreecommitdiff
path: root/plugins/virtuser_query/virtuser_query.php
AgeCommit message (Collapse)Author
2014-03-30Fix so identity fields are cast to string to prevent "Column X cannot be ↵Aleksander Machniak
null" errors.
2013-08-20s/$rcmail_config/$config/ also for plugins configurationAleksander Machniak
2013-07-17Merge branch 'patch-1' of https://github.com/gerundt/roundcubemail into ↵Thomas Bruederli
gerundt-patch-1 from pull request #74
2013-07-10Merged configuration refactoring from 'dev_config' branch back into master ↵Thomas Bruederli
(#1487311)
2013-06-20Make all bundled plugins the same license as Roundcube itself, which is GPLv3+Thomas Bruederli
2013-06-14Merge config files (#1487311).Aleksander Machniak
Now we have defaults.inc.php and config.inc.php. Renamed $rcmail_config to $config. Old naming and old files are supported for backward compatibility.
2013-05-25Support Alias-to-User lookup with virtuser_queryTim Gerundt
2013-04-17Add rcube_db::escape() method, fix escapeSimple() to use escape instead of ↵Aleksander Machniak
quote()
2013-04-17Add rcube_db::escapeSimple() method for backward compat.Aleksander Machniak
Conflicts: plugins/virtuser_query/virtuser_query.php
2013-02-17Add posibility to use different database for virtuser queriesAleksander Machniak
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2012-08-22Add comment about identities_level impact on user2email behaviorAleksander Machniak
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are ↵thomascube
not defined anymore
2010-03-20moved pluginstill
2010-03-14- virtuser_query: support other identity data (#1486148)alecpl
2010-03-11- Options virtuser_* replaced with virtuser_* pluginsalecpl
- Plugin API: Implemented 'email2user' and 'user2email' hooks