Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-03 | Remove redundant code | Aleksander Machniak | |
2014-10-30 | CS fixes and bump version number after PR merge | Aleksander Machniak | |
2014-10-30 | Merge pull request #243 from bnogas/master-p6 | Aleksander Machniak | |
Add support for updating identities on each login | |||
2014-10-30 | Another correction for PR comments | Bartlomiej Nogas | |
2014-10-29 | Correcting for PR comments + change rcmail to rc | Bartlomiej Nogas | |
2014-10-29 | Remove redundant is_file() checks | Aleksander Machniak | |
2014-10-28 | Add support for updating identities on each login | Bartlomiej Nogas | |
2014-10-27 | Fixed typo in config | Jonas Heinrich | |
2014-10-26 | Update password driver API description | Aleksander Machniak | |
2014-10-26 | Fix syntax error in plesk driver | Aleksander Machniak | |
2014-10-26 | CS fixes after PR merge | Aleksander Machniak | |
2014-10-26 | Merge pull request #234 from bnogas/master-p3 | Aleksander Machniak | |
Add config option 'acl_group_field' to use as ACL group identifier | |||
2014-10-26 | Merge pull request #235 from bnogas/master-p2 | Aleksander Machniak | |
Move plugin configuration to config.inc.php.dist | |||
2014-10-22 | Fix download of attachments that are part of TNEF message (#1490091) | Aleksander Machniak | |
Rcube_message_part::body content should never be modified by code out of the rcube_message. Added convenient rcube_message::get_part_body() method, making rcube_message::get_part_content() deprecated. | |||
2014-10-21 | Add configuration option 'acl_group_field' to use as ACL group identifier | Bartlomiej Nogas | |
2014-10-20 | Move plugin configuration to config.inc.php.dist | Bartlomiej Nogas | |
2014-10-18 | CS fixes after PR merge | Aleksander Machniak | |
2014-10-18 | Merge pull request #222 from bnogas/master | Aleksander Machniak | |
Support for multiple email addresses in new_user_identity plugin | |||
2014-10-18 | Small CS fixes after PR merge | Aleksander Machniak | |
2014-10-16 | fix indent to match style in ldap.php (tabs to spaces) | Lorenzo Perone | |
2014-10-14 | Password Plugin / LDAP Driver: | Lorenzo Perone | |
- adds support for (optional) multiple userPassword values for compatibility with more authentication shemes - adds support for CRAM-MD5 scheme as implemented by doveadm pw (credits: see header of plugins/password/helpers/dovecot_hmacmd5.php) | |||
2014-10-13 | dirname(__FILE__) -> __DIR__ | Aleksander Machniak | |
2014-10-10 | Fix regression in SHAA password generation in ldap driver of password plugin ↵ | Aleksander Machniak | |
(#1490094) | |||
2014-10-07 | Shrinked some images with TinyPNG (saved 38%) | Aleksander Machniak | |
2014-09-23 | Support for multiple email addresses added | Bartlomiej Nogas | |
2014-09-12 | Use consistent column/table quoting in sql queries | Aleksander Machniak | |
2014-09-09 | Remove new_link argument usage, we don't need it anymore | Aleksander Machniak | |
2014-09-08 | Update changelog | Aleksander Machniak | |
2014-09-08 | Fix compatybility with contextmenu plugin | Aleksander Machniak | |
2014-09-08 | Added license headers to driver files, CS fixes | Aleksander Machniak | |
2014-10-01 | Update password.php | xzaara | |
Semicolons instead of colons in switch statement. | |||
2014-09-29 | Fix handling of smart list inputs | Aleksander Machniak | |
2014-09-28 | Support hashing algorithms without mhash() and even hash() extension (#1490076) | Aleksander Machniak | |
2014-09-02 | removed unwanted file | Cyrill von Wattenwyl | |
2014-09-02 | Fixed merge conflicts | Cyrill von Wattenwyl | |
2014-09-02 | Merge branch 'master' of https://github.com/roundcube/roundcubemail | Cyrill von Wattenwyl | |
Conflicts: plugins/password/config.inc.php.dist | |||
2014-08-26 | Added simple API to manage vacation rule | Aleksander Machniak | |
2014-08-25 | Add missing labels | Aleksander Machniak | |
2014-08-29 | Fix vacation times handling | Aleksander Machniak | |
2014-08-27 | Synchronized localizations with Transifex | Thomas Bruederli | |
2014-08-27 | Make possible to set vacation start/end date and time | Aleksander Machniak | |
2014-08-21 | Add some localizations | Aleksander Machniak | |
2014-08-17 | Update translations | Aleksander Machniak | |
2014-08-11 | Bump up version nmber | Aleksander Machniak | |
2014-08-11 | Add support for groups | Aleksander Machniak | |
2014-08-07 | Fix close icon position | Thomas Bruederli | |
2014-08-07 | Render a rounded outline on focused dialog close button | Thomas Bruederli | |
2014-08-05 | Fix default vacation status (#1490019) - improve error message | Aleksander Machniak | |
2014-07-31 | Avoid collision with other css classes | Thomas Bruederli | |
2014-07-31 | Support the 'no-close' class feature for hiding close buttons in jQuery UI ↵ | Thomas Bruederli | |
dialogs |