Ben Gotow
18f7a8d463
bump(react): 15.3.x, warning removal, thread-sharing tweaks
2016-09-20 17:28:50 -07:00
Ben Gotow
0709b33c91
lint(*): Fix issue breaking the build
2016-09-20 16:34:30 -07:00
Ben Gotow
abdae1e795
fix(tooltips): Position relative to custom container for composer
2016-09-20 16:21:31 -07:00
Ben Gotow
c2a3dab187
fix(auth): Update autofill for Fastmail.fm
2016-09-20 15:52:36 -07:00
Ben Gotow
dd8b83bcf9
fix(thread-sharing): Fix unloading plugin
2016-09-20 15:48:39 -07:00
Ben Gotow
e33c10b61e
fix(drag-drop): Restore support for thread dragging
2016-09-20 15:48:15 -07:00
Ben Gotow
4affeff58e
fix(specs): Fix tests that were console.logging, bump coffee-react
2016-09-20 15:17:48 -07:00
Evan Morikawa
06ead70a6a
Revert "fix(promise): Don't use deprecated Promise.longStackTraces()"
...
This reverts commit db0e025fb5
.
2016-09-20 17:23:53 -04:00
Evan Morikawa
81b9eec674
fix(error): Let APIErrors have proper stack traces
2016-09-20 17:17:39 -04:00
Evan Morikawa
db0e025fb5
fix(promise): Don't use deprecated Promise.longStackTraces()
2016-09-20 17:16:59 -04:00
Ben Gotow
8368e9cba7
fix(specs): Display which tests are console.logging
2016-09-20 11:31:33 -07:00
Ben Gotow
9a13767742
fix(darkside): script/grunt lint
requires explicit LESS includes
2016-09-20 10:26:44 -07:00
Jamie Wilson
cfa62e28e0
design tweaks, breaking css up into files, update readme ( #2858 )
2016-09-20 10:20:15 -07:00
Juan Tejada
6eea9d26f1
fix(long-connection): Throw error for reporting, instead of just logging
2016-09-19 19:36:32 -07:00
Juan Tejada
5f8bb9dffd
feat(msg-list): Don't make participants mailto links, add context menu
2016-09-19 19:33:52 -07:00
Ben Gotow
657b8f38ef
bump(version): 0.4.54 beta
2016-09-19 18:33:17 -07:00
Evan Morikawa
779a27c5b8
fix(lint): import ui-variables for linter
2016-09-19 21:07:43 -04:00
Ben Gotow
1734e588b6
fix(trial): Move”days left” bar to the sidebar, new design
2016-09-19 17:21:55 -07:00
Evan Morikawa
ebb5584e54
fix(util): Utils.deepClone properly clones dates
2016-09-19 20:14:41 -04:00
Ben Gotow
3d826fff41
fix(trial): Compute “days remaining” in timezone-aware way
2016-09-19 16:20:34 -07:00
Juan Tejada
0891ad855d
fix(logging): Fix query logging: escape '%' properly
2016-09-19 12:49:46 -07:00
Ben Gotow
35c3a66642
feat(channels): Choose an update channel! Limited time only!
...
Summary: Just a small select input.
Test Plan: Run tests
Reviewers: evan
Reviewed By: evan
Differential Revision: https://phab.nylas.com/D3282
2016-09-19 12:41:16 -07:00
Jonathan Lai
ebb8d02c3d
Fix typo: dependencesi > dependencies ( #2838 )
2016-09-19 10:12:34 -07:00
cem guresci
62d25ce840
Add link for Darkish theme ( #2854 )
2016-09-19 08:52:24 -07:00
Ben Gotow
e01a23e2c2
fix(tutorial): Minor tweaks, finalized styling
2016-09-16 17:34:22 -07:00
Juan Tejada
ec28214d5e
fix(keymaps): Correctly map mod+z to undo, instead of just z ( #2663 )
2016-09-16 13:21:52 -07:00
Ben Gotow
a5723dbc5a
bump(electron): Electron 1.4, node-sqlite 3.1.4+fts
2016-09-16 08:59:36 -07:00
Ben Gotow
b07c0377d2
fix(N1.sh): Allow path to working copy to have spaces
2016-09-16 08:38:52 -07:00
Juan Tejada
b1fb5d8b3a
fix(thread-sharing): Timestamp range in seconds
2016-09-16 00:05:48 -07:00
Juan Tejada
ffe7fc57c0
fix(thread-sharing): Throw error when thread is /not/ found
2016-09-16 00:00:02 -07:00
Juan Tejada
ff7ea9da7d
fix(mail-merge): Correctly handle empty column names
2016-09-15 18:25:57 -07:00
Juan Tejada
34996ec597
🎨 (thread-sharing): Prefer url and querystring modules to parse url
2016-09-15 18:10:07 -07:00
Juan Tejada
bb2a69ec32
fix(thread-sharing): Find-thread, incr timestamp delta to 1min in ms
2016-09-15 16:43:30 -07:00
Juan Tejada
36f4801f06
bump(build)
2016-09-14 18:33:50 -07:00
Juan Tejada
5e10cde7e3
fix(thread-sharing): Update popover style
2016-09-14 18:13:35 -07:00
Juan Tejada
48aeaf94eb
fix(changelog): Update changelog to reflect latest puublished release
2016-09-14 14:34:01 -07:00
Juan Tejada
0520a94dff
bump(version): 0.4.53 and update Changelog
2016-09-14 12:25:00 -07:00
Evan Morikawa
d52217a087
bump(version): 0.4.52 and add Changelog
2016-09-14 11:56:36 -07:00
Jackie Luo
cba4c4ac51
fix(subscription): Remove hardcoded trial length
2016-09-14 11:21:48 -07:00
Ben Gotow
08ec6e534d
fix(copy): Updating language for onboarding tour
2016-09-14 14:16:19 -04:00
Juan Tejada
1ab5a1327a
fix(build): Fix lint errors
2016-09-14 10:14:50 -07:00
Juan Tejada
677a83b8f5
Add thread-sharing plugin
...
Summary:
Add thread-sharing plugin:
- Add popover to enable sharing
- Register custom nylas:// protocol to open a thread via protocol is thread exists
Test Plan: Manual
Reviewers: jackie, bengotow
Reviewed By: jackie, bengotow
Subscribers: jackie, halla
Differential Revision: https://phab.nylas.com/D3265
2016-09-14 00:04:20 -07:00
Ben Gotow
0d67a593b4
feat(tutorial): Overlay bubbles that guide you through initial features
...
Summary:
Add header to show how many trial days remain
More rendering out of Store, consolidate registry and store and expose via new serviceRegistry
WIP
Merge branch 'master' into hallamoore/feature-walkthrough-tutorial
Switch to using observable instead of AbortablePromise
Update submodule
WIP
WIP
Remove annotations
Remove changes
WIP
Test Plan: No tests
Reviewers: evan, juan
Reviewed By: juan
Differential Revision: https://phab.nylas.com/D3260
2016-09-13 02:29:38 -04:00
Gleb Polyakov
d87878bed3
Update Community Plugin Link
...
Changed todoist link to more polished integration at : https://github.com/alexfruehwirth/N1TodoistIntegration
2016-09-12 11:57:16 -07:00
Michael Grinich
90e7cfd2e7
more themes
2016-09-11 21:49:44 -07:00
Michael Grinich
241820c71e
Update README.md
2016-09-11 21:25:02 -07:00
Alberto Castillo - acg
14aab71cd7
Fixed issue #2670 . URL parsing '?#' ( #2827 )
2016-09-10 10:17:17 -07:00
Jackie Luo
9ac730cccc
fix(identity): Log user out of app if identity token is missing
2016-09-02 17:11:00 -07:00
Kyle King
d47c5bf3dd
Fixes #2723 -> apm ignore plugin dev-dependencies ( #2741 )
...
`apm install --production`
2016-09-02 16:01:26 -07:00
Jonathan Lai
b8b52fa5f7
Fix typo: wether > whether ( #2793 )
2016-09-02 15:55:30 -07:00