summaryrefslogtreecommitdiffstats
path: root/app/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Update zoom plugin to latest (#8194)Joram Wilander2018-02-023-6/+6
|
* [PLT-6936] Translate AppError.Message automatically by default (#8063)Jesús Espino2018-01-081-2/+0
|
* Update Zoom plugin to latest (#8030)Joram Wilander2018-01-043-6/+6
|
* Update zoom plugin to latest (#7959)Joram Wilander2017-12-073-6/+6
|
* update jira plugin (#7949)Chris2017-12-053-6/+6
|
* PLT-8131 Bundled zoom plugin (#7947)Joram Wilander2017-12-054-0/+715
| | | | | | * Bundled zoom plugin * Update plugin to latest
* update jira plugin (#7934)Chris2017-12-043-6/+6
|
* PLT-8018: Bundled jira plugin (#7920)Chris2017-11-307-273/+709
| | | | | | | | | | | | * bundled jira plugin * fix generated file formatting, add prepackaged key * whoops, uploaded wrong file * whitelist generated files for license check * make it work for people without go/bin in their path
* PLT-7758: jira url fix (#7536)Chris2017-09-282-7/+25
| | | | | | * jira url fix * whoops, forgot a file (the test file)
* Renaming repoChristopher Speller2017-09-064-7/+7
|
* PLT-7300: Add use_user_icon prop to allow bots to just use their user icon ↵Chris2017-09-051-2/+3
| | | | | | | | (#7381) * add use_user_icon prop to allow bots to just use their user icon * revert unintentional change
* Add built-in plugin for getting LDAP attributes (#7317)Joram Wilander2017-09-013-0/+90
|
* PLT-5745 Cleaning up duplicate calls (#7298)Corey Hulen2017-08-282-2/+2
| | | | | | | | * PLT-5745 Cleaning up duplicate calls * Fixing missing calls * Fixing broken test
* PLT-7263: truncate long issue descriptions (#7142)Chris2017-08-081-0/+4
| | | | | | | | | | | | * truncate long issue descriptions, add tests * minor tweak to text template * add license header * remove tests for now (since dependency is blocked) * remove second jira link
* PLT-6965 jira integration (plus plugin scaffolding) (#6918)Chris2017-08-027-0/+321
* 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