Commit Graph

7719 Commits

Author SHA1 Message Date
Aleksander Machniak
e9d38e847c Re-add setting error_log=syslog when log_driver=syslog 2018-06-05 09:05:53 +02:00
Aleksander Machniak
4d47fb6f0b Replace Save with Import button in messages import form 2018-05-29 09:55:45 +02:00
Aleksander Machniak
c611ace9a2 Update German localization 2018-05-28 19:14:18 +02:00
Aleksander Machniak
6d0b30d456 Fix bug where messages list was not updated after moving ALL messages (#6310) 2018-05-28 16:18:32 +02:00
Aleksander Machniak
3d0b2cd3ce Pass PEAR errors to rcube::raise_error(), small CS improvements 2018-05-27 08:50:42 +02:00
Aleksander Machniak
12b1b54792 Fix bug where after "mark all folders as read" action message counters were not reset (#6307)
also fixed one PHP 7.2 warning
2018-05-26 09:08:08 +02:00
Aleksander Machniak
2275df3bca Fix js error when flagging a message as unread 2018-05-25 15:54:43 +02:00
Aleksander Machniak
9e289982ac Add "Disk usage: " prefix to the quota element title 2018-05-25 12:47:59 +02:00
Aleksander Machniak
6691756ea1 Fix bug where unicode contact names could have been broken/emptied or caused DB errors (#6299) 2018-05-25 12:29:36 +02:00
Aleksander Machniak
30ab2eec5f Remove function_exists() checks for mbstring functions 2018-05-25 10:10:02 +02:00
Aleksander Machniak
01f331e303 Merge branch 'master' of github.com:roundcube/roundcubemail 2018-05-25 09:53:11 +02:00
Aleksander Machniak
3ede8e5404 Show message flagged status in message view (#5080)
for Larry and Elastic
2018-05-25 09:52:38 +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
9d3d600a25 Display a dialog for mail import with supported format description and upload size hint 2018-05-23 09:49:31 +02:00
Aleksander Machniak
4b97f40af9 Get rid of debug_level (#6298) 2018-05-22 11:12:24 +02:00
Aleksander Machniak
5843d8cdcd Elastic: Small improvements in message headers layout 2018-05-22 09:55:35 +02:00
Aleksander Machniak
b08a5e7873 Display a hint about max file size for contacts import 2018-05-22 08:51:19 +02:00
Aleksander Machniak
750827ad65 Merge branch 'master' into dev/elastic 2018-05-21 09:34:51 +02:00
Aleksander Machniak
71eec07d25 Fix regression where some non-inline attachments could be not listed (#6291) 2018-05-18 17:58:22 +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
b6a10acfbe Elastic: Fix popup initialization on cloned buttons 2018-05-18 07:09:05 +00: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
211c5444e5 Merge branch 'master' into dev/elastic 2018-05-17 06:23:44 +00:00
Aleksander Machniak
34a280ef89 Fix regression where Edit identities link wasn't working
Extend switch-task command to accept argument in form of task/action.
2018-05-16 13:07:19 +02:00
Aleksander Machniak
da5080a980 Merge branch 'master' into dev/elastic
Conflicts:
	skins/elastic/ui.js
2018-05-14 09:22:45 +02:00
Graymanflo
b1ea91c161 Fix typo in English translations. (#6287) 2018-05-11 12:26:42 +02:00
Aleksander Machniak
fc88c5b1f6 Elastic: Use select.custom-select instead of select.form-control
It's just better looking.
2018-05-11 11:14:32 +02:00
Aleksander Machniak
430c000e32 Support skin localization (#5853) 2018-05-11 09:59:27 +02:00
Aleksander Machniak
66550f65ae Support enabling checkbox selection on list after intialization and existing records 2018-05-10 09:45:46 +02:00
Aleksander Machniak
67b5ba67dd Show confirm dialog when moving folders using drag and drop (#6119)
As it was very easy to accidentally move a folder tree by dragging & dropping
we now ask the user to confirm the action.
2018-05-09 18:32:48 +02:00
Aleksander Machniak
526f4ddbb4 Elastic: Fix interface "jump" after folder rename (#6283) 2018-05-09 15:09:39 +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
1247a8dd7d Fix bug where some forbidden characters on Cyrus-IMAP were not prevented from use in folder names 2018-05-08 12:20:11 +02:00
Aleksander Machniak
0716d499bc Fix bug where some escape sequences in html styles could bypass security checks 2018-05-05 17:12:18 +02:00
Edgaras L
c236c22c41 Parse all quotas from GETQUOTAROOT (#6280) 2018-05-05 12:48:15 +02:00
johndoh
5caab079fa Make settings list html more consistent (#6204) 2018-04-29 14:33:25 +02:00
johndoh
8eebbbfba4 Use timer to differentiate touch or touch + hold events (#6259) 2018-04-26 14:56:57 +02:00
Aleksander Machniak
89715b040b Pass an element index to the list_callback in entity_selector() 2018-04-25 11:28:26 +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
c0b9025215 Remove sample PHP configuration from .htaccess and .user.ini files (#5850)
Moved to https://github.com/roundcube/roundcubemail/wiki/Installation#php-configuration
2018-04-21 20:17:17 +02:00
Aleksander Machniak
63d3ad11fb Use Masterminds/HTML5 parser for HTML5 support (#5761) 2018-04-21 13:14:42 +02:00
johndoh
2f7aaca342 Allow plugins to prevent multiple execution of getselection JS event (#6256) 2018-04-21 08:25:33 +02:00
Aleksander Machniak
3e241d728c Remove IE7 hack 2018-04-20 13:42:06 +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
e79838aaac Enigma: Disable autofill for new keypair password 2018-04-20 08:11:22 +02:00