Commit Graph

12 Commits

Author SHA1 Message Date
Dane Everitt 22da8d47c8 Auto-fill emails when resetting password 2017-02-17 19:45:14 -05:00
Dane Everitt 6a996c7c0c Fix account creation email 2017-02-17 19:35:26 -05:00
Dane Everitt 397172de3b Better notification for user creation, only add button if needed. 2017-02-17 19:26:02 -05:00
Dane Everitt 008cccb098 Fix up email sending and add more notifications to the panel.
Closes #265
2017-02-17 19:23:27 -05:00
Dane Everitt 95171a3e41 Better user creation email. 2017-02-17 18:48:57 -05:00
Dane Everitt 96e50506a1 Move notification email of server created into the event listener 2017-01-25 18:25:34 -05:00
Dane Everitt a137e6ed72 Add base implementation of extendable events classes
Modified server deletion to use internal event handlers from the
Eloquent models themselves. Also added a few preliminary event handlers
in the `Pterodactyl\Events\<USer|Server> namespace that users can hook
into in EventServiceProvider to perform their own actions as they
please (such as push notifications and such).
2017-01-24 19:15:03 -05:00
Dane Everitt bf7b58470a Update copyright headers 2017-01-24 17:57:08 -05:00
Dane Everitt c1fb0a665f Apply fixes from StyleCI 2016-12-07 22:46:38 +00:00
Dane Everitt c989dd0cc2 Send notification when server is created for user 2016-10-14 15:58:52 -04:00
Dane Everitt b02df8e610 Implement base notifications support (#77)
* initial implementation of notifications
* typehint UUID returns. Fixes that notifications bug
2016-09-05 12:00:56 -04:00
Dane Everitt afb5011fbe Update to Laravel 5.3
[BREAKING] — REMOVES REMOTE API

A new API will need to be implemented properly using the new Laravel
Passport OAuth2 system. DingoAPI was becoming too unstable and
development wasn’t really moving along enough to continue to rely on it.
2016-09-03 17:09:00 -04:00