Age | Commit message (Expand) | Author |
2013-09-03 | Merge pull request #73 from azul/bugfix/3623-teardown-test-data-properly | jessib |
2013-09-03 | Merge pull request #75 from azul/feature/token-expiry | jessib |
2013-09-03 | clearify usage of V1::UsersController#index for autocomplete | Azul |
2013-09-03 | remove email aliases controller - we don't use it anymore | Azul |
2013-09-03 | Cleanup sessions controller - webapp logs in through the api. | Azul |
2013-09-03 | Account: Composition to handle User and its identities | Azul |
2013-09-03 | expire token according to config setting auth:token_expires_after | Azul |
2013-09-03 | use Token#authenticate for authentication | Azul |
2013-09-02 | Remove references to email_settings controller, which has been removed. An id... | jessib |
2013-08-30 | there's no need for User#find_by_param. clean it up | Azul |
2013-08-27 | Not ideal way to do it, but was proving complicated to have a config file spe... | jessib |
2013-08-27 | Merge branch 'master' into billing_with_tests | jessib |
2013-08-27 | token.user will get you the right user | Azul |
2013-08-27 | do not redirect if no token present | Azul |
2013-08-27 | clear token on logout with test | Azul |
2013-08-27 | basic testing for token based auth in tests | Azul |
2013-08-27 | first steps towards enabling token based auth | Azul |
2013-08-27 | sort authentication controller extension | Azul |
2013-08-22 | Merge pull request #70 from azul/bugfix/validate_login_like_signup | jessib |
2013-08-21 | Merge remote-tracking branch 'jessib/js_warning' | Azul |
2013-08-21 | return 204 NO CONTENT on API logout | Azul |
2013-08-21 | use the same login validations on sessions and users | Azul |
2013-08-20 | Tweak to parameters to fix wrong-number-of-arguments error blocking other work. | jessib |
2013-08-19 | Change JS warning message per https://leap.se/code/issues/3492 | jessib |
2013-08-13 | Option to disable billing engine and hide billing related links. To actual di... | jessib |
2013-07-25 | Have navigation link to new customer form if user is not already a braintree ... | jessib |
2013-07-24 | keeping the pgp_key accessors for User so views still work | Azul |
2013-07-24 | separate signup and settings service objects for user | Azul |
2013-07-24 | removed email settings controller and views | Azul |
2013-07-24 | setter for keys for dirty tracking, more robust tests | Azul |
2013-07-24 | no need for a remote email class | Azul |
2013-07-24 | support deprecated API to set users main identity pgp key | Azul |
2013-07-24 | add keys to identity | Azul |
2013-07-24 | remove the remainders of email aliases and forward from user | Azul |
2013-07-24 | allow available and unique forwards only | Azul |
2013-07-24 | validations of email format and local domain moved over | Azul |
2013-07-24 | local email adds domain if needed | Azul |
2013-07-24 | testing all versions of emial identities, emails are now strings | Azul |
2013-07-24 | move identity creation into user class | Azul |
2013-07-24 | first take on identity model - still broken | Azul |
2013-07-23 | Some navigation tweaks. | jessib |
2013-07-17 | fix account flow integration test | Azul |
2013-07-17 | Adding some links, which will be removed. | jessib |
2013-07-16 | to move to the next iteration use continue in js. | Azul |
2013-07-16 | prevent _ prefixes for couchDB document ids | Azul |
2013-07-14 | we do not expose M2 in srp.js anymore. | Azul |
2013-07-11 | Slight tweak in case we get back the default response to warden's fail!, whic... | jessib |
2013-07-11 | Slight cleanup due to some emacs annoyances. | jessib |
2013-07-11 | Clear authentication errors before displaying new ones. | jessib |
2013-07-11 | Merge branch 'master' into feature/authentication_generic_error | jessib |