Age | Commit message (Collapse) | Author |
|
|
|
Since local part of email is case sensitive, want to allow remote email ...
|
|
addresses with uppercase letters in local part.
|
|
Feature/use token auth
|
|
This also helps with the failing integration test. We needed a way to tell the ajax request was back. Observing the button state now works for that.
|
|
Feature/syslog logging again
|
|
One failing integration test still needs to be fixed
|
|
Feature/only lower case aliases
|
|
log_tags was causing errors that could not be logged or caught. We don't
need them yet anyway.
config.log_tags accepts a list of methods that respond to request
object. This makes it easy to tag log lines with debug information like
subdomain and request id — both very helpful in debugging multi-user
production applications.
http://guides.rubyonrails.org/configuring.html
|
|
|
|
an identity's destination is a valid Email.
|
|
This reverts commit 073dc636ffa2da07ee7a719c6166a3ca1b593fb3.
Conflicts:
config/environments/production.rb
|
|
|
|
security fix: clear srp data from db asap (#3686)
|
|
This is a quick fix for iSEC issue #13.
|
|
also make sure the gem > 2.0.0 so it actually IS called Syslog::Logger.
|
|
|
|
|
|
|
|
Test/billing subscriptions
|
|
Feature/sessions expire
|
|
default to syslog in production - #3886
|
|
user.account shortcut to Account.new(user)
|
|
|
|
|
|
|
|
|
|
There might not have been any transactions. Fixes the functional test
|
|
functional: test canceling a subscription
integration: investigate the issue with creating a subscription
|
|
|
|
Feature/billing admin cancel subscriptions
|
|
|
|
want to test regarding subscriptions.
|
|
|
|
|
|
Version 0.2.2
|
|
|
|
|
|
|
|
LoginFormatValidation. However, this is not how we will want it eventually.
One issue is that the errors messages are set on login, rather than the appropriate field.
|
|
|
|
|
|
emails.
|
|
use /login instead of /sessions/new and test successful login
|
|
do a git submodule sync
|
|
|
|
There's no non api sessions resource anymore.
|
|
Bugfix/3623 teardown test data properly
|
|
Token expiry
|
|
Ensure json requests get json error response on failure
|