Ralf Becker
821ba63c02
accidently removed retina sprite
2015-06-11 12:40:44 +00:00
Nathan Gray
920616e37a
Calendar et2 conversion work in progress.
...
Context menu is enabled, but not all actions are fully implemented yet.
2015-06-10 21:51:28 +00:00
Ralf Becker
6c7026fa52
* Setup: support mail authentication without PHP imap extension
2015-06-10 15:44:01 +00:00
Hadi Nategh
c14a917390
Fix a XSS issue in mailto temporary form post method
2015-06-09 16:14:53 +00:00
Hadi Nategh
39d10bb0c5
Get mailto with very long url cope with webservers url limit (e.g. Nginx:4k) via using POST request
2015-06-09 09:09:11 +00:00
Ralf Becker
c7763ee259
load chosen and CKEditor as part of API javascript boundle, as they are used be old eTemplate to and loading only one of the two et2 bundles fails
2015-06-08 14:33:57 +00:00
Hadi Nategh
b5dc84fc09
Revert commit #52857
2015-06-02 08:57:26 +00:00
Hadi Nategh
bc5023f18c
Keep the fix from previous commit only for IE
2015-05-29 15:33:00 +00:00
Hadi Nategh
be96b786b7
Fix sending many mails from AB to mail compose causes url length limitation error in IE
2015-05-29 11:04:56 +00:00
Ralf Becker
2699dddc4e
fix selector for Mailvelope iframe under Firefox
2015-05-29 11:04:09 +00:00
Nathan Gray
9c1ec7ba62
Fix keyboard actions changing selection to last clicked row instead of using current user selection.
2015-05-28 15:34:58 +00:00
Ralf Becker
ddbe8ccec3
encryption of InfoLog entries (EPL only)
2015-05-28 14:40:33 +00:00
Ralf Becker
01860bc469
* Mobile: fix redirect loop, if template_set was forced to something else then "pixelegg"
...
- refactored generation of framework object to egw_framework::factory used now in login.php and egw object
- using now $framework->template_dir for *.tpl files of template-sets
2015-05-27 14:01:32 +00:00
Ralf Becker
d384f2407a
fix replies to encrypted mails dont open with encryption switched on
2015-05-26 15:25:54 +00:00
Nathan Gray
b1b8206d05
Use restore_count variable instead of non-existing length attribute, maybe helps with framework loading.
2015-05-25 17:05:06 +00:00
Ralf Becker
a838f76da2
translation for mail encryption
2015-05-25 10:08:47 +00:00
Ralf Becker
af76a991d5
if we have no keyring, create one and open Mailvelope settings dialog so user can create or import a keypair, offer user to store new public key in addressbook, so other users can write him encrypted mail
2015-05-23 14:04:28 +00:00
Ralf Becker
8b88959e69
read client-side missing pgp keys from addressbook and offer user to import them
2015-05-20 21:20:10 +00:00
Nathan Gray
6537acb11f
Highlight currently selected favorite
2015-05-20 16:12:29 +00:00
Ralf Becker
c41156c47c
check if we have PGP keys for all recipients, before switching to encrypted mail, when adding further recipients and before trying to send
2015-05-20 15:24:08 +00:00
Hadi Nategh
84b9f579c7
Add missing action icons in compose toolbar, and fix dragging icon has no height
2015-05-20 10:26:08 +00:00
Ralf Becker
517286fdab
using now a domain-specific "egroupware" keyring, instead of default "mailvelope", which only works on localhost, plus improved instructions
2015-05-19 20:23:38 +00:00
Ralf Becker
a480dfc022
Encrypt toggle-button in compose to switch PGP encrypted mail on and off
2015-05-19 18:56:12 +00:00
Ralf Becker
38b3122bb8
send OpenPGP/Mime message according to rfc3156, section 4
2015-05-18 19:23:05 +00:00
Hadi Nategh
8f92df1a86
Escape from infinitive loadingDeferred if the diferred did not get resolved or rejected, and give user a chance to try other tabs
2015-05-13 16:21:50 +00:00
Nathan Gray
237d1d809e
* If column information is stored in a favorite, restore it along with the filters
...
To get column information in the favorite, change the visible columns before you create the favorite.
If the favorite has no column information, the visible columns will not be changed.
2015-05-11 17:29:31 +00:00
Ralf Becker
53f381e246
Retina sprite for choosen
2015-05-11 14:12:26 +00:00
Ralf Becker
853dc85e33
allow to add further attachments, after base-part has been generated or set via emailadmin_imapbase::parseRawMessageIntoMailObject()
2015-05-10 14:32:37 +00:00
Hadi Nategh
ad34d20080
IDE warning cleanup
2015-05-05 09:01:01 +00:00
Hadi Nategh
08729a9df8
Do not return null for return_array function as expected to return always an array
2015-05-04 10:40:50 +00:00
Ralf Becker
bdf5c436dd
stop redirection loop
2015-05-01 16:34:28 +00:00
Ralf Becker
e69df78ab8
respect download_url given by vfs
2015-05-01 10:52:24 +00:00
Ralf Becker
e5b89deea4
fix PHP Fatal error "Class APCIterator not found" during installation, caused by for apc.enable_cli=0, but APC(u) installed
2015-04-29 13:38:03 +00:00
Ralf Becker
5e40c8748d
fix IDE warnings
2015-04-27 08:31:49 +00:00
Ralf Becker
e3f6fe6104
only use tree-wide load_via array, but do some sanity checks before using it (need to contain all stock keys), to fix not loaded (common) translations, cleaning up some IDE warnings
2015-04-26 11:00:01 +00:00
Ralf Becker
02161a851e
* PostgreSQL: fix SQL error viewing history of an entry containing attachments
2015-04-25 10:08:12 +00:00
Ralf Becker
4b4c5e8a84
* PostgreSQL/Addressbook: fixed not working creating of new distribution lists
...
caused by egw_db::insert() using 0 or NULL in value of $where of primary key when trying to create the list, MySQL ignories these
2015-04-24 13:50:33 +00:00
Ralf Becker
9059132c34
fixed default SMTP account was not returned during setup and deprecated old send class in favor of using egw_mailer direct
2015-04-24 10:01:22 +00:00
Ralf Becker
0b1da4118e
* Notifications: skip email notification if we have no valid SMTP profile (eg. because there are only personal accounts and we run via cron)
2015-04-24 08:24:12 +00:00
Ralf Becker
6d3dd5889a
fix sharing CSS for Stylite template
2015-04-23 21:16:20 +00:00
Ralf Becker
c823f64c4b
fix not working download url for share on a subdirectory of a mounted filesystem with given download url
2015-04-23 19:40:55 +00:00
Ralf Becker
c57bd20379
* API: caching uses by default APC(u) if available AND apc.shm_size * apc.shm_segments >= 64M, it no longer complains in cron/cli if APC is not enabled (as it should and is by default)
2015-04-23 09:20:17 +00:00
Ralf Becker
9cd7906852
removed not working cast of Horde_Mail_Rfc822_List to array
2015-04-22 14:26:20 +00:00
Nathan Gray
db0e368f86
Do not warn about translating nulls, just return empty string
2015-04-21 19:47:23 +00:00
Klaus Leithoff
abd6800a89
dont try to send if there is no smtpAccount
2015-04-21 14:23:59 +00:00
Klaus Leithoff
3a3fea946b
replacement for broken (and now deprecated) send->msg;
2015-04-21 12:50:41 +00:00
Ralf Becker
495d6d3599
prefer igbinary serialzation, if available of PHP serialization
2015-04-19 08:09:17 +00:00
Ralf Becker
7d54d5b21c
fix meeting invitations to not set "Content-Disposition: attachment" for ical alternative
2015-04-17 09:19:42 +00:00
Nathan Gray
dea520f901
Pass mimetype along too as VFS widget and egw_link seem to expect them
2015-04-16 16:20:38 +00:00
Nathan Gray
611c35fc5f
Silence some spurious warnings on null and ""
2015-04-16 16:19:41 +00:00