Commit Graph

3453 Commits

Author SHA1 Message Date
Andrew Wilcox
c83fcbb5ca Bump CoffeeScript version to 1.6.2. 2013-04-25 14:20:29 -07:00
David Glasser
eecc97715f Don't get confused (on the server) if transform returns something without _id.
Fixes #974.
2013-04-25 14:18:36 -07:00
Avital Oliver
1fefb9593d Merge branch 'avital-client-compatibility' into devel 2013-04-25 13:48:05 -07:00
Avital Oliver
c9e9c73da7 Update History.md 2013-04-25 13:47:55 -07:00
Avital Oliver
4a32bb81f3 options.compatibility -> options.raw 2013-04-25 13:47:03 -07:00
Avital Oliver
47ba95dfc4 wrapping 2013-04-25 10:58:27 -07:00
Avital Oliver
fb61e884db Don't create new var scope for js files in client/compatibility/ 2013-04-24 15:53:19 -07:00
Avital Oliver
37bc8491b8 Merge branch 'avital-springboard-test' into devel 2013-04-24 15:35:42 -07:00
Avital Oliver
c6c24dffb5 Correct comment 2013-04-24 15:34:58 -07:00
Avital Oliver
1ef5cfceb1 Glasser code review 2013-04-24 15:27:17 -07:00
Avital Oliver
b8886b3935 Improve CLI testing
- Test fake installed version of CLI
- Test springboarding against a fake release
2013-04-24 15:27:17 -07:00
Avital Oliver
3ff6df2e9e Merge branch 'master' into devel
Conflicts:
	History.md
	packages/accounts-github/github_server.js
2013-04-24 14:01:22 -07:00
David Glasser
1a7c2d81fd Another round of cleanup on .npm/README. 2013-04-24 11:50:50 -07:00
Avital Oliver
1e9b9480d1 Merge branch 'release-0.6.2.1' 2013-04-24 11:20:45 -07:00
Avital Oliver
97b4ed263d 0.6.2.1 2013-04-24 11:10:16 -07:00
Avital Oliver
29ddfc6f3c accounts-github: Also send user agent on oauth login call release/0.6.2.1-rc1 release/0.6.2.1 2013-04-24 10:46:44 -07:00
Avital Oliver
21ae0ebeb8 Thank pmark release/0.6.2.1-rc 2013-04-24 10:36:20 -07:00
Avital Oliver
0dad6e4dc4 Update History.md
Conflicts:
	History.md
2013-04-24 10:35:36 -07:00
Avital Oliver
0bb71ff871 accounts-github: Generate user agent string from release version 2013-04-24 10:34:05 -07:00
P. Mark Anderson
2ffb185e47 Added user agent to account-github's getIdentity() function. This is untested.
See https://github.com/meteor/meteor/issues/981
2013-04-24 10:33:51 -07:00
Avital Oliver
356301f7d0 Thank pmark 2013-04-24 10:04:41 -07:00
Avital Oliver
bd421582b8 Update History.md 2013-04-24 10:01:23 -07:00
Avital Oliver
cd6427fa5c Merge branch 'pr/982' into devel
Conflicts:
	packages/accounts-github/github_server.js
2013-04-24 10:00:24 -07:00
Avital Oliver
e43c94ee2e accounts-github: Generate user agent string from release version 2013-04-24 09:56:02 -07:00
P. Mark Anderson
b4d96d5795 Added user agent to account-github's getIdentity() function. This is untested.
See https://github.com/meteor/meteor/issues/981
2013-04-24 09:44:38 -07:00
Avital Oliver
460bdf67d3 Merge pull request #980 from timhaines/npm-readme-update
Update the readme that gets generated within the .npm folder of packages
2013-04-23 13:27:56 -07:00
Tim Haines
fc81e29f3e Update the readme that gets generated within the .npm folder of packages 2013-04-23 13:25:24 -07:00
Avital Oliver
fe57ab10c7 Simplify server http code by using future.resolver() 2013-04-22 16:04:23 -07:00
Avital Oliver
11550d154c Update History.md 2013-04-22 15:42:45 -07:00
Avital Oliver
894eea9e25 Merge branch 'avital-http' into devel 2013-04-22 15:41:18 -07:00
Avital Oliver
b8b8f1b6f4 Simplify error handling in accounts-facebook 2013-04-22 15:40:04 -07:00
Avital Oliver
f6028b1578 OAuth login services use the new http sync api 2013-04-22 15:40:04 -07:00
Avital Oliver
a668166351 More concise server logging of unexpected errors.
'exception.stack' already contains 'exception.toString()' at the top. The original code printed the exception message twice.
2013-04-22 15:40:04 -07:00
Avital Oliver
6e924979be More http sync
- improve docs
- add tests for sync case
- modify http tests so that they now pass
- Still TODO: Update call sites (oauth)
2013-04-22 15:39:53 -07:00
Avital Oliver
03085e8842 New HTTP sync API 2013-04-22 15:39:41 -07:00
Avital Oliver
c9bacb897e Update History.md 2013-04-19 11:42:19 -07:00
Avital Oliver
a5af1d6b8c remove duplicate code 2013-04-19 11:38:10 -07:00
Avital Oliver
a72134fd80 Better security, comments, docs and APIs for publishing more user document fields 2013-04-19 11:38:09 -07:00
Avital Oliver
54916ce535 Docs for publishing more fields on user documents 2013-04-19 11:38:09 -07:00
Avital Oliver
e144b4e246 With autopublish, publish others' google user ids 2013-04-19 11:38:09 -07:00
Avital Oliver
b6282eadd9 Publish user's login service fields in case autopublish is on.
Publish all but secret fields to the current user, and
basic identification information for other users.
2013-04-19 11:38:09 -07:00
Nick Martin
7e4d947ca9 Merge branch 'match' into devel 2013-04-18 21:26:05 -07:00
Nick Martin
9f4f8b2958 simplify example. also a missed validate -> check. 2013-04-18 21:22:14 -07:00
Nick Martin
45dea05b21 Minor wordsmithing
(Meteor provides the package whether or not you like to use it =)
release/0.6.2-match
2013-04-18 20:38:16 -07:00
Nick Martin
c12f3851d1 Add audit-argument-checks to parties. This way when we do QA, we will exercise the package. 2013-04-18 19:30:44 -07:00
David Glasser
296d4f5ccf docs ready for review 2013-04-18 19:17:53 -07:00
David Glasser
e9e558cd98 toc, also reorder appcache/amplify 2013-04-18 19:17:53 -07:00
David Glasser
f72a7223c5 More check docs 2013-04-18 19:17:53 -07:00
David Glasser
6776c354b8 start of docs for check 2013-04-18 19:17:53 -07:00
David Glasser
f67db983c3 New check library. 2013-04-18 19:17:53 -07:00