Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-05 | Keep all security rules in one place, support Apache 2.4 syntax | Aleksander Machniak | |
2013-11-05 | Merge pull request #148 from raoulbhatia/master | Aleksander Machniak | |
Enhance .htaccess security rules | |||
2013-11-04 | Merge pull request #152 from cmcnulty/control-shift | Aleksander Machniak | |
Reset shift_start on control select | |||
2013-11-04 | Code improvements | Aleksander Machniak | |
2013-11-04 | Move help plugin UI initialization to startup hook | Thomas Bruederli | |
2013-11-04 | Merge pull request #136 from tillkruess/extend-df-password-driver | Aleksander Machniak | |
Extend domainfactory password driver | |||
2013-11-04 | Improve identity selection based on From: header (#1489378) | Aleksander Machniak | |
2013-11-03 | Fix issue where mails with inline images of the same name contained only the ↵ | Aleksander Machniak | |
first image multiple times (#1489406) | |||
2013-11-02 | Remove duplicate languages on spellchecker langs list (#1489395) | Aleksander Machniak | |
2013-11-02 | Fix list record selection on lists with toggleselect:true, i.e. folder manager | Aleksander Machniak | |
- this is a regression in recent keyboard handling refactoring (#1489408) | |||
2013-10-30 | need to reset shift_start on control select | cmcnulty | |
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) | |||
2013-10-30 | Improve performance and code readability by using String's startsWith() ↵ | Aleksander Machniak | |
method, other code improvements | |||
2013-10-30 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2013-10-30 | Fix function calls after refactoring | Thomas Bruederli | |
2013-10-30 | CS fixes | Aleksander Machniak | |
2013-10-30 | Fix drag-n-drop broken in bc35e865 | Aleksander Machniak | |
2013-10-30 | Eliminate "blinking" loading icon in browser on messages selection | Aleksander Machniak | |
- do not assign location.href to the same value as it is | |||
2013-10-30 | Bring back fix for #1489396, unintentionally removed in another pull request | Aleksander Machniak | |
2013-10-30 | Fix Ctrl+click selection after recent refactorings of keyboard nawigation on ↵ | Aleksander Machniak | |
list widget | |||
2013-10-30 | Update changelog | Aleksander Machniak | |
2013-10-30 | Merge pull request #151 from cmcnulty/new-key-navigation | Aleksander Machniak | |
Spacebar for message selection, left/right arrow for thread collapse/expand | |||
2013-10-30 | Update changelog | Aleksander Machniak | |
2013-10-30 | Merge pull request #149 from cmcnulty/1489403 | Aleksander Machniak | |
#1489403 - fixes scrolling issues when highlighted message is below header. | |||
2013-10-30 | Add note about txclib bug and a link to the fix | Aleksander Machniak | |
2013-10-30 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2013-10-30 | Updated localizations from Transifex | Thomas Bruederli | |
2013-10-30 | Merge pull request #150 from cmcnulty/1489396 | Aleksander Machniak | |
fix #1489396 - make home/end key behavior consistent | |||
2013-10-30 | Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734) | Aleksander Machniak | |
2013-10-30 | Fix small regression in #listmenu | Aleksander Machniak | |
2013-10-30 | Fix list update after archive action on search result | Aleksander Machniak | |
2013-10-30 | Improved checking if current folder is an archive folder (or subfolder) | Aleksander Machniak | |
2013-10-30 | Update authors and version numbers | Aleksander Machniak | |
2013-10-30 | Fix archive action for all messages in a folder (#1489405) | Aleksander Machniak | |
2013-10-30 | Fix typo in last commit | Aleksander Machniak | |
2013-10-30 | Move setting _next_uid to selection_post_data() | Aleksander Machniak | |
2013-10-30 | Fix archive button on messages page when using archive_type != '' (#1489404) | Aleksander Machniak | |
2013-10-30 | Performance improvement - call IMAP LIST only once | Aleksander Machniak | |
2013-10-30 | Make sure all folders in the path are created - ie. if archive folder | Aleksander Machniak | |
is configured as Archive/YYYY/MM, create both Archive/YYYY and Archive/YYYY/MM. | |||
2013-10-29 | Revert "simplify home/end key behavior" | cmcnulty | |
This reverts commit 3bef61232bc2e0e470a66dda6d88248100fdc36f. | |||
2013-10-29 | replace space bar with arrow key thread handling | cmcnulty | |
and switch spacebar to select messages | |||
2013-10-29 | simplify home/end key behavior | cmcnulty | |
Makes the home/end keys behave like every other mechanism for selecting records. | |||
2013-10-29 | fix scrolling up | cmcnulty | |
Make sure that the fixed header is never over a message | |||
2013-10-29 | Fix an issue where pressing minus key on contacts list was hiding list ↵ | Aleksander Machniak | |
records (#1489393) | |||
2013-10-29 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2013-10-29 | Avoid duplicate elements with the same id in HTML. Fixes broken icons in ↵ | Thomas Bruederli | |
classic skin. | |||
2013-10-28 | Fixed saving contact birthday/anniversary dates before 01-01-1970 | Aleksander Machniak | |
2013-10-28 | Update changelog | Aleksander Machniak | |
2013-10-28 | Merge pull request #146 from cmcnulty/1489397 | Aleksander Machniak | |
1489397 - fix shift-down arrow key over thread when going up | |||
2013-10-27 | Deny access to all files not containing a . (dot) to block access to ↵ | Raoul Bhatia | |
different README, ChangeLog, etc. files of various skins and plugins. Do not check case for default README/INSTALL/LICENE files. | |||
2013-10-26 | Updated Changelog | Thomas Bruederli | |