Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
merged dev and resolved conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
benadida committed Nov 2, 2011
2 parents f437d0f + ea1b239 commit 55e16d9
Show file tree
Hide file tree
Showing 755 changed files with 4,940 additions and 2,421 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -3,3 +3,6 @@
.\#*
/node_modules
/var
/rpmbuild
/npm-debug.log

13 changes: 13 additions & 0 deletions ChangeLog
@@ -1,3 +1,16 @@
train-2011.10.27:
* link fixing ('need help?' to point to SUMO): #378
* unit tests repaired: #469 (broken in fix to #82)
* improve handling of network errors: #448
* improve styling and language of email confirmation page: #349
* logging improvements: #455
* RPM generation script created (for installation of browserid on redhat [moz prod] boxes): #478
* SCHEMA CHANGES to improve database performance and scalability: #480
* change the health check call from '/ping.txt' to '/__heartbeat__': #481
* remove application level network timeouts (let the network stack do its job, the user can cancel if they get sick of it): #485
* improve messaging for unsupported browsers: #273, #484
* developer documentation improvements: #496

train-2011.10.20:
* android < 3.0 now supported: #461
* properly set assertion expiration time to when they expire, not when they're issued: #433, #457, #458
Expand Down
10 changes: 6 additions & 4 deletions README.md
Expand Up @@ -23,10 +23,12 @@ or changes will be made.

2. Boot up the VM:

$ cd browserid
$ vagrant up
$ vagrant ssh
vagrant@lucid32:browserid$ node ./run.js
```
cd browserid
vagrant up
vagrant ssh vagrant@lucid32:browserid
node ./run.js
```

`vagrant up` will take a while. Go get a cup of coffee. This is because it downloads the 500MB VM.

Expand Down

0 comments on commit 55e16d9

Please sign in to comment.