Juan Tejada
8237e3742c
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
2e0469805b
add levelup theme
2016-01-28 13:23:10 -08:00
Evan Morikawa
983dc77ef0
fix(resources): update build resources link
2016-01-28 12:03:23 -08:00
Evan Morikawa
8bcb0a2184
fix(resources): update build resources link
2016-01-28 12:02:27 -08:00
Evan Morikawa
55aedef697
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
46b339d334
fix(message-list): Spec fixes, all stubs need accountId
2016-01-28 11:14:04 -08:00
Juan Tejada
2dedd20eb8
fix(count): Fix unread count for badge and tray icon in mac
2016-01-28 11:10:05 -08:00
Juan Tejada
7e368a74d2
update(analytics): Add missing action: removeAttachment
2016-01-28 11:02:27 -08:00
Ben Gotow
da68b393a2
fix(message-list): Only display labels when usesLabels()
2016-01-28 10:46:33 -08:00
Ben Gotow
7ef187e882
Update analytics to remove references to deleted Actions
2016-01-28 10:38:02 -08:00
Ben Gotow
4edbe7652c
Remove indexes which used accountId as the first param... not faster
2016-01-28 10:03:32 -08:00
Juan Tejada
1e6b857437
Prevent creation of context menu twice for nested items of OutlineView
2016-01-28 01:35:29 -08:00
Juan Tejada
b9cfb18244
Fix in upload store when deleting draft
2016-01-28 01:29:33 -08:00
Juan Tejada
19edb34599
Increment max width for sidebar
2016-01-28 01:29:18 -08:00
Juan Tejada
21f0afd825
Fix specs
2016-01-28 00:48:45 -08:00
Juan Tejada
9a86ce06ed
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
8bd387e8b2
Update OutlineViewItem to focus end of input when editing
2016-01-28 00:02:55 -08:00
Juan Tejada
aa4de82625
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
1d8f56e7f8
Misc fixes for FileUploadStore
2016-01-27 15:38:01 -08:00
Juan Tejada
08ec481739
Fix ComposerView specs
2016-01-27 13:49:34 -08:00
Juan Tejada
7b6267e0b2
Rewrite tests for FileUploadStore
2016-01-27 12:33:27 -08:00
Ben Gotow
7f59ff5494
Fix problem with * a shortcut
2016-01-27 11:55:19 -08:00
Ben Gotow
53390fbd5c
Basic fixes for drag and drop
2016-01-27 11:45:02 -08:00
Ben Gotow
470fbae6a3
Fix sidebar when an account doesn't have a standard category
2016-01-27 11:14:11 -08:00
Ben Gotow
1fb57d2cda
Fix exception "Cannot read property 'replaceModel' of null"
2016-01-27 11:13:58 -08:00
Ben Gotow
ddb31f6bf3
Optimize QueryResultSet so offset lookups are O[1] after initial scan
2016-01-27 11:13:39 -08:00
Ben Gotow
efdb5c5b6c
More spec fixes
2016-01-27 10:31:54 -08:00
Ben Gotow
f4ca355bf4
Spec fixes
2016-01-26 19:12:51 -08:00
Juan Tejada
63d36a78c3
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
752a749da7
More sending fixes - attachments working!
2016-01-26 18:03:01 -08:00
Ben Gotow
b97e0664db
More fixes to send draft task
2016-01-26 17:33:09 -08:00
Juan Tejada
e615eece3a
Fix progress var instantiation in send-draft task
2016-01-26 17:21:52 -08:00
Juan Tejada
7c71576192
Misc fixes for FileUploadStore
2016-01-26 16:58:20 -08:00
Ben Gotow
a05f6c449c
Fixes to the SendDraftTask
2016-01-26 16:41:49 -08:00
Ben Gotow
ddbd36fe2e
A few other changes
2016-01-26 15:44:44 -08:00
Ben Gotow
2783045c3e
Begin cleanup of Send Task
2016-01-26 15:44:44 -08:00
Juan Tejada
7f37e8f56b
Fix in FileUploadsStore
2016-01-26 15:44:27 -08:00
Juan Tejada
dcb08932c0
Refactor FileUploadStore and composer attachments - WIP
2016-01-26 15:36:38 -08:00
Ben Gotow
889264d777
Fix the message that appears when upgrading the mailbox
2016-01-26 14:49:05 -08:00
Juan Tejada
1435904f3c
Fix when checking if draft is a reply when getting accounts for send
2016-01-26 13:55:26 -08:00
Ben Gotow
3bcbec4118
Fix for bad @props
2016-01-25 19:07:28 -08:00
Juan Tejada
324123731a
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
205ec50b98
Fix AccountStore.current() references in private packages
2016-01-25 18:02:56 -08:00
Ben Gotow
e2234bf58e
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
68d55fb662
Clean up action bars, random exceptions
2016-01-25 17:08:38 -08:00
Ben Gotow
22121f9f18
Fix drafts
2016-01-25 16:37:34 -08:00
Juan Tejada
d008d5f475
Fix editable list input styles
2016-01-25 14:55:01 -08:00
Evan Morikawa
c33dff65f1
fix(composer): disable plugins during composition events
2016-01-25 14:54:54 -08:00
Juan Tejada
0fd94c1e1e
Fix FocusedAccountStore: remove unnecessary accountstore listener
2016-01-25 14:43:50 -08:00
Evan Morikawa
ecbadaf01e
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