Commit Graph

728 Commits

Author SHA1 Message Date
Emily Stark
4ba6d3f08d Correct use of on galaxy login 2013-12-12 23:34:22 -08:00
Geoff Schmidt
ab87768a7e Merge remote-tracking branch 'origin/devel' into sso
Conflicts:
	packages/accounts-password/password_tests.js
	tools/meteor.js
2013-12-12 18:51:45 -08:00
Geoff Schmidt
15730a89ce Merge branch 'refs/heads/sso' into sso2
Conflicts:
	tools/auth.js
2013-12-12 17:40:49 -08:00
Nick Martin
04fddf3a77 Update tools tests for Webapp bundled asset change 6eccf8c 2013-12-11 20:38:51 -08:00
David Glasser
8de5ebfc6f Become able to kill mongod spawned by pre-oplog branches 2013-12-11 17:04:06 -08:00
Geoff Schmidt
ad680517ee delete obsolète comment 2013-12-11 05:57:20 -08:00
Geoff Schmidt
f590c2567a better handling of bad userids 2013-12-11 05:54:47 -08:00
Geoff Schmidt
7d7474aacb Print correct username when logging in. 2013-12-11 04:51:21 -08:00
Geoff Schmidt
410a585d76 Deferred registration! 2013-12-11 04:26:01 -08:00
Nick Martin
89ec9ddf62 Up timeout for printing mongo message. This way it doesn't happen normally during cold start (3--4 sec). 2013-12-10 22:13:12 -08:00
Geoff Schmidt
ff4e229b4a Session file: support being logged in with no username 2013-12-10 20:53:21 -08:00
Geoff Schmidt
de55d62645 track username separately in each universe 2013-12-10 20:16:58 -08:00
David Glasser
b4c14af032 Fix find_mongo_pids regexp
Also add some comments to mongod options.
2013-12-10 19:09:41 -08:00
Nick Martin
f9b394de4f Use smaller oplog (8MB instead of 256MB default).
This uses less space on disk and starts up faster. It might mean
people hit the end of the oplog if the server gets really slow.
But, hey, then we can debug and test more oplog error modes.
2013-12-10 17:47:49 -08:00
Geoff Schmidt
0ff03113f4 Refactor session file handling 2013-12-10 17:10:16 -08:00
Emily Stark
71fbcb4f28 Fix call to DDP.connect with cookie header 2013-12-10 17:01:13 -08:00
Geoff Schmidt
95667c3a10 log out correctly across universe changes 2013-12-10 16:57:46 -08:00
Emily Stark
740e0ff1a0 Allow galaxy discovery urls to have https:// already 2013-12-10 16:54:24 -08:00
Emily Stark
3d29f1f018 Update auth urls 2013-12-10 16:54:12 -08:00
Nick Martin
1b08ac2d9d Upgrade to stock Node 0.10.22.
This discards our fix for stream pausing. We'll monkey patch it in
at startup instead of relying on a custom build.
2013-12-10 15:27:40 -08:00
Geoff Schmidt
9d90a453cb cosmetic changes 2013-12-09 10:01:53 -08:00
Geoff Schmidt
14337d416c support meteor --get-ready for warehouse installs too 2013-12-09 04:18:54 -08:00
Geoff Schmidt
3f849d5c64 Fix bug that causes tokens to be revoked over and over again 2013-12-08 23:54:44 -08:00
Geoff Schmidt
cbafd31eae Use node os.hostname() in preference to $HOST. 2013-12-08 23:54:14 -08:00
Geoff Schmidt
d168857ab6 refactor http auth 2013-12-08 05:58:08 -08:00
Geoff Schmidt
89d6260a84 Provide hostname for web-based credential revocation UI 2013-12-07 20:20:53 -08:00
Geoff Schmidt
5e1299f48f clean up newlines in 'meteor login' 2013-12-06 21:57:25 -08:00
Geoff Schmidt
48b44f33e1 Allow accounts to use a connection other than Meteor.connection. 2013-12-06 19:22:17 -08:00
Geoff Schmidt
d897249251 temporary provision for developing account server locally 2013-12-06 19:22:17 -08:00
Geoff Schmidt
a95f9eb480 Refactor/fiberize deploy RPCs. Add basic Meteor Accounts support. 2013-12-06 19:22:10 -08:00
Geoff Schmidt
107485d699 change accounts revocation URL to '/revoke' (from '/logoutById') 2013-12-06 19:10:16 -08:00
Geoff Schmidt
a74e351705 centralize service configuration 2013-12-06 19:10:15 -08:00
Geoff Schmidt
d9215a640b Merge branch 'refs/heads/devel' into sso
Conflicts:
	History.md
	docs/client/api.html
	docs/client/api.js
	packages/accounts-base/accounts_server.js
	packages/livedata/crossbar.js
	packages/livedata/livedata_connection.js
	packages/livedata/livedata_server.js
	packages/livedata/livedata_server_tests.js
	packages/livedata/stream_client_nodejs.js
	packages/test-helpers/package.js
2013-12-06 18:47:56 -08:00
David Glasser
d16cd33242 Improve bundler comment 2013-12-06 13:38:51 -08:00
Emily Stark
6eccf8cbbb Add an optional prefix for bundled js and css files.
Set it with `WebAppInternals.setBundledJsCssPrefix(prefix)`.
2013-12-05 17:52:35 -08:00
Emily Stark
a812601ca6 Merge remote-tracking branch 'origin/devel' into sso 2013-12-04 22:08:05 -08:00
Emily Stark
56ec768f2f Merge remote-tracking branch 'origin/pr-1611' into sso
Conflicts:
	History.md
	packages/livedata/livedata_connection.js
	packages/livedata/livedata_server.js
	packages/livedata/stream_client_nodejs.js
	packages/livedata/stream_server.js
2013-12-04 18:54:13 -08:00
David Glasser
593d980ba6 implement 'test-packages --disable-oplog' 2013-12-04 12:54:27 -08:00
Emily Stark
cd6770eb81 Remove ssh tunnel code from meteor tool 2013-12-03 08:56:37 -08:00
David Glasser
e9e39d2cb2 Rename $OPLOG_URL to $MONGO_OPLOG_URL 2013-12-02 19:17:39 -08:00
Nick Martin
5f1b721823 Fix meteor run to look at the OPLOG_URL environment variable. 2013-12-02 19:17:36 -08:00
Slava Kim
008c74df4b OPLOG_URL is accessed only by appConfig. 2013-12-02 19:17:35 -08:00
David Glasser
b4a598b3e5 Close connection to DB used to set up oplog. 2013-12-02 19:17:33 -08:00
David Glasser
0ddf232773 Restore accidentally-deleted mongo restart code.
Thanks, cli-test.sh!
2013-12-02 19:17:31 -08:00
David Glasser
7f85f38110 Change repl set name from dummy to meteor.
This name ends up in the "meteor mongo" prompt, and a prompt of "dummy:PRIMARY>"
is way less welcoming than "meteor:PRIMARY>".
2013-12-02 19:17:28 -08:00
David Glasser
40befb8023 minor improvements 2013-12-02 19:17:28 -08:00
David Glasser
123c06ac3f oplog checkpoint from friday 2013-12-02 19:17:24 -08:00
David Glasser
6637656261 Don't reset the replset unless the port changes.
(Resetting the replset is slow!)
2013-12-02 19:17:24 -08:00
David Glasser
878dfe9a1f In "meteor run", run mongo in repl-set mode, so that oplog is available.
Note: this is pretty slow. Before merging this branch, should cache the fact
that replset has been initiated on port N so that on the next run, if the port
hasn't changed, we don't need to re-initiate.
2013-12-02 19:17:24 -08:00
David Glasser
e11228a3f8 Clean up package dirs containing only ".build"
These directories are often left around when switching from another
branch; git does not delete the gitignored .build directory (but it will
show up annoyingly in 'git status').
2013-12-02 17:50:30 -08:00