Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option to skip subscriber verification #1993

Merged
merged 5 commits into from
Jul 20, 2016

Conversation

jbrooksuk
Copy link
Member

Closes #1990


Ping @joecohens

@jbrooksuk jbrooksuk added this to the V2.4.0 milestone Jul 20, 2016
*
* @var \Illuminate\Contracts\Config\Repository
*/
protected $config;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should never need to read config from inside handlers.

@joecohens
Copy link
Contributor

I think we can do this at the controller, just use the config here https://github.com/CachetHQ/Cachet/blob/2.3/app/Http/Controllers/SubscribeController.php#L61 what do you think?

@GrahamCampbell GrahamCampbell self-assigned this Jul 20, 2016
@GrahamCampbell
Copy link
Contributor

Also, this implementation was broken with the API before. :P

@GrahamCampbell
Copy link
Contributor

This is not pretty, but I think a bit better now. What do you think?

@GrahamCampbell
Copy link
Contributor

@jbrooksuk or @joecohens merge if you're happy with this. :)

@joecohens joecohens merged commit ef9f7d2 into 2.4 Jul 20, 2016
@GrahamCampbell GrahamCampbell deleted the skip-subscriber-verification branch July 20, 2016 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants