summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2013-06-26Fix handling of &, <, > characters in scripts/filter names (#1489208)Aleksander Machniak
2013-06-26Fix handling of &, <, > characters in scripts/filter names (#1489208)Aleksander Machniak
2013-06-26Change license to GPLv3+ also in README fileAleksander Machniak
2013-06-21Update newmail_notifier to use W3C NotificationKen Cheung
Update newmail_notifier plugin to use W3C Notification object if possible. Include fix for Chrome/Chromium.
2013-06-20Make all bundled plugins the same license as Roundcube itself, which is GPLv3+Thomas Bruederli
2013-06-19Fix so attachment_reminder=false really disables the reminder actionAleksander Machniak
2013-06-17Merge pull request #58 from kanarip/masterAleksander Machniak
Add option to prevent mandatory inclusion of 'anyone' and 'anonymous' in ACL configuration
2013-06-15Split managesieve.php file into twoAleksander Machniak
2013-06-15Implemented date, currentdate and index - RFC5260 (#1488120)Aleksander Machniak
2013-06-14Fix js error on operator changeAleksander Machniak
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-06-13Use rcube_cache class to store attachments in database.Aleksander Machniak
Add options to configure TTL and cache type.
2013-06-13Set TTL for attachments stored in sql databaseAleksander Machniak
2013-06-12Use global show_real_foldername setting instead archive_localize_nameAleksander Machniak
2013-06-12Merge pull request #80 from weisslj/fix-http-authentication-pluginThomas B.
Fix http_authentication_host usage after logout
2013-06-11Use list input field for custom headers listAleksander Machniak
2013-06-11Small css fixesAleksander Machniak
2013-06-11Small css fixAleksander Machniak
2013-06-11Simplify list inputs (remove add button)Aleksander Machniak
2013-06-11Support string list arguments in filter form (#1489018)Aleksander Machniak
2013-06-09Fix zipdownload plugin issue with filenames charset (#1489156)Aleksander Machniak
2013-06-09Fix http_authentication_host usageJohannes Weißl
Without this fix it is impossible to use a host different from config option "http_authentication_host" after logout (fixup aec2869).
2013-06-07Turkish translation fixRamazan Terzi
2013-05-29Update en_US.inc - typo error (updateerror)Tache Madalin
Changed ubable to Unable.
2013-05-29CS fixesAleksander Machniak
2013-05-25Support Alias-to-User lookup with virtuser_queryTim Gerundt
2013-05-20Improved attachment reminder dialog (#1489091)Aleksander Machniak
Improved core show_popup_dialog() function
2013-05-15Synced localizations from TransifexThomas Bruederli
2013-05-15Add header for new plugin localization templateThomas Bruederli
2013-05-12Added support for date and index extensions (RFC5260) in script parserAleksander Machniak
Script parser code improvements
2013-05-09Validate e-mail address in new_user_dialog (#1486498), use AJAX for form ↵Aleksander Machniak
submission, don't reload the page after successful form submission
2013-05-09Fix possible error on ajax requestAleksander Machniak
2013-05-08Change license to GPLv3+Aleksander Machniak
2013-05-08Improved regexpAleksander Machniak
2013-05-08Attachment_reminder plugin - ported from ↵Aleksander Machniak
https://github.com/thomasysliu/Roundcube-Plugin-Attachment-Reminder and added user preference to disable plugin, larry support, some fixes/improvements
2013-05-07Avoid unused local variablesAleksander Machniak
2013-05-06Fix various PHP code bugs found using static analysis (#1489086)Aleksander Machniak
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-04-28Update changelogAleksander Machniak
2013-04-28Merge pull request #63 from Steffen185/patch-1Aleksander Machniak
Save new password even if it has not changed (optional)
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-04-16Fix handling of identities_level=4Aleksander Machniak
2013-04-15Synchronized localizations from TransifexThomas Bruederli
2013-04-11Fix ticket referenceThomas Bruederli
2013-04-10Set minimal permissions to temp files (#148899)Thomas Bruederli
2013-04-02Fixed wrong copy-pasteSteffen185
2013-04-02Use new config option "password_force_save"Steffen185
2013-04-02Added config option "password_force_save"Steffen185
2013-03-30Update changelogAleksander Machniak