Commit Graph

448 Commits

Author SHA1 Message Date
Aleksander Machniak
4e040e304f Add Filters tab using plugin API hook 2014-01-04 11:18:52 +01:00
Aleksander Machniak
30ceb69eb5 Fix fatal error after last fix 2013-12-30 15:33:56 +01:00
Aleksander Machniak
14ace838c1 Fix references to 'default' skin 2013-12-29 12:02:04 +01:00
Aleksander Machniak
3e98f8be71 Add some code for S/MIME signatures verification, update Crypt_GPG package 2013-12-27 13:14:40 +01:00
Aleksander Machniak
6b2b2eca5f Remove deprecated functions (these listed in bc.php file) usage 2013-12-22 14:12:15 +01:00
Aleksander Machniak
538e64c572 Fix Closure-compiler warnings, small code improvements 2013-12-18 20:57:35 +01:00
Aleksander Machniak
7b1969ad60 Fix icon on archive folder (after changes in classic skin) and
fix icon on subfolders of archive folder
2013-12-16 09:01:14 +01:00
Aleksander Machniak
27f0c2723b Nicely handle server-side modification of script names (#1489412) 2013-12-09 11:40:03 +01:00
Thomas Bruederli
3b95e24fbb Updated localizations from Transifex 2013-11-28 20:06:55 +01:00
Aleksander Machniak
067d3dc44a Fix redundant/missing closing div tags 2013-11-22 11:51:18 +01:00
Aleksander Machniak
72dc3c0faf Fix typos 2013-11-22 10:09:18 +01:00
Aleksander Machniak
b5117238db Merge branch 'master' of github.com:roundcube/roundcubemail 2013-11-22 09:24:32 +01:00
Aleksander Machniak
aac4b452a3 Bump version to 7.1 2013-11-22 09:23:30 +01:00
Aleksander Machniak
78ef00f12d Fix a bug where deleted filter was not removed from the list
(because now list widget's 'rows' property is of type object not array)
2013-11-22 09:21:36 +01:00
Thomas Bruederli
34003c5fa5 Display status messages as pile of black bars overlaying the UI in order to improve visibility (#1488974) 2013-11-22 09:04:29 +01:00
Aleksander Machniak
30a26c964d Syntax fix for IE7 2013-11-20 19:40:05 +01:00
Aleksander Machniak
a96a22cc3e Merge pull request #141 from rasky/http_without_pwd
Allow HTTP authentication without password.
2013-11-08 01:52:35 -08:00
Aleksander Machniak
393c868e8e Substitute variables in 'password_ldap_search_base' value 2013-11-08 08:19:11 +01:00
Aleksander Machniak
3433637cb9 Fix archive button state (i.e. checking if current folder is archive folder) 2013-11-07 15:49:14 +01:00
Thomas Bruederli
c353958cfb Move help plugin UI initialization to startup hook 2013-11-04 19:19:50 +01:00
Aleksander Machniak
d4f27d90d5 Merge pull request #136 from tillkruess/extend-df-password-driver
Extend domainfactory password driver
2013-11-04 08:53:42 -08:00
Aleksander Machniak
6a91448aee Improve performance and code readability by using String's startsWith() method, other code improvements 2013-10-30 19:51:55 +01:00
Thomas Bruederli
5b334509a8 Updated localizations from Transifex 2013-10-30 12:20:19 +01:00
Aleksander Machniak
442f37c313 Fix list update after archive action on search result 2013-10-30 11:02:34 +01:00
Aleksander Machniak
07f161dd4e Improved checking if current folder is an archive folder (or subfolder) 2013-10-30 10:42:23 +01:00
Aleksander Machniak
11075979a6 Update authors and version numbers 2013-10-30 10:37:05 +01:00
Aleksander Machniak
691cbc276d Fix archive action for all messages in a folder (#1489405) 2013-10-30 10:32:48 +01:00
Aleksander Machniak
a6cc96a55d Fix archive button on messages page when using archive_type != '' (#1489404) 2013-10-30 10:02:48 +01:00
Aleksander Machniak
2143a64873 Performance improvement - call IMAP LIST only once 2013-10-30 09:47:56 +01:00
Aleksander Machniak
d72a41dc8e Make sure all folders in the path are created - ie. if archive folder
is configured as Archive/YYYY/MM, create both Archive/YYYY and Archive/YYYY/MM.
2013-10-30 09:35:03 +01:00
Thomas Bruederli
6f04daa754 Decorate drop-down menus in datepicker title 2013-10-22 11:40:37 +02:00
Giovanni Bajo
35533c3622 Allow HTTP authentication without password.
This makes it the plugin useful for any form of webserver-based
authentication (CAS, SAML, etc.); of course, other plugins will
have to be installed to handle connections to the IMAP/SMTP
servers, but at least they don't need to duplicate the basic
HTTP authentication functionality.
2013-10-20 13:37:17 +02:00
Till Krüss
910a3581be check if password was changed successfully, before looking for error messages 2013-10-15 18:13:24 +08:00
Till Krüss
0f4c9b850f check if the new password matched the requirements; code cleanup 2013-10-15 17:56:03 +08:00
Aleksander Machniak
4136174517 Clean up translations once again, this time remove untranslated strings for all langs 2013-10-10 19:21:14 +02:00
Aleksander Machniak
9377edc497 More lceanup 2013-10-09 20:12:00 +02:00
Aleksander Machniak
3d9e683cda Added plugin localizations 2013-10-09 20:04:53 +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