Age | Commit message (Collapse) | Author |
|
Actually that might not be the best idea.
Issue at hand was that invalid email aliases were getting displayed when rendering the edit form again. We probably want to solve this different.
|
|
still needs a bit of refactoring in the view
|
|
|
|
|
|
https://github.com/leapcode/leap_web
|
|
Adopt certs to changes in the leap ca
|
|
|
|
|
|
|
|
|
|
|
|
fixes #1168
[ci skip]
|
|
[ci skip]
|
|
Conflicts:
certs/app/models/leap_ca/cert.rb
|
|
The before validation hook will overwrite whatever is in random on create. This is what we want - just need to test it properly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
no idea why the numericality validatoin with greater_than_or_equal 0 does not catch negative numbers
|
|
|
|
|
|
This was breaking inclusion of other js.
|
|
defaults.yml later
|
|
Conflicts:
users/test/unit/user_test.rb
|
|
|
|
|
|
that's what it does. Changed all tests to use it instead of the attributes method
|
|
This allows us to reuse add_email from email_aliases_attributes=
|
|
|
|
nor aliases that are the same as the original email for that matter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|