Commit Graph

3542 Commits

Author SHA1 Message Date
Nick Martin
44ac53f819 Tweak package descriptions. release/pr-1024-test-2 2013-05-17 21:01:14 -07:00
Tim Haines
a3f493bb79 Add retrieveCredential server methods 2013-05-17 21:01:14 -07:00
Tim Haines
00efa2fe51 Update requestCredential method to take only 2 params - options and credentialRequestCompleteCallback 2013-05-17 18:00:35 -07:00
Tim Haines
d57f7047f4 Extract weibo package from accounts-weibo 2013-05-17 18:00:35 -07:00
Tim Haines
8f2eb9b481 Extract meetup package from accounts-meetup 2013-05-17 18:00:35 -07:00
Tim Haines
9b1b6da9ff Extract google package from accounts-google 2013-05-17 18:00:35 -07:00
Tim Haines
b239f08ad7 Extract facebook package from accounts-facebook 2013-05-17 18:00:35 -07:00
Tim Haines
107a06fd8c Extract github package from accounts-github 2013-05-17 18:00:35 -07:00
Tim Haines
b7754f8c28 Refactor Oauth packages and extract twitter package from accounts-twitter 2013-05-17 18:00:35 -07:00
Avital Oliver
8ac7d47463 Merge branch 'master' into devel 2013-05-15 15:30:14 -07:00
Avital Oliver
5d736d4bf0 Merge branch 'release-0.6.3.1' 2013-05-15 15:29:17 -07:00
Avital Oliver
75ab6e61fa docs on 0.6.3.1 2013-05-15 15:28:59 -07:00
Avital Oliver
f87f0bd525 0.6.3.1 release/0.6.3.1 release/0.6.3.1-rc0 2013-05-15 15:10:30 -07:00
Avital Oliver
1b88047966 Fix client/compatibility/ in a non-nested directory 2013-05-15 15:10:28 -07:00
Avital Oliver
3f9e08cbbb 0.6.3.1 2013-05-15 15:06:51 -07:00
Avital Oliver
d38034f35d Fix client/compatibility/ in a non-nested directory 2013-05-15 15:02:07 -07:00
Nick Martin
0a5a2f05b6 Merge branch 'master' into devel 2013-05-15 12:03:22 -07:00
Nick Martin
a33fcf6d8c Merge branch 'release-0.6.3' 2013-05-15 12:02:33 -07:00
Nick Martin
546f4e5fb9 bump docs version. 2013-05-15 11:55:31 -07:00
Nick Martin
2fb44613ce Bump example version numbers. 2013-05-15 11:52:09 -07:00
Nick Martin
9386af8ac7 Move http notices to package specific notice. 2013-05-15 11:40:54 -07:00
Nick Martin
b237ace7de Fix trailing comma that breaks JSON parsing. 2013-05-15 11:35:14 -07:00
Matt DeBergalis
93af3ab238 tweaks 2013-05-15 11:14:59 -07:00
Nick Martin
43548bc8c4 History tweaks, notices, banner. 2013-05-14 22:58:17 -07:00
Avital Oliver
a14b278a29 Unbreak IE9 OAuth login in some weird edge case 2013-05-14 14:14:38 -07:00
David Glasser
afe5867f68 Oops, you can't use slice on arguments. This time tests actually pass. 2013-05-14 12:32:55 -07:00
David Glasser
1a3aa25312 Oops, you can't use slice on arguments. This time tests actually pass. release/0.6.3 release/0.6.3-rc4 2013-05-14 12:32:47 -07:00
David Glasser
3090e86c25 Oops, didn't mean to revert test! release/0.6.3-rc3 2013-05-14 11:46:32 -07:00
David Glasser
ded617f0c8 Fix Opera test failures by reverting unnecessary part of 583508e.
Opera seems to have some consistent but difficult to diagnose bugs related to
using _.map in this context. (As in, minifying the test was difficult because
there seemed to be some odd action at a distance, but a given test failure was
fully reproducible.) This appears to work while still preserving the feature
added in 583508e.

Also fix a missing var (which does not appear to be the original problem).
2013-05-14 11:46:32 -07:00
David Glasser
1fc2dabf6d Oops, didn't mean to revert test! 2013-05-14 11:44:22 -07:00
David Glasser
4c2e1ef1b6 Fix Opera test failures by reverting unnecessary part of 583508e.
Opera seems to have some consistent but difficult to diagnose bugs related to
using _.map in this context. (As in, minifying the test was difficult because
there seemed to be some odd action at a distance, but a given test failure was
fully reproducible.) This appears to work while still preserving the feature
added in 583508e.

Also fix a missing var (which does not appear to be the original problem).
2013-05-14 11:32:53 -07:00
David Glasser
6063ca90ef Oops, didn't mean to add this file 2013-05-14 10:48:33 -07:00
Avital Oliver
d36de8253d Support 'tap' event. release/0.6.3-rc2 2013-05-13 23:50:53 -07:00
Avital Oliver
773a86c80c Support 'tap' event. 2013-05-13 23:45:21 -07:00
Naomi Seyfer
bc2be8bb58 Our version of underscore doesn't have 'partial' anymore since we
downgraded.

Missed one instance of this because I missed arrays in the EJSON support in
mongo testing.
2013-05-13 19:10:10 -07:00
David Glasser
8bf2e0edae More gitignore files. 2013-05-13 18:16:14 -07:00
David Glasser
8dbee56e77 Add .gitignore to package directories to match linker branch.
This way switching between linker and devel doesn't leave you with lots of junk
in git status.
2013-05-13 10:57:37 -07:00
Naomi Seyfer
3f36763f29 Our version of underscore doesn't have 'partial' anymore since we
downgraded.

Missed one instance of this because I missed arrays in the EJSON support in
mongo testing.
2013-05-12 01:31:39 -07:00
Nick Martin
9b74af5b2a Fix Firefox 3.6. addEventListener useCapture parameter is not optional on old firefox. release/0.6.3-rc1 2013-05-10 21:37:17 -07:00
Nick Martin
e0573b61b5 Fix IE8. It does not have window.addEventListener 2013-05-10 21:04:50 -07:00
Nick Martin
8c99176477 History updates. Add missing changes and missing users, reorder, and wordsmith. 2013-05-10 19:17:43 -07:00
Avital Oliver
4284a5ed1d fix npm tests 2013-05-10 15:00:29 -07:00
Avital Oliver
3188861717 oops 2013-05-09 22:13:54 -07:00
Avital Oliver
cb3bcc6b61 History.md improvement 2013-05-09 19:01:43 -07:00
Avital Oliver
d985ca6919 History.md 2013-05-09 18:42:24 -07:00
Avital Oliver
7f970513e5 Faster reconnects. Fixes #696
- Lower reconnect timeout to 5m
- Respond to the 'online' event to reconnect immediately
  eg. in case you switched from 3G to Wi-Fi
2013-05-09 18:24:23 -07:00
Vyacheslav Kim
0893b8258c Include environment info in every web request.
Pass available environment info (Meteor version, OS, etc) in every web
request in User-Agent http header. OS platfrom, release, arch, type
available from node api and Meteor release number.
2013-05-09 11:59:02 -07:00
Avital Oliver
5b2240df4f Use Websockets on all browsers other than iOS <= 5 2013-05-09 11:50:56 -07:00
David Glasser
99d5be0079 Mimize shrinkwrap files so that they change less in git. 2013-05-09 11:17:36 -07:00
David Glasser
28fbbc8c3d Merge branch 'pr/969' into devel 2013-05-06 21:02:16 -07:00