Ben Gotow
2e9ab2cc23
fix(menu): Copy Link => Copy Link Address #2105
2016-05-03 15:33:58 -07:00
Ben Gotow
e8af794adf
fix(unsubscribe): Leave canTrashThreads for now, in use by plugins
2016-05-03 15:27:53 -07:00
Ben Gotow
7976ec6e0e
feat(outline-view): Auto-expand when drag is over item with children #2084
2016-05-03 15:17:02 -07:00
Ben Gotow
a08eb3e175
feat(mailto): Allow N1 to be default client on windows
2016-05-03 14:47:21 -07:00
Ben Gotow
e637f6871c
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
6d2755329b
fix(send-later): Simplify logic, use changes.addPluginMetadata
2016-05-03 14:01:06 -07:00
Evan Morikawa
4d1c380159
fix(window): fix error when adding account and serializing bad API data
2016-05-03 11:30:41 -07:00
Ben Gotow
c91341715e
bump(versions): 0.4.33 beta, Electron 0.37.8
2016-05-03 09:16:53 -07:00
Alois
d007182000
Add links to Arch Linux's packages ( #2097 )
...
* Add a link to the archlinux's package
* Remove duplicate
2016-05-02 23:55:00 -07:00
Evan Morikawa
1de17e795a
fix(lint): fix linter error in spec
2016-05-02 19:19:34 -07:00
Evan Morikawa
6421084d88
fix(scheduler): fix scheduler to set uid in extension
2016-05-02 19:18:13 -07:00
Ben Gotow
5f166cc6ff
fix(sheets): Always change sheet when changing perspective ( #2094 )
2016-05-02 19:14:12 -07:00
Evan Morikawa
7024dadb66
fix(spec): fix cache in spec
2016-05-02 18:58:31 -07:00
Evan Morikawa
f5c40c6f99
fix(less): fix themes not loading properly from cache
2016-05-02 18:28:46 -07:00
Ben Gotow
6cf4f8edcd
fix(activity-list): Use ContentPreserve to avoid changing link/open color coding
2016-05-02 18:12:09 -07:00
Ben Gotow
cb19021d31
fix(picker): Invalid call to setState caused by unsub not working
2016-05-02 18:11:45 -07:00
Ben Gotow
65a60f2d96
fix(tracking): Calling Actions.setMetadata from applyTransforms no longer works
2016-05-02 17:36:23 -07:00
Ben Gotow
b9f39cd86e
fix(tracking): Use colors for link/read receipts, fix parsing
2016-05-02 15:59:17 -07:00
Juan Tejada
287b881dbf
🎨 (mail-merge): Remove hardcoded bg color
2016-05-02 15:58:47 -07:00
Evan Morikawa
2cc7ee881a
fix(composer): fix async composer plugin loading
2016-05-02 15:29:34 -07:00
Ben Gotow
16c3a87ed4
fix(activity-list): Apply "limit 100" after sorting, not before
2016-05-02 14:54:57 -07:00
Ben Gotow
2bbcb6f6d2
bump(version): 0.4.32 and changelog
2016-05-02 14:23:05 -07:00
Evan Morikawa
74b22880aa
fix(composer): don't show popout in composer on output
2016-05-02 14:20:23 -07:00
Juan Tejada
17c9c60cb2
fix(mail-merge): Unlink fields when column is removed
2016-05-02 14:01:44 -07:00
OliverCole
8b22c4efe5
Fix config.json markdown ( #2101 )
2016-05-02 13:47:35 -07:00
Juan Tejada
6895d4e40b
fix(mail-merge): Check if contains recipients before sending
2016-05-02 13:34:28 -07:00
Juan Tejada
c3280e6465
fix(mail-merge): Add check for valid email address in recipients
2016-05-02 12:46:14 -07:00
Ben Gotow
d9bdd90599
fix(emoji): Replace message emoji in DOM, not in html string
2016-05-02 12:33:08 -07:00
Juan Tejada
80f7cdab71
fix(mail-merge): Preserve linked tokens when importing new csv
...
- If the new imported csv contains columns with the same name as the
imported one, any tokens linked to those columns will be preserved
- Any tokens linked to columns that no longer exist will be removed
- Other fixes
2016-05-02 12:15:56 -07:00
Juan Tejada
953931a628
fix(mail-merge): Don't update body tokens unless actually necessary.
...
- Prevents the contenteditable from stealing focus
2016-05-02 11:24:10 -07:00
Ben Gotow
fb4bd77efd
fix(undo): Don't create separate commands, since they bubble separately
2016-04-29 17:10:17 -07:00
Evan Morikawa
399d445e98
fix(specs): fix composer-header specs
2016-04-29 16:54:37 -07:00
Ben Gotow
739d23ffe5
fix(lint): Errors in ActionBarPlugins
2016-04-29 16:19:52 -07:00
Ben Gotow
ac29c99f32
fix(mail-merge): Autogen headers for CSVs with no headers
2016-04-29 16:05:20 -07:00
Evan Morikawa
ebba673671
feat(composer): better composer plugin loading
2016-04-29 15:58:17 -07:00
Evan Morikawa
31fb621d6b
fix(draft): metadata changes don't flip pristine bit
2016-04-29 15:58:17 -07:00
Evan Morikawa
dec047b18c
fix(composer): fix flashing and focus losing in the composer
2016-04-29 15:58:17 -07:00
Juan Tejada
e62bebb8a1
fix(mail-merge): Update regex, plus minor cleanup
2016-04-29 15:56:57 -07:00
Ben Gotow
6b97b9bbd4
bump(version): 0.4.31
2016-04-29 15:41:35 -07:00
Juan Tejada
6fc18725e0
fix(table): Fix row rendering (also fixes focus)
...
- When rendering lazy list, need to pass same reference to the renderer
or otherwise a new component will always be mounted
2016-04-29 14:55:43 -07:00
Ben Gotow
4fd66e194f
feat(mail-merge): Import CSV button
2016-04-29 13:55:11 -07:00
Ben Gotow
471f934421
fix(mail-merge): Disable send later while using mail merge
2016-04-29 13:34:15 -07:00
Juan Tejada
38bf9080c2
perf(mail-merge): Add lazy rendering to table
...
Summary: Add new LazyRenderedList component and updates Table to use it
Test Plan: TODO
Reviewers: bengotow, evan
Reviewed By: evan
Differential Revision: https://phab.nylas.com/D2936
2016-04-29 13:10:15 -07:00
Ben Gotow
e9ae4def9a
fix(mail-merge): Replace the same token as many times as it appears in body
2016-04-29 12:57:04 -07:00
Ben Gotow
b954071271
fix(activity-list): Remove image width in favor of intrinsic size, no-shrink rule
2016-04-29 12:15:48 -07:00
Ben Gotow
03080cf109
fix(mail-merge): Fix drag and drop for files vs. chips
2016-04-29 11:57:43 -07:00
Evan Morikawa
e2dcc7b435
fix(onboarding): pass along accountId too
2016-04-29 10:20:59 -07:00
Karim Hamidou
b82e47ba34
[N1] Changes to allow running edgehill-server locally
...
Summary: This is mostly config changes.
Test Plan: Tested the Google OAuth flow.
Reviewers: bengotow, drew
Reviewed By: bengotow, drew
Differential Revision: https://phab.nylas.com/D2907
2016-04-29 10:18:51 -07:00
Ben Gotow
dd40540953
fix(read-receipts): Fix another issue caused by ES6 subclassing Coffeescript
2016-04-28 17:20:39 -07:00
Ben Gotow
6746c1acd1
bump(version): 0.4.30
2016-04-28 17:08:54 -07:00