Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | port editaccount to kube theme | Michael Bohlender | 2017-03-29 |
| | |||
* | remove account on discard | Michael Bohlender | 2017-03-07 |
| | |||
* | Resolved binding loop | Christian Mollekopf | 2017-02-23 |
| | |||
* | Fixed kolabnow account setup page. | Christian Mollekopf | 2017-02-22 |
The account plugin supplies the configuration UI, the application supplies the scaffolding. That way we ensure the application doens't contain any account specific code and account configurations are free to offer specialized UI's that work best for them. We're not currently using a standardized controller, but if we did those controllers would have to live with the plugin, not the framework or the components. |