Commit Graph

440 Commits

Author SHA1 Message Date
a838f76da2 translation for mail encryption 2015-05-25 10:08:47 +00:00
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
8b88959e69 read client-side missing pgp keys from addressbook and offer user to import them 2015-05-20 21:20:10 +00:00
6537acb11f Highlight currently selected favorite 2015-05-20 16:12:29 +00:00
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
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
a480dfc022 Encrypt toggle-button in compose to switch PGP encrypted mail on and off 2015-05-19 18:56:12 +00:00
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
bdf5c436dd stop redirection loop 2015-05-01 16:34:28 +00:00
e69df78ab8 respect download_url given by vfs 2015-05-01 10:52:24 +00:00
db0e368f86 Do not warn about translating nulls, just return empty string 2015-04-21 19:47:23 +00:00
611c35fc5f Silence some spurious warnings on null and "" 2015-04-16 16:19:41 +00:00
e9d73a08f2 Do not remove rows that just have not changed.
Fixes linking two rows caused them to disappear.
2015-04-14 19:56:15 +00:00
ff507682eb Replace deprecated console.timelineEnd and console.timeline with console.timeEnd and console.time 2015-03-27 10:46:56 +00:00
c3eed99cdd Introduce new target type called "_browser", in order to specify browser default link handling
- Description widget using href, the default target would be _browser
- Call filemanager egw.open with target _browser
2015-03-27 10:13:57 +00:00
585d42dbde Try to open contents, which have no mime type registered, properly in different browsing environments 2015-03-26 13:41:16 +00:00
5887bc4313 * Mail, Filemanager: use now same handling, pdf, text or html are opened now in popup, fixes viewing of attachments using mobile theme 2015-03-25 17:48:24 +00:00
ffceb37973 WIP attachment handling via mime-registry 2015-03-24 09:43:38 +00:00
62019e52eb Wrap this into jQuery object, so remove() works in IE 2015-03-19 16:08:16 +00:00
028ab9644b Add API for browser localStorage 2015-03-19 09:34:06 +00:00
b1e5fac775 fix error caused by browser popup blocker and display popup blocked warning for quick-add selectbox 2015-03-18 10:36:47 +00:00
f078a2ae82 Fix for protocol detection and problems converting absolute to relative paths, from Thomas Kurschel. 2015-03-17 14:47:24 +00:00
715bcbd92d Do not trigger window resize for mobile devices as they are getting opened fullscreen anyway 2015-03-17 14:15:20 +00:00
a304a6b28e Avoid occasional 'TypeError: Cannot read property '0' of null' error from aborted JSON when debugging. 2015-03-09 15:23:07 +00:00
b532620241 Fix add email item from addressbook context menu always open new compose, no matter if there is already one exist 2015-03-02 10:23:13 +00:00
9ccb5f7a14 Change the document thumbnails to mark with mimetype icon 2015-02-25 18:07:21 +00:00
2a939d0c6f Add handler for dropping mail into infolog 2015-02-24 19:07:48 +00:00
a6bb56d2e1 Fix bug in rule removal prevented adding more rules 2015-02-19 17:14:31 +00:00
17f83d89c7 add modification time of files to thumbnail url to allow longer caching, also set_time_limit(0) for pdf thumbnails, as they might take > 90s 2015-02-13 08:27:08 +00:00
e1e870c174 Add initial support for PDF thumbnails 2015-02-12 18:24:47 +00:00
d0afb453a0 * ImportExport: links supposed to open in admin did not show admin sidebox with tree 2015-02-11 09:43:29 +00:00
90e475eff3 allow to use "availHeight" in openPopup() too 2015-02-06 16:43:36 +00:00
13684d4903 Activate cross-browser autocomplete
- Replace et2_contianer from DIV to FORM
- Add autocomplete fixer to submit action
- Add autocomplete fixer to nextmatch search box
2015-02-03 17:42:32 +00:00
6bbf3661b2 garding againts data set in egw object by reference from an other window, causing data to be inaccessible in IE after window closes 2015-02-02 19:49:18 +00:00
5a09fc60c1 fix wrong parameter order in call to egw.config() by removing it completly, as session is anway instance specific (and due to wrong order returned key was always empty) 2015-02-02 19:47:32 +00:00
95a85c6cf5 fix clicking on favorite in filemanager does not work when showing shared files (or any other view then current index-url), thought setting of favorite still fails 2015-01-30 16:59:31 +00:00
436424c1c7 Revert back the window close to normal timing as delay breaks closing of compose dialog 2015-01-30 15:25:47 +00:00
8633eb416e we have to wait a little, to give browser time to same autocomplete values 2015-01-29 18:04:49 +00:00
d46def6606 make sure null is returned as null, not as empty object ({}) 2015-01-15 20:11:23 +00:00
f9e28d24e8 Make a delay before favorites sorting action starts in order to prevent accidental sorting action 2015-01-14 17:00:47 +00:00
4a12f12683 using new mime icons for tile view in 64x64 2015-01-11 18:06:13 +00:00
85bcd0200d modernized login- and start-message editing a bit 2015-01-09 18:58:23 +00:00
0d2932d0a6 Return clone of preference object as we don't want direct reference to original object 2015-01-08 13:43:33 +00:00
94d91f3ac8 allow to unset a preference by calling egw.set_preference(app,name) 2015-01-08 13:13:02 +00:00
3e790be681 Prevent egw window resize happens on each reload even if the window has not been resized manualy 2015-01-06 14:52:41 +00:00
6ad027d446 Use widget value in options while we may have no get_value like readonlys 2015-01-05 15:12:10 +00:00
39cc660c0d Implement set window title for each application with a default title field or define an app specific custom get title 2015-01-05 14:28:35 +00:00
8fb1418b3b Some thumbnail enhancements:
- Allow client to cache thumbnails for 5 minutes, makes scrolling with tile view more bearable
- If thumbnail size is 64px or larger, extract & use thumbnail from opendocument files, makes them look better in tile view
2015-01-02 19:43:50 +00:00
0b8ad9798c set default thumbnail size to 64px and fix IDE warnings 2014-12-11 09:57:31 +00:00
e59e843707 Fix passing wrong context to egw.refresh 2014-12-10 13:33:42 +00:00