Commit Graph

40 Commits

Author SHA1 Message Date
Ray J. Greenwell 0c7040092a Move to depot 1.6, which uses the same guava-jdk5 that we do. 2012-10-10 11:03:32 -07:00
Jamie Doornbos a627442637 Start 1.4 development 2012-10-09 13:04:33 -07:00
Jamie Doornbos 74b77b0cfa Release version 1.3, with new samskivert and guava 2012-10-09 12:59:12 -07:00
Ray J. Greenwell 29e5290ed6 Move to samskivert 1.7 and guava-jdk5 13.0. 2012-10-02 17:09:39 -07:00
Nathan Curtis 5ef4dc48e9 Add Armorgames as an ExternalAuther. 2012-10-02 14:14:54 -07:00
Nathan Curtis 30c38839f9 Add a method for getting many external ids at once. 2012-08-27 14:25:22 -07:00
Mark Johnson 0162191fec Preparing for 1.3-SNAPSHOT development. 2012-07-12 17:53:39 -07:00
Mark Johnson cf1d82a337 Preparing for ooo-user-1.2.5 release. 2012-07-12 17:49:27 -07:00
Mark Johnson 0968284e69 We have a lower case email index, we should be using it for lookup. 2012-07-12 17:48:40 -07:00
Mark Johnson c3e151c30b Preparing for 1.3-SNAPSHOT development. 2012-07-10 20:26:33 -07:00
Mark Johnson 0df7d8d15e Preparing for ooo-user-1.2.4 release. 2012-07-10 20:24:38 -07:00
Mark Johnson 312968059a Preparing for 1.3-SNAPSHOT development. 2012-06-18 18:41:43 -07:00
Mark Johnson fa74c9ded5 Preparing for ooo-user-1.2.3 release. 2012-06-18 18:35:49 -07:00
Mark Johnson af586da003 Added a Junior Support token 2012-06-11 12:24:46 -07:00
Mark Johnson 5f20cb6f50 Preparing for 1.3-SNAPSHOT development. 2012-04-11 08:35:54 -07:00
Mark Johnson 6a780fb31a Preparing for ooo-user-1.2.2 release. 2012-04-11 08:34:41 -07:00
Ray J. Greenwell 7c927d57ad Remove public'd registerMigration().
It's public in the base class now and I can use the latest depot
where I had needed this.
2012-04-05 15:33:28 -07:00
Ray J. Greenwell efa397559a Added two methods we want in SK.
Also made registerMigration public, temporarily.
2012-04-04 11:06:22 -07:00
Mark Johnson 28fedf8848 Preparing for 1.3-SNAPSHOT development. 2012-03-01 11:34:27 -08:00
Mark Johnson 48cf193e81 Preparing for ooo-user-1.2.1 release. 2012-03-01 11:28:13 -08:00
Mark Johnson 9e43e061c4 - Add a addFlags that works with a username 2012-02-29 15:39:50 -08:00
Michael Bayne dc9b0a9fc4 [maven-release-plugin] prepare for next development iteration 2012-01-30 11:19:41 -08:00
Michael Bayne 87d9c175d0 [maven-release-plugin] prepare release ooo-user-1.2 2012-01-30 11:19:33 -08:00
Michael Bayne 2228381417 Fix developerConnection URL. 2012-01-30 11:18:37 -08:00
Michael Bayne 50ab46c0f8 Bump to latest Guava. 2012-01-30 11:17:16 -08:00
Michael Bayne 256eced06d Prep for publishing to Maven Central. 2012-01-30 11:14:37 -08:00
Nathan Curtis 81a1927dca Add a method to clear an existing session for a given user. 2012-01-18 13:37:34 -08:00
Nathan Curtis 7e20cb898d Surely a migration from 2009 has been applied everywhere. 2012-01-18 13:34:37 -08:00
Jamie Doornbos e6f3ed33ca Preparing for 1.2-SNAPSHOT development. 2011-12-19 13:36:26 -08:00
Jamie Doornbos d431f75775 Preparing for ooo-user-1.1 release. 2011-12-19 13:33:46 -08:00
Nathan Curtis 1a07549a30 Added some missing constants 2011-12-18 19:53:34 -08:00
Ray J. Greenwell b14734277e More fix: two validation records would collide if generated at the
same millisecond. Use a persistent random, and include the userId
and a bit of the timestamp to make a secret that cannot collide
with another user's secret.
2011-11-08 11:35:34 -08:00
Ray J. Greenwell 77b02552b1 Match changes to the Depot user repo commited in r....
Oh hello, git.
I mean... "change 4e5882cb4b89bb084ba3a63d6060323a2b371f98".
Yeah. Hm.

Anyway, fix validation records so that we only store one and it
corresponds to the latest email address.
2011-11-04 15:14:54 -07:00
Ray J. Greenwell 4e5882cb4b Uhhh... WHY do we want to re-use the validation record? Don't.
The validation record doesn't have an email address in it.
When we change the user's email address we create a validation record.

So, with the re-use, the following would work:
1) Set your email address to real.address@site.com, a validation email
   is sent.
2) Don't click it! Instead, go back and change your email address to
   fake.address@fakeyfake.com, another validation email is sent (but
   bounces).
3) Click on the link in the first email. Ta-dah! You've "validated"
   fake.address@fakeyfake.com!!

So: generate a new validation code every time we're asked to create
one for the user.

Right? Right?
2011-11-03 18:45:53 -07:00
Michael Bayne 94b6d1d9f2 Added changeEmailAndInvalidate as well as flag manipulation methods. 2011-10-21 10:33:34 -07:00
Michael Bayne 292aba7fde Switch to install and deploy targets. 2011-10-13 12:23:26 -07:00
Michael Bayne 4c03d17fc8 Move to next snapshot version. 2011-10-05 09:42:44 -07:00
Michael Bayne afab3a1762 Ship a 1.0 release. 2011-10-05 09:42:12 -07:00
Michael Bayne 736d7405f5 Fixed some deprecated Interval usage. 2011-10-05 09:40:39 -07:00
Michael Bayne 1d78bbe27b Extracted ooo-user bits into separate library. 2011-10-05 09:37:10 -07:00