Commit Graph

9486 Commits (e8de88ac74d9b17a25f7f009fd34741a12d8f144)
 

Author SHA1 Message Date
Thomas Bruederli 4d97e4b804 Translate old 'preview_pane' setting into new 'layout' property 8 years ago
Thomas Bruederli a7075251d6 Bump version to 1.3.0 8 years ago
Thomas Bruederli 906179b77b Run bin/install-jsdeps.sh from installto.sh script 8 years ago
Aleksander Machniak 28b2a6553a Fix bug where it wasn't possible to set timezone to auto-detected value (#5782) 8 years ago
Aleksander Machniak fe4c626062 Code optimization, update changelog 8 years ago
Lucas Stevanelli Marin fa566b6b1e Fix bug where zipdownload ignored files with the same name (#5777)
Adding a counter before .(extension) to files with same name on zip.
Before only the last file on message with equals names was added on zip
8 years ago
Aleksander Machniak 467f1d7d2c Fix SQL syntax error on MariaDB 10.2 (#5774) 8 years ago
Aleksander Machniak bf6440c3dc Fix POST parameter reflection in default_charset selector (#5768) 8 years ago
Aleksander Machniak 954a677f12 Optimize images size 8 years ago
Aleksander Machniak 73126e6d78 Bump version number 8 years ago
Aleksander Machniak 6bdaada7fa Performance: Skip redundant LISTSCRIPTS command 8 years ago
Aleksander Machniak f3756e4115 Use pear/net_sieve instead of our fork as it's up-to-date and maintained by us now 8 years ago
Aleksander Machniak 0a8fe2ae5b Enigma: Fix compatibility with assets_dir 8 years ago
Aleksander Machniak 3b36ea8529 Update localization 8 years ago
Thomas Bruederli 99e67fb4c3 Highlight listmenu button when focused + better button style 8 years ago
Aleksander Machniak 673d7accb9 Update changelog 8 years ago
AndrolGenhald 4e379e9f89 Fix prevention from using % and * characters in folder name (#5762) 8 years ago
Aleksander Machniak 447377f70c Fix addressbook searching by gender (#5757) 8 years ago
Aleksander Machniak 9e56b06e8b Fix folders list sorting on Windows - if php-intl is available (#5732) 8 years ago
Aleksander Machniak 30a14911e8 Fix bug where it wasn't possible to scroll folders list in Edge (#5750) 8 years ago
Aleksander Machniak dade481658 Fix bug where comment notation within style tag would cause the whole style to be ignored (#5747) 8 years ago
Aleksander Machniak 5b741abed7 Print error from CLI scripts when system/exec function is disabled (#5744) 8 years ago
Aleksander Machniak 0b595fa401 Update to TinyMCE 4.5.7 8 years ago
Aleksander Machniak deec62915f Replace new line characters from the response name
...when the name was derived from the response text.
8 years ago
Aleksander Machniak 41c70e162b Fix conflict with _gid cookie of Google Analytics (#5748)
TODO: Review the whole code base and don't use INPUT_GPC when it's not really needed,
      in most cases we should not read $_COOKIE.
8 years ago
Aleksander Machniak 67479579e5 Fix bug where invalid recipients could be silently discareded (#5739) 8 years ago
Aleksander Machniak baa8e27856 Add CVE ident 8 years ago
Aleksander Machniak 06abad4d4e Password: Fix security issue in virtualmin and sasl drivers 8 years ago
Thomas Bruederli 5631de7ec9 Improve wording 8 years ago
Aleksander Machniak 93c00fd711 Bump version number also here 8 years ago
Thomas Bruederli fff0de584b Fix typo 8 years ago
Thomas Bruederli 3dd2884788 Bump version to 1.3-rc 8 years ago
Thomas Bruederli c297d08362 Merge branch 'dev-larry-flat' into release-1.3 8 years ago
Thomas Bruederli 502f0758f6 Remove unused theme images 8 years ago
Thomas Bruederli 7ead152445 Remove gradient from record-table headers 8 years ago
Thomas Bruederli d4e4cfef92 More flattening of jQuery UI styles 8 years ago
Aleksander Machniak d774c00b72 Improve pagenav buttons 8 years ago
Thomas Bruederli 7969981320 Flattened buttons and icons, removed gradients and box shadows 8 years ago
Aleksander Machniak ce61c8210e Added test for rcube_db::parse_dsn() 8 years ago
Aleksander Machniak 620f602f13 Fix typo 8 years ago
Aleksander Machniak 757ba8b81a Fix typo 8 years ago
Torkel Bjørnson-Langen 278b46a99d password plugin: better error message on constraint violation (#5727)
If the password policy on the ldap server is violated when changing
password, report error as "constraint violation" instead of the
misleading "connection error".

Only tested with OpenLDAP (v2.4).
8 years ago
Aleksander Machniak 045cc38ebe Recommend document root change after installation to /public_html (#5707) 8 years ago
Aleksander Machniak cc0defce86 Fix failing database schema check in all engines except mysql (#5730) 8 years ago
Aleksander Machniak 01656221a4 Update localization 8 years ago
Torkel Bjørnson-Langen 3bbe218b83 Password plugin: Added missing default values (#5726)
* Added correct default values for password plugin (ldap backends only)
* Sync default values in config.inc.php.dist with code.
8 years ago
Aleksander Machniak 3e53ac7491 Remove note about mail() function 8 years ago
Aleksander Machniak 68396698ec Update changelog 8 years ago
Aleksander Machniak 6ba41836b6 Revert "extend plugin password to avoid sudo (use ssh instead calling chpasswd) (#5654)"
This reverts commit 938dd4670b.
8 years ago
Joel Gerber 40b51b9dc9 Add Log to STDOUT Feature (#5721)
Primarily useful for PHP applications running under PHP-FPM which in
turn is running within a Docker container. But also it is generally
useful in any situation where you want to be able to send the logs
directly to your terminal when debugging &etc.
8 years ago