summaryrefslogtreecommitdiffstats
path: root/model/manifest.go
Commit message (Collapse)AuthorAgeFilesLines
* Add placeholder field and user_autocomplete type to plugin manifest (#7817)Joram Wilander2017-11-131-0/+6
| | | | | | * Add placholder field and user_autocomplete type to plugin manifest * user_autocomplete -> username
* Basic manifest docs (#7806)Chris2017-11-091-15/+85
| | | | | | | | * basic manifest docs * add a bit more documentation * space out fields for better godoc formatting
* PLT-7709 Add UI settings to plugin manifest (#7794)Joram Wilander2017-11-081-7/+36
| | | | | | | | | | | | | | * Add UI settings to plugin manifest * Add another test case * Add options field to setting * Updates per feedback * Report diagnostics on if plugins have settings set * Add regenerate_help_text field
* add missing license headers, test to makefile (#7711)Chris2017-10-251-0/+3
|
* PLT-7622 Improvements to server handling of webapp plugins (#7445)Joram Wilander2017-09-151-2/+16
| | | | | | | | * Improvements to server handling of webapp plugins * Fix newline * Update manifest function names
* Implement experimental REST API endpoints for plugins (#7279)Joram Wilander2017-09-011-0/+118
* Implement experimental REST API endpoints for plugins * Updates per feedback and rebase * Update tests * Further updates * Update extraction of plugins * Use OS temp dir for plugins instead of search path * Fail extraction on paths that attempt to traverse upward * Update pluginenv ActivePlugins()