Aleksander Machniak
|
dbecd3c8b5
|
Elastic: Fix padding for dialog buttons
|
7 years ago |
Aleksander Machniak
|
9d1c8aff83
|
Elastic skin support for managesieve (part II)
|
7 years ago |
Aleksander Machniak
|
944013207c
|
Remove cache-busters unintentionally added in e499a14e1
|
7 years ago |
Aleksander Machniak
|
6d8e2ad312
|
Elastic skin support for managesieve plugin (partial)
|
7 years ago |
Aleksander Machniak
|
1347e2e868
|
Elastic skin support in acl plugin
|
7 years ago |
Aleksander Machniak
|
385512983c
|
Add 'unlock' class to Save button in key passphrase dialog
|
7 years ago |
Aleksander Machniak
|
22061cd38b
|
Support flexbox display for remote objects element
|
7 years ago |
Aleksander Machniak
|
6e02950c70
|
Merge branch 'dev-elastic' of github.com:roundcube/roundcubemail into dev-elastic
|
7 years ago |
Aleksander Machniak
|
85db9e77b8
|
Enable keyboard support on enigma keys list
|
7 years ago |
Aleksander Machniak
|
67d4ffa4a8
|
Fix 'for' attribute on "Parent folder" label
|
7 years ago |
Aleksander Machniak
|
95360ef8ab
|
Use button instead of input.button in PGP keys search dialog
|
7 years ago |
Aleksander Machniak
|
0d3b61a022
|
Elastic: propforms should use labels even if there are no inputs
|
7 years ago |
Aleksander Machniak
|
9e2023ec91
|
Elastic: Add checkboxes to the keys list
|
7 years ago |
Aleksander Machniak
|
182aa52ab9
|
Enigma: Key search and import in dialogs (for better Elastic integration)
|
7 years ago |
Aleksander Machniak
|
3c1b78af48
|
Merge branch 'master' into dev-elastic
|
7 years ago |
Aleksander Machniak
|
56b5eced08
|
Merge branch 'JohnDoh-managesieve-actions'
|
7 years ago |
Aleksander Machniak
|
e54e484a40
|
Fix "PHP Warning: array_search() expects parameter 2 to be array, null given"
|
7 years ago |
Aleksander Machniak
|
2683d1d8df
|
Update changelog
|
7 years ago |
Aleksander Machniak
|
490aa70bd5
|
Merge branch 'managesieve-actions' of https://github.com/JohnDoh/roundcubemail into JohnDoh-managesieve-actions
|
7 years ago |
Thomas B
|
13ee305aa0
|
Fix travis-ci status image url
|
7 years ago |
Aleksander Machniak
|
cdd616744a
|
Initial Elastic skin support for Enigma
|
7 years ago |
Aleksander Machniak
|
fb02d4a747
|
Fix error when calling show_popup_dialog() with no 4th argument
|
7 years ago |
Aleksander Machniak
|
4223bed7e8
|
Add html_button class
|
7 years ago |
Aleksander Machniak
|
5d16751ed8
|
Fix (again) bug where image data URIs in css style were treated as evil/remote in mail preview (#5580)
|
7 years ago |
Aleksander Machniak
|
951d6e0e32
|
Assign dialog button classes before displaying the dialog
|
7 years ago |
Thomas Bruederli
|
3723f3f178
|
Fix rcube_utils::random_bytes() to not throw exception for length=0
|
7 years ago |
Thomas B
|
c56c9c5e40
|
Merge pull request #5935 from Slamdunk/travis
Add Travis CI config
|
7 years ago |
Thomas B
|
b0697e5f9a
|
Merge pull request #5960 from duk3luk3/auth-log-server
Add host to IMAP login error
|
7 years ago |
Aleksander Machniak
|
6ff9628ed4
|
Set 'collapsed' class on hide_blockquote button when blockquote is collapsed
|
7 years ago |
Aleksander Machniak
|
2754a621f3
|
Elastic skin support for hide_blockquote plugin
|
7 years ago |
Aleksander Machniak
|
509ef13a27
|
Elastic skin support in userinfo plugin
|
7 years ago |
Aleksander Machniak
|
79ea526d65
|
Fix missing cursor in HTML editor on mail reply (#5969)
|
7 years ago |
Aleksander Machniak
|
d99f2e0569
|
Elastic skin support for new_user_dialog
Small refactoring, removed newuserdialog.css.
|
7 years ago |
Aleksander Machniak
|
5660489759
|
Fix decryption of messages encoded with non-ascii charset (#5962)
|
7 years ago |
Aleksander Machniak
|
96b21c5df3
|
Remove contentEditable element support as autocomplete input
|
7 years ago |
Aleksander Machniak
|
81f76bf826
|
Fix corner-case for reading contentEditable element for autocomplete
|
7 years ago |
Aleksander Machniak
|
5afda409aa
|
Add has_writeable_addressbook flag to client env in mail preview
|
7 years ago |
Lukas Erlacher
|
130f0cde3e
|
Add host to IMAP login error
This simplifies debugging authentication failures in multi-host setups.
|
7 years ago |
Aleksander Machniak
|
cd7ca6014f
|
Describe html editor textarea with data-html-editor attribute
|
7 years ago |
Aleksander Machniak
|
0d57714713
|
Don't reset classes of the textarea in HTML mode, just append 'mce_editor' class
|
7 years ago |
Aleksander Machniak
|
4ade7acdac
|
Elastic skin support for vcard_attachments plugin (with some refactorings)
|
7 years ago |
Aleksander Machniak
|
83fe734460
|
Move some functions from func.inc to show.inc where they belong to.
Add MessageSummary object for message template.
|
7 years ago |
Aleksander Machniak
|
27377e29dc
|
Trim text in subject_text(), so title attribute is displayed without unwanted spacing
Looks like at least Firefox does not trim i automatically.
|
7 years ago |
Aleksander Machniak
|
0ffd5463d8
|
Fix wording of "Mark previewed messages as read" to "Mark messages as read" (#5952)
Since we use the option not only for the preview frame the "previewed" word was confusing.
|
7 years ago |
Aleksander Machniak
|
72fe97ddfc
|
Fix bug where HTML messages could have been rendered empty on some systems (#5957)
Consistently use $nodeName instead of $tagName property.
|
7 years ago |
Aleksander Machniak
|
ee6b5e9e58
|
Fix PHP 7.2 error: count(): Parameter must be an array or an object that implements Countable
|
7 years ago |
Aleksander Machniak
|
fa3eb6813f
|
Ignore rewind() warnings (#5950)
|
7 years ago |
Aleksander Machniak
|
148ccda88a
|
Password: Support host variables in password_db_dsn option (#5955)
|
7 years ago |
Aleksander Machniak
|
19ad6b15e8
|
Add (unified) get_next/get_prev/get_single_selection methods for list and treelist widgets
|
7 years ago |
Aleksander Machniak
|
93111b3bd7
|
Make possible to use thread padding value other than 15px
|
7 years ago |