Commit Graph

412 Commits

Author SHA1 Message Date
Thomas
d016dcc6f6 Refactor multi-threaded autocomple contact searching to make it available for other purposes, too 2013-10-09 12:02:52 +02:00
Aleksander Machniak
8c0ee424af Update composer.json file with Net_Sieve package requirement 2013-10-08 10:52:42 +02:00
Thomas Bruederli
f93e0b3a14 Synchronized localization files from Transifex 2013-10-07 16:29:40 +02:00
Aleksander Machniak
4daaa09438 Move PEAR libs from plugins into main Roundcube lib directory,
list them as dependencies in INSTALL file (#1489182)
2013-10-06 15:02:25 +02:00
Aleksander Machniak
bba13c33a0 Fix sound notification in Internet Explorer (use mp3 file for IE and
other browsers which support audio/mp3 files)
2013-10-04 18:27:32 +02:00
Aleksander Machniak
b3e25974b1 Fix typo: occured -> occurred (#1489366) 2013-10-04 13:35:16 +02:00
Aleksander Machniak
0f4806ede6 Added managesieve_domains option to limit redirect destinations 2013-10-03 11:07:00 +02:00
Thomas Bruederli
38ab0be093 Created composer.json files for default plugins 2013-09-28 13:03:57 +02:00
Thomas Bruederli
cf46aefd9d Make password plugin use the new 'settings_actions' hook to register its link in the settings navigation 2013-09-28 12:04:35 +02:00
Aleksander Machniak
99de1fdd26 In password ldap_simple driver: added LDAP debug, added password_ldap_bind
hook, so other plugins can provide user DN for password change
2013-09-27 13:12:17 +02:00
Aleksander Machniak
19884ec5d2 Code improvements, remove code duplication 2013-09-23 12:53:58 +02:00
Aleksander Machniak
6776d31cee Add new password encodage ('ad') in ldap password drivers (#1489349) 2013-09-23 12:40:25 +02:00
Aleksander Machniak
0b17aae0cd Fix setting domain in virtualmin password driver (#1489332) 2013-09-23 11:40:24 +02:00
Aleksander Machniak
439fd773e3 Fix typo in last commit and some managesieve tests (where we changed
:comparator position)
2013-09-20 12:17:30 +02:00
Aleksander Machniak
889c76cbdc Fix so i;ascii-numeric comparator is not forced as default for :count and :value operators
Fix date/currentdate related form issues and comparators handling (#1489346)
2013-09-20 12:11:31 +02:00
Aleksander Machniak
8f62cfa4c8 Hide advanced rule modifier for 'date' and 'currentdate' rules 2013-09-20 10:02:40 +02:00
Aleksander Machniak
962eff7dfe Fix bug where at least one additional address of vacation message was required (#1489345) 2013-09-20 08:34:55 +02:00
Aleksander Machniak
b334a01791 Merge branch 'master' of github.com:roundcube/roundcubemail 2013-09-20 08:18:54 +02:00
Aleksander Machniak
1bfd8ac27a Fix typo 2013-09-20 08:18:37 +02:00
Aleksander Machniak
1f22878608 In password virtualmin driver removed support for username in format based on user alias (#1489332) 2013-09-15 09:10:07 +02:00
Aleksander Machniak
f806ed5c9e Implemented configurable timeout for desktop notification (#1489205) 2013-09-12 12:06:12 +02:00
Aleksander Machniak
09fed60218 Add common headers to header selector (#1489271) 2013-09-09 08:54:43 +02:00
Aleksander Machniak
f49e28e4a6 Fix newmail_notifier issue where favicon wasn't changed back to default (#1489313)
Conflicts:

	CHANGELOG
2013-08-30 10:39:42 +02:00
Aleksander Machniak
05da1577aa Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285)
Added possibility to register flag mappings by a plugin.
2013-08-29 09:20:33 +02:00
Aleksander Machniak
cccf8a5b08 Make save() method less memory consumptive, do not return attachment body 2013-08-25 13:41:48 +02:00
Aleksander Machniak
6efadfc8d3 Fix so additional headers are added to all messages sent (#1489284) 2013-08-25 09:03:01 +02:00
Aleksander Machniak
1305079d75 Fix error on new mail (message's headers object doesn't exist) 2013-08-25 08:58:01 +02:00
Thomas Bruederli
eef9eb1146 Synchronized localization files from Transifex 2013-08-21 09:44:27 +02:00
Aleksander Machniak
bcedf05d19 s/$rcmail_config/$config/ also for plugins configuration 2013-08-20 19:23:59 +02:00
Aleksander Machniak
1302fdd6c9 Merge pull request #104 from simonpl/master
Added README section for vpopmaild driver at the password-plugin
2013-08-14 22:54:39 -07:00
Thomas Bruederli
465fc3a4c7 Fix documentation with new config variable name 2013-08-14 23:33:36 +02:00
simonp
5b5651a095 Added README section for vpopmaild driver at the password-plugin 2013-08-14 21:53:14 +02:00
Aleksander Machniak
c9f779d036 Remove debug code 2013-08-07 10:27:49 +02:00
Aleksander Machniak
b825f86108 Move identity selection based on non-standard headers into (new) identity_select plugin (#1488553) 2013-08-04 10:41:02 +02:00
Aleksander Machniak
b2c5869fe2 Skip optional :all modified in address/envelope rule 2013-08-02 09:22:31 +02:00
Aleksander Machniak
2feba7bf4d Use absolute path in require 2013-08-02 09:17:44 +02:00
Aleksander Machniak
9f324e3a1b Merge branch 'master' of github.com:roundcube/roundcubemail 2013-08-01 14:23:43 +02:00
Aleksander Machniak
055c263663 Fix regexp escaping 2013-08-01 14:23:20 +02:00
Aleksander Machniak
dda39aab1d Support 'keep' action (#1489226) 2013-08-01 10:36:52 +02:00
Aleksander Machniak
5d0cb00d5e Fix removing attachments from the list with database_attachments plugin 2013-07-31 14:11:59 +02:00
Thomas B.
5acb99a498 Merge pull request #87 from rimas-kudelis/master
Merge pull request #87 from rimas-kudelis: additions to newmail_notifier
2013-07-16 23:32:07 -07:00
Thomas Bruederli
7b69636a70 Merge branch 'patch-1' of https://github.com/gerundt/roundcubemail into gerundt-patch-1
from pull request #74
2013-07-17 08:24:16 +02:00
Thomas Bruederli
71b577ea7d Added Luxembourgish localizations 2013-07-17 08:18:48 +02:00
Rimas Kudelis
67a5252613 Extend basic notification to add a star icon overlay if we're in IE Pinned site mode (Win7+).
The star icon is taken from Xiao Icon set (http://delacro.deviantart.com/art/Xiao-Icon-84772282).
2013-07-12 22:28:34 +03:00
Rimas Kudelis
28d3ba505d Don't set the dn variable unless it's needed. 2013-07-12 22:22:08 +03:00
Thomas Bruederli
0703bfecd0 Merged configuration refactoring from 'dev_config' branch back into master (#1487311) 2013-07-10 22:49:12 +02:00
Thomas Bruederli
d8e1016109 Fix opening in new window; keep extwin mode when switching help actions 2013-07-09 17:02:51 +02:00
Thomas Bruederli
c795d528f9 Open help window in small mode; add more index links 2013-07-08 19:41:06 +02:00
Aleksander Machniak
eabc0564cd Help plugin: CSS fixes, content frame scrollbar fix, about page (classic skin) fix 2013-07-05 10:40:32 +02:00
Thomas Bruederli
08167e9114 Improve help plugin with some options to display contents according to the current task/step 2013-07-04 14:51:58 +02:00