Commit Graph

11011 Commits (b2b39ade23eb405aab515d95faff884e94e594f7)
 

Author SHA1 Message Date
Aleksander Machniak daf46075d0 Merge branch 'menu_buttons' of https://github.com/johndoh/roundcubemail into johndoh-menu_buttons 6 years ago
Aleksander Machniak 2d172126e7 Elastic: Remove redundant code 6 years ago
PhilW d2c2ddb9a0 code improvement, avoid empty menu_button array entries 6 years ago
PhilW f028ff0c48 remove redundant var 6 years ago
PhilW 99fc4cd387 support multiple buttons for the same menu 6 years ago
Aleksander Machniak f85a33f150 Elastic: Fix TypeError: Argument 1 of MutationObserver.observe is not an object 6 years ago
Aleksander Machniak 2935b3a66a Fix malformed message saved into Sent folder when using big attachments and low memory limit (#6498) 6 years ago
PhilW 30fb7fc552 store menu buttos by menu id 6 years ago
Aleksander Machniak 19a818a8b7 Elastic: Add "status bar" for mobile in mail composer 6 years ago
Aleksander Machniak 7b203cbc52 Fix bug where a message/rfc822 part without a filename wasn't listed on the attachments list (#6494) 6 years ago
Aleksander Machniak 09c9443a54 Fix disabled acl table menu button (regression) 6 years ago
Aleksander Machniak 2940e2f948 Elastic: Fix blur and mouse selection on the recipient-input 6 years ago
Aleksander Machniak c93d11b473 Merge branch 'master' of github.com:roundcube/roundcubemail 6 years ago
Aleksander Machniak ab6b651ac9 - Make menu button inactive if all subactions are inactive (#6444)
Elastic skin only (for now)
6 years ago
Aleksander Machniak 3dad8c5908 Fix incorrect IMAP SASL GSSAPI negotiation (#6308) 6 years ago
Aleksander Machniak c4916a8fe3 Simplify code that uses setError() followed by return 6 years ago
Aleksander Machniak a86d9cd5aa Fix so unicode in local part of the email address is also supported in recipient inputs (#6490)
Relax javascript email address checker.
6 years ago
Aleksander Machniak 288a0fa137 Elastic: Fix js error when accessing page jumper input with a Tab key 6 years ago
Thomas Bruederli e8daccfe57 Add 1.3.8 release milestone 6 years ago
Aleksander Machniak 90a203fbbe Fix .recipient-input height regression 6 years ago
Aleksander Machniak 186f21c4c1 Avoid Referer leaking by using Referrer-Policy:same-origin header (#6385)
Added 'common_headers' hook
6 years ago
Aleksander Machniak cf7e4f12b2 Stop adding some localization to ajax responses 6 years ago
Aleksander Machniak bec67c29b4 Display storage errors on refresh/check-recent action (#6474) 6 years ago
Aleksander Machniak 0fa9ad11d6 Remove useless href=# on menu items 6 years ago
Daniel Hoffend 8b2e466c00 limit skins available/shown in the settings section 6 years ago
Aleksander Machniak 0551b0f9c4 Elastic: Increase popup windows' size 6 years ago
Aleksander Machniak e282b11d25 Elastic: Fix various small css issues 6 years ago
Aleksander Machniak 5b6e983abf Upgrade to Bootstrap 4.1.3 6 years ago
Aleksander Machniak a4ebec90d6 Merge branch 'dev/elastic' 6 years ago
Aleksander Machniak dc3652f891 Elastic: Make sure pretty-select has also form-control and custom-select class assigned 6 years ago
Aleksander Machniak f28971c95c The localization label can also contain underscore char 6 years ago
Aleksander Machniak f1ee6d7906 Plugin API: Add possibility to specify HTTP return code via 'unauthenticated' hook 6 years ago
Aleksander Machniak 0816e14125 Elastic: Workaround for recipient input and autocompletion on mobile 6 years ago
Aleksander Machniak 33bf85f75c Elastic: Fix recipient input from autocomplete list using Enter key 6 years ago
Aleksander Machniak 49c66e3805 Elastic: Fix autocomplete list height 6 years ago
Aleksander Machniak e97848eada Elastic: Fix leftover comma characters after inserting multiple recipients at once 6 years ago
Aleksander Machniak 3a212b5be0 Update changelog 6 years ago
Aleksander Machniak 43baa575de Elastic: On mobile/tablet jump to the list on folder selection (#6415) 6 years ago
Aleksander Machniak ccff7c8313 Support returning jqXHR object from request* event handler 6 years ago
PhilW 1bf6dc3de8 Password: add Zxcvbn strength driver 6 years ago
PhilW 00946f1f57 give password plugin drivers more power
Allow password drivers more control over the entire password changeing
processes not just the save action. Allow them to perform old/new
password comparisons and also password strength checking.

*) allow password drivers override default password comparisons (eg
   new is not same as current) #6473
*) allow password drivers override default strength checks (eg allow
   for 'not the same as last x passwords')
*) allow separate password saving and strength drivers for use of
   strength checking services eg HaveIBeenPwned.com #5040
*) allow drivers to define password strength rules displayed to the
   user
*) rename password_require_nonalpha config option to
   password_check_strength to reflect new strength checking
   possibilities (added backwards compatibility)
6 years ago
Aleksander Machniak b8a0a6c57a Elastic: Align focus on some TinyMCE input group buttons 6 years ago
Aleksander Machniak 93748d0698 Elastic: Remove outline in Chrome on html editor mode switch 6 years ago
Aleksander Machniak ec61705441 Elastic: Improve keyboard navigation on html editor mode switch 6 years ago
Aleksander Machniak c8d133a6a0 Merge branch 'master' into dev/elastic 6 years ago
Aleksander Machniak 38255ff52a Elastic: Fix duplicate recipient after using Tab key in recipient input (regression) 6 years ago
Aleksander Machniak b126941846 Fix session issue on long running requests (#6470) 6 years ago
Aleksander Machniak 02ddb8d535 Use RCUBE_VERSION in defaults.inc.php, RCMAIL_VERSION is undefined when using Framework only 6 years ago
Aleksander Machniak 511ecd095c Add $protocol to the error message 6 years ago
urusha 4920f3ef23 krb_authentication fixes (#6471)
* krb_authentication: remove default principal

krb_authentication_context must be set to the right value to make GSSAPI work, we should not have any default for it outside config files, it could confuse users. We already handle empty/bad context in rcube_imap_generic.php, Net_Sieve, Net_SMTP.

* krb_authentication: config.php.dist fix

GSSAPI is better for searching, since GSS API is not used widely.
host.fqdn@REALM.NAME is actually never used without service-prefix, on the other side it may be valid to use 'computername$' or 'username' with Samba/Active Directory, the common name for all these - 'principal'.

* krb_authentication: raise error on empty context
6 years ago