summaryrefslogtreecommitdiffstats
path: root/app/plugins.go
Commit message (Collapse)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-6/+6
|
* app type transition (#7167)Chris2017-09-061-27/+27
|
* Add built-in plugin for getting LDAP attributes (#7317)Joram Wilander2017-09-011-1/+65
|
* Implement experimental REST API endpoints for plugins (#7279)Joram Wilander2017-09-011-0/+144
| | | | | | | | | | | | | | | | | | * 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()
* PLT-5745 Cleaning up duplicate calls (#7298)Corey Hulen2017-08-281-2/+2
| | | | | | | | * PLT-5745 Cleaning up duplicate calls * Fixing missing calls * Fixing broken test
* PLT-6965 jira integration (plus plugin scaffolding) (#6918)Chris2017-08-021-0/+86
* plugin scaffolding / jira integration * add vendored testify packages * webhook fix * don't change i18n ids * support configuration watching * add basic jira plugin configuration to admin console * fix eslint errors * fix another eslint warning * polish * undo unintentional config.json commit >:( * test fix * add jira plugin diagnostics, remove dm support, add bot tag, generate web-safe secrets * rebase, implement requested changes * requested changes * remove tests and minimize makefile change * add missing license headers * add missing comma * remove bad line from Makefile