Aleksander Machniak
0048be10a9
Ignore 'Sender' header on Reply-All action ( #6506 )
2018-11-08 12:12:52 +01:00
Aleksander Machniak
cec626a12f
Use 'thumb' prefix, instead of '.thumb' suffix, for consistency
2018-11-07 16:54:57 +01:00
Aleksander Machniak
afc68aae63
FIx temp_filename() regressions, update changelog, add note in UPGRADING
2018-11-07 16:51:25 +01:00
PhilW
e024f133fa
give all temp files a constant prefix
2018-11-06 07:11:04 +00:00
Aleksander Machniak
ab6b651ac9
- Make menu button inactive if all subactions are inactive ( #6444 )
...
Elastic skin only (for now)
2018-10-25 13:13:02 +02:00
Aleksander Machniak
bec67c29b4
Display storage errors on refresh/check-recent action ( #6474 )
2018-10-17 13:43:08 +02:00
Aleksander Machniak
0fa9ad11d6
Remove useless href=# on menu items
2018-10-17 09:54:42 +02:00
Aleksander Machniak
e38b477b99
Fix including plugin scripts (regression)
2018-09-21 08:48:07 +02:00
Aleksander Machniak
2c12274d38
Fix style/navigation on error page depending on authentication state ( #6362 )
2018-09-20 15:38:22 +02:00
Aleksander Machniak
2bf80b180c
Update changelog
2018-09-17 09:09:32 +02:00
Aleksander Machniak
796e5a17e6
Removed referer_check option ( #6440 )
2018-09-12 08:27:09 +02:00
Thomas Bruederli
728c186943
Deprecate debug_level config option
2018-08-24 21:24:18 +02:00
Aleksander Machniak
75fd0a73cb
Register 'uploading' label globally
2018-08-22 12:33:23 +02:00
Aleksander Machniak
be675bb4a5
Make copyright and license notice a template objects
2018-07-31 08:27:39 +00:00
Aleksander Machniak
9eba51e23b
Merge branch 'master' into dev/elastic
2018-06-25 07:58:09 +00:00
johndoh
4ea790ba37
Extend skin_logo allowing per skin logos ( #6273 )
2018-06-19 11:26:57 +02:00
Aleksander Machniak
8ed053ccb7
Merge branch 'master' into dev/elastic
2018-06-14 13:51:17 +02:00
Aleksander Machniak
00acb46411
Update to TinyMCE 4.7.13, refactor image selector dialog, add style for Elastic skin
2018-06-13 14:00:39 +02:00
Aleksander Machniak
44d0824585
Merge branch 'master' into dev/elastic
...
Conflicts:
skins/elastic/styles/widgets/mail.less
2018-06-12 09:54:38 +02:00
Aleksander Machniak
9e289982ac
Add "Disk usage: " prefix to the quota element title
2018-05-25 12:47:59 +02:00
Aleksander Machniak
9e129c93d7
Fix blankpage compat. with assets_path setting
2018-05-23 16:08:35 +00:00
Aleksander Machniak
199761ad12
Fix blankpage compat. with assets_path setting
2018-05-23 16:07:25 +00:00
Aleksander Machniak
13ad9e6593
Merge branch 'master' into dev/elastic
2018-05-23 09:51:08 +02:00
Aleksander Machniak
4b97f40af9
Get rid of debug_level ( #6298 )
2018-05-22 11:12:24 +02:00
Aleksander Machniak
750827ad65
Merge branch 'master' into dev/elastic
2018-05-21 09:34:51 +02:00
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
2018-05-18 17:25:02 +02:00
Aleksander Machniak
9746de23e8
Elastic: Small improvements in searchbar
2018-05-17 13:16:50 +00:00
Aleksander Machniak
0d62450efc
Add easy way to change skin via GET param, for developers only
2018-05-17 11:02:42 +00:00
Aleksander Machniak
da5080a980
Merge branch 'master' into dev/elastic
...
Conflicts:
skins/elastic/ui.js
2018-05-14 09:22:45 +02:00
Aleksander Machniak
430c000e32
Support skin localization ( #5853 )
2018-05-11 09:59:27 +02:00
Aleksander Machniak
f0fc42b3c4
Elastic: Try a new design for some toolbars (work in progress)
2018-05-09 13:51:44 +02:00
Aleksander Machniak
35a3abd3de
Fix skin extending for assets ( #5115 ) - take two
2018-04-24 06:32:16 +00:00
Aleksander Machniak
8355ba62fb
Revert "Fix skin extending for assets ( #5115 )"
2018-04-23 19:53:45 +02:00
Aleksander Machniak
acfd335f14
Simplify code to set/change a skin
...
When changing skin in Preferences we do not use the new skin immediately,
we do this after redirect.
2018-04-20 09:14:44 +02:00
Aleksander Machniak
3e0e12227e
Use default skin on login page, also after logout
...
Before we stored user skin in session to keep user skin on logon after logout.
After more thinking... imho it's better to always present the same logon look.
2018-04-20 08:52:19 +02:00
Aleksander Machniak
3f53acb64a
Fix regression in skin extending for assets (commit ecde98729b)
...
It could have been possible that core template loaded plugin files
by mistake (if file with the same name existed), we don't want that.
2018-04-18 09:34:37 +00:00
Aleksander Machniak
c1774b6e1d
Put additional footer content before "footer scripts" (for Elastic)
2018-04-16 12:59:00 +02:00
Aleksander Machniak
ecde98729b
Fix skin extending for assets ( #5115 )
...
Remove redundant is_file() calls.
2018-04-15 12:21:56 +02:00
Aleksander Machniak
418c72137e
Improve search_form() for external use
2018-04-11 09:08:18 +02:00
Aleksander Machniak
b2bebe531a
Fix bug where usernames without domain part could be malformed or converted to lower-case on logon ( #6224 )
2018-04-10 09:24:29 +02:00
Aleksander Machniak
8e543f843e
Fix check_request() bypass in places using get_uids() [CVE-2018-9846] ( #6238 )
2018-04-09 09:07:27 +02:00
Aleksander Machniak
5832eca405
RCMAIL_CHARSET -> RCUBE_CHARSET ( #6236 )
2018-04-06 08:10:11 +02:00
Aleksander Machniak
73ea8f94d0
Use htmlspecialchars() with charset argument, simplify some code
2018-04-03 15:29:59 +02:00
Aleksander Machniak
a451ad6599
Fix handling encoding of HTML tags in "inline" JSON output ( #6207 )
2018-03-07 17:40:12 +01:00
Aleksander Machniak
4f6079833a
Fix PHP 7.2 warning: count(): Parameter must be an array or an object that implements Countable
2018-01-22 08:20:23 +01:00
Aleksander Machniak
b00d5c3836
Automatically localize data-label-* attributes of a template object
2018-01-18 11:33:11 +01:00
Aleksander Machniak
83bd85677b
Remove x_frame_options env
2018-01-07 08:55:46 +01:00
Aleksander Machniak
b172fb505c
Improve trusted_host_patterns code
2018-01-01 11:10:53 +01:00
Aleksander Machniak
55a1d6ef1b
Make search form's aria label to also support plugin localization (via label-domain property)
2017-12-21 11:43:41 +01:00
Aleksander Machniak
38d275445d
Plugin API: Add 'write' argument to 'render_page' hook
2017-12-18 12:04:42 +01:00