Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
In case we need them at some point - now it's
new_api_user_path instead of new_user_path for example.
This way they should not conflict with the normal route generation
|
|
|
|
|
|
This reverts commit d2acd205b3c3f0931ce4c453e67b1ba572ec77e9, reversing
changes made to e6496b0f45cc0b487da7cb35a34b8e79037034c0.
Conflicts:
certs/lib/leap_web_certs/engine.rb
|
|
|
|
|
|
views only emit 1 as value now, doc can be included
|
|
|
|
require leap_ca from leap_web_certs to ensure consistency
|
|
|
|
Client-side validations, including only validating email address format ...
|
|
|
|
moving the js for view definitions into separate files
|
|
|
|
|
|
|
|
|
|
something is input for email address.
|
|
it) of user who created ticket.
|
|
|
|
This way we get syntax highlighting and so on.
|
|
validating email domain and displaying it as the placeholder
|
|
Use two config files - one for defaults that is always present and one to overwrite these
|
|
|
|
Only non-comment change is that we will keep an unauthenticated user looking at the same ticket if they have closed it (rather than redirecting to index which they will not be able to access.)
|
|
the order either way.
|
|
|
|
|
|
feature/validate-email-domain
|
|
|
|
This even works client side. :)
|
|
|
|
You can overwrite them in config/config.yml
|
|
|
|
Removing email aliases - proper error display
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using CouchRests user.email_aliases.build so the casted_by method is set in the alias
Used this to move the validations into the alias itself. This is where they belong and allows us to render the errors inline along the email field they belong to.
|