Commit Graph

5865 Commits

Author SHA1 Message Date
Aleksander Machniak
38dbd8022b Fix bug where Reply-To address was ignored on reply to messages sent by self (#1490233) 2015-01-19 16:08:42 +01:00
Thomas Bruederli
ef29153a32 Improve display of pgp/mime and s/mime messges. Reverts commit f4154d91 2015-01-16 16:13:15 +01:00
Aleksander Machniak
b7e3b15a8a Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210) 2015-01-16 09:47:46 +01:00
Thomas Bruederli
f4154d9108 Fall back to $part->body when no mime_id is set for the message part 2015-01-15 20:51:17 +01:00
Aleksander Machniak
de0bc662f9 Fix bug where search was reset after returning from compose opened by reply button(s) 2015-01-15 10:56:17 +01:00
Aleksander Machniak
a109d19a77 Fix error when dragging jquery dialog window in Folder Manager page 2015-01-13 06:58:25 -05: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
Aleksander Machniak
5a84736e53 Fix bug where Drafts list wasn't updated on draft-save action in new window (#1490225)
That if the window was opened using "Edit" button, not double-click on a message.
2015-01-13 10:45:23 +01:00
Aleksander Machniak
786aa0725e Fix XSS issue in style attribute handling (#1490227) 2015-01-13 09:41:41 +01:00
Aleksander Machniak
83b5834360 Skip .skip-on-drag elements when producing long subject title 2015-01-12 13:02:29 -05:00
Aleksander Machniak
c6efcf5e6d Fix blocked.gif image usage with assets_dir set 2015-01-12 05:44:28 -05:00
Aleksander Machniak
8c2075b9fc Remove hook aliases deprecated long time ago, CS fixes 2015-01-10 18:05:49 +01:00
Aleksander Machniak
091f5e2978 Fix css selectors in resize() for IE (#1490213) 2015-01-10 17:39:51 +01:00
Aleksander Machniak
b6b2858b01 Fix checks based on window.ActiveXObject in IE > 10 2015-01-10 14:20:12 +01:00
Aleksander Machniak
1187f60d12 Build proper quota text when quota 'percent' is undefined 2015-01-09 05:56:43 -05:00
Aleksander Machniak
f6502176f8 Hide MDN and DSN options in compose if disabled by admin (#1490221) 2015-01-09 11:25:53 +01:00
Aleksander Machniak
9e26034801 Fix bug where max_group_members was ignored when adding a new contact (#1490214)
Also fix list refresh after new contact was added and any group is selected.
2015-01-09 09:06:01 +01:00
Thomas Bruederli
7d8592e64d Correctly handle DateTime values in Vcard export 2015-01-07 17:04:21 +01:00
Aleksander Machniak
10f133bae8 Fix bug where sent message was saved in Sent folder even if disabled by user (#1490208) 2015-01-03 14:41:13 +01:00
Aleksander Machniak
7b924535fd CS fixes 2015-01-03 13:59:07 +01:00
Aleksander Machniak
1881a8a152 Display "real" attachment size also on attachments list 2014-12-29 14:26:18 +01:00
Thomas Bruederli
bca7dc68e9 Fix syntax error and codestyle from recent PR merge 2014-12-29 13:40:26 +01:00
Alex Brandt
e4b9910a32 Add environment variable reading to configuration.
Docker prefers to pass parameters via environment variables.  This
allows the environment variables to be checked and if a value exists it
will override the default.
2014-12-28 12:31:24 -06:00
Thomas Bruederli
fbb86218d0 Synchronized localizations from Transifex 2014-12-28 17:48:42 +01:00
Thomas Bruederli
e8b82c2e7b Fix rcube_utils::normalize_string() to support unicode characters + add argument for minimum token length 2014-12-28 16:22:08 +01:00
Thomas Bruederli
09c58d1add Make rcube_utils::strtotime() timezone aware (#1490163) 2014-12-28 15:41:47 +01:00
Thomas Bruederli
b737021a90 Improve plugin selection in installer; check already selected plugins 2014-12-27 14:53:21 +01:00
Thomas Bruederli
d1bf0feed4 Use current year for timezone offset display 2014-12-27 14:39:12 +01:00
Aleksander Machniak
6ca090b341 Add _mbox parameter to the 'mark' request sent after opening a message 2014-12-25 10:03:51 +01:00
Aleksander Machniak
d9897520e7 Upgrade jQuery to version 2.1.3 2014-12-22 19:52:58 +01:00
Aleksander Machniak
79e92da7ed Fix js error when calling show_popup_dialog() without 'options' argument 2014-12-22 19:52:02 +01:00
Thomas B.
8e7ed506c4 Merge pull request #248 from flanpy/master
#1489096 : Ability to select plugins to enable in the installer
2014-12-21 20:25:23 +01:00
Aleksander Machniak
aafccefb88 Properly set fuzzy_search for vlv searches 2014-12-18 08:49:36 -05:00
Thomas Bruederli
ceee7eb110 Prevent folder selection changes if app is busy (#1490158) 2014-12-18 13:13:07 +01:00
Thomas Bruederli
da0d0aca2a Avoid useless reloading list when resetting search with active filter (#1490057) 2014-12-18 13:03:37 +01:00
Aleksander Machniak
cc5e4452db Read page and page_size before check_recent hook is executed
- some plugins may change them to invalid values (in mail context)
2014-12-17 13:09:57 +01:00
Aleksander Machniak
8ccfc271d7 Fix skin inheritance for some icons (#149017) 2014-12-16 14:03:23 +01:00
Aleksander Machniak
7259529fad Get rid of requests whitelist for security check bypass 2014-12-16 13:34:48 +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
fa424e54d2 Set compose mode in session when needed - skip one session update when composing new message 2014-12-14 15:48:24 +01:00
Aleksander Machniak
066e22874b Don't log "No suitable function found for UTF-8..." as E_USER_WARNING.
Use E_USER_NOTICE - this happens quite often as email messages
containing invalid charset name are not so rare.
2014-12-13 08:54:12 +01:00
Aleksander Machniak
8841810bce Update TinyMCE to 4.1.7, use cache_suffix option to prevent browser caching issues 2014-12-10 14:02:20 +01:00
Aleksander Machniak
630d08fb49 Assign "mainaction" class to "default" buttons in dialogs 2014-12-10 06:43:15 -05:00
Aleksander Machniak
72b117feb1 Use consistent license identifiers, remove redundant package.xml files 2014-12-09 05:02:13 -05:00
Aleksander Machniak
adc23f8b01 Fix label on "forwarded" icon 2014-12-08 19:21:15 +01:00
Aleksander Machniak
a3873bd93c Enable menu-* actions when UI is locked 2014-12-08 10:00:42 +01:00
Aleksander Machniak
b262e12964 Fix import of contacts with multiple email addresses from Google-csv format (#1490178) 2014-12-08 09:19:17 +01:00
Aleksander Machniak
f864495b7b Fix import of multiple contact email addresses from Outlook-csv format (#1490169) 2014-12-01 14:26:52 +01:00
Aleksander Machniak
f7f4672649 Fix regression in rcmail::show_bytes() where unit was set to "[]" instead of "B" 2014-11-28 08:47:45 +01:00
Aleksander Machniak
61ca7956cc Fix button label: ignore -> Ignore (#1490170) 2014-11-28 08:44:03 +01:00