Commit Graph

644 Commits

Author SHA1 Message Date
Aleksander Machniak
b196d229c3 Bump up plugin version 2015-01-14 10:26:43 -05:00
Aleksander Machniak
501cdd651e Fix bug where vacation rule was saved to wrong script if managesieve_kolab_master=true 2015-01-14 10:25:57 -05:00
Aleksander Machniak
6af79f1517 Support "not allof" test as a negation of all sub-tests
Fixes also last commit change.
2015-01-14 07:30:31 -05:00
Aleksander Machniak
1f9c9fea55 Fix bug where actions without if/elseif/else in sieve scripts were skipped 2015-01-14 05:36:05 -05:00
Aleksander Machniak
e44e51561d Fix margin in Help > License page 2015-01-13 12:19:56 -05:00
Aleksander Machniak
788d37db0d Integrate jquery.tagedit with jqueryui plugin 2015-01-08 10:09:25 -05:00
Aleksander Machniak
71bb892063 Set 'mainaction' class on Save button in ACL dialog 2015-01-07 06:45:28 -05:00
Thomas Bruederli
fbb86218d0 Synchronized localizations from Transifex 2014-12-28 17:48:42 +01:00
Aleksander Machniak
217a1fce53 Fix compatibility with assets_path setting 2014-12-17 04:30:16 -05:00
Aleksander Machniak
7e788e4352 Fix legacy_plugin so it works with assets_path/assets_dir
and also when css/js file URLs do not contain cache buster
2014-12-16 13:52:20 +01:00
Aleksander Machniak
681ba6fc3c Improve system security by using optional special URL with security token
Allows to define separate server/path for image/js/css files
Fix bugs where CSRF attacks were still possible on some requests
2014-12-16 13:28:48 +01:00
Aleksander Machniak
d7cd5ddb86 Add missing composer.json files (skipped because of .gitignore) 2014-12-10 04:06:56 -05:00
Aleksander Machniak
10ea055684 Add missing composer.json files (skipped because of .gitignore) 2014-12-10 10:02:11 +01:00
Aleksander Machniak
1143428dcb Update package.xml -> composer.json 2014-12-10 08:46:00 +01:00
Aleksander Machniak
ef29ac4339 Fix generation of Blowfish-based password hashes (#1490184)
Added password_blowfish_cost config option.
2014-12-09 18:39:55 +01:00
Aleksander Machniak
72b117feb1 Use consistent license identifiers, remove redundant package.xml files 2014-12-09 05:02:13 -05:00
Aleksander Machniak
ecf6c79d00 Bump up version number, remove package.xml file 2014-12-09 04:43:25 -05:00
Aleksander Machniak
defe025b61 Fix button size in Larry 2014-12-09 04:41:29 -05:00
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)
2014-11-27 10:08:55 +01:00
Aleksander Machniak
a94f4be8d2 Fix padding of some form elements 2014-11-12 04:13:39 -05:00
Thomas Bruederli
f652e36b2b Force-pull translations from Transifex 2014-11-12 09:18:58 +01:00
Thomas Bruederli
63dd809b11 Remove empty labels and translation files 2014-11-12 09:07:25 +01:00
Thomas Bruederli
01bc27536a Updated localizations from Transifex 2014-11-10 17:12:45 +01:00
Aleksander Machniak
14094fca82 Remove redundant code 2014-11-03 10:24:04 -05:00
Aleksander Machniak
8cbebcac6a CS fixes and bump version number after PR merge 2014-10-30 12:57:43 +01:00
Aleksander Machniak
a075df6f08 Merge pull request #243 from bnogas/master-p6
Add support for updating identities on each login
2014-10-30 12:54:18 +01:00
Bartlomiej Nogas
385bb6c1e6 Another correction for PR comments 2014-10-30 12:37:53 +01:00
Bartlomiej Nogas
1e89a627e0 Correcting for PR comments + change rcmail to rc 2014-10-29 12:32:57 +01:00
Aleksander Machniak
e979511083 Remove redundant is_file() checks 2014-10-29 11:15:01 +01:00
Bartlomiej Nogas
193a0dddde Add support for updating identities on each login 2014-10-28 17:09:04 +01:00
Jonas Heinrich
fc3ed3fef4 Fixed typo in config 2014-10-27 11:53:35 +01:00
Aleksander Machniak
5010941c43 Update password driver API description 2014-10-26 11:45:30 +01:00
Aleksander Machniak
c8d082a83e Fix syntax error in plesk driver 2014-10-26 11:43:01 +01:00
Aleksander Machniak
c7ac4bbe53 CS fixes after PR merge 2014-10-26 11:37:26 +01:00
Aleksander Machniak
0f711e7bd7 Merge pull request #234 from bnogas/master-p3
Add config option 'acl_group_field' to use as ACL group identifier
2014-10-26 11:34:27 +01:00
Aleksander Machniak
aca8bd2bd6 Merge pull request #235 from bnogas/master-p2
Move plugin configuration to config.inc.php.dist
2014-10-26 11:31:53 +01:00
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.
2014-10-22 14:29:44 +02:00
Bartlomiej Nogas
c1e2ce76c7 Add configuration option 'acl_group_field' to use as ACL group identifier 2014-10-21 12:05:35 +02:00
Bartlomiej Nogas
d6c1a1af9d Move plugin configuration to config.inc.php.dist 2014-10-20 21:05:16 +02:00
Aleksander Machniak
e2251db1d5 CS fixes after PR merge 2014-10-18 15:27:31 +02:00
Aleksander Machniak
111af7f077 Merge pull request #222 from bnogas/master
Support for multiple email addresses in new_user_identity plugin
2014-10-18 15:24:15 +02:00
Aleksander Machniak
d26e94ae94 Small CS fixes after PR merge 2014-10-18 14:50:10 +02:00
Lorenzo Perone
84296e1b93 fix indent to match style in ldap.php (tabs to spaces) 2014-10-16 16:47:35 +02:00
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)
2014-10-14 23:22:46 +02:00
Aleksander Machniak
0ea079d604 dirname(__FILE__) -> __DIR__ 2014-10-13 14:41:55 +02:00
Aleksander Machniak
78bee8b8b6 Fix regression in SHAA password generation in ldap driver of password plugin (#1490094) 2014-10-10 10:25:52 +02:00
Aleksander Machniak
6c6991fb53 Shrinked some images with TinyPNG (saved 38%) 2014-10-07 10:41:04 +02:00
Bartlomiej Nogas
6035e36086 Support for multiple email addresses added 2014-09-23 14:16:45 +02:00
Aleksander Machniak
34a0902089 Use consistent column/table quoting in sql queries 2014-09-12 14:37:51 +02:00
Aleksander Machniak
9dd327b400 Remove new_link argument usage, we don't need it anymore 2014-09-09 13:50:35 +02:00