Commit graph

3260 commits

Author SHA1 Message Date
Ben Gotow
5810aeeefc fix(keybase): Invite fetch doesn't need JSON parse 2016-06-14 12:26:43 -07:00
Ben Gotow
04e3154614 fix(identity): Show number of days remaining correctly 2016-06-14 11:52:15 -07:00
Adrian Grant
74a8c0e554 Add Website Launcher community plugin (#2407) 2016-06-14 11:43:41 -07:00
Ben Gotow
7c696c4db9 bump(version): 0.4.45 2016-06-14 01:45:52 -07:00
Ben Gotow
8c4255ebeb fix(login-links): Cap req to 1.5s, ensure pages always open 2016-06-14 01:23:22 -07:00
Ben Gotow
e1a565b061 fix(keybase): Add a small button to redeem a keybase invite 2016-06-13 17:40:21 -07:00
Jackie Luo
9afe205964 🎨(loading): Remove supplement text 2016-06-13 16:32:46 -07:00
Jackie Luo
47115a5000 fix(view-on-github): Import Actions correctly 2016-06-13 16:19:46 -07:00
Ben Gotow
e44e4e27c4 fix(onboarding): Minor asset tweaks 2016-06-13 15:19:01 -07:00
Ben Gotow
76fac0c6c0 fix(pro): Add manual refresh to identity page 2016-06-13 12:06:53 -07:00
Juan Tejada
b3af7e6514 bump(version): 0.4.44 2016-06-13 12:05:11 -07:00
Evan Morikawa
3fb755cc4d fix(analytics): move to work window 2016-06-13 13:14:15 -04:00
Evan Morikawa
ce16e2e033 fix(identity): enable proper People support 2016-06-12 21:13:46 -04:00
Jackie Luo
8906fe0f84 fix(activity): Add thread ID to notifications 2016-06-10 15:55:21 -07:00
Ben Gotow
182683cd06 fix(pro): Replace subscriptionRequiredAfter 2016-06-10 14:36:37 -07:00
Juan Tejada
b3377da4ac fix(send-task): Update to use Message::participants
- Fix participants method signature for correct default params
2016-06-10 13:27:40 -07:00
Ben Gotow
d4d366edc0 fix(sending): Minor changes to cleanup phase of sending 2016-06-10 12:35:56 -07:00
Juan Tejada
3482ca3145 fix(menus): Add missing Window menu to win32 and linux 2016-06-10 11:55:59 -07:00
Evan Morikawa
0322625380 fix(spec): fix failing draft specs 2016-06-10 11:54:47 -07:00
Evan Morikawa
bde97c532b fix(multi-send): show dependent errors in session close task 2016-06-10 11:54:18 -07:00
Juan Tejada
b1a8efc50a fix(specs): Fix DraftStore and SendManyDraftsTask specs 2016-06-10 11:32:38 -07:00
Juan Tejada
b0200cc04f fix(mail-merge): Remove unecessary shouldComponentUpdate on decorator
- `shouldComponentUpdate` on ListensToMailMergeSession decorator prevented
the default TokenizingTexField from being rendered even when mail merge
was inactive.
- It incorrectly assumed that the only state the decorated component
cares about was the mail merge session state
2016-06-10 10:55:48 -07:00
Evan Morikawa
7daee5ce0f fix(draft): delay draft re-opening w/ errors to allow time to close 2016-06-10 09:32:18 -07:00
Juan Tejada
01814473f5 fix(mail-merge): Correctly update tokens when new csv is imported
- MailMergeBodyToken now keeps internal state to track when the column
its linked to has changed
- Fix subject regex
2016-06-10 00:28:44 -07:00
Ben Gotow
147f7f7219 fix(moves): Improve labeling of ChangeLabelTasks 2016-06-09 18:21:08 -07:00
Ben Gotow
aba4b7d6b9 fix(emoji): Remove vertical overflow from composer, allow for popups 2016-06-09 17:51:08 -07:00
Jackie Luo
6743f85278 fix(emoji): Stop checking text outside of current div for matches 2016-06-09 16:50:49 -07:00
Jackie Luo
127b8c1ea2 🎨(tracking): Align thread list with open tracking icons 2016-06-09 16:23:32 -07:00
Juan Tejada
b949d5c838 fix(plugins):Call NotifyPlugins task regardless of metadata sync success
- Before this commit, if any SyncbackMetadataTask for a message failed, we would
never run NotifyPluginsOfSendTask because of the dependency in place.
This caused unintended consequences like open/link tracking not working
if any other plugin failed to syncback metadata, despite the tracking
metadata having been saved successfuly.

- This commit makes it so NotifyPluginsOfSendTask always runs after
the SyncbackMetadata tasks regardless of wether they fail or succeed by
updating the task queue to support this dependency scenario
2016-06-09 16:23:15 -07:00
Jackie Luo
31edbfc361 🎨(darkside): Add UI tweaks for activity list 2016-06-09 16:11:27 -07:00
Evan Morikawa
f593fbf6cd fix(templates): fix new templates from draft 2016-06-09 15:21:20 -07:00
Evan Morikawa
7cafc3ac1b fix(template): can hit enter to save template names 2016-06-09 15:21:20 -07:00
Jackie Luo
8ef4d8c0f3 fix(typo): Correct spelling in error message 2016-06-09 15:04:00 -07:00
Evan Morikawa
903e5834c1 fix(templates): detect empty bodies and fix CSS 2016-06-09 15:00:58 -07:00
Juan Tejada
e5521161b7 fix(themes): Properly set theme on the hot window
- First composer window you open after changing the theme will now have
the correct theme
2016-06-09 14:12:44 -07:00
Ben Gotow
3df5aeafcc fix(plugin-ids): Lookup plugin id if pkg is not loaded 2016-06-09 13:58:24 -07:00
Evan Morikawa
62126dd1f9 fix(analytics): improve data 2016-06-09 13:18:01 -07:00
Juan Tejada
316348e02c fix(build): Fix less lint 2016-06-09 12:31:17 -07:00
Evan Morikawa
9680ade34f fix(analytics): set super properties on events 2016-06-09 11:57:12 -07:00
Ben Gotow
9569b53d35 fix(focus): Don't clear focus unless change removes acct 2016-06-09 10:57:31 -07:00
Ben Gotow
4543f47709 fix(auth): Don't use a persistent session for webview 2016-06-09 10:30:27 -07:00
Ben Gotow
c2f0b727b1 fix(new-event): Make X easier to click 2016-06-08 18:29:46 -07:00
Ben Gotow
fec31c5435 fix(account): pro_sub => n1_sub 2016-06-08 18:25:45 -07:00
Ben Gotow
9373aee8fb fix(prefs): Use labels instead of email addresses 2016-06-08 18:25:45 -07:00
Ben Gotow
167416ee86 fix(win-manager): Replace sendToWindow, check for window first 2016-06-08 18:25:45 -07:00
Juan Tejada
a80545d2dc fix(composer): Prevent composers in different windows to be out of sync
- Increase arbitrary wait time before closing window so Database ipc
messages can reach other windows with a higer success rate -- this
caused composers in different windows to be out of sync fairly often because the
database trigger event never reached them
- Clears commit timeout when commiting
2016-06-08 16:56:48 -07:00
Evan Morikawa
4c0da37b00 fix(welcome): pass utm on to welcome 2016-06-08 14:19:40 -07:00
Ben Gotow
3ed9ca6058 fix(onboarding): Switch images into appropriate places 2016-06-08 14:10:09 -07:00
Ben Gotow
5ff40f989a fix(onboarding): Final tutorial screenshot 2016-06-08 14:05:18 -07:00
Ben Gotow
7d52bb0d3c fix(onboarding): Don't allow going back into N1 signin 2016-06-08 13:48:56 -07:00