Commit Graph

34 Commits (6cddb6c5d030984b4dbbf9e5212e180bec8054d8)

Author SHA1 Message Date
Aleksander Machniak f1e911ec03 Elastic: Toolbar/menus/layout refactoring
Refactoring for better consistency and simplicity.

5KB less in size of (minified) styles.css file.

Layout changes:
- body > #layout > .menu       -> #layout-menu
- body > #layout > .list       -> #layout-list
- body > #layout > .sidebar    -> #layout-sidebar
- body > #layout > .content    -> #layout-content

Toolbar/menu changes:
- .toolbar           -> .toolbar.menu
- .toolbarmenu       -> .menu.listing
- .menu-button       -> .task-menu-button
- .pagenav.toolbar   -> .pagenav.menu
- #taskmenu          -> #taskmenu.menu.toolbar
- .image-tools .menu -> .image-tools .menu.toolbar
- required .disabled class to de-activate menu items
- .button class is not required on .menu children
- merge toolbar.less and taskmenu.less into menu.less
- @color-toolbarmenu-hover            -> @color-menu-hover
- @color-toolbarmenu-hover-background -> @color-menu-hover-background

Also cleaned/removed some code in spellchecker.js. Made .googie_list a list not table.
6 years ago
PhilW e024f133fa give all temp files a constant prefix 6 years ago
Caio Nardi 43fcf5bce7 Fix checking duplicated names in the zip file (#6302) 6 years ago
Aleksander Machniak 130b70e464 Use array() instead of [] 6 years ago
Aleksander Machniak 8e543f843e Fix check_request() bypass in places using get_uids() [CVE-2018-9846] (#6238) 7 years ago
Aleksander Machniak a02fafa542 zipdownload: Added option to define size limit for multiple messages download (#5696)
Default limit set to 50MB.
7 years ago
Aleksander Machniak 9ce8948294 Get rid of the 2nd argument of include_stylesheet()
.. make the optional behavior default now.
7 years ago
Aleksander Machniak 830a50f1ce Add (elastic-compatible) classes for zipdownload menu items 7 years ago
Aleksander Machniak 69f50b122d Add a way to include plugin stylesheets optionally only if the file exists 7 years ago
Aleksander Machniak 86a4d78369 Merge branch 'dev-elastic' 7 years ago
Aleksander Machniak bcc6405552 Fix various issues when downloading files with names containing non-ascii chars, use RFC 2231 (#5772) 7 years ago
Aleksander Machniak f8537d0221 Code optimization, update changelog 7 years ago
Lucas Stevanelli Marin c5da225179 Fix bug where zipdownload ignored files with the same name (#5777)
Adding a counter before .(extension) to files with same name on zip.
Before only the last file on message with equals names was added on zip
7 years ago
Aleksander Machniak 11f5560d35 Fix mail download menu 8 years ago
Aleksander Machniak dfd19206a4 sizeof() -> count() 8 years ago
Aleksander Machniak d45692131b Zipdownload: Fix date format in mbox "From line" 8 years ago
Aleksander Machniak 689996896a Fix bug where names of downloaded files could be mailformed when derived from the message subject (#5404) 8 years ago
Aleksander Machniak 9d4e5f5e49 Bump zipdownload plugin version number 9 years ago
Thomas Bruederli 4a408843b0 Protect download urls against CSRF using unique request tokens (#1490642)
Send X-Frame-Options headers with every HTTP response
9 years ago
Aleksander Machniak 9f1f754daf CS fixes 9 years ago
Aleksander Machniak bb2113ccdc Fix zipped messages downloads after selecting all messages in a folder (#1490339) 10 years ago
Aleksander Machniak 48ba4414b3 Fix download of attachments that are part of TNEF message (#1490091)
Rcube_message_part::body content should never be modified by code out of the rcube_message.
Added convenient rcube_message::get_part_body() method, making rcube_message::get_part_content() deprecated.
10 years ago
Thomas Bruederli b2992dd228 Further accessibility improvements regarding keyboard navigation and document structure 11 years ago
Aleksander Machniak ed1ceea878 Add possibility to download messages in mbox format (#1486069)
Removed "download folder" option, the same can be done by selecting all messages in a folder
Code refactoring
11 years ago
Thomas Bruederli b08306ec1f Disable time limit for folder download requests 11 years ago
Thomas Bruederli bde3ba5e93 Update zipdownload plugin to work with multi-folder search results 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 49224720be Fix zipdownload plugin issue with filenames charset (#1489156) 11 years ago
Aleksander Machniak 2193f6a130 Avoid unused local variables 12 years ago
Aleksander Machniak dafb50aa49 Fix filenames charset handling (#1488946) 12 years ago
Aleksander Machniak 61be822d62 Remove deprecated functions (from bc.php file) usage in plugins 12 years ago
Thomas Bruederli 5f8406c76a s/rcube/rcmail/ for compatibility with the 0.8 series 12 years ago
Thomas Bruederli 70bbabb699 Add zipdwonload plugin by Phil Weir at tehinterweb.co.uk to core repository 12 years ago