Commit Graph

682 Commits (df10bd5f2c98831bc20fae9c579967109345fdab)

Author SHA1 Message Date
Aleksander Machniak 10ea055684 Add missing composer.json files (skipped because of .gitignore) 10 years ago
Aleksander Machniak 1143428dcb Update package.xml -> composer.json 10 years ago
Aleksander Machniak ef29ac4339 Fix generation of Blowfish-based password hashes (#1490184)
Added password_blowfish_cost config option.
10 years ago
Aleksander Machniak 72b117feb1 Use consistent license identifiers, remove redundant package.xml files 10 years ago
Aleksander Machniak ecf6c79d00 Bump up version number, remove package.xml file 10 years ago
Aleksander Machniak defe025b61 Fix button size in Larry 10 years ago
Aleksander Machniak 2f46789081 Added rcube_user::list_emails() method with better performance than list_identities()
which should be used always if we want only all user email addresses (with names)
10 years ago
Aleksander Machniak a94f4be8d2 Fix padding of some form elements 10 years ago
Thomas Bruederli f652e36b2b Force-pull translations from Transifex 10 years ago
Thomas Bruederli 63dd809b11 Remove empty labels and translation files 10 years ago
Thomas Bruederli 01bc27536a Updated localizations from Transifex 10 years ago
Aleksander Machniak 14094fca82 Remove redundant code 10 years ago
Aleksander Machniak 8cbebcac6a CS fixes and bump version number after PR merge 10 years ago
Aleksander Machniak a075df6f08 Merge pull request #243 from bnogas/master-p6
Add support for updating identities on each login
10 years ago
Bartlomiej Nogas 385bb6c1e6 Another correction for PR comments 10 years ago
Bartlomiej Nogas 1e89a627e0 Correcting for PR comments + change rcmail to rc 10 years ago
Aleksander Machniak e979511083 Remove redundant is_file() checks 10 years ago
Bartlomiej Nogas 193a0dddde Add support for updating identities on each login 10 years ago
Jonas Heinrich fc3ed3fef4 Fixed typo in config 10 years ago
Aleksander Machniak 5010941c43 Update password driver API description 10 years ago
Aleksander Machniak c8d082a83e Fix syntax error in plesk driver 10 years ago
Aleksander Machniak c7ac4bbe53 CS fixes after PR merge 10 years ago
Aleksander Machniak 0f711e7bd7 Merge pull request #234 from bnogas/master-p3
Add config option 'acl_group_field' to use as ACL group identifier
10 years ago
Aleksander Machniak aca8bd2bd6 Merge pull request #235 from bnogas/master-p2
Move plugin configuration to config.inc.php.dist
10 years ago
Aleksander Machniak 48ba4414b3 Fix download of attachments that are part of TNEF message (#1490091)
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.
10 years ago
Bartlomiej Nogas c1e2ce76c7 Add configuration option 'acl_group_field' to use as ACL group identifier 10 years ago
Bartlomiej Nogas d6c1a1af9d Move plugin configuration to config.inc.php.dist 10 years ago
Aleksander Machniak e2251db1d5 CS fixes after PR merge 10 years ago
Aleksander Machniak 111af7f077 Merge pull request #222 from bnogas/master
Support for multiple email addresses in new_user_identity plugin
10 years ago
Aleksander Machniak d26e94ae94 Small CS fixes after PR merge 10 years ago
Lorenzo Perone 84296e1b93 fix indent to match style in ldap.php (tabs to spaces) 10 years ago
Lorenzo Perone 3e3fcd4d27 Password Plugin / LDAP Driver:
- 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)
10 years ago
Aleksander Machniak 0ea079d604 dirname(__FILE__) -> __DIR__ 10 years ago
Aleksander Machniak 78bee8b8b6 Fix regression in SHAA password generation in ldap driver of password plugin (#1490094) 10 years ago
Aleksander Machniak 6c6991fb53 Shrinked some images with TinyPNG (saved 38%) 10 years ago
Bartlomiej Nogas 6035e36086 Support for multiple email addresses added 10 years ago
Aleksander Machniak 34a0902089 Use consistent column/table quoting in sql queries 10 years ago
Aleksander Machniak 9dd327b400 Remove new_link argument usage, we don't need it anymore 10 years ago
Aleksander Machniak f2fe48785c Update changelog 10 years ago
Aleksander Machniak 6e6f9ce6a7 Fix compatybility with contextmenu plugin 10 years ago
Aleksander Machniak 4baf96a4ca Added license headers to driver files, CS fixes 10 years ago
xzaara 54462b0f68 Update password.php
Semicolons instead of colons in  switch statement.
10 years ago
Aleksander Machniak 8b5038befc Fix handling of smart list inputs 10 years ago
Aleksander Machniak d1c8d7fc25 Support hashing algorithms without mhash() and even hash() extension (#1490076) 10 years ago
Cyrill von Wattenwyl 7dc269029d removed unwanted file 10 years ago
Cyrill von Wattenwyl 141d615f39 Fixed merge conflicts 10 years ago
Cyrill von Wattenwyl 11a40dd1fe Merge branch 'master' of https://github.com/roundcube/roundcubemail
Conflicts:
	plugins/password/config.inc.php.dist
10 years ago
Aleksander Machniak 613f96839c Added simple API to manage vacation rule 10 years ago
Aleksander Machniak d72fdecdf8 Add missing labels 10 years ago
Aleksander Machniak 5a64153f40 Fix vacation times handling 10 years ago
Thomas Bruederli 812f37c5d1 Synchronized localizations with Transifex 10 years ago
Aleksander Machniak 581b6b41fd Make possible to set vacation start/end date and time 10 years ago
Aleksander Machniak fe03a9074d Add some localizations 10 years ago
Aleksander Machniak 1299c6a231 Update translations 10 years ago
Aleksander Machniak 1c70ff9d24 Bump up version nmber 10 years ago
Aleksander Machniak ec2733f6c3 Add support for groups 10 years ago
Thomas Bruederli 1db9a4931c Fix close icon position 10 years ago
Thomas Bruederli f61959d9c2 Render a rounded outline on focused dialog close button 10 years ago
Aleksander Machniak 9828c1abe2 Fix default vacation status (#1490019) - improve error message 10 years ago
Thomas Bruederli ea5d749822 Avoid collision with other css classes 10 years ago
Thomas Bruederli a6e9b4f97b Support the 'no-close' class feature for hiding close buttons in jQuery UI dialogs 10 years ago
Aleksander Machniak 4d52ee03a1 Fix missing css/js scripts in filter form in mail task 10 years ago
Aleksander Machniak f72815e1f9 Code improvements + added tests for vacation date regexps handling 10 years ago
Aleksander Machniak 319751fff6 Updated changelog and CS fixes after PR merge 10 years ago
Aleksander Machniak 9d2550502a CS fixes after PR merge 10 years ago
Aleksander Machniak b65823eb2a Merge pull request #202 from jacoblister/master
Add Vacation date range feature without the sieve 'date' extension
10 years ago
Aleksander Machniak 97d853738a Merge pull request #203 from mdamt/gearman-password
New gearman driver for password plugin
10 years ago
Aleksander Machniak 0a96bdf74d Don't overwrite the whole fieldmap so autocomplete names are resolved correctly 10 years ago
Mohammad Anwari 1599665651 New gearman driver for password plugin 10 years ago
Jacob Lister 147530edcc Add Vacation date range feature for servers without the sieve 'date' extension (using regexes) 10 years ago
Thomas Bruederli 5a28385e73 Fix error when activeCell is not defined 10 years ago
Thomas Bruederli 3fec3e04f6 Fix dialog close button focus border in Firefox 10 years ago
Thomas Bruederli 8f3bd30e54 Fix some jquery UI styles to match the Larry skin 10 years ago
Aleksander Machniak 43b225d183 Support contact_search_name option in ACL plugin autocompletion 10 years ago
Thomas Bruederli dea5160798 Fix datepicker accessibility extension 10 years ago
Aleksander Machniak 0c2fcd633a Get rid of -moz-box-shadow 10 years ago
Aleksander Machniak 734e233675 Get rid of -o-box-shadow 10 years ago
Aleksander Machniak 0fbb27d219 Move all filter:(opacity=X) styles to legacy_browser plugin 10 years ago
Aleksander Machniak c6447e2ce2 Use treelist widget for folders list in Settings/Folders (#1489648) 10 years ago
Aleksander Machniak 1a3132366e After PR merge code cleanup 10 years ago
simonp 1c5fdd674e Show password rules before committing new password (#1488285) 10 years ago
Aleksander Machniak 7706df99f0 Allow anonymous LDAP searches 10 years ago
Aleksander Machniak c883f687d9 Add possibility to specify an after-vacation-rule action (keep, discard, redirect) in Vacation UI 10 years ago
Aleksander Machniak b0aee4eb42 Fix bug where non-existing (or unsubscribed) folder wasn't listed in folder selector (#1489956) 10 years ago
Aleksander Machniak 1db12a9037 Fix so all pages are displayed correctly in extwin mode (#1489952) 10 years ago
Aleksander Machniak 90ab9f2847 Fix loading localization 10 years ago
Aleksander Machniak 1abbb06ee9 Support Firefox < 4 via legacy_browser (jQuery 2.x does not work) 10 years ago
Thomas Bruederli e3705f3283 Link heading with the acl table 10 years ago
Thomas Bruederli b73cf83e26 Hide acltable heading for voice-only output 10 years ago
Thomas Bruederli 2efb5cd52a Extend jQuery UI datepicker widget with basic accessibility features 10 years ago
Thomas Bruederli 142e7c9afc Update to jQuery UI 1.10.4 10 years ago
Aleksander Machniak b76f8e5e26 Added option to specify connection socket parameters - managesieve_conn_options 10 years ago
Aleksander Machniak 7e309b872f Add title attribute to settings menu 10 years ago
Aleksander Machniak ebc9877def Add title attribute for settings menu 10 years ago
Aleksander Machniak abe381e3b0 Focus first input in password form on page load 10 years ago
Aleksander Machniak a41aaf3352 Move some code to legacy_browser plugin 10 years ago
Aleksander Machniak 4520fa0f38 Code cleanup and small fixes (after pull request merge) 10 years ago
Aleksander Machniak 1b988f9574 Merge branch 'master' of https://github.com/simonpl/roundcubemail into simonpl-master
Conflicts:
	CHANGELOG
10 years ago
Aleksander Machniak 62c45161c4 ACL: Improved UI accessibility 10 years ago
simonp 12514266b9 Move login/hosts to seperate function 10 years ago