Ralf Becker
f64bac231b
* CardDAV/Addressbook: fixed OS X addressbook overwrites account with lowest id when creating a new contact
2014-12-04 15:01:35 +00:00
Klaus Leithoff
e9147c17f0
handle new signature preference
2014-12-04 14:42:44 +00:00
Klaus Leithoff
d983fd23b8
fix problem with importing messages accidently introduced with r49578
2014-12-04 09:26:30 +00:00
Nathan Gray
3130609ed4
Fix missing translation on Add current
2014-12-03 17:58:47 +00:00
Nathan Gray
f76e832c36
Fix a bug in automatic drag and drop -> link support detection that gave DnD to apps that couldn't handle it.
2014-12-02 22:15:44 +00:00
Ralf Becker
29a40c6655
do not validate vfs-widgets not returning a value, as it overwrites preserved values with null
2014-12-02 19:17:25 +00:00
Klaus Leithoff
c3256d081a
change disposition option values to on,off
2014-12-02 15:42:13 +00:00
Klaus Leithoff
1fc639b80f
fix broken body-display on activesync after r49578
2014-12-02 14:48:25 +00:00
Ralf Becker
81fe6b37c1
French translations from zorg-AT-probesys.com
2014-12-02 13:12:12 +00:00
Nathan Gray
dc12a2afe4
Fix auto-selection of last used app
2014-12-01 17:06:57 +00:00
Nathan Gray
a8a3506031
Set textarea to get height from rows attribute
2014-12-01 16:11:20 +00:00
Hadi Nategh
b2de74d07f
Refresh calendar event in top window after changing its status
2014-12-01 08:50:14 +00:00
Hadi Nategh
bd4448e967
Fix printing problem happening in IE and FF
2014-12-01 08:45:08 +00:00
Ralf Becker
b8756e7ecd
fix typo
2014-11-30 13:46:59 +00:00
Ralf Becker
ed21a9c4b4
fixed wrong (just the collection) Location header on POST to ?add-member url
2014-11-30 09:24:44 +00:00
Hadi Nategh
ae6be9fa87
Resize mail compose after window resized too
2014-11-28 16:20:28 +00:00
Ralf Becker
75f992fa22
fixed not working view_range (max. number of buttons to show incl. label)
2014-11-28 14:46:05 +00:00
Ralf Becker
dc2e654d1a
add more explenatory label, as done in German translation
2014-11-28 14:24:37 +00:00
Ralf Becker
9fdd92b5ea
fix resize to work with zoom at least up to 125%, by calling resize a 2. time
2014-11-28 14:01:13 +00:00
Ralf Becker
c03ec0679e
sort apps alphabetic and open external links with a target _blank
2014-11-28 12:43:27 +00:00
Hadi Nategh
af4cf46ba5
Make infolog print dialog to respect customfields type
2014-11-28 10:07:30 +00:00
Ralf Becker
77c1475ee9
fix not working dragging images into CKEditor of mail compose in FireFox
2014-11-27 14:03:48 +00:00
Ralf Becker
77faf475f2
have to wait for script files to be loaded, before calling egw.link_handler or any other egw method
2014-11-27 08:57:34 +00:00
Ralf Becker
54c0cd0fa3
adding cache-busters to LABjs and egw.js
2014-11-27 08:54:30 +00:00
Hadi Nategh
d0898a33c3
Disable use_time_grid preference in calendar
2014-11-26 13:59:31 +00:00
Klaus Leithoff
4d0c75447c
fix broken mail_activesync send after changes how identity is seeded
2014-11-25 14:19:22 +00:00
Klaus Leithoff
60ff83c8d6
silence warning about array_flip on array(null,0)
2014-11-25 11:55:29 +00:00
Ralf Becker
4a2d408a42
fix for smtp- and imap-username not an email address
2014-11-25 11:53:04 +00:00
Ralf Becker
144a90237a
fix not being able to accept/reject group-invitation, if not further rights
2014-11-25 10:41:32 +00:00
Ralf Becker
8743953c94
fix editing mail account fills users name and email in empty identity name or email, also appending custom identity name now in brackets to identity
2014-11-24 23:39:42 +00:00
Ralf Becker
4204bd8aeb
capitalise From
2014-11-24 10:13:52 +00:00
Ralf Becker
11a4d39513
missing commits from combined account and identity/signature selection
...
r49527: Fix compose resizehandler: resize based on subtraction of header height from window height and allocate it to mail body
r49524: first step for a combined account and identity/signature selector
2014-11-24 10:08:29 +00:00
Ralf Becker
91fa9f44c8
remove app-header showing only path already visible in navigation
2014-11-21 19:36:53 +00:00
Ralf Becker
b361ce4e9b
Don't preview the next message after deleting or moving messages.
2014-11-21 17:09:20 +00:00
Ralf Becker
424f904fbb
* Mail: combine account and identity/signature selection, allows now to send with a different identity
...
also fixed tons of IDE warnings
r49532: fix compose ID and random string generation to use API auth::randomstring() method
2014-11-21 16:21:40 +00:00
Ralf Becker
10b106619a
* API: report failed Ajax requests to user incl. a hint that server error-log should contain more information
2014-11-21 16:18:29 +00:00
Klaus Leithoff
8b2a51b89f
make sure (or at least try) there is an emailaddress set for ident_email when fetching identities for the current user
2014-11-21 13:47:23 +00:00
Ralf Becker
f00530f7cb
use a wrapper on a different url for sending mail to be able to select a different fpm pool
2014-11-21 13:37:49 +00:00
Ralf Becker
89f8c87cd1
dont allow to insert html
2014-11-21 11:18:58 +00:00
Ralf Becker
f56857343d
* EMailAdmin: used quota not shown in mail-account when called by an admin for an other user (only for managed mail-servers)
2014-11-21 10:28:27 +00:00
Klaus Leithoff
2795360ef3
avoid problems regarding the deletion of messages from Trash, when configured Trash Folder does not match current folder regarding upper/lower case
2014-11-21 10:24:11 +00:00
Klaus Leithoff
7f1d9043b2
fix broken disposition-notification request
2014-11-20 15:54:10 +00:00
Klaus Leithoff
adfa95b45d
handle error and error-messages on folder-creation. Special handling when having flat folderstructure (no prefix present)
2014-11-20 14:59:26 +00:00
Ralf Becker
df39e04e95
* Admin: fix fatal error in admin >> bulk password reset
2014-11-20 13:54:03 +00:00
Ralf Becker
a71d0d7a80
* EMailAdmin: fixed creating identities as admin when further identities are not allowed (for regular users) overwrites standard identity
2014-11-20 12:47:58 +00:00
Klaus Leithoff
23b9e73a2d
fix problem with not set ident_email / ident_realname. was only seeded when not set, when session credentials had to be used
2014-11-20 10:57:43 +00:00
Ralf Becker
ba0fe9a9eb
explicitly set login-type from mail-account for smtp plugins, otherwise we depend on no longer updated config from setup
2014-11-19 20:30:06 +00:00
Ralf Becker
3b8a7f9e9c
do NOT allow / correctly quote html in title, description and location of events
2014-11-19 20:11:16 +00:00
Ralf Becker
558076686f
clientside redirect ignore appname only for popups, not eg. iframes like in admin
2014-11-19 16:17:00 +00:00
Ralf Becker
c8dabaff43
set ts_project for export/merge from ts_project_blur, where it get moved, if it is no custom value
2014-11-19 13:51:27 +00:00