Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-03Fix shift + drag'n'drop menu not working Elastic skin with Chrome browser ↵Aleksander Machniak
(#8107)
2021-06-17Elastic: Fix focused or disabled button colorsAleksander Machniak
2021-03-06Fix bug causing some HTML message content to be not centered in Elastic skin ↵Aleksander Machniak
(#7911)
2021-01-09Elastic: Lessc v4 comptibility issue (#7808)Aleksander Machniak
2021-01-09Fix less mixins to be compatible with lessc 3.x and 4.x (#7815)Michal Duda
2020-09-24Fix scroll jump on key press in plain text mode of the HTML editor (#7622)Aleksander Machniak
2020-07-27Elastic: Fix deleted and replied+forwarded icons on messages list (#7503)Aleksander Machniak
2020-07-22Elastic: Fix redundant scrollbar in plain text editor on mail reply (#7500)Aleksander Machniak
2020-06-13Elastic: Fix context menu (paste) on the recipient input (#7431)Aleksander Machniak
2020-05-23Elastic: Fix aspect ratio of a contact photo in mail preview (#7339)Aleksander Machniak
2020-05-10Show Encrypt button w/Mailvelope, even if disabledChristopher Gurnee
Before the Elastic skin would keep it hidden until enabled, closes #7353
2020-05-02Fix missing flag indication on collapsed thread in Larry and Elastic (#7366)Aleksander Machniak
2020-04-04Elastic: Restrict logo size in print view (#7275)Aleksander Machniak
2020-03-20Elastic: Fix color of a folder with recent messages (#7281)Aleksander Machniak
2020-03-08Fix so button label in Select image/media dialogs is "Close" not "Cancel" ↵Aleksander Machniak
(#7246)
2020-03-01Fix scroll-jump in MS Edge when using autoresizeable textarea (#7230)Aleksander Machniak
2020-03-01Elastic: Fix recipient input bug when using click to select a contact from ↵Aleksander Machniak
autocomplete list (#7231)
2020-03-01Elastic: Fix text selection with Shift+PageUp and Shift+PageDown in plain ↵Aleksander Machniak
text editor when using Chrome (#7230)
2020-01-27Fix bug where it wasn't possible to save flag actions (#7188)Aleksander Machniak
Display proper error when no flag is selected.
2020-01-18Elastic: Fix disappearing sidebar in mail compose after clicking Mail buttonAleksander Machniak
Elastic: Fix incorrect aria-disabled attribute on Mail taskmenu button in mail compose
2020-01-16Elastic: Fix non-working folder subscription checkbox for newly added ↵Aleksander Machniak
folders (#7174)
2020-01-13Elastic: Fix text selection in recipient inputs (#7129)Aleksander Machniak
2020-01-05Elastic: Fix bug where it was possible to switch editor mode when ↵Aleksander Machniak
'htmleditor' was in 'dont_override' (#7143)
2019-12-18Elastic: Fix hidden list widget on mobile/tablet when selecting folder while ↵Aleksander Machniak
search menu is open (#7120)
2019-12-18Plugin API: Make actionbefore, before<action>, actionafter and after<action> ↵Aleksander Machniak
events working with plugin actions (#7106)
2019-12-15Elastic: Simple search in pretty selects (#7072)Aleksander Machniak
2019-11-29Elastic: Fix contrast of warning toasts (#7058)Aleksander Machniak
Add some color variables and slightly make bg-color stronger on "box" messages.
2019-11-22Elastic: Remove redundant listmenulink elementsAleksander Machniak
2019-11-18Elastic: Fix language icon (#6624)Aleksander Machniak
2019-11-15Elastic: Fix data-fab-task handling (#7038)Aleksander Machniak
Since the code is executed before rcmail init event, we have to use rcmail.env.task instead of rcmail.task.
2019-11-15Elastic: Fix position of mobile floating action button (#7038)Aleksander Machniak
2019-11-13Mention required min. version of lessc (#7031)Aleksander Machniak
2019-11-12Elastic: Fix regression in the new editor widget (#7021)Aleksander Machniak
2019-11-11Elastic: Fix Edit responses button state in Mailvelope modeAleksander Machniak
2019-11-10Elastic: Change HTML editor widget to improve form flow (#6992)Aleksander Machniak
2019-11-10Small code improvementsAleksander Machniak
2019-10-27Elastic: Fix regression where recipient input didn't update internal input ↵Aleksander Machniak
state (#6988)
2019-10-23Elastic: Fix regression where Encrypt button wasn't displayed in mail ↵Aleksander Machniak
compose toolbar (#6982) Also fix Reply-All button handling
2019-10-21Elastic: Fix unread filter icon and search state on folder change (#6978)Aleksander Machniak
2019-10-17Elastic: Add cursor:pointer to a.toolbar-buttonAleksander Machniak
2019-10-08Elastic: Improve splitter element identifierAleksander Machniak
so e.g. in Settings sidebar's width is constant for all Settings pages.
2019-10-07Elastic: Fix initial focus on recipients input in mail compose screenAleksander Machniak
Also remove some redundant duplicated code
2019-10-05Elastic: Fix position and style of auto-complete dropdown on small screens ↵Aleksander Machniak
(#6951)
2019-09-25Elastic: Set height for pretty checkbox inside of .listing on touch screenAleksander Machniak
2019-09-24Elastic: Fix regression after column resizer was addedAleksander Machniak
2019-09-21Elastic: Resizeable columns (#6929)Aleksander Machniak
2019-09-11Elastic: Fix border radius in popovers on small screens (#6911)johndoh
2019-09-06Fix googiespell popup in all skinsAleksander Machniak
2019-09-04Elastic: Fix color of input placeholder in Edge and some older browsersAleksander Machniak
2019-09-04Fix some popover menu regressions, simplify some stylesAleksander Machniak