summaryrefslogtreecommitdiffstats
path: root/app/team_test.go
Commit message (Collapse)AuthorAgeFilesLines
* app type transition (#7167)Chris2017-09-061-28/+34
|
* PLT-7288: Allow CLI to delete teams with no channels. (#7135)George Goldberg2017-08-091-0/+20
|
* make cli team / channel delete operations also delete webhooks and slash ↵Chris2017-07-311-0/+41
| | | | commands (#7028)
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * 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
* PLT-6198: Use added to channel system message on default channels. (#5969)George Goldberg2017-04-041-1/+1
| | | | Use a different sytem message when a user was added to a default channel by someone else than when they joined themselves.
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-6/+5
| | | | | | | | | | | | | | | | * Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)" This reverts commit a8e68bd8905972ae59de90fa33d5b3e3c274dc47. * Removed automatic configuration of SiteURL * Reverted unintentional config changes * Updated help text * Added link to docs in Site URL warning * Fixed merge conflict
* PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-101-5/+6
|
* Add initial tests for app/team.go (#5208)Carlos Tadeu Panato Junior2017-01-301-0/+114
* . * add initial tests for app/team.go