Commit Graph

50 Commits

Author SHA1 Message Date
Roardom
5f60ce6b77 refactor: enforce view filenames to use kebab case
Also had to use `@style` directives inside /resources/views/components/user-tag.blade.php. Prettier was erroring when the `@if` directive was inside the html attribute otherwise. Seems to have always been an issue, but the CI must only be formatting files that changed and because the file was only just changed now, it never discovered it until now.
2025-05-07 08:28:46 +00:00
Roardom
fd270524d7 remove: unused activation mails
Dead code.
2024-06-27 07:55:29 +00:00
Roardom
2e57262e97 fix: strict types phpstan errors 2024-05-23 15:38:35 +00:00
Roardom
b86475a732 add: strict types to all files 2024-05-23 13:58:29 +00:00
Roardom
0ef7cc235a fix: phpstan level 7 controller errors 2024-01-07 17:13:20 +00:00
Roardom
5e8b474832 fix: add type hints to mail templates 2023-08-26 08:18:36 +00:00
HDVinnie
472c820f99 update: UNIT3D linting
- github action updated with new ruleset in pint.json
- codebase linted with new ruleset
- contributors can now run `./vendor/bin/pint`
- action workflow will auto correct any lint issues upon commit/opened pull request
2023-02-02 08:02:34 -05:00
HDVinnie
2f4406238f Merge branch '6.x.x' into Warnings-System 2022-01-10 20:33:00 -05:00
HDVinnie
73c3244c96 remove: old files 2022-01-10 18:43:32 -05:00
HDVinnie
98521378d2 chore: phpdoc blocks 2022-01-10 17:46:43 -05:00
HDVinnie
97394c062f chore: adopt type hints 2022-01-07 23:35:33 -05:00
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