Commit Graph

466 Commits (022f510365c2656737842c92b77c496e7d2f1044)

Author SHA1 Message Date
Aleksander Machniak 022f510365 Fix issue in displaying filter form when managesieve_kolab_master=true
and sieve variables extension is supported by the server (#1489599)
11 years ago
Aleksander Machniak 9a0900e4a1 Fix issue where multi-select fields were not visible in new filter action rows (#1489600) 11 years ago
Aleksander Machniak a329ccd9c9 Fix issue where folder selector wasn't visible on new filter form 11 years ago
Thomas Bruederli a23a2b3039 Update env in main window for ACL dialog autocompletion (#1489594) 11 years ago
Aleksander Machniak e7881f058a Merge pull request #166 from tillkruess/master
security fix for domainfactory password plugin driver
11 years ago
Till Krüss 334475a50b prevent unwanted code execution via CURLOPT_POSTFIELDS 11 years ago
Thomas Bruederli e837d8515a Hide autocompletion results when closing ACL dialog; use default table styles 11 years ago
Thomas Bruederli 327bd305d6 Bump ACL plugin version 11 years ago
Thomas Bruederli affabd9a4b Fix some glitches in ACL table display 11 years ago
Thomas Bruederli f147849bb0 Use standard dialog popups for the ACL permissions form; that will open it in the main window with enoough space and better UI integration 11 years ago
Thomas Bruederli 774deaded1 Don't EVER log passwords 11 years ago
Thomas Bruederli 254e284d21 Point to the new public URI for online help 11 years ago
Thomas Bruederli 8404fe9e32 Updated localizations from Transifex 11 years ago
Thomas Bruederli 419c090fd9 Update to jQuery UI 1.9.2 (without themes) 11 years ago
Thomas Bruederli 4f9bd08469 Fix icon position after listicons.png update 11 years ago
Aleksander Machniak fac59dc441 Added move/copy icons, improved edit icon and some icon positions 11 years ago
Aleksander Machniak eaf9d81ee9 CS fixes 11 years ago
Aleksander Machniak 2eef77c6e3 Fix issue where filesystem path was added to all-attachments (zip) file (#1489507) 11 years ago
Aleksander Machniak 4e040e304f Add Filters tab using plugin API hook 11 years ago
Aleksander Machniak 30ceb69eb5 Fix fatal error after last fix 11 years ago
Aleksander Machniak 14ace838c1 Fix references to 'default' skin 11 years ago
Aleksander Machniak 3e98f8be71 Add some code for S/MIME signatures verification, update Crypt_GPG package 11 years ago
Aleksander Machniak 6b2b2eca5f Remove deprecated functions (these listed in bc.php file) usage 11 years ago
Aleksander Machniak 538e64c572 Fix Closure-compiler warnings, small code improvements 11 years ago
Aleksander Machniak 7b1969ad60 Fix icon on archive folder (after changes in classic skin) and
fix icon on subfolders of archive folder
11 years ago
Aleksander Machniak 27f0c2723b Nicely handle server-side modification of script names (#1489412) 11 years ago
Thomas Bruederli 3b95e24fbb Updated localizations from Transifex 11 years ago
Aleksander Machniak 067d3dc44a Fix redundant/missing closing div tags 11 years ago
Aleksander Machniak 72dc3c0faf Fix typos 11 years ago
Aleksander Machniak b5117238db Merge branch 'master' of github.com:roundcube/roundcubemail 11 years ago
Aleksander Machniak aac4b452a3 Bump version to 7.1 11 years ago
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)
11 years ago
Thomas Bruederli 34003c5fa5 Display status messages as pile of black bars overlaying the UI in order to improve visibility (#1488974) 11 years ago
Aleksander Machniak 30a26c964d Syntax fix for IE7 11 years ago
Aleksander Machniak a96a22cc3e Merge pull request #141 from rasky/http_without_pwd
Allow HTTP authentication without password.
11 years ago
Aleksander Machniak 393c868e8e Substitute variables in 'password_ldap_search_base' value 11 years ago
Aleksander Machniak 3433637cb9 Fix archive button state (i.e. checking if current folder is archive folder) 11 years ago
Thomas Bruederli c353958cfb Move help plugin UI initialization to startup hook 11 years ago
Aleksander Machniak d4f27d90d5 Merge pull request #136 from tillkruess/extend-df-password-driver
Extend domainfactory password driver
11 years ago
Aleksander Machniak 6a91448aee Improve performance and code readability by using String's startsWith() method, other code improvements 11 years ago
Thomas Bruederli 5b334509a8 Updated localizations from Transifex 11 years ago
Aleksander Machniak 442f37c313 Fix list update after archive action on search result 11 years ago
Aleksander Machniak 07f161dd4e Improved checking if current folder is an archive folder (or subfolder) 11 years ago
Aleksander Machniak 11075979a6 Update authors and version numbers 11 years ago
Aleksander Machniak 691cbc276d Fix archive action for all messages in a folder (#1489405) 11 years ago
Aleksander Machniak a6cc96a55d Fix archive button on messages page when using archive_type != '' (#1489404) 11 years ago
Aleksander Machniak 2143a64873 Performance improvement - call IMAP LIST only once 11 years ago
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.
11 years ago
Thomas Bruederli 6f04daa754 Decorate drop-down menus in datepicker title 11 years ago
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.
11 years ago