Ghost/ghost/admin/app/validators
Kevin Ansfield ee36284440 Refactor Password validator into mixin
no issue
- PasswordValidator was only adding a function to the base class but it introduced a confusing inheritance hierarchy that's easier to reason about when it's a mixin instead
- swapped the `this.properties =` and `this._super()` calls in the `init` function of `new-user` so that the default can actually be applied
  - previously the BaseValidator `init` method was doing `this.properties = []` which meant the default fallback in extended classes wouldn't work
2018-09-17 15:52:07 +01:00
..
mixins Refactor Password validator into mixin 2018-09-17 15:52:07 +01:00
base.js Avoid leaking state in Ember objects 2017-11-25 09:49:49 +00:00
invite-user.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
nav-item.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
new-user.js Refactor Password validator into mixin 2018-09-17 15:52:07 +01:00
post.js Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00
reset.js Refactor Password validator into mixin 2018-09-17 15:52:07 +01:00
setting.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
setup.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
signin.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
signup.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
slack-integration.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
subscriber.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
tag-settings.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
user.js Refactor Password validator into mixin 2018-09-17 15:52:07 +01:00