Commit Graph

1214 Commits (dev/push)

Author SHA1 Message Date
Aleksander Machniak 78d808aaf7 Elastic: Use non-white background in footers/headers on mobile, other improvements 8 years ago
Aleksander Machniak 44d0824585 Merge branch 'master' into dev/elastic
Conflicts:
	skins/elastic/styles/widgets/mail.less
8 years ago
Aleksander Machniak 5fd1b52f01 Update de_DE localization 8 years ago
Aleksander Machniak 2fa112bd83 [EFAIL] Don't decrypt PGP messages with no MDC protection (#6289) 8 years ago
Aleksander Machniak c611ace9a2 Update German localization 8 years ago
Aleksander Machniak 3d0b2cd3ce Pass PEAR errors to rcube::raise_error(), small CS improvements 8 years ago
Aleksander Machniak e05be853da Enigma: Add hint about max upload size in key import form 8 years ago
Aleksander Machniak e9a189fb57 Merge branch 'master' into dev/elastic 8 years ago
Aleksander Machniak 8e27190865 Update some localizations 8 years ago
Aleksander Machniak 23da29d28a managesieve: Rename "Vacation" to "Out of Office" 8 years ago
Aleksander Machniak 13ad9e6593 Merge branch 'master' into dev/elastic 8 years ago
Caio Nardi 43fcf5bce7 Fix checking duplicated names in the zip file (#6302) 8 years ago
Aleksander Machniak 130b70e464 Use array() instead of [] 8 years ago
Aleksander Machniak d0205f613d Fix redundant empty option in mailbox selector 8 years ago
Aleksander Machniak c4e65a61fe Fix empty 'for' attribute 8 years ago
Aleksander Machniak d6c19431be Elastic: .proplist improvements 8 years ago
Aleksander Machniak 750827ad65 Merge branch 'master' into dev/elastic 8 years ago
Aleksander Machniak 339121b121 Fix bug where managesieve_allowed_hosts config wasn't respected on mail screen (#6295) 8 years ago
Aleksander Machniak 53fe9d7048 Bump managesieve version number, cs improvements 8 years ago
Athanasios Douitsis b497908040 Managesieve allowed hosts (#6292)
* Introduce managesieve_allowed_hosts setting

If managesieve_allowed_hosts has been set, then check that the array contains the current mail_host for the user session. If not, just return. This will cause the managesieve plugin to not appear under the settings menu.

* Include managesieve_allowed_hosts example

An example of the managesieve_allowed_hosts setting is included. By default, it is left commented to preserve existing behaviour.
8 years ago
johndoh 647a7e91c6 Unify content frame (watermark) template objects (#6285)
* unify content frame (watermark) template objects
* several improvements, use existing env var for watermark url
* tighten up var parsing for contentframe template object
8 years ago
Aleksander Machniak 211c5444e5 Merge branch 'master' into dev/elastic 8 years ago
Aleksander Machniak 14cc3ec188 Add EFAIL-related warning in the code 8 years ago
Aleksander Machniak f0fc42b3c4 Elastic: Try a new design for some toolbars (work in progress) 8 years ago
Aleksander Machniak 1247a8dd7d Fix bug where some forbidden characters on Cyrus-IMAP were not prevented from use in folder names 8 years ago
Aleksander Machniak d49eb1889b Fix selecting jQuery-UI styles for skins that extend Elastic 8 years ago
Aleksander Machniak 60922dc3d5 Password: Added password_username_format option (#5766) 8 years ago
Aleksander Machniak e79838aaac Enigma: Disable autofill for new keypair password 8 years ago
Aleksander Machniak f9a5d03e5a Fix bug where new_user_dialog email check could have been circumvented by deleting / abandoning session (#5929) 8 years ago
Aleksander Machniak 2faf7185db Archive: Create archive folder automatically if it's configured, but does not exist (#6076) 8 years ago
Aleksander Machniak 38bda972c1 Add composer.json for krb_authentication plugin 8 years ago
Aleksander Machniak 50312af17e Fix fatal error on asset_exists() use 8 years ago
Aleksander Machniak ff55fa622f Fix jqueryui plugin compatibility with assets_dir setting 8 years ago
Aleksander Machniak 459c3845be Elastic: Fix checkbox selection on enigma keys list 8 years ago
Aleksander Machniak 8373b3b3f0 Enigma: Enable keypair generation on Internet Explorer 11 8 years ago
Aleksander Machniak 2b425a8b12 Use 'OK' instead of 'Save' label for thr button in enigma password prompt 8 years ago
Aleksander Machniak 408d985f38 Small spacing improvement in enigma password prompt 8 years ago
Aleksander Machniak d51fdaa2ee Replace last occurrence of RCMAIL_CHARSET with RCUBE_CHARSET 8 years ago
Aleksander Machniak db5802b134 Archive: Skip early the request to move to archive folder from archive folder
... which may happen in multi-folder search results.
8 years ago
Aleksander Machniak 8e543f843e Fix check_request() bypass in places using get_uids() [CVE-2018-9846] (#6238) 8 years ago
Aleksander Machniak db24050215 Fix regression in identities list style 8 years ago
Aleksander Machniak 662363c7e2 Enigma: Add positiblity to modify list of identities for key generation by other plugins 8 years ago
Aleksander Machniak f63150b256 Enigma: Fix key selection for signing
In some cases a public key of other user could be selected instead
of the sender's private key
8 years ago
Aleksander Machniak 891d01a4ef Ignore enigma home dir 8 years ago
Aleksander Machniak 08454fb951 Add Close button to the keys export dialog 8 years ago
Aleksander Machniak 8c6d87542b Acl: get rid of addressbook_form and calendar_form_kolab hooks handlers
- the plugin is called "manually" by Kolab plugins now
8 years ago
Aleksander Machniak df30d71e5a Elastic: Improvements to .ui-menu and z-index fix in the slider 8 years ago
Aleksander Machniak a02fafa542 zipdownload: Added option to define size limit for multiple messages download (#5696)
Default limit set to 50MB.
8 years ago
Aleksander Machniak 6e7afe5360 Support Redis cache in redundant_attachments plugin 8 years ago
Thomas Bruederli c973f003e5 Synchronized localizations with Transifex 8 years ago
Aleksander Machniak 48417c5fc9 Remove default for enigma_pgp_homedir (#6173)
To make the default installation more secure force users to set the folder.
Added notes that it should be secured or not accessible from the web browser.
8 years ago
Aleksander Machniak 26211fa4ac Fix indentation 8 years ago
Aleksander Machniak 9752e26162 Merge branch 'master' of https://github.com/neilmunday/roundcubemail into neilmunday-master 8 years ago
Aleksander Machniak 91d4d4bf34 Fix compatibility with contextmenu plugin
https://github.com/johndoh/roundcube-contextmenu/issues/103
8 years ago
Aleksander Machniak f35e9dc4c8 Fix var scope 8 years ago
Aleksander Machniak 7b1f0f020b Enigma: Multi-host support 8 years ago
neilmunday 57fa665db1 Updated to use latest Net_Sieve Sieve class 8 years ago
neilmunday 7abcc5a2cc Added hook for managesieve_connect to set up GSSAPI authentication 8 years ago
neilmunday 0b12721a77 Merge branch 'master' of https://github.com/roundcube/roundcubemail 8 years ago
johndoh 8877c1589e fix tiny typo (#6196) 8 years ago
Aleksander Machniak 5f5f5f98e9 Merge branch 'movecopy' of https://github.com/johndoh/roundcubemail into johndoh-movecopy 8 years ago
PhilW 964a690987 simplify delete execution in managesieve plugin 8 years ago
neilmunday b4298bc096 Added GSSAPI support for issue #5779 - requires updated Net_Sieve class. See https://github.com/neilmunday/Net_Sieve/Sieve.php 8 years ago
Aleksander Machniak f211fcf254 Elastic: Use .boxconfirmation 8 years ago
Aleksander Machniak 0f21488ce2 Elastic: Fix enigma information boxes 8 years ago
Aleksander Machniak 2d99e32beb Elastic: Enable raw script editing on mobile 8 years ago
Aleksander Machniak bbc19ac084 Elastic: Fix CodeMIrror editor display 8 years ago
Aleksander Machniak 674eac1c1c Enigma: Fix key generation in Safari by upgrade to OpenPGP 2.6.2 (#6149) 8 years ago
Aleksander Machniak 332cdf62fb Fix disabling filters in skins other than Elastic (#6170) 8 years ago
Aleksander Machniak cf32fdab3f Update changelog 8 years ago
Jan Ehrhardt 01d81faa82 Fix seteditraw classic save button (#6164)
Fixes https://github.com/roundcube/roundcubemail/issues/6154
8 years ago
Aleksander Machniak 84ecae7a53 Define button classes for keys export dialog 8 years ago
Aleksander Machniak 7abaab3098 Fix bug where text: syntax was forced for strings longer than 1024 characters (#6143) 8 years ago
Aleksander Machniak d5b1fc4598 Fix js error 8 years ago
Aleksander Machniak 76933f1c07 Elastic: Bootstrap 4.0.0 compat. 8 years ago
Thomas Bruederli c4f9bd994e Hook into 'identity_form' plugin hook and add list of matching private keys 8 years ago
Aleksander Machniak cf711d1ce2 Elastic: Fix jumping UI when clicking on filtersets expand button 8 years ago
Aleksander Machniak 019b542c58 Elastic: Add data-label-* attribs 8 years ago
Aleksander Machniak eb0228ba86 Merge branch 'move_addressbook' of https://github.com/johndoh/roundcubemail into johndoh-move_addressbook 8 years ago
Aleksander Machniak a6ad0283d0 Validate ACL identifiers
... e.g. to prevent cyrus imap issues
8 years ago
Vanav dbc7892c4a Fix warning "strtolower() expects parameter 1 to be string, array given" (#6136)
* Fix warning "strtolower() expects parameter 1 to be string, array given"
8 years ago
Aleksander Machniak 0a01ccc00d Remove redundant datepicker localization 8 years ago
PhilW cb01f05588 small JS cleanup 8 years ago
PhilW d5071fedba vcard_attachments: add link to contact actions menu
*) add 'forward vcard' link to contact actions manu
*) fix bug when a contact with a secondary email address is selected
*) improve support for multiple address books in contact list widget on compose screen
8 years ago
Aleksander Machniak 07dc726aa7 Elastic: Remove redundant menu button 8 years ago
Aleksander Machniak 20a0ca6b16 Elastic: Remove tagedit.css, these styles are handled by the skin now 8 years ago
Aleksander Machniak 12a2e47b9b Improve vcardattachments addon in Elastic 8 years ago
Aleksander Machniak 52864ef885 Add some localization messages, remove one unused message 8 years ago
Aleksander Machniak e891e486fd Elastic: Add mobile FAB button for filter creation 8 years ago
Timotheus Pokorra ba5c396774 Managesieve, forward dialog using the right existing simple forwarding rules (#6102)
fixes #6101
8 years ago
Aleksander Machniak 08f27316ee Fix bug where Archive folder wasn't auto-created on login with create_default_folders=true 8 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.
8 years ago
Aleksander Machniak 5650d1a2d0 Increase dialog width for case when there's many buttons
We don't want the button text truncation
8 years ago
Aleksander Machniak 895948f7fe Elastic: Add iframe wrappers 8 years ago
Aleksander Machniak 3b0e3deb21 Fix js error on servers without 'mime' extension 8 years ago
Aleksander Machniak 550e2fc6aa Support 'mime' extension tests - RFC5703 (#5832) 8 years ago
Aleksander Machniak 7c6bbd81b0 Fix PHP 7.2 Warning: count(): Parameter must be an array or an object that implements Countable 8 years ago
Thomas Bruederli cdecaf5ac7 Remove localization files that do not belong here 8 years ago
Aleksander Machniak 4fee0b22d8 Elastic: Support forwarding interface, added missing labels 8 years ago
Aleksander Machniak e933bed60e Merge branch 'managesieve_forward_settings' of https://github.com/TBits/roundcubemail into TBits-managesieve_forward_settings 8 years ago