PhilW
98f0abf9dd
fix css selector
6 years ago
Aleksander Machniak
ad4ea7e62e
Merge branch 'master' of github.com:roundcube/roundcubemail
6 years ago
Aleksander Machniak
950512dce1
Update changelog
6 years ago
Aleksander Machniak
0acb53cde6
Merge branch 'johndoh-adv_options'
6 years ago
Aleksander Machniak
c0b9c222fc
Merge branch 'adv_options' of https://github.com/johndoh/roundcubemail into johndoh-adv_options
6 years ago
dchisolm
b0f7e4207c
Parse abook entries more reliably ( #6646 )
...
* Update the squirrelmail_user_copy plugin to use the same method of parsing abook entries
as squirrelmail uses. If a user has entered something that has been quoted such as double quotes or pipes, this will parse the address book entry better than exploding on the pipe alone
* Noticed undefined variable $sig in convert charset
6 years ago
Aleksander Machniak
b313295e45
Merge branch 'less_cleanup' of https://github.com/johndoh/roundcubemail into johndoh-less_cleanup
6 years ago
johndoh
8957f496db
fix tiny typo ( #6654 )
6 years ago
PhilW
9543e6af7e
remove some duplicate code in toolbar.less
6 years ago
Aleksander Machniak
e3e9573391
Fix small issue when quota object does not specify 'title'
6 years ago
Thomas Bruederli
0c01dad398
Add margin to buttons inside alert boxes
6 years ago
Aleksander Machniak
cc20de329d
Elastic: Use Bootstrap's custom file input
...
... with localization and some js logic to display selected file(s) in the input.
6 years ago
Aleksander Machniak
ede90c1f8c
Elastic: Fix adding Cc/Bcc fields in Bounce dialog
6 years ago
Aleksander Machniak
bca1397927
Fix links to Identities/Responses
6 years ago
PhilW
fbc052e5df
(Elastic) hide advanced settings sections
6 years ago
Aleksander Machniak
e7816ccd36
Elastic: Keep original line wrapping in Message headers dialog
6 years ago
Aleksander Machniak
9b553aa2e0
Elastic: Improve "Mark all as read" dialog style (use .proplist)
6 years ago
Aleksander Machniak
147a2c8611
Elastic: Use appropriate icon for Mark button in "Mark all as read" dialog
6 years ago
Aleksander Machniak
553f83618e
Elastic: Custom switch improvements
6 years ago
Aleksander Machniak
88c5507f29
Elastic: Replace .icon-checkbox with Bootstrap's custom switch
6 years ago
Aleksander Machniak
26bce22bff
Fix bug when aborting dragging with ESC key didn't stop the move action ( #6623 )
...
+ small code improvements
+ focus the list on drag start to make sure it's focused state is up-to-date
which is needed for proper keypress handling (e.g. ESC key on drag action)
6 years ago
Aleksander Machniak
b2b39ade23
Bootstrap 4.3.1
6 years ago
Aleksander Machniak
2373aea95c
Elastic: Add style for .part-notice elements (like e.g. .boxwarning)
6 years ago
Aleksander Machniak
167c9aee6f
Update changelog
6 years ago
Aleksander Machniak
04fef18459
Merge branch 'mharjac-master'
6 years ago
Aleksander Machniak
7a4aed8320
Move common code to a function
6 years ago
Aleksander Machniak
79c1135052
Merge branch 'master' of https://github.com/mharjac/roundcubemail into mharjac-master
6 years ago
Athanasios Douitsis
2427b0967b
Add icon for language selection form ( #6624 )
...
Trying to fix the appearance of the login-language selector for the new elastic theme.
This is a small addition which makes the login-language plugin present an icon, like the rest of the login form fields. I have also issued a request for the login form selector to drop the custom styles attribute: https://github.com/hassansin/roundcube-login-language/issues/11 . These two (small) enhancements make the login form appear perfectly when the login-language plugin is used.
Here is the corrected result with these changes applied: https://imgur.com/a/5clC67e
6 years ago
Mario Harjac
136175e445
Fix missing CSRF token in message download ( #6621 )
6 years ago
Aleksander Machniak
641a67fe75
Elastic: Fix unintentional layout preference overwrite ( #6613 )
...
This is actually skin-independent mechanism that prevents overwriting
of skin-specific preferences by ajax requests (that until now were
not aware of skin config).
6 years ago
Aleksander Machniak
77fc589974
Fix regression where operator/comparator were not reset on submit ( #6614 )
6 years ago
johndoh
d0c7e8d7c3
Remove favicon template object from template files ( #6612 )
6 years ago
Aleksander Machniak
43499432a5
Elastic: Fix height of select elements inside of composite fields
...
also make them pretty when added programatically.
6 years ago
Aleksander Machniak
9a757aa688
Keep meta and links together
6 years ago
Aleksander Machniak
9d51e40f9e
Code cleanup
6 years ago
Aleksander Machniak
0492b1f6e5
HTML5 Upload Progress ( #6177 ) ( #6583 )
...
Replaced all old upload progress code in favour of ajax upload progress.
Instead of posting a hidden iframe, we now use AJAX (as we did for drag-n-drop).
Removed code for old browsers. Now we support IE >= 10, Firefox > 4.
Upload progress may not work in some more, but support is quite good.
6 years ago
johndoh
8f62aed866
Create new meta and links template objects, replace favicon ( #6611 )
6 years ago
Aleksander Machniak
fbdaab714b
Merge branch 'master' of github.com:roundcube/roundcubemail
6 years ago
Aleksander Machniak
c66199ffd2
Add cache busters also to images used by templates ( #6610 )
6 years ago
Aleksander Machniak
db61f39e89
Add note about possible SELINUX issue ( #6601 )
6 years ago
Aleksander Machniak
6e74498656
Fix so mime_content_type check in Installer uses files that should always be available (i.e. from program/resources) ( #6599 )
6 years ago
Aleksander Machniak
74fe74bf7d
Make "0.9 or newer" a default selection for db schema update box
6 years ago
Aleksander Machniak
1473522928
Keep .diff instead of .orig files
6 years ago
Aleksander Machniak
b6a3df2824
Update to jQuery-MiniColors 2.3.4
...
Fixes color picker issue when using Roundcube in an iframe.
6 years ago
johndoh
fa754c4ebc
Elastic: remove hover effect on dropbuttons when primary action is disabled ( #6597 )
6 years ago
Aleksander Machniak
9fe46a4a9a
Update to OpenPGP.js 4.4.6
6 years ago
Aleksander Machniak
834266c469
Elastic: Close popups when switching tabs
6 years ago
Aleksander Machniak
82974289b9
Fix typo
6 years ago
Aleksander Machniak
6dce805221
Improve last fix so it also remove temp file if Mail_Mime returned an error
6 years ago
Aleksander Machniak
1767b256e4
Fix bug where big messages could not be saved to imap folder in low memory mode
6 years ago