Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix settings sanitization resulting in invalid data for the schema (#843) | toasted-nutbread | 2020-09-19 |
| | |||
* | Modal refactor (#842) | toasted-nutbread | 2020-09-19 |
| | | | | | * Add Modal class * Use Modal class | ||
* | OptionsUtil refactor / options default values (#807) | toasted-nutbread | 2020-09-11 |
| | | | | | | | | | | | | | | | | | | | | | | | * Replace _readFile with _fetchAsset for consistency with Backend * Fix error messages * Make OptionsUtil non-static * Update how default options are assigned * Add createValidatingProxy * Add validate, update _onApiSetAllSettings * Remove unused api.optionsSchemaGet * Remove Backend._optionsSchema * Update OptionsUtil to create its own JsonSchemaValidator * Rename Backend._optionsSchemaValidator * Make getDefault non-async | ||
* | Settings controller file renaming (#794) | toasted-nutbread | 2020-09-09 |
* Rename SettingsBackup to BackupController * Rename files to more closely match classes * Improve organization of script imports |