38 Commits

Author SHA1 Message Date
Roardom
72a1e1a885 refactor: rename warnings/bans/notes <-> user/staff relations
These relations are older than the laravel convention for using camel case. Clean up their names to match modern styling and make them easier to read.
2025-11-08 10:23:22 +00:00
Roardom
9a45e4e318 update: prefer sentence case over title case in commands 2025-09-20 01:02:16 +00:00
HDVinnie
14e5a1e4a3 refactor: warning expire to bundle notification
Co-authored-by: Roardom <roardom@protonmail.com>
2025-09-15 21:11:41 -04:00
HDVinnie
9968d312ee Merge pull request #4452 from Roardom/remove-dead-code
(Refactor) Remove dead code in auto deactivate warning command
2025-01-28 12:02:08 -05:00
Roardom
7bbd4723f6 refactor: remove dead code in auto deactivate warning command 2025-01-25 05:00:27 +00:00
Roardom
604b7e1937 add: spell check ci
Just an initial portion for now fixing incorrect text and preventing future incorrect text. Eventually, I'd like to fix everything still listed under "ignoredWords" in cspell.json.
2025-01-24 11:30:34 +00:00
Roardom
0e4bcb570d refactor: use ANSI-compatible syntax for raw database queries 2024-11-02 04:26:49 +00:00
Roardom
a7a72c1807 update: only select necessary database records for console commands 2024-08-18 10:10:07 +00:00
Roardom
bcea35be32 refactor: use mass assignment syntax in console commands
Cleaner code
2024-08-18 06:14:41 +00:00
Roardom
b86475a732 add: strict types to all files 2024-05-23 13:58:29 +00:00
HDVinnie
99f5f33283 update: commands 2024-05-06 15:54:19 -04:00
Roardom
8127734979 fix: various larastan command issues 2023-08-25 07:58:38 +00:00
Roardom
f321e59cd2 fix: warning deactivation 2023-04-06 10:08:57 +00:00
Roardom
05ad4c37b9 add: external tracker support 2023-03-27 04:17:30 -05: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
Roardom
985423e267 update: announce 2023-01-04 05:46:02 -06:00
HDVinnie
321869c19e fix: AutoDeactivateWarning command 2022-11-17 20:25:59 -05:00
HDVinnie
530c655b6c update: AutoDeactivateWarning command 2022-11-17 16:25:01 -05:00
HDVinnie
2f4406238f Merge branch '6.x.x' into Warnings-System 2022-01-10 20:33:00 -05:00
StyleCI Bot
6a736778ef Apply fixes from StyleCI 2022-01-10 23:29:44 +00:00
HDVinnie
221d895e7f update: warning deactivations 2022-01-10 18:29:32 -05:00
HDVinnie
98521378d2 chore: phpdoc blocks 2022-01-10 17:46:43 -05:00
HDVinnie
7ff788b323 update: warning system 2022-01-10 06:31:43 -05:00
HDVinnie
97394c062f chore: adopt type hints 2022-01-07 23:35:33 -05:00
Alkl58
1539a1e4a7 Apply fixes from StyleCI 2021-11-28 14:39:48 +01:00
Alkl58
fa586b0b17 (Add) Manual User Warning #1705 2021-11-28 14:25:51 +01:00
HDVinnie
2a53cea216 refactor: newline after statement 2021-09-28 12:49:46 -04:00
HDVinnie
0733269867 update: phpdoc blocks 2020-07-22 16:57:13 -04:00
HDVinnie
ad3ec8de19 tests: console commands 2020-02-25 13:01:48 -05:00
HDVinnie
780e0c1f0e chore: update license block 2020-02-12 15:05:34 -05:00
HDVinnie
d889971834 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-11-05 22:40:30 +00:00
HDVinnie
eed3b51c92 (Update) CRUDDY PT.7 🚀 2019-10-25 17:35:14 -04:00
HDVinnie
e0e1aa924b Apply fixes from StyleCI 2019-02-22 13:16:32 +00:00
HDVinnie
3c87845e54 (Update) Namespace models under App\Models 🚀 2019-02-22 08:15:41 -05:00
HDVinnie
0850390860 (Update) Standardize Where Expressions 🚀
- using `Model::where('download', '=', 1)` over`Model::where('download', 1)`
- decided is easier for new devs to understand.
- thanks to @werrpy for helping with the regex to mass update.
2018-12-16 18:32:58 -05:00
HDVinnie
2f2c52328b Apply fixes from StyleCI 2018-12-06 22:57:41 +00:00
HDVinnie
00bb324053 Apply fixes from StyleCI 2018-12-06 14:42:13 +00:00
HDVinnie
ab01fcce33 (Update) Commands and Schedule
- use proper naming schema per laravel community standards.
2018-11-04 13:43:34 -05:00