Commit Graph

106 Commits (238ec1ecdfdb00a8d4d0c4e30d9ef4d856e12025)

Author SHA1 Message Date
Aleksander Machniak ef0982f1b8 Merge branch 'master' into dev-elastic 8 years ago
Aleksander Machniak c26c85629c Added option managesieve_default_headers 8 years ago
Aleksander Machniak 9d1c8aff83 Elastic skin support for managesieve (part II) 8 years ago
Aleksander Machniak 6d8e2ad312 Elastic skin support for managesieve plugin (partial) 8 years ago
Aleksander Machniak e54e484a40 Fix "PHP Warning: array_search() expects parameter 2 to be array, null given" 8 years ago
Aleksander Machniak 2683d1d8df Update changelog 8 years ago
PhilW 2aee340cbb support disabling of specific actions in managesieve plugin 9 years ago
Aleksander Machniak 0fa4b75f78 Managesieve: Partial support for mime extension [RFC5703] - parser only (#5832) 9 years ago
Aleksander Machniak a60c81d1b1 Managesieve: Fix AM/PM suffix in vacation time selectors 9 years ago
Aleksander Machniak e9716503a2 Move "cursor" position on \r\n sequence after single-dot in a line (#5838) 9 years ago
Aleksander Machniak 8b61d6a2d1 Fix parsing dot-staffed lines in multiline text (#5838) 9 years ago
Aleksander Machniak bcc6405552 Fix various issues when downloading files with names containing non-ascii chars, use RFC 2231 (#5772) 9 years ago
Aleksander Machniak 6bd349b7e6 Bump version number 9 years ago
Aleksander Machniak 7647612f0c Performance: Skip redundant LISTSCRIPTS command 9 years ago
Aleksander Machniak 7456d7fbc6 CS fixes 9 years ago
Aleksander Machniak 8a0d504682 Indent fixes 9 years ago
Aleksander Machniak 8953c7a257 Fix possible defect in handling \r\n in scripts (#5685) 9 years ago
Aleksander Machniak 13b98199ed Managesieve: Fix parser issue with empty lines between comments (#5657) 9 years ago
Aleksander Machniak 81f67a4de2 Don't use each() deprecated in PHP 7.2 9 years ago
Aleksander Machniak dfd19206a4 sizeof() -> count() 9 years ago
Aleksander Machniak 2eede31561 Fix handling of scripts with nested rules (#5540) 9 years ago
Aleksander Machniak d2b1941ad5 Release managesieve 8.8 9 years ago
Aleksander Machniak 4452a16f7f Cleanup and improve CodeMirror integration
Fixed some issues, improved css/layout, added autoscroll to invalid line on error
9 years ago
Martin Fischer 7f8d0be3b3 handles multiple errors and shows error messages in editor tooltips 9 years ago
Martin Fischer 67c910da78 syntax highlighted raw editor for sieve filter sets(codemirror) 9 years ago
Aleksander Machniak 115aadca82 Properly handle connection errors in vacation UI 9 years ago
Aleksander Machniak 39cceb2f89 Managesieve: Various improvement to raw script editor 9 years ago
Martin Fischer 7215013b53 implemented raw editor for sieve filter sets (#5473)
* implemented raw editor for sieve filter sets

Signed-off-by: Martin Fischer <martin.fischer@fau.de>

* updated according to comments
9 years ago
Aleksander Machniak 485c50a5f3 Fix error checking on get_script() result + some CS fixes 9 years ago
Aleksander Machniak 4e0532808d Fix bug where it wasn't possible to store more that 2MB objects in memcache/apc (#5452)
Added memcache_max_allowed_packet and apc_max_allowed_packet settings
9 years ago
Aleksander Machniak 195dc11855 Support host-specific imap_conn_options/smtp_conn_options/managesieve_conn_options (#5136) 9 years ago
Aleksander Machniak 46f45a3970 Managesieve: Add option to automatically set vacation :from address (#5428) 9 years ago
Aleksander Machniak 2999cc38a5 Generate more compact HTML5 code, e.g. use short form of boolean attributes 10 years ago
Aleksander Machniak ed35267b9b Managesieve: Fix parsing of vacation date-time with non-default date_format (#5372)
Added new method rcube_utils::format_datestr() to convert date_format date
into ISO date format.
10 years ago
Aleksander Machniak f9fc7e1edf Managesieve: Improvements in 'string' test support 10 years ago
Aleksander Machniak 9793826ab4 Merge branch 'master' of https://github.com/pulcov/roundcubemail into pulcov-master 10 years ago
Aleksander Machniak 476c820323 CS fixes 10 years ago
pulcov 4f6853b9c6 Managesieve: bug correction 10 years ago
pulcov b312dc6c88 Managesieve: sieve string implement 10 years ago
Aleksander Machniak e499a14e13 - Support 'duplicate' extension [RFC 7352]
- Improve errors handling in filter form
10 years ago
Aleksander Machniak 302aff920c Small code improvement 10 years ago
Aleksander Machniak e2ff7985db Small optimization in sieve script parser 10 years ago
Aleksander Machniak 80cb362b80 Managesieve: Refactored script parser to be 100x faster 10 years ago
Aleksander Machniak 6f2c007d1b CS fixes: Replace use of "bool ? true : false" with just "bool" 10 years ago
Thomas Bruederli 4a408843b0 Protect download urls against CSRF using unique request tokens (#1490642)
Send X-Frame-Options headers with every HTTP response
10 years ago
Aleksander Machniak f8847a913f Fix version number 10 years ago
Aleksander Machniak 9f1f754daf CS fixes 10 years ago
Aleksander Machniak 162bc85be9 Add support for :from parameter in vacation action (patch from Michele Locati) 10 years ago
Aleksander Machniak 74ce01efc7 Q() -> rcube::Q() 10 years ago
Aleksander Machniak 1b39d9a6c7 PHP7: Fixed some E_WARNING errors that previously were E_STRICT 11 years ago