Juan Tejada
79c103ae15
fix(perspective): Update MailboxPerspective.canApplyToThreads
...
- Checks if the account ids of the threads that want to be applied are
contained inside the perspectives account ids. E.g.:
- I can move thread from account A to unified inbox or inbox A, but
not to inbox B.
- I can move threads from account A to a folder in account A but not a
folder in account B
- Update data transferred in drag + other minor updates
2016-01-28 13:30:08 -08:00
Michael Grinich
14a2ae928b
add levelup theme
2016-01-28 13:23:10 -08:00
Evan Morikawa
24bf09b81e
fix(resources): update build resources link
2016-01-28 12:03:23 -08:00
Evan Morikawa
d2dd04d51f
fix(resources): update build resources link
2016-01-28 12:02:27 -08:00
Evan Morikawa
67edcc836f
feat(startup): new option to launch on system start
...
Summary:
adds new option to launch on system start
Also adds the `--background` flag to launch N1 in the background (aka not
show the main window).
Test Plan: Manual
Reviewers: bengotow, juan
Reviewed By: juan
Differential Revision: https://phab.nylas.com/D2474
2016-01-28 12:02:08 -08:00
Ben Gotow
63102ba732
fix(message-list): Spec fixes, all stubs need accountId
2016-01-28 11:14:04 -08:00
Juan Tejada
09c82c76a3
fix(count): Fix unread count for badge and tray icon in mac
2016-01-28 11:10:05 -08:00
Juan Tejada
03cbcd91fe
update(analytics): Add missing action: removeAttachment
2016-01-28 11:02:27 -08:00
Ben Gotow
3b03f141b1
fix(message-list): Only display labels when usesLabels()
2016-01-28 10:46:33 -08:00
Ben Gotow
0baff09d42
Update analytics to remove references to deleted Actions
2016-01-28 10:38:02 -08:00
Ben Gotow
3e5312dc39
Remove indexes which used accountId as the first param... not faster
2016-01-28 10:03:32 -08:00
Juan Tejada
cf7b8f1a47
Prevent creation of context menu twice for nested items of OutlineView
2016-01-28 01:35:29 -08:00
Juan Tejada
8be8bfcab2
Fix in upload store when deleting draft
2016-01-28 01:29:33 -08:00
Juan Tejada
6b274593dd
Increment max width for sidebar
2016-01-28 01:29:18 -08:00
Juan Tejada
f74ee7b6c2
Fix specs
2016-01-28 00:48:45 -08:00
Juan Tejada
3343000f86
Update file uploads (see details):
...
- Add uploads field to Message and removes cache from FileUploadsStore
- Updates draft via session from DraftStore
- This makes everything way cleaner
- This fixes bug when creating draft with uploads and the opening it in
new window
- Updates specs
2016-01-28 00:33:22 -08:00
Juan Tejada
8b0a3a69db
Update OutlineViewItem to focus end of input when editing
2016-01-28 00:02:55 -08:00
Juan Tejada
bf2cebc08f
Add folder/label renames
...
- Updates OutlineView to reuse OutlineViewItem for creating new items
- Adds ability to edit outline view items via double click or right
click
- Cleans up css and code and sidebar item
- Updates SyncbackCategoryTask to update categories as well
- Adds 405 to permanent api error codes
2016-01-27 23:16:17 -08:00
Juan Tejada
4ed14d137e
Misc fixes for FileUploadStore
2016-01-27 15:38:01 -08:00
Juan Tejada
bd675ba0c1
Fix ComposerView specs
2016-01-27 13:49:34 -08:00
Juan Tejada
ff3213f003
Rewrite tests for FileUploadStore
2016-01-27 12:33:27 -08:00
Ben Gotow
dcb712641a
Fix problem with * a shortcut
2016-01-27 11:55:19 -08:00
Ben Gotow
7908ff7899
Basic fixes for drag and drop
2016-01-27 11:45:02 -08:00
Ben Gotow
a77c9548d1
Fix sidebar when an account doesn't have a standard category
2016-01-27 11:14:11 -08:00
Ben Gotow
e29335ae91
Fix exception "Cannot read property 'replaceModel' of null"
2016-01-27 11:13:58 -08:00
Ben Gotow
b043c30565
Optimize QueryResultSet so offset lookups are O[1] after initial scan
2016-01-27 11:13:39 -08:00
Ben Gotow
32ccaad1e7
More spec fixes
2016-01-27 10:31:54 -08:00
Ben Gotow
3b3b19a172
Spec fixes
2016-01-26 19:12:51 -08:00
Juan Tejada
fb1324f14e
Inits FileUploadStore from current state in the filesystem
...
- Removes uploads when draft is deleted
- Misc fixes and renaming
2016-01-26 18:48:58 -08:00
Ben Gotow
695af8b983
More sending fixes - attachments working!
2016-01-26 18:03:01 -08:00
Ben Gotow
24c751c2ae
More fixes to send draft task
2016-01-26 17:33:09 -08:00
Juan Tejada
d6f8873b0c
Fix progress var instantiation in send-draft task
2016-01-26 17:21:52 -08:00
Juan Tejada
22d9947908
Misc fixes for FileUploadStore
2016-01-26 16:58:20 -08:00
Ben Gotow
820973cfa5
Fixes to the SendDraftTask
2016-01-26 16:41:49 -08:00
Ben Gotow
bbe2f80320
A few other changes
2016-01-26 15:44:44 -08:00
Ben Gotow
c8bd09a260
Begin cleanup of Send Task
2016-01-26 15:44:44 -08:00
Juan Tejada
c7812b9c46
Fix in FileUploadsStore
2016-01-26 15:44:27 -08:00
Juan Tejada
8cb14d509f
Refactor FileUploadStore and composer attachments - WIP
2016-01-26 15:36:38 -08:00
Ben Gotow
15776c8ec6
Fix the message that appears when upgrading the mailbox
2016-01-26 14:49:05 -08:00
Juan Tejada
b32bf65774
Fix when checking if draft is a reply when getting accounts for send
2016-01-26 13:55:26 -08:00
Ben Gotow
4f3de3fc97
Fix for bad @props
2016-01-25 19:07:28 -08:00
Juan Tejada
b13ca724f1
Add ability to select account to send from
...
- Adds settings option to select default account to send from
2016-01-25 18:20:54 -08:00
Ben Gotow
b94c2e35e4
Fix AccountStore.current() references in private packages
2016-01-25 18:02:56 -08:00
Ben Gotow
0ef4911b22
Merge branch 'master' into unified-inbox
...
# Conflicts:
# internal_packages/feedback/lib/feedback-button.cjsx
# internal_packages/thread-list/lib/thread-list.cjsx
# src/flux/stores/draft-store.coffee
2016-01-25 17:28:29 -08:00
Ben Gotow
bb03e52e33
Clean up action bars, random exceptions
2016-01-25 17:08:38 -08:00
Ben Gotow
e4553ffb1e
Fix drafts
2016-01-25 16:37:34 -08:00
Juan Tejada
6b950bdb31
Fix editable list input styles
2016-01-25 14:55:01 -08:00
Evan Morikawa
71abd8bcd7
fix(composer): disable plugins during composition events
2016-01-25 14:54:54 -08:00
Juan Tejada
db29a52a99
Fix FocusedAccountStore: remove unnecessary accountstore listener
2016-01-25 14:43:50 -08:00
Evan Morikawa
392753233e
feat(send): Send and Archive
...
Summary: Send and Archive plus a new setting.
Test Plan: new tests
Reviewers: bengotow, juan
Reviewed By: bengotow
Differential Revision: https://phab.nylas.com/D2446
2016-01-25 14:14:09 -08:00