Evan Morikawa
47c064617d
feat(babel6): Fix destructuring default from exports and update linter
2016-05-06 11:55:14 -07:00
Evan Morikawa
aa6020c871
feat(babel6): Fix FixedPopover spec
2016-05-06 11:55:12 -07:00
Evan Morikawa
52593745c1
feat(babel6): Fix ModelWithMetadata spec
2016-05-06 11:55:10 -07:00
Evan Morikawa
87b1d5075b
feat(babel6): Fix syntax errors and add regenerator runtime
2016-05-06 11:55:08 -07:00
Evan Morikawa
fb32bdfa67
feat(babel6): Fix linter problems in new es6 files
2016-05-06 11:55:06 -07:00
Evan Morikawa
dfd02175b5
feat(babel6): Remove support for @babel header
2016-05-06 11:55:04 -07:00
Evan Morikawa
9230078ffe
feat(babel6): Rename to js to es6
2016-05-06 11:55:02 -07:00
Evan Morikawa
9b1160ae65
feat(babel6): Fix default loading in nylas exports and component kit
2016-05-06 11:55:00 -07:00
Evan Morikawa
d2ba35a749
feat(babel6): Use absolute paths for linter and dont call default on coffee
2016-05-06 11:54:58 -07:00
Evan Morikawa
ff7f909317
feat(babel6): Detect when packages don't have a default export
2016-05-06 11:54:57 -07:00
Evan Morikawa
7f50074c0d
feat(babel6): Convert to use new es6 require syntax
2016-05-06 11:54:55 -07:00
Evan Morikawa
427a23bbe6
feat(babel6): Add babel presets and lint for require.default
2016-05-06 11:54:52 -07:00
Evan Morikawa
e2f9104766
feat(babel6): Initial babel conversion
2016-05-06 11:54:38 -07:00
Ben Gotow
8d9d979abc
feat(keymaps): Edit your keymaps from preferences
2016-05-05 17:05:51 -07:00
Ben Gotow
f0be73cdc4
fix(focus): Always set selection range into editor on focus
2016-05-05 11:53:58 -07:00
Ben Gotow
0abec256cd
fix(attachments): Properly handle HTTP errors in addition to socket errors #2136
2016-05-05 11:03:45 -07:00
Jackie Luo
bd063fd9c6
🎨 (darkside): Hide search bar in list mode when items are selected
2016-05-05 10:35:37 -07:00
Ben Gotow
84f339ef46
fix(composer): mod+(a|x|c|v) always fall through to window
2016-05-05 10:23:35 -07:00
Ben Gotow
42c9ae9ed5
Update CONFIGURATION.md
2016-05-05 09:45:20 -07:00
Ben Gotow
5d9cf73c3c
es6(*): AutoUpdateManager, ProtocolHandler, more.
2016-05-04 19:34:41 -07:00
Ben Gotow
5150dccaf1
fix(file-drop): Wait for attachments before popping composer
2016-05-04 19:09:28 -07:00
Ben Gotow
ed27bef1cc
fix(windows): Register all hot windows, not just first one
2016-05-04 19:07:04 -07:00
Ben Gotow
84ad1d26ba
es6(*): Fix application ES6 conversion
2016-05-04 18:53:04 -07:00
Ben Gotow
cbde54eb8f
bump(changelog): 0.4.33 notes and 0.4.34 bump
2016-05-04 18:39:29 -07:00
Ben Gotow
04066ce4b0
fix(N1.sh): run with --enable-logging (nylas.sh for prod)
2016-05-04 17:24:11 -07:00
Ben Gotow
d20f95a2dd
es6(*): Application, WindowManager =>ES6, use makeSingleInstance
2016-05-04 17:22:30 -07:00
Juan Tejada
2c986f2cd0
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
6e0e70ddf7
fix(composer-editor): Remove dead code
2016-05-04 15:02:38 -07:00
Ben Gotow
0448dd1070
rm(fullcontact): Deprecated in favor of new contact sidebar
2016-05-04 14:41:13 -07:00
Ben Gotow
aee07a80b8
rm(*): deprecated/unused Atom code, user stylesheet support
2016-05-04 14:27:46 -07:00
Ben Gotow
0992acf4c8
fix(read-receipts): Always remove own read receipt images
2016-05-04 13:44:35 -07:00
Juan Tejada
1a78a758f4
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
7834fe8b26
fix(config): Report JSON parsing errors in a dialog #2102
2016-05-04 12:05:04 -07:00
Ben Gotow
54427ccb9d
fix(specs)
2016-05-04 11:50:54 -07:00
Ben Gotow
7dfe5d55ae
fix(tracking): Fix saving of "off" state #2123
2016-05-04 09:39:30 -07:00
Ben Gotow
2bd2965acf
fix(keymaps): "Delete" => "Del" to fix keycode 46
2016-05-04 09:29:42 -07:00
Ben Gotow
8cf91b8672
fix(perspective): Always pop to root sheet when changing #2125
2016-05-04 09:25:13 -07:00
Ben Gotow
a4b6cd754f
fix(send-later): Don't autodelete once draft is marked for send later
2016-05-04 00:34:33 -07:00
Ben Gotow
0a112ccd64
fix(drafts): never override body with undefined
2016-05-04 00:31:05 -07:00
Ben Gotow
85c1b030b7
Revert "feat(mailto): Allow N1 to be default client on windows"
...
This reverts commit fad7c1ae86
.
2016-05-03 19:04:04 -07:00
Ben Gotow
e1095ac49c
fix(config-schema): Explitly mention swipe gesture
2016-05-03 17:16:49 -07:00
Ben Gotow
a7f65217bf
bump(asar): Re-create ordering hint
2016-05-03 16:25:52 -07:00
Ben Gotow
e0a368d178
fix(model): add specs around serializing bad API data
2016-05-03 15:58:14 -07:00
Ben Gotow
9b36698d73
fix(menu): Copy Link => Copy Link Address #2105
2016-05-03 15:33:58 -07:00
Ben Gotow
982e3b2dec
fix(unsubscribe): Leave canTrashThreads for now, in use by plugins
2016-05-03 15:27:53 -07:00
Ben Gotow
8d08a85716
feat(outline-view): Auto-expand when drag is over item with children #2084
2016-05-03 15:17:02 -07:00
Ben Gotow
fad7c1ae86
feat(mailto): Allow N1 to be default client on windows
2016-05-03 14:47:21 -07:00
Ben Gotow
dc30187d30
fix(db): When replacing obj in a set, keep old body if new body not provided
2016-05-03 14:01:06 -07:00
Ben Gotow
581787e50c
fix(send-later): Simplify logic, use changes.addPluginMetadata
2016-05-03 14:01:06 -07:00
Evan Morikawa
c89413e98d
fix(window): fix error when adding account and serializing bad API data
2016-05-03 11:30:41 -07:00