Commit Graph

439 Commits

Author SHA1 Message Date
Aleksander Machniak
01031d0ced Reset onerror on images if placeholder does not exist to prevent from requests storm 2017-01-17 15:17:00 +01:00
Aleksander Machniak
8131629c6e Extended unified searchform object for templates engine 2017-01-14 10:35:44 +01:00
Aleksander Machniak
cc10cbe039 Make button object to be a <button> by default 2017-01-13 11:17:05 +01:00
Aleksander Machniak
3bb12e75f7 Add class attribute for preferences sections list 2017-01-07 10:51:21 +01:00
Aleksander Machniak
68c9b669e4 Fix adding images to new identity signatures
It already worked only on edits, because the image data for new identity
was stored in the wrong session item.
2016-12-22 10:38:40 +01:00
Aleksander Machniak
c183463a6e Fix visual glitch when using disabled_actions for items in Settings menu 2016-12-14 15:39:35 +01:00
Aleksander Machniak
a844db6a27 Merge branch 'dev-layouts' 2016-11-20 19:04:09 +01:00
Aleksander Machniak
556c1725a7 Unify automatic marking as \Seen in preview pane, full-page and extwin views (#5071)
We now have one 'mail_read_time' option that works for all cases.
Option 'preview_pane_mark_read' has been removed and marked as an alias.
2016-11-01 10:59:19 +01:00
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
2016-10-16 11:19:30 +02:00
Aleksander Machniak
48585867f3 INBOX should be always protected, event with protect_default_folders=false
I.e. it should not be possible to rename INBOX
2016-09-23 09:03:50 +02:00
Aleksander Machniak
6886a4de3f Widescreen layout aka three column view (#5093) 2016-09-17 19:04:33 +02:00
Aleksander Machniak
aad269c2f8 Fix PHP warning when handling shared namespace with empty prefix (#5420) 2016-08-31 16:11:57 +02:00
Aleksander Machniak
158b34ed42 Rename Addressbook to Contacts (#5233) 2016-07-16 13:59:54 +02:00
Aleksander Machniak
ee895a2c96 Remove PHP mail() support, smtp_server is required now (#5340) 2016-07-15 15:24:45 +02:00
Aleksander Machniak
d0bb0a9c9d Fix subscription checkbox state on error in folder subscribe/unsubscribe action (#5243) 2016-06-08 19:27:03 +02:00
Aleksander Machniak
ff735fb3a5 Protect INBOX folder even if protected_default_folders=false 2016-05-28 10:00:25 +02:00
Aleksander Machniak
6f2c007d1b CS fixes: Replace use of "bool ? true : false" with just "bool" 2016-04-02 13:02:55 +02:00
Aleksander Machniak
5c253dd59e Fix so SPECIAL-USE assignments are forced only until user sets special folders (#4782)
The old behaviour where SPECIAL-USE has always a prio can be bringed back
by setting lock_special_folders=false and adding it to dont_override.
2016-04-02 09:09:43 +02:00
Aleksander Machniak
faeeebdc55 Hide DSN option in Preferences when smtp_server is not used (#1490666) 2016-02-23 09:02:58 +01:00
Aleksander Machniak
8271597836 Use ternary operator where applicable 2015-11-16 09:11:47 +01:00
Aleksander Machniak
74ce01efc7 Q() -> rcube::Q() 2015-10-23 08:02:57 +02:00
Aleksander Machniak
399a2d68b6 Make optional adding of standard signature separator - sig_separator (#1487768) 2015-09-03 09:28:17 +02:00
Aleksander Machniak
4ceff8f353 Make optional hidding of folders with name starting with a dot - imap_skip_hidden_folders (#1490468) 2015-08-30 11:36:06 +02:00
Aleksander Machniak
6ca1e6add1 Add option to enable HTML editor always, except when replying to plain text messages (#1489365) 2015-08-29 15:08:50 +02:00
Aleksander Machniak
0c8794c94f Use in_array_nocase() also for \\Noselect flag check (#1490466) 2015-07-29 20:42:07 +02:00
Aleksander Machniak
a958748947 CS fixes 2015-06-07 15:26:33 +02:00
Aleksander Machniak
c044d301ea Fix blank image in html_signature when saving identity changes (#1490412) 2015-05-28 10:34:03 +02:00
Thomas Bruederli
5e97294372 Add new plugin hook 'identity_create_after' (#1490358) 2015-05-22 09:22:05 +02:00
Aleksander Machniak
09225a41ec Add option to place signature at bottom of the quoted text even in top-posting mode [sig_below] 2015-04-16 10:55:32 +02:00
corbosman
d9c22ab66d move header block inside loop 2015-04-03 09:43:05 +02:00
Aleksander Machniak
9ad0fc489f Fix javascript error after creating a folder which is a subfolder of another one (#1490297) 2015-03-02 13:51:51 +01:00
Aleksander Machniak
d1382aecb2 Fix so "set as default" option is hidden if identities_level > 1 (#1490226) 2015-01-13 11:01:17 +01:00
Thomas Bruederli
d1bf0feed4 Use current year for timezone offset display 2014-12-27 14:39:12 +01:00
Aleksander Machniak
681ba6fc3c Improve system security by using optional special URL with security token
Allows to define separate server/path for image/js/css files
Fix bugs where CSRF attacks were still possible on some requests
2014-12-16 13:28:48 +01:00
Aleksander Machniak
61ca7956cc Fix button label: ignore -> Ignore (#1490170) 2014-11-28 08:44:03 +01:00
Aleksander Machniak
2f46789081 Added rcube_user::list_emails() method with better performance than list_identities()
which should be used always if we want only all user email addresses (with names)
2014-11-27 10:08:55 +01:00
Aleksander Machniak
07a641c79f Code cleanup - unused variables 2014-11-16 14:39:51 +01:00
Aleksander Machniak
a140e6d213 Fix bug where creating subfolders in shared folders wasn't possible without ACL extension (#1490113) 2014-10-28 11:54:53 +01:00
Thomas Bruederli
44b47dfb35 Add config/preference option to disable saving messages in localStorage (#1489979) 2014-08-20 08:30:24 +02:00
Aleksander Machniak
30f240478a Get rid of "Properties" fieldset in folder form 2014-08-13 14:30:20 +02:00
Aleksander Machniak
b2a15c2c19 Set edited folder name to client environment 2014-08-12 13:31:10 +02:00
Aleksander Machniak
e9ecd49f74 Added namespace filter in Folder Manager 2014-08-11 13:11:10 +02:00
Thomas Bruederli
65baa033e0 List all plugins which have been attempted to load (#1488871) 2014-08-03 19:17:23 +02:00
Aleksander Machniak
ef5a1c66aa Fix bug where last folder on the list wasn't displayed in folder manager 2014-08-03 15:55:43 +02:00
Aleksander Machniak
3cb61e7528 Collapsible (and iconized) folders tree in folder manager (#1489648) 2014-07-16 11:08:11 +02:00
Aleksander Machniak
ca01e25772 Fix security issue in delete-response action - allow only ajax request.
Unify code for identities and responses deletion.
2014-07-05 12:33:03 +02:00
Aleksander Machniak
c6447e2ce2 Use treelist widget for folders list in Settings/Folders (#1489648) 2014-07-02 13:03:22 +02:00
Aleksander Machniak
9fa8368b01 Support images drag-n-drop into image browser dialog in html signature editor 2014-06-30 13:56:06 +02:00
Aleksander Machniak
b8bcca7033 Display quota information for current folder not INBOX only (#1487993) 2014-06-30 12:26:15 +02:00
Aleksander Machniak
b0f816fa4b Add forgotten file (for image uploads handling) 2014-06-29 17:59:03 +02:00