Age | Commit message (Collapse) | Author |
|
listing the tickets. Give a message if a user has no tickets.
|
|
|
|
Just found out that render(@collection) returns nil for emtpy collections. So that is usefull for putting messages about the emtpy collection in an or clause.
|
|
partials have specific CSS for another use, so we will likely want to tweak this.
|
|
Conflicts:
users/test/functional/users_controller_test.rb
|
|
Test data with faker, using factory girl
|
|
|
|
* checking records are actually getting created / destroyed
* simplify creation where possible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|