Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add database indexes to timestamp columns (#4314) | enahum | 2016-10-24 | 1 | -0/+8 |
| | | | | | | * Add database indexes to timestamp columns * add indexes to session table | ||||
* | Fix leaking goroutines in store calls (#3993). (#4021) | Kyo Nguyen | 2016-09-19 | 1 | -15/+15 |
| | |||||
* | PLT-3695 refactoring to use sql_upgrader (#3788) | Corey Hulen | 2016-08-24 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | | | | | * PLT-3695 unitying upgrade support * PLT-3695 refactoring to use sql_upgrader * Fixing unit test * Adding 3.3 to 3.4 * Fixing upgrading * Seperating DB schema from version.go * Fixing upgrade cmd * Moving to const for exit codes * remving old unused code | ||||
* | Use correct column type for Postgres TriggerWhen column (#3770) | Joram Wilander | 2016-08-09 | 1 | -1/+1 |
| | |||||
* | Use correct postgres column type for TriggerWhen column (#3716) | Joram Wilander | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | Add option to trigger outgoing webhook if first word starts with trigger ↵ | Pierre Rudloff | 2016-07-26 | 1 | -0/+2 |
| | | | | word (#3611) | ||||
* | PLT-2170 Send payload in application/json for outgoing webhooks (#3160) | Thomas Balthazar | 2016-05-31 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | * Send payload in application/json for outgoing webhooks The Add outgoing webhook UI now has a 'Content-Type' field that allows to choose between application/x-www-form-urlencoded and application/json. All outgoing webhooks created before this change will be considered as x-www-form-urlencoded. There's also a minor change in the way the outgoing webhook summary is displayed: the 'Callback URLs' label was missing. * Fix JS formatting errors * Increase ContentType field length to 128 | ||||
* | Added DisplayName and Description fields to both types of webhooks and slash ↵ | Harrison Healey | 2016-04-04 | 1 | -0/+9 |
| | | | | commands | ||||
* | Merge branch 'master' into PLT-1429 | =Corey Hulen | 2016-02-03 | 1 | -0/+62 |
|\ | |||||
| * | Added extra system-wide statistics for EE | JoramWilander | 2016-02-02 | 1 | -0/+62 |
| | | |||||
* | | Fixing merge | =Corey Hulen | 2016-02-01 | 1 | -17/+17 |
|\| | |||||
| * | PLT-7: Refactoring stores to use translations (chunk 7) | Elias Nahum | 2016-01-25 | 1 | -18/+18 |
| | | | | | | | | - Add spanish translations | ||||
| * | Revert " PLT-7 adding loc for db calls" | Corey Hulen | 2016-01-20 | 1 | -15/+14 |
| | | |||||
| * | PLT-7 adding loc db calls for webhooks table | =Corey Hulen | 2016-01-20 | 1 | -14/+15 |
| | | |||||
* | | Chaning webhooks to be team wide | =Corey Hulen | 2016-01-11 | 1 | -24/+3 |
|/ | |||||
* | Adding perm delete to cmd line | =Corey Hulen | 2015-11-16 | 1 | -2/+2 |
| | |||||
* | PLT-975 adding perm deletes | =Corey Hulen | 2015-11-16 | 1 | -0/+36 |
| | |||||
* | Delete webhooks when the associated channel gets deleted | JoramWilander | 2015-10-22 | 1 | -0/+21 |
| | |||||
* | Update db index for outgoing webhook | JoramWilander | 2015-10-19 | 1 | -1/+1 |
| | |||||
* | Refactor to hit database less often. | JoramWilander | 2015-10-19 | 1 | -48/+3 |
| | |||||
* | Fix postgres query and minor UI updates for outgoing webhooks. | JoramWilander | 2015-10-19 | 1 | -1/+1 |
| | |||||
* | Added store tests for outgoing webhooks. | JoramWilander | 2015-10-19 | 1 | -2/+2 |
| | |||||
* | Implement outgoing webhooks. | JoramWilander | 2015-10-19 | 1 | -2/+214 |
| | |||||
* | Changing SpinPunch to Mattermost in copyright | Christopher Speller | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Implement incoming webhooks. | JoramWilander | 2015-09-21 | 1 | -0/+128 |