Commit Graph

61 Commits

Author SHA1 Message Date
Tankred Hase b44d0a222a Fix bug where notiifcation api is not supported 2014-12-19 14:22:46 +01:00
Tankred Hase cc886ad402 Use native promise api in services 2014-12-18 15:25:18 +01:00
Tankred Hase f4fe1a36a6 Refactor update scripts 2014-12-18 15:25:18 +01:00
Tankred Hase dab09f1068 Refactor connection doctor 2014-12-18 15:25:18 +01:00
Tankred Hase df9ba7fd66 Use status service to close read mode from action bar 2014-12-04 16:36:29 +01:00
Tankred Hase 4622ebd8d9 Use url query params to trak state in the app 2014-12-04 12:46:55 +01:00
Tankred Hase 987ddbd796 Move dummy folders to dummy service 2014-12-03 19:05:54 +01:00
Tankred Hase 81a2d64835 Use in dialog service instead of controller 2014-11-29 14:46:16 +01:00
Tankred Hase 2f25557747 Use angular events to broadcast status updates 2014-11-26 21:12:40 +01:00
Tankred Hase b3b947f6e5 Fix several minor runtime bugs in the app 2014-11-26 17:57:14 +01:00
Tankred Hase 03b2e10bc3 Fix mail-list-ctrl unit test and move functions to services 2014-11-26 12:59:44 +01:00
Tankred Hase 1c1a5a4d54 Remove unnecessary bind in dialog service 2014-11-26 12:50:16 +01:00
Felix Hammerl 2764c6e230 Multiple minor fixes
* Fix dialog service instance binding
* Fix service/factory handling
* Inject userStorage lawnchair adapter to keychain service
2014-11-25 17:46:33 +01:00
Tankred Hase 881afbff40 Fis all util service tests 2014-11-21 13:33:22 +01:00
Tankred Hase cb5431dc16 Write dialog unit test 2014-11-21 12:13:06 +01:00
Tankred Hase 7eeff8ec75 Fix build errors... still runtime errors though 2014-11-20 15:51:55 +01:00
Tankred Hase da5a9e2c17 Refactor app controller to use new services 2014-11-20 15:14:39 +01:00
Tankred Hase 4c04ba4e74 Refactor login controllers and delete AppController 2014-11-19 20:54:59 +01:00
Tankred Hase e6b22bd0a0 Expose angular/common.js modules for util, app-config 2014-11-19 17:19:55 +01:00
Tankred Hase c221372ed4 Restructure architecture into angular modules and services 2014-11-19 15:23:10 +01:00
Tankred Hase ac09c7d91f Move auth, oauth, connection-doctor to service dir 2014-11-18 19:18:57 +01:00
Tankred Hase 510f147b97 Use only mail-config service for imap/smtp config
* remove 'pinned' attribute from imap/smtp config
* remove 'provider' attribute from auth module
* add 'oauthDomains' to app-config
* remove all static server config from the app-config
2014-11-11 19:30:58 +01:00
Felix Hammerl 3a6e0463fb [WO-567] fix TLS worker handling 2014-10-15 19:58:26 +02:00
Felix Hammerl 7be6c63060 Use worker thread in connection doctor 2014-10-15 19:16:20 +02:00
Tankred Hase b0a186884a Fix jshint self errors 2014-10-15 19:16:19 +02:00
Tankred Hase 7a20049bbc Use module.exports instead of exports 2014-10-15 19:16:18 +02:00
Tankred Hase c36cd069e0 WIP: begin browserify build 2014-10-15 19:16:18 +02:00
Felix Hammerl 297f7c493f [WO-625] Catch exception on socket.oncert
Mozilla's socket is not extensible via Object.preventExtensions(obj)
and throws exceptions when non-prototype function .oncert is added.
The callback function is needed for the other shims.
2014-09-30 12:30:18 +02:00
Tankred Hase 0613016581 Remove chrome.filesystem and use only standard apis 2014-09-24 12:46:19 +02:00
Felix Hammerl 77e0377fd1 [WO-563] Introduce connection doctor
* Uses predefined error messages from the config
* Show error and underlying error in login screen
2014-09-23 16:21:12 +02:00
Felix Hammerl b6608a1c4d [WO-578] Fix downloads in browser with W3C API 2014-09-23 14:57:21 +02:00
Tankred Hase 1311cd1c5e Firefox App and AppCache
* Add app manifest for firefox packaged app
* Ask user to reload when appcache is updated
* Fix boxshadow on all inputs and textareas
* Fix AppCache for Firefox
* Move Chrome App update code to updatehandler
2014-09-21 03:25:53 +02:00
Tankred Hase 14294a5579 Focus window after clicking on notification 2014-09-17 14:43:53 +02:00
Felix Hammerl 86a87e26b8 [WO-565] Improve notifications
* Introduce 2 sec timeout for sent notifications
* Notify only for new messages in the inbox
* Close pending notes when a msg is marked unread in the inbox
2014-09-17 13:29:51 +02:00
Tankred Hase 0e21616911 Cleanup bug reporter button 2014-08-12 18:40:48 +02:00
Felix Hammerl 275a602274 [WO-490] add bug reporting to error dialog 2014-08-12 17:52:47 +02:00
Tankred Hase fc4bd0054f Review faq link 2014-08-12 17:44:10 +02:00
Felix Hammerl f417a09b8d [WO-489] add FAQ link option to error message 2014-08-12 17:20:29 +02:00
Felix Hammerl 7adc095277 [WO-515] Fix folder handling
Use the first folder provided in well known folders

Add migration script to fix clients with multiple folders for same
category

Handle folder deletion smarter

Extract some magic number/strings to constants in emaildao
2014-08-05 18:38:09 +02:00
Tankred Hase c4337fba30 Remove cached OAuth token before reconnect 2014-08-05 17:53:11 +02:00
Tankred Hase b887aaaa28 Fix back button tests 2014-08-04 16:49:02 +02:00
Tankred Hase 9e1a402b94 Set back button event in navigation.js 2014-08-04 15:53:55 +02:00
Felix Hammerl 3a713180f1 [WO-475] give backbutton on android sane behavior 2014-08-04 15:20:52 +02:00
Felix Hammerl 3e80138a10 [WO-188][WO-421] introduce password-based login
* add custom login ability
* encrypt email password
* allow arbitrary tcp connections
* add db migration script v3 -> v4
* add bug reporting capability with the axe logger
* fix nonexistent folder handling
* enable message upload after sent
* use plain text alternative body when replying to html mails
* Move set-credentials.* -> login-set-credentials.*
* Use login styles for set-credentials
* Make OAuth optional
2014-07-23 13:51:10 +02:00
Felix Hammerl 1283bb4a1c [WO-420] add bug reporting capability with the axe logger 2014-07-02 16:17:50 +02:00
Tankred Hase 48c478961d Add CCA scripts and css optimizations for Android
Hide native account picker on Android after first time.

Get OAuth to work on iOS

Turn off css slide transistion
2014-06-26 15:01:13 +02:00
Felix Hammerl a29ece8c82 [WO-398] update revoked public keys 2014-06-03 13:07:11 +02:00
Felix Hammerl 77e5e2a97e [WO-373] refactor sync
remove email-sync.js
remove delta sync
minor refactorings
2014-06-02 12:43:53 +02:00
Felix Hammerl a7efdf1125 [WO-286] adapt to changes in data model for use of signed msgs and html 2014-05-09 11:44:14 +02:00
Felix Hammerl 49cadecd2d [WO-338] add notification for incoming unread mails 2014-04-29 17:59:17 +02:00