Chris
72f61ab96a
make cli team / channel delete operations also delete webhooks and slash commands ( #7028 )
2017-07-31 11:52:45 -04:00
Christopher Speller
9659a6da06
Stage 1 of caching layer. Framework ( #6693 )
2017-06-27 08:02:08 -07:00
Harrison Healey
fb6f2a123c
PLT-5860 Updated copyright date ( #6058 )
...
* PLT-5860 Updated copyright date in about modal
* PLT-5860 Updated copyright notice in JSX files
* PLT-5860 Updated copyright notice in go files
* Fixed misc copyright dates
* Fixed component snapshots
2017-04-12 08:27:57 -04:00
Joram Wilander
19c67d7fe3
Implement GET and POST /hooks/outgoing endpoints for APIv4 ( #5645 )
2017-03-13 10:40:43 -04:00
Poornima
482a0fb5fc
Adding functionality to get & delete incoming webhooks ( #5648 )
2017-03-11 19:40:56 -03:00
Poornima
19b753467d
Adding edit of incoming webhook ( #5272 )
...
Adding edit of outgoing webhook
Fixing spelling of error
Fixing style
Changing from PUT to POST for updates
Fixing test failures due to merge
2017-02-26 13:48:20 -05:00
Joram Wilander
69cac604e0
Implement create and get incoming webhook endpoints for APIv4 ( #5407 )
...
* Implement POST /hooks/incoming endpoint for APIv4
* Implement GET /hooks/incoming endpoint for APIv4
* Updates per feedback
2017-02-21 19:42:34 -05:00
Joram Wilander
097289f8e4
Merge 3.6.2 into master ( #5211 )
...
* Add webhook cache
* Add channel by name cache
* Fxing profiles in channels cache
* Fix merge
2017-01-27 14:07:34 -05:00
enahum
5fdb8223fc
Add database indexes to timestamp columns ( #4314 )
...
* Add database indexes to timestamp columns
* add indexes to session table
2016-10-24 16:05:27 -04:00
Kyo Nguyen
2ca751febf
Fix leaking goroutines in store calls ( #3993 ). ( #4021 )
2016-09-19 08:30:41 -04:00
Corey Hulen
c3ae3f20f5
PLT-3695 refactoring to use sql_upgrader ( #3788 )
...
* 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
2016-08-24 16:17:40 -08:00
Joram Wilander
1e7e6687e3
Use correct column type for Postgres TriggerWhen column ( #3770 )
2016-08-09 16:00:34 -05:00
Joram Wilander
0a71d2a111
Use correct postgres column type for TriggerWhen column ( #3716 )
2016-08-02 15:49:57 -04:00
Pierre Rudloff
564dffec35
Add option to trigger outgoing webhook if first word starts with trigger word ( #3611 )
2016-07-26 08:04:28 -04:00
Thomas Balthazar
c226cabc04
PLT-2170 Send payload in application/json for outgoing webhooks ( #3160 )
...
* 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
2016-05-31 10:51:28 -04:00
Harrison Healey
441156b91e
Added DisplayName and Description fields to both types of webhooks and slash commands
2016-04-04 09:45:02 -04:00
=Corey Hulen
bdfa4715d6
Merge branch 'master' into PLT-1429
2016-02-03 10:45:58 -08:00
JoramWilander
3d03bdf2f1
Added extra system-wide statistics for EE
2016-02-02 08:41:02 -05:00
=Corey Hulen
b4ec690051
Fixing merge
2016-02-01 14:44:17 -08:00
Elias Nahum
69fbea225e
PLT-7: Refactoring stores to use translations (chunk 7)
...
- Add spanish translations
2016-01-25 16:23:57 -03:00
Corey Hulen
aefbb541d0
Revert " PLT-7 adding loc for db calls"
2016-01-20 13:36:16 -06:00
=Corey Hulen
ef11df7532
PLT-7 adding loc db calls for webhooks table
2016-01-20 08:44:05 -06:00
=Corey Hulen
2fd597043b
Chaning webhooks to be team wide
2016-01-11 10:04:01 -06:00
=Corey Hulen
6b2eabf610
Adding perm delete to cmd line
2015-11-16 17:12:49 -08:00
=Corey Hulen
03c6dcbd86
PLT-975 adding perm deletes
2015-11-16 11:34:29 -08:00
JoramWilander
a431ba2c22
Delete webhooks when the associated channel gets deleted
2015-10-22 14:27:47 -04:00
JoramWilander
c7d00de682
Update db index for outgoing webhook
2015-10-19 11:12:40 -04:00
JoramWilander
f24ea30a75
Refactor to hit database less often.
2015-10-19 09:00:30 -04:00
JoramWilander
5574151c85
Fix postgres query and minor UI updates for outgoing webhooks.
2015-10-19 09:00:30 -04:00
JoramWilander
7bf23409b2
Added store tests for outgoing webhooks.
2015-10-19 09:00:30 -04:00
JoramWilander
af6e2c29eb
Implement outgoing webhooks.
2015-10-19 09:00:30 -04:00
Christopher Speller
b85b529373
Changing SpinPunch to Mattermost in copyright
2015-10-08 12:27:09 -04:00
JoramWilander
98186e5018
Implement incoming webhooks.
2015-09-21 14:22:23 -04:00