Commit Graph

6901 Commits (12e93ca2b04ec1eef6fee26e6a9155013f2a099d)
 

Author SHA1 Message Date
Thomas Bruederli 12e93ca2b0 Optimize and preload message icons 12 years ago
Thomas Bruederli 34003c5fa5 Display status messages as pile of black bars overlaying the UI in order to improve visibility (#1488974) 12 years ago
Aleksander Machniak b7fb20af3a Fix issue where subject input might get filled with "null" string (IE8) 12 years ago
Aleksander Machniak 303e21fc63 Replace Array.indexOf() with jQuery.inArray() for older browsers (IE<9) 12 years ago
Aleksander Machniak 5bd8712f71 Fix folders sorting procedure.
Fixes the issue where after creating a folder with name 'Abc abc'
it were added before existing subfolders of folder 'Abc' and after 'Abc'.
12 years ago
Aleksander Machniak 75e52852dd Added CVE number to changelog entry 12 years ago
Aleksander Machniak f13ae32aec Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Aleksander Machniak 978ff8794f Make sort_folder_list() public 12 years ago
Thomas Bruederli aef6ed4702 Add hook to notify plugins about message sending errors 12 years ago
Aleksander Machniak 3b8a7918fc Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Aleksander Machniak 4c8491275c Small fixes: variable scope 12 years ago
Aleksander Machniak ba2d42f0be Fix attachment menu link in IE8 12 years ago
Aleksander Machniak 30a26c964d Syntax fix for IE7 12 years ago
Aleksander Machniak 37c3c55160 Bring back empty directories 12 years ago
Aleksander Machniak fdf79703e2 Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Aleksander Machniak 3373e4ae10 Fix browser version detection and failing tests 12 years ago
Aleksander Machniak 8328d0643e Code improvements and some unification with browser detection code in javascript 12 years ago
Aleksander Machniak 51fe045a04 Fix deprecated function usage 12 years ago
Thomas Bruederli fa635d8862 Make $force parameter only override the task check for required plugins (#1489437) 12 years ago
Thomas Bruederli f9c8e8285b Move 'advanced' block to the end of the settings form 12 years ago
Thomas Bruederli f8101fff1e Accept text/html parts inside multipart/mixed parts as HTML contents 12 years ago
Thomas Bruederli f9a8189423 Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Thomas Bruederli 57def0d195 Use absolute paths in default config 12 years ago
Aleksander Machniak f03ed8d9bb Fix (again) IE11 detection where document.all is not defined.
@TODO: review our document.all uses.
12 years ago
Aleksander Machniak 5e4894a916 Fix bgcolor attribute handling 12 years ago
Aleksander Machniak 741ddced5b Fix Internet Explorer 11 detection (#1489434) 12 years ago
Thomas Bruederli 596301c10b Reset $part_orig_mimetype variable in for-loop. This avoids attachments along with message/rfc822 parts being listed twice 12 years ago
Thomas Bruederli 2af3748596 Clean HTML message body from URL parameters after enabling HTML mode in commit e957bfec 12 years ago
Thomas Bruederli cf31954661 Make require_plugin() force loading of the required plugin 12 years ago
Thomas Bruederli e957bfecdf Allow plugins to override message compose mode 12 years ago
Thomas Bruederli 38c9df8e97 Add public_html directory to be used as document root or alias directory for Roundcube installations. This will only expose the required resources to public access 12 years ago
Aleksander Machniak 8d91770bcc Do not start autocomplete request on arrow keys press 12 years ago
Thomas Bruederli ceb2a31b38 Compare draft message-ID when restoring local message contents 12 years ago
Thomas Bruederli 7bfc02e122 Track typing activity in HTML editor 12 years ago
Thomas Bruederli 87b513853c Better button text for message restore dialog 12 years ago
Thomas Bruederli 8c74925df1 Track typing in compose screen and only update local storage on activity 12 years ago
Thomas Bruederli 85e60ada15 First version of the local storage compose data saving feature; some behavioral improvements and encrytion are still to be added 12 years ago
Thomas Bruederli e46d060a4a Fix errors in error page :-) 12 years ago
Thomas Bruederli 12f0e06fcf Fix listicons image with wrong message header icon 12 years ago
Thomas Bruederli ef14bd0d8d Better icon for advanced settings blocks; message list row borders 12 years ago
Thomas Bruederli 7863921d53 Adjust recipients textarea size according to conent.
This reduces the height to 1 row on Firefox < 25 which renders textareas rows+1 heigh (#1489198)
12 years ago
Thomas Bruederli 7a98df9185 Update Changelog 12 years ago
Thomas Bruederli ccc2ace07f Adjust date column size to fit the widest possible date format (#1489368) 12 years ago
Thomas Bruederli 677b6c518a Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Thomas Bruederli 4a05e8a7e8 Finish advanced prefs feature (#1488829) 12 years ago
Aleksander Machniak a96a22cc3e Merge pull request #141 from rasky/http_without_pwd
Allow HTTP authentication without password.
12 years ago
Thomas Bruederli 29b2937f7b Add filetype icons for Powerpoint and Openoffice Presentations (#1489225) 12 years ago
Aleksander Machniak 393c868e8e Substitute variables in 'password_ldap_search_base' value 12 years ago
Aleksander Machniak 5983ee0f18 Fix categories/groups import from csv 12 years ago
Aleksander Machniak 3433637cb9 Fix archive button state (i.e. checking if current folder is archive folder) 12 years ago