Commit graph

3162 commits

Author SHA1 Message Date
Evan Morikawa
2e906d4e16 feat(babel6): Don't use _.clone on Model objects 2016-05-06 11:55:34 -07:00
Evan Morikawa
57a3e140f4 feat(babel6): Fix autlinker spec 2016-05-06 11:55:32 -07:00
Evan Morikawa
92d5369f21 feat(babel6): Fix errors in es6 compilation and extending from coffeescript 2016-05-06 11:55:31 -07:00
Evan Morikawa
706f92bc9d feat(babel6): Fix spread operator 2016-05-06 11:55:29 -07:00
Evan Morikawa
92199587b3 feat(babel6): Convert message.coffee to message.es6 2016-05-06 11:55:27 -07:00
Evan Morikawa
409704fe8f feat(babel6): Convert account.coffee to account.es6 2016-05-06 11:55:25 -07:00
Evan Morikawa
5251819942 feat(babel6): Replace stage-0 with electron 2016-05-06 11:55:23 -07:00
Evan Morikawa
679837316b feat(babel6): Switch to using local babel-preset-electron 2016-05-06 11:55:22 -07:00
Evan Morikawa
390007cac9 feat(babel6): fix es6 describe function syntax 2016-05-06 11:55:20 -07:00
Evan Morikawa
13e0a8f442 feat(babel6): Add test for spec describe 2016-05-06 11:55:18 -07:00
Evan Morikawa
18df77c3c0 feat(babel6): fix participant field spec 2016-05-06 11:55:16 -07:00
Evan Morikawa
2692fce522 feat(babel6): Fix destructuring default from exports and update linter 2016-05-06 11:55:14 -07:00
Evan Morikawa
50c1fded14 feat(babel6): Fix FixedPopover spec 2016-05-06 11:55:12 -07:00
Evan Morikawa
4e754c660c feat(babel6): Fix ModelWithMetadata spec 2016-05-06 11:55:10 -07:00
Evan Morikawa
84e51ed3d9 feat(babel6): Fix syntax errors and add regenerator runtime 2016-05-06 11:55:08 -07:00
Evan Morikawa
a54b540bd4 feat(babel6): Fix linter problems in new es6 files 2016-05-06 11:55:06 -07:00
Evan Morikawa
66786931c3 feat(babel6): Remove support for @babel header 2016-05-06 11:55:04 -07:00
Evan Morikawa
9e4029036a feat(babel6): Rename to js to es6 2016-05-06 11:55:02 -07:00
Evan Morikawa
3a6f3b9302 feat(babel6): Fix default loading in nylas exports and component kit 2016-05-06 11:55:00 -07:00
Evan Morikawa
e355971dd2 feat(babel6): Use absolute paths for linter and dont call default on coffee 2016-05-06 11:54:58 -07:00
Evan Morikawa
2d55322705 feat(babel6): Detect when packages don't have a default export 2016-05-06 11:54:57 -07:00
Evan Morikawa
21419b9df0 feat(babel6): Convert to use new es6 require syntax 2016-05-06 11:54:55 -07:00
Evan Morikawa
850e703aac feat(babel6): Add babel presets and lint for require.default 2016-05-06 11:54:52 -07:00
Evan Morikawa
8db8722f74 feat(babel6): Initial babel conversion 2016-05-06 11:54:38 -07:00
Ben Gotow
bbdfa85547 feat(keymaps): Edit your keymaps from preferences 2016-05-05 17:05:51 -07:00
Ben Gotow
3d18241ea1 fix(focus): Always set selection range into editor on focus 2016-05-05 11:53:58 -07:00
Ben Gotow
3f6c2b5f55 fix(attachments): Properly handle HTTP errors in addition to socket errors #2136 2016-05-05 11:03:45 -07:00
Jackie Luo
81d1b36ef2 🎨(darkside): Hide search bar in list mode when items are selected 2016-05-05 10:35:37 -07:00
Ben Gotow
f037cf8e9f fix(composer): mod+(a|x|c|v) always fall through to window 2016-05-05 10:23:35 -07:00
Ben Gotow
ad706c0609 Update CONFIGURATION.md 2016-05-05 09:45:20 -07:00
Ben Gotow
cb2913871e es6(*): AutoUpdateManager, ProtocolHandler, more. 2016-05-04 19:34:41 -07:00
Ben Gotow
204f3005c1 fix(file-drop): Wait for attachments before popping composer 2016-05-04 19:09:28 -07:00
Ben Gotow
d7b21a2d8b fix(windows): Register all hot windows, not just first one 2016-05-04 19:07:04 -07:00
Ben Gotow
3858a8f325 es6(*): Fix application ES6 conversion 2016-05-04 18:53:04 -07:00
Ben Gotow
13f5230afc bump(changelog): 0.4.33 notes and 0.4.34 bump 2016-05-04 18:39:29 -07:00
Ben Gotow
3cef681d96 fix(N1.sh): run with --enable-logging (nylas.sh for prod) 2016-05-04 17:24:11 -07:00
Ben Gotow
a4b05a25be es6(*): Application, WindowManager =>ES6, use makeSingleInstance 2016-05-04 17:22:30 -07:00
Juan Tejada
6a4b407cb0 fix(composer): Properly setup editing action listeners on update
- This prevented emoji selection via the popover from working on a new
window because the plugin is loaded after the contenteditable sets up
the action listeners, so we need to re set them on update
2016-05-04 16:25:42 -07:00
Juan Tejada
c85c8d04b7 fix(composer-editor): Remove dead code 2016-05-04 15:02:38 -07:00
Ben Gotow
34f1ca0ba8 rm(fullcontact): Deprecated in favor of new contact sidebar 2016-05-04 14:41:13 -07:00
Ben Gotow
66cb0a6a77 rm(*): deprecated/unused Atom code, user stylesheet support 2016-05-04 14:27:46 -07:00
Ben Gotow
7657598f40 fix(read-receipts): Always remove own read receipt images 2016-05-04 13:44:35 -07:00
Juan Tejada
0e10ccbde9 refactor(deltas): Update sync-worker to use NylasAPI.longConnection
Summary:
- Remove nylas-long-connection.coffee duplicate code from sync worker package
  and replace with delta-streaming-connection which uses NylasAPI.longConnection
- Replacement for XHR will come in another diff -- still need to clean up and
  fix some edge cases

Test Plan:
- TODO! Will add test coverage for NylasLongConnection and
  DeltaStreamingConnection

Reviewers: evan, bengotow

Reviewed By: evan, bengotow

Differential Revision: https://phab.nylas.com/D2875
2016-05-04 13:03:47 -07:00
Ben Gotow
2b7f3252de fix(config): Report JSON parsing errors in a dialog #2102 2016-05-04 12:05:04 -07:00
Ben Gotow
cde329168d fix(specs) 2016-05-04 11:50:54 -07:00
Ben Gotow
4d2f4da08f fix(tracking): Fix saving of "off" state #2123 2016-05-04 09:39:30 -07:00
Ben Gotow
a2faa9b83b fix(keymaps): "Delete" => "Del" to fix keycode 46 2016-05-04 09:29:42 -07:00
Ben Gotow
4c00cccbee fix(perspective): Always pop to root sheet when changing #2125 2016-05-04 09:25:13 -07:00
Ben Gotow
9d623dec12 fix(send-later): Don't autodelete once draft is marked for send later 2016-05-04 00:34:33 -07:00
Ben Gotow
8925bc02f3 fix(drafts): never override body with undefined 2016-05-04 00:31:05 -07:00