Commit Graph

6983 Commits (a520f331c16fc703cc92d5b9853fb91805f82305)
 

Author SHA1 Message Date
Thomas Bruederli cf31954661 Make require_plugin() force loading of the required plugin 11 years ago
Thomas Bruederli e957bfecdf Allow plugins to override message compose mode 11 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 11 years ago
cmcnulty c07b7b7143 apply focused styles to address book and classic skin 11 years ago
Aleksander Machniak 8d91770bcc Do not start autocomplete request on arrow keys press 11 years ago
Thomas Bruederli ceb2a31b38 Compare draft message-ID when restoring local message contents 11 years ago
Thomas Bruederli 7bfc02e122 Track typing activity in HTML editor 11 years ago
Thomas Bruederli 87b513853c Better button text for message restore dialog 11 years ago
Thomas Bruederli 8c74925df1 Track typing in compose screen and only update local storage on activity 11 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 11 years ago
Thomas Bruederli e46d060a4a Fix errors in error page :-) 11 years ago
cmcnulty fc5457d8ba remove remnant of focus td 11 years ago
cmcnulty c503ee45ed remerge with master 11 years ago
cmcnulty 1f70596882 CSS only solution to focused messages 11 years ago
Thomas Bruederli 12f0e06fcf Fix listicons image with wrong message header icon 11 years ago
Thomas Bruederli ef14bd0d8d Better icon for advanced settings blocks; message list row borders 11 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)
11 years ago
Thomas Bruederli 7a98df9185 Update Changelog 11 years ago
Thomas Bruederli ccc2ace07f Adjust date column size to fit the widest possible date format (#1489368) 11 years ago
Thomas Bruederli 677b6c518a Merge branch 'master' of github.com:roundcube/roundcubemail 11 years ago
Thomas Bruederli 4a05e8a7e8 Finish advanced prefs feature (#1488829) 11 years ago
Aleksander Machniak a96a22cc3e Merge pull request #141 from rasky/http_without_pwd
Allow HTTP authentication without password.
11 years ago
Thomas Bruederli 29b2937f7b Add filetype icons for Powerpoint and Openoffice Presentations (#1489225) 11 years ago
Aleksander Machniak 393c868e8e Substitute variables in 'password_ldap_search_base' value 11 years ago
Aleksander Machniak 5983ee0f18 Fix categories/groups import from csv 11 years ago
Aleksander Machniak 3433637cb9 Fix archive button state (i.e. checking if current folder is archive folder) 11 years ago
Aleksander Machniak 96247867f2 Fix operations on folders with trailing spaces in name (#1489419) 11 years ago
Aleksander Machniak d1a17029a3 Better handling of fopen() errors 11 years ago
Thomas Bruederli 884e1ecce9 Merge branch 'master' of github.com:roundcube/roundcubemail 11 years ago
Thomas Bruederli 1e7d1240ed Avoid rcube_session::reload() to reset previous changes. This fixes parallel attachment uploads that could get lost when using the database_attachments plugin 11 years ago
cmcnulty 9a7258a368 fixed some whitespace stuff 11 years ago
cmcnulty 6c0b1fde43 Move focus column to the left-most side 11 years ago
Aleksander Machniak 00de8ddf8d Small performance improvements, use str_replace() instead of strtr(),
do not parse query if there are no params to replace,
keep one instance of (potentially long) query less in memory
11 years ago
Aleksander Machniak 5c7bbfcd59 Fix regression where child messages on collapsed thread weren't selected
on move/delete action (#1489415)
11 years ago
Aleksander Machniak 88934b6132 Keep all security rules in one place, support Apache 2.4 syntax 11 years ago
Aleksander Machniak 540e112bd8 Merge pull request #148 from raoulbhatia/master
Enhance .htaccess security rules
11 years ago
Aleksander Machniak 5e3e4fe0c6 Merge pull request #152 from cmcnulty/control-shift
Reset shift_start on control select
11 years ago
Aleksander Machniak 04fbc555b9 Code improvements 11 years ago
Charles McNulty d1a7952c6b Merge remote branch 'upstream/master' into row-focus 11 years ago
Charles McNulty 48f65c6a71 tiny-focus column for determining where focus should be 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
cmcnulty 5a870688b0 Merge remote-tracking branch 'upstream/master' into row-focus 11 years ago
cmcnulty c99901fd16 style for focused messages 11 years ago
Aleksander Machniak a8b004e8d8 Improve identity selection based on From: header (#1489378) 11 years ago
Aleksander Machniak e28b12259f Fix issue where mails with inline images of the same name contained only the first image multiple times (#1489406) 11 years ago
Aleksander Machniak 64cb702847 Remove duplicate languages on spellchecker langs list (#1489395) 11 years ago
Aleksander Machniak 052a6a4d65 Fix list record selection on lists with toggleselect:true, i.e. folder manager
- this is a regression in recent keyboard handling refactoring (#1489408)
11 years ago
cmcnulty e769a7b588 need to reset shift_start on control select
reproduce steps: shift-select some messages, hold down control and
select another message.  hold down shift+control and select more
messages - desired behavior, two separate ranges of selected messages.
(consistent with outlook/thunderbird/windows explorer)
11 years ago
Aleksander Machniak 6a91448aee Improve performance and code readability by using String's startsWith() method, other code improvements 11 years ago