Commit Graph

10480 Commits (c973f003e584f841b9eac046e02941128271c6ae)
 

Author SHA1 Message Date
Aleksander Machniak 77cc9688c8 Fix bug where contacts export by selection returned no more than 10 entries (#6103) 7 years ago
Aleksander Machniak a1ba8773d7 Change calendar icon 7 years ago
Aleksander Machniak cc4b18f3f1 Set font size and center text on mobile dialog title 7 years ago
Aleksander Machniak 43d1adbe6e Add icons for contacts list on mail compose page 7 years ago
Aleksander Machniak 0c1642b2ad Stop propagation on pretty checkbox click
Fixes issue where changing folder subscription in Folder Manager
would cause the folder frame loading.
7 years ago
Aleksander Machniak 75f9c103ee Fix syntax error in mssql.initial.sql (#6097) 7 years ago
Aleksander Machniak c2f34ee0ad Small fix in plain-text rows detection 7 years ago
Aleksander Machniak 975612581d A .propform table with more plain text rows than input rows is considered .text-only 7 years ago
Aleksander Machniak 35f7d2862f Improve displaying of .propform tables with no form controls, but only text 7 years ago
Aleksander Machniak 38d275445d Plugin API: Add 'write' argument to 'render_page' hook 7 years ago
Thomas B a5b01105a7
Merge pull request #6085 from mcnesium/master
Fix sed command to separate multiple plugins with quotes each
7 years ago
Aleksander Machniak f0cf2b1e6c Various fixes for pretty checkboxes in lists 7 years ago
Aleksander Machniak 575b8c2cc5 Add contactgroup image (from Larry) 7 years ago
Aleksander Machniak 604f84e1fb Execute clickjacking prevention code only when framed 7 years ago
Aleksander Machniak 5153d25cc9 Use less.pageLoadFinished promise to execute final resize callback 7 years ago
Aleksander Machniak 1e923500b1 Add style for .virtual entries on treelist, remove redundant border 7 years ago
Aleksander Machniak 096ee4c7a6 Make Filter icon smaller to look better a side of Search icon
https://github.com/FortAwesome/Font-Awesome/issues/11873
7 years ago
Aleksander Machniak 4120aca6b4 Fix bug where recipient input initialization didn't display non-empty Cc/Bcc inputs (#123) 7 years ago
Aleksander Machniak 058037f31d Small padding improvement for form labels on mobile 7 years ago
Aleksander Machniak c0959bd619 Sanity checks for header data length in FETCH (#6087)
Where we know what expected data length is we truncate the input.
7 years ago
Aleksander Machniak 3cdc8af297 Fix possible performance issue when parsing malformed and long Date header (#6087) 7 years ago
johndoh 05d1b1947e Check for minified CSS files (#6089) 7 years ago
Aleksander Machniak fec8cf2682 Add floating action button for main item create action on mobile (#107) 7 years ago
Aleksander Machniak 83edea21b1 Use user-plus icon for To+/Cc+/Bcc+ buttons (#121) 7 years ago
Aleksander Machniak 0c89d32909 In devel mode wait some more time with "resize reflow" to make sure all is in place 7 years ago
Aleksander Machniak 7e90274d31 Option to toggle checkboxes on message list (#60) 7 years ago
Aleksander Machniak 0a3dbbb76f Add 'list' argument to listupdate event, trigger listupdate also on contacts list in mail compose 7 years ago
Aleksander Machniak 35a0a50274 Add note about FontAwesome and Bootstrap 7 years ago
Aleksander Machniak 6ccc8cc020 The "it is a draft" message is more an information than a warning 7 years ago
Aleksander Machniak e7f3338178 Fix and improve boxwarnings 7 years ago
Aleksander Machniak 72362a2470 Fix iframe scroll on Android tablets, add scrollbar (#117) 7 years ago
johndoh 5dbe1f2a5e A device can't be a tablet and a mobile (#6086) 7 years ago
Aleksander Machniak 08f27316ee Fix bug where Archive folder wasn't auto-created on login with create_default_folders=true 7 years ago
Aleksander Machniak 4a5941c24b Fix get_next() for case when the node is last in the tree branch 7 years ago
Aleksander Machniak cd7505083e Fix js error after folder delete in phone mode, causing the view is not returned to the folders list 7 years ago
Aleksander Machniak 7f2092c35c Fix bug where tapping the search function in contact menu while composing a new e-mail led back to the composing interface on Android phone (#109) 7 years ago
Aleksander Machniak 02864e546b Fix color palette on disabled buttons 7 years ago
mcnesium ef688172d5
Merge pull request #1 from mcnesium/mcnesium-sed-fix
separate multiple plugins with quotes each
7 years ago
mcnesium fd4b76ef56
separate multiple plugins with quotes each
envvar: `ROUNDCUBEMAIL_PLUGINS=archive,enigma,jqueryui,managesieve,markasjunk,identity_smtp,carddav`

resulting config.inc.php included `$config['plugins'] = ['archive', 'enigma,jqueryui,managesieve,markasjunk,identity_smtp,carddav'];`

now it includes `$config['plugins'] = ['archive', 'enigma', 'jqueryui', 'managesieve', 'markasjunk', 'identity_smtp', 'carddav'];`
7 years ago
Aleksander Machniak 2800445a93 FA4 -> FA5 in embed.less 7 years ago
Aleksander Machniak c6c1f5985d Upgrade to Font Awesome 5 7 years ago
Aleksander Machniak 5d26de4467 Add 'datepicker' class also to dinamically generated date inputs 7 years ago
Aleksander Machniak cfc408488d Add date format placeholder only to inputs with 'datepicker' class 7 years ago
Aleksander Machniak c4aaa22d24 Add date format placeholder to datepicker inputs (#101) 7 years ago
Aleksander Machniak 0b40c3db16 Merge branch 'master' of github.com:roundcube/roundcubemail 7 years ago
Aleksander Machniak de544cc905 Add possibility to use localized date format as datepicker input placeholder
Need to be supported by skin. Elastic support is comming.
7 years ago
Thomas Bruederli 400066c2eb Extend Dockerfile with volumes for shared temp data and custon config files 7 years ago
Aleksander Machniak bf9998b697 Make search/filter bars use full width of the container, simplify js code 7 years ago
Aleksander Machniak d55e04a617 Completed styles for embedded inline warnings 7 years ago
Aleksander Machniak 8e2f6275a4 Prevent from empty 'class' attribute in generated html 7 years ago