php-censor / php-censor

PHP Censor is an open source self-hosted continuous integration server for PHP projects.

Home Page:http://php-censor.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Enhancement] Deprecate inconsistent options for auth tokens for several plugins

corpsee opened this issue · comments

Deprecate inconsistent options for auth tokens for several plugins and create one option name (For example: auth_token) for this. Now we have:

  • authToken (CampfireNotify, HipchatNotify)
  • api_key (FlowdockNotify, TelegramNotify)
  • api_token (SensiolabInsight)
  • token (BitbucketNotify)