Avital Oliver
c086ca0912
accounts-github: cleanup, small tweaks
2012-10-05 00:22:09 -07:00
Avital Oliver
a0049073a8
accounts-weibo: small clarification in configuration steps
2012-10-04 23:52:19 -07:00
Nick Martin
a1c93b6043
Change URLs to use / instead of ?. It looks much nicer.
2012-10-04 23:51:31 -07:00
Nick Martin
f36fc90c07
Add clear button to template demo. Fixes #362
2012-10-04 22:02:24 -07:00
Avital Oliver
f6e15a5dd7
Revert "In _validatedUpdate, make sure that the docs we're updating *still* match the"
...
This reverts commit 5e754e93a9 .
2012-10-04 19:57:39 -07:00
David Glasser
7a25d86dc0
Update the docs for the removed callback to Cursor.observe.
2012-10-04 18:28:12 -07:00
David Glasser
5e754e93a9
In _validatedUpdate, make sure that the docs we're updating *still* match the
...
original selector.
2012-10-04 14:36:30 -07:00
David Glasser
afcafe1eb5
Refactor Mongo cursor reading so that all reads go through _nextObject.
2012-10-04 14:08:13 -07:00
David Glasser
57c3c2a50d
_diffQuery: don't compare docs if there's no changed observer.
2012-10-04 14:05:06 -07:00
David Glasser
e0da63b45f
Minor refactorings and comment tweaks for allow/deny/insecure.
2012-10-04 13:52:03 -07:00
Nick Martin
507792523a
Fix bug where validating your email did not log you in.
2012-10-03 16:50:13 -07:00
Nick Martin
7490854b64
Better error message when you try to use Meteor.userId() outside a method.
2012-10-03 16:38:47 -07:00
Nick Martin
cc95a7c1b4
Merge branch 'auth-rename' into auth-devel
2012-10-02 23:19:53 -07:00
Nick Martin
12934c96a9
Feedback from review.
2012-10-02 23:18:58 -07:00
Nick Martin
ccb79ff0d9
Meteor.validateEmail -> Accounts.validateEmail
2012-10-02 23:18:58 -07:00
Nick Martin
dd640729ff
Meteor.resetPassword -> Accounts.resetPassword.
2012-10-02 23:18:58 -07:00
Nick Martin
3d791cce6b
Meteor.forgotPassword -> Accounts.forgotPassword.
2012-10-02 23:18:58 -07:00
Nick Martin
7cbd9fd243
Meteor.createUser -> Accounts.createUser
2012-10-02 23:18:57 -07:00
Nick Martin
0e5b8083b5
Meteor.changePassword -> Accounts.changePassword
2012-10-02 23:18:57 -07:00
Nick Martin
9392fbb51d
Prepend '_' to internal things in Accounts.
...
find . -name '*.js' -print0 | xargs -0 perl -pi -e 's/makeClientLoggedIn/_makeClientLoggedIn/g'
find . -name '*.js' -print0 | xargs -0 perl -pi -e 's/makeClientLoggedOut/_makeClientLoggedOut/g'
find . -name '*.js' -print0 | xargs -0 perl -pi -e 's/storeLoginToken/_storeLoginToken/g'
find . -name '*.js' -print0 | xargs -0 perl -pi -e 's/storedLoginToken/_storedLoginToken/g'
find . -name '*.js' -print0 | xargs -0 perl -pi -e 's/unstoreLoginToken/_unstoreLoginToken/g'
find . -name '*.js' -print0 | xargs -0 perl -pi -e 's/storedUserId/_storedUserId/g'
find . -name '*.js' -print0 | xargs -0 perl -pi -e 's/un_storeLoginToken/_unstoreLoginToken/g'
2012-10-02 23:18:57 -07:00
Nick Martin
75c69301c0
Fixup Accounts initialization, which broke on rename.
2012-10-02 23:18:57 -07:00
Nick Martin
1eceed28f9
Replace 'Meteor.accounts' with 'Accounts'.
...
find . -name '*.js' -print0 | xargs -0 perl -pi -e 's/Meteor\.accounts/Accounts/g'
2012-10-02 23:18:57 -07:00
Nick Martin
4003a6f9e9
Merge branch 'auth-deny' into auth-devel
2012-10-02 23:18:38 -07:00
Nick Martin
0b1c7d10b0
Feedback from review.
2012-10-02 23:17:53 -07:00
Nick Martin
b2801f4c02
Make sure to lock down sensitive accounts collections, even in insecure mode.
...
Don't update fetch fields when we don't ask for any fetching.
Rework comments.
2012-10-02 23:17:53 -07:00
Nick Martin
d759f93e57
Refactor insert to be parallel to update and remove. Should have no functional impact.
2012-10-02 22:56:42 -07:00
Nick Martin
e5bf91fc24
Use the current state of Meteor.Collection.insecure, not the state when the collection was defined.
2012-10-02 22:56:42 -07:00
Nick Martin
290dc70766
Stop autopublish warning when use accounts.
2012-10-02 22:56:41 -07:00
Nick Martin
9fe341e371
Reorder file. No functional changes.
2012-10-02 22:56:41 -07:00
Nick Martin
6cdab77381
First cut at new allow/deny API.
2012-10-02 22:56:41 -07:00
Avital Oliver
5fc19ef9a4
Fix redraw artifact in chrome with accounts-ui
2012-10-02 22:08:15 -07:00
David Glasser
95965528ad
Merge branch 'master' into devel
2012-10-02 10:14:15 -07:00
David Glasser
19e42c4ec8
Merge branch 'release-0.4.2'
2012-10-02 10:08:43 -07:00
David Glasser
71851fef89
Merge branch 'devel' into auth
...
Conflicts:
app/meteor/skel/.meteor/packages
examples/leaderboard/.meteor/packages
packages/livedata/livedata_connection.js
2012-10-01 20:07:27 -07:00
David Glasser
5eb81e920d
Increment version to 0.4.2.
v0.4.2
2012-10-01 18:25:18 -07:00
David Glasser
088c33c3f3
Yet another fix to History.md.
2012-10-01 18:07:14 -07:00
David Glasser
d7f45f9d86
More fixes to History.md.
2012-10-01 18:06:58 -07:00
David Glasser
547c93e465
Small fixes to History.md.
2012-10-01 17:58:33 -07:00
David Glasser
8d32db1e0d
Start of release notes for the next version.
2012-10-01 17:57:02 -07:00
Nick Martin
4c31671117
Fix default email templates to not have 'http://' in subject line.
2012-10-01 16:39:19 -07:00
Avital Oliver
c06b9ae042
Fix a bug in Meteor.updateOrCreateUser, and add a regression test
2012-10-01 14:45:06 -07:00
David Glasser
be4da5fba4
Revert "Support unlimited tabs by working around browser per-hostname connection limits."
...
This reverts commit 2495cb2f58 .
This change made it easy to construct URLs with more than 63 characters in a
label, which is not legal. We will redo this later with generating a smaller
random token (and taking other precautions to limit the total size of the
label).
2012-10-01 13:45:54 -07:00
David Greenspan
afff7677b5
fix jsparse comments in AST
2012-10-01 12:28:09 -07:00
David Greenspan
998ad47b21
newline at end of file
2012-10-01 10:13:44 -07:00
David Greenspan
be6b876d53
remove trailing comma
2012-09-30 15:30:59 -07:00
David Greenspan
9dce7c7cfa
rename tabs to JS Lex and JS Parse
2012-09-30 15:05:32 -07:00
David Greenspan
8f23d52618
rename example jsparse-demo -> parse-inspector
2012-09-30 15:04:55 -07:00
David Greenspan
6686d40526
include comments in jsparse AST
2012-09-30 00:42:04 -07:00
David Greenspan
3201fe5180
jsparse demo improvements (lexer tab)
2012-09-29 21:33:19 -07:00
David Greenspan
f3f64922c4
Merge branch 'preserve-inputs' into devel
2012-09-29 13:26:23 -07:00