- Oct 26, 2011
-
-
Shane Tomlinson authored
-
Lloyd Hilaiel authored
fix double substitution in local environment introduced in commit f5be9659 - closes #486
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #349
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Clearing the stagedOnBehalfOf value when waitForEmailValidation/waitForUserValidation completes. Adding verifyUser issue #349
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #485
-
- Oct 25, 2011
-
-
Pete Fritchman authored
Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
Lloyd Hilaiel authored
-
Pete Fritchman authored
Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
Pete Fritchman authored
-
Pete Fritchman authored
Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
Pete Fritchman authored
Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
move rpmbulid.sh into scripts/ - it's not important enough to all who view the repo to be at the top level. issue #478
-
Lloyd Hilaiel authored
-
Pete Fritchman authored
- explicitly ask for InnoDB - use BIGINTs as primary keys - add a BIGINT primary key to staged; chars as primary keys hurt indexing - INDEX(foo) when foo is already UNIQUE makes a duplicate index - email.user is now a foreign key to user.id - add 'NOT NULL' constraints - for varchar(N) where N < 255 and the strings are fixed length, it's slightly more efficient to use char(N) Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
Pete Fritchman authored
Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
Lloyd Hilaiel authored
fix broken error message, failure to complete email verification is not a hard error, but a warning. closes #455
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Consolidating the code we used to store off which site the email address was staged for. Updating #origin to be .website to go along with the verify user. Updating tests. issue #349
-
Shane Tomlinson authored
-
Shane Tomlinson authored
issue #349
-
Shane Tomlinson authored
-
Shane Tomlinson authored
When verifying an email address, show the address that was verified and the site for which it was created. issue #349
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Only send messages to the hub if it exists. close #477
-
Shane Tomlinson authored
in addEmail, save off the originating origin. in verifyEmail, use the saved off originating origin for the returned info. Always call onSuccess with an object, if token is valid, valid will be true, if token invalid, valid will be false.
-
Shane Tomlinson authored
This is going to be used to simplify the logic for client pages when they want to verify an email. issue #349
-
- Oct 24, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
issue #488.
-
Shane Tomlinson authored
The body's opacity was being set to 0.5 even with the error. No bueno. issue #448
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
A huge reduction of duplicate test code for checking notifications and whether the failure callback was called.
-
Shane Tomlinson authored
Made a get function to pass all the get requests through. simplifying the code by removing most of the deferred callback code, only doing this in "get" and "post"
-