Commit Graph

39 Commits

Author SHA1 Message Date
HDVinnie 321847e067 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-05-16 02:41:53 +00:00
HDVinnie 3407075214 refactor: better php8 usage
- Change simple property init and assign to constructor promotion
- Remove unused variable in catch()
- Change docs types to union types, where possible
2021-05-15 22:41:28 -04:00
HDVinnie a2c6e8c5f1 update: phpdoc blocks 2020-12-30 21:39:36 -05:00
HDVinnie d5802e5a40 refactor: mailables 2020-12-30 12:27:34 -05:00
HDVinnie 467d31f10a refactor: constructor promotions 2020-12-17 23:25:50 -05:00
HDVinnie a975116218 refactor: preslash simple functions
- Add pre-slash to short named functions to improve performance by almost 30%
-  @see https://stackoverflow.com/questions/55419673/php7-adding-a-slash-to-all-standard-php-functions-php-cs-fixer-rule
2020-07-22 15:09:37 -04:00
HDVinnie 41b617bb2e update: laravel 7 support 2020-07-19 17:33:50 -04:00
shlandturtle de4745343a fix: Rejected application message 2020-03-10 21:17:49 +00:00
HDVinnie e47afe4ab4 chore: styleci 2020-02-12 14:51:22 -05:00
HDVinnie 80c842e39c chore: update license block
- make styleci happy
2020-02-12 14:49:18 -05:00
HDVinnie dbb928f940 chore: update license block 2020-02-12 14:45:59 -05:00
HDVinnie ae297a2376 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-27 23:06:44 +00:00
HDVinnie ac43aa0c77 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-16 16:11:14 +00:00
HDVinnie 9a893662de Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-08 16:28:32 +00:00
HDVinnie eed3b51c92 (Update) CRUDDY PT.7 🚀 2019-10-25 17:35:14 -04:00
Laravel Shift dcc003602b Adopt Laravel coding style
The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.

However, Shift allows you to customize the adopted coding style through
the [.shiftrc][1] file by using your [PHP CS Fixer][2] config.

[1]: https://laravelshift.com/shiftrc-configuration-file
[2]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
2019-05-09 00:04:58 +00:00
HDVinnie 67339d7329 (Update) PHPDocs 🚀 2019-04-03 20:02:01 -04:00
HDVinnie 8280952806 (Update) Bug Report Mail 🚀 2019-02-23 14:54:13 -05:00
HDVinnie 3c87845e54 (Update) Namespace models under App\Models 🚀 2019-02-22 08:15:41 -05:00
HDVinnie 1da121e70e (Update) Applications System 🚀 2019-01-28 10:59:45 -05:00
singularity43 bf5950f5a3 (Update) UnbanUser Mail
Update to receive correct parameters from controllers/commands.
2019-01-10 16:28:18 -05:00
singularity43 13056cf976 (Update) BanUser Mail
Update to receive correct parameters from Controllers/Commands.
2019-01-10 16:27:39 -05:00
HDVinnie 613b20dc44 (Fix) AutoBan Email 🐛 2018-12-16 13:48:20 -05:00
HDVinnie 00bb324053 Apply fixes from StyleCI 2018-12-06 14:42:13 +00:00
HDVinnie 31ea045f42 (Fix) Typos
- seems I cannot spell.
2018-11-08 21:20:39 -05:00
Laravel Shift ca0fe4481a Adopt PSR-2 coding style
The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.

[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
2018-10-28 01:44:55 +00:00
HDVinnie b6fe1e2dc6 (Add) Mail Logic 2018-09-08 12:59:24 -04:00
HDVinnie a989584070 (Add) New Email Test Command
- running `php artisan test:email` will test your mailer configuration
and attempt to fire a email off to the owners email address. This will
be mainly used for the UNIT3D Installer created by @poppabear8883
2018-08-05 18:02:01 -04:00
HDVinnie 34e6edd592 (Update) Remove Old Mailable 2018-06-11 21:39:36 -04:00
HDVinnie 7ca89d53eb (Update/Fix) Mailable's
- All use markdown now
- All use new custom UNIT3D markdown theme
- mail config update required in this commit for new theme usage
- PLEASE NOTE NOT TO FORMAT MAIL BLADE VIEWS WITH INDENTATION!!!!!!
2018-04-23 22:13:44 -04:00
Hyleus 3eb3eaa339 Fix activation email 2018-03-18 15:02:24 +01:00
Hyleus 57d4acec6a Fix email for bug reports 2018-03-17 18:11:03 +01:00
HDVinnie 1a4e6c3670 (Update) Ban/Unban Email Notifications
- closes #206
- Email user when banned
- Email user when unbanned
2018-03-02 09:29:10 -05:00
Hyleus 777bb63880 Change license to AGPL 2018-02-12 17:27:32 +01:00
HDVinnie 918e533a30 (Update) Reactor According To Linter Shift
In accordance with #119
2018-01-17 22:45:55 -05:00
Laravel Shift 0e48e34c8a Adopt PSR-2 coding style
The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.

[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
2018-01-18 01:04:19 +00:00
HDVinnie 77a8c2140a (Update) NOTICE OF LICENSE
- Updated Author Names To Match GitHub Usernames For Clarity.
2017-12-15 22:45:37 -05:00
poppabear8883 e58563c88e Reformatted per psr-2 coding standards 2017-12-12 21:50:27 -05:00
HDVinnie 5a32c2c38d (Release) UNIT3D v1.0
- BETA
- There are bugs and features not yet complete
- This is not recommended for production use
2017-12-10 21:06:18 -05:00