Evan Morikawa
2c1c1eb0bd
fix(account): notify if we have bad accounts
2016-02-25 17:12:10 -08:00
Drew Regitsky
b112462817
fix(draft-syncback): fix bug preventing new draft metadata syncback
2016-02-25 17:09:55 -08:00
Evan Morikawa
071a769434
fix(travis): fewer builds
2016-02-25 17:04:32 -08:00
Ben Gotow
1b04cc17da
fix(metadata): Saving on non-existent models should not throw
2016-02-25 16:28:56 -08:00
Drew Regitsky
e313da8a6b
fix(metadata): update metadata version when processing deltas
2016-02-25 16:20:58 -08:00
logandavis
dded8abd7f
Re-add SSL checkboxes with name ssl_required
...
Summary:
Now that IMAP auth without SSL is enabled,
those checkboxes that weren't doing anything can come
back.
Test Plan:
This change isn't fully tested and should be thoroughly
inspected (on staging?) before rollout. The N1 end works and sends
parameters correctly, but a 401 prevented local testing of the
interface between N1 auth and sync-engine auth.
Reviewers: bengotow, drew
Reviewed By: drew
Subscribers: kav-ya
Maniphest Tasks: T6666
Differential Revision: https://phab.nylas.com/D2632
2016-02-25 14:38:49 -08:00
Ben Gotow
1df517c4af
bump(version): 0.4.9 and changelog
2016-02-25 14:10:21 -08:00
Juan Tejada
dd92c9b6ad
fix(snooze): Do not display snooze buttons unless looking at inbox
2016-02-25 14:02:58 -08:00
Evan Morikawa
d97e724c1b
fix(analytics): fix send later and snooze analytics
2016-02-25 14:01:15 -08:00
Ben Gotow
816596d422
perf(snooze): Don't wrap snooze label in unsafe container
2016-02-25 13:39:30 -08:00
Ben Gotow
94a8ca57d8
fix(link/open tracking): Update error messages
2016-02-25 13:32:59 -08:00
Ben Gotow
a1db17e3c9
fix(snooze): Hide N1-Snoozed from the category picker
2016-02-25 13:32:58 -08:00
Evan Morikawa
4c9a02d9e6
fix(analytics): clean up events
2016-02-25 13:32:09 -08:00
Evan Morikawa
e77d658a96
fix(composer): focus on the absolute end when clicking near the bottom
2016-02-25 13:31:34 -08:00
Juan Tejada
93f43f6b4f
feat(snooze): Add snooze date label to snooze threads
...
- Adds a new InjectedComponentSet for the role 'ThreadList:Label'.
- Adds a new label to the thread list indicating the snooze date if the
thread has been snoozed
- Coerces MailLabel to achieve this. This is a temporary hack, we should
design a better view to display snooze date information
2016-02-25 13:12:40 -08:00
Ben Gotow
fe27fb161f
fix(link/open tracking): Remove intermediate metadata states, extra db lookup, dead code
2016-02-25 12:54:18 -08:00
Evan Morikawa
274131863f
feat(analytics): add analytics to send later, snooze, tracking
2016-02-25 12:34:09 -08:00
Drew Regitsky
d5ba162e82
fix(composer-buttons): Fix broken icons on overflow, make buttons wrap
2016-02-25 12:30:20 -08:00
Evan Morikawa
d710ffd817
fix(popover): set min-width on popovers
2016-02-25 12:06:45 -08:00
Juan Tejada
b5f6bc9488
fix(date-utils): Update semantics of 'Tonight'
...
- If it is past 8pm, it will snooze until midnight
2016-02-25 11:55:57 -08:00
Evan Morikawa
cc15d35848
fix(plugin): better errors if plugins are malformed
...
Fixed read assets
2016-02-25 11:55:11 -08:00
Juan Tejada
57d7057161
💄 (composer): Properly align 'X more' token
2016-02-25 11:42:38 -08:00
Ben Gotow
bb99f95d2c
sp(translate): Transalate => Translate
2016-02-25 11:05:07 -08:00
Juan Tejada
58833b39e8
feat(snooze): Update message in toast when snoozing
...
- Adds new arg to ChangeLabelTask and ChangeFolderTask to override
default description
- Adds custom description to task when snoozing
2016-02-25 10:42:21 -08:00
Ben Gotow
1f85b1b444
fix(swipe): Ignore err, since stdout = '' is an expected case
2016-02-25 10:38:56 -08:00
Juan Tejada
2a757f332e
fix(plugins): Add headers for composer popover + Fix in snooze popover
2016-02-25 10:24:29 -08:00
Evan Morikawa
407498057c
fix(composer): minor padding fix in composer
2016-02-25 10:06:17 -08:00
Ben Gotow
7908a11251
💄 (sidebar): 1px fix for @drew ;-)
2016-02-24 21:06:06 -08:00
Ben Gotow
296110d177
fix(swipe): Make it easier to close snooze-confirm swipe state, fix double-popover issue
2016-02-24 21:01:23 -08:00
Ben Gotow
9fe0357d7f
fix(swipe): Count '' as "natural scrolling enabled" on Mac OS X
...
This value is returned if the user has never touched the system preference option at all.
2016-02-24 21:01:23 -08:00
Jackie Luo
5a480031f0
fix(composer-emojis): Adjust width for overflower
2016-02-24 20:41:54 -08:00
Ben Gotow
9d0ebe9423
fix(snooze): A few minor popover adjustments. See desc.
...
- Rather than have a `showing` prop on the fixed popover, I just remove it and put a span in it's place when it's gone. This means we always get componentDidMount when the popover appears and simplifies when to focus it's content.
- The fixed popover implements esc and blur behaviors itself
- The fixed popover uses the background-secondary color and works in dark mode
- The snooze items have hover and active states
2016-02-24 20:05:21 -08:00
Ben Gotow
91f60592ff
fix(thread-list): Invisible div extending into thread list blocks clicks
2016-02-24 20:05:21 -08:00
Ben Gotow
030b60d27d
fix(star): Bulk star icon has never shown current state(?!)
2016-02-24 20:05:21 -08:00
Jackie Luo
4d514277fd
Add Sunrise to README
2016-02-24 19:07:15 -08:00
Juan Tejada
dea8318e13
💄 (plugins): Add error messages back to plugin dialogs
2016-02-24 18:22:54 -08:00
Ben Gotow
21b1cd4e19
fix(build): Don't delete plugin package.json files, restore ellipsis (@sdw consulted HIG!)
2016-02-24 18:15:55 -08:00
Evan Morikawa
267fdc1760
fix(toggle): Will always turn off read receipt config on error
2016-02-24 18:04:42 -08:00
Drew Regitsky
db5c822ccf
fix(snooze): options text capitalization: title case => sentence case
2016-02-24 17:56:52 -08:00
Juan Tejada
8e26c8574f
fix(lint): Fix lint errors
2016-02-24 17:53:31 -08:00
Drew Regitsky
d58f8567b5
fix(send-later): options text capitalization: title case => sentence case
2016-02-24 17:45:14 -08:00
Juan Tejada
9fa64c38e2
fix(plugins): Several minor fixes:
...
- Fixes styling for snooze quick action button when thread selected
- Fixes snooze popover input debouncing
- Other interaction fixes
2016-02-24 17:34:18 -08:00
Jackie Luo
00d0518dbf
Merge branch 'master' of github.com:nylas/N1
2016-02-24 17:26:09 -08:00
Jackie Luo
8aee4e6472
🎨 (floating-toolbar): Fix height for floating toolbar pointer
2016-02-24 17:25:57 -08:00
Ben Gotow
99e2d3b2d3
fix(sync-draft): Accept the thread id given to the draft server-side
2016-02-24 17:20:12 -08:00
Jackie Luo
c0661a677f
Merge branch 'master' of github.com:nylas/N1
2016-02-24 17:06:28 -08:00
Drew Regitsky
cffa9c723c
fix(open-tracking): quick CSS fix to thread list icon
2016-02-24 16:55:17 -08:00
Evan Morikawa
829facd6dc
fix(snooze): look at allCategories instead of userCategories
2016-02-24 16:51:34 -08:00
Ben Gotow
f083818c92
💄 (snooze): Fix swipe-to-snooze animation
2016-02-24 16:44:16 -08:00
Drew Regitsky
fb335c332b
fix(plugins): Change server URLs for open/link tracking to final values
2016-02-24 16:29:12 -08:00