Commit Graph

20 Commits

Author SHA1 Message Date
Jay
6e721e5cb3 Catch empty cache error
Catch the empty cache error instead of showing error 500
2024-09-30 19:12:58 +01:00
HDVinnie
81b48e0218 PHP Style Change (Laravel Pint CI) 2024-07-22 03:50:42 +00:00
HDVinnie
e5a0f99da4 fix: #3735
- We dont need to auto update anymore. This is killer in loops. We already have a command that updates on weekends. We wrap the command in a if else that only executes if cache is present in case of redis restart.
2024-07-21 23:49:43 -04:00
HDVinnie
1a934c2912 fix: phpstan errors 2024-06-21 11:39:48 -04:00
Roardom
b86475a732 add: strict types to all files 2024-05-23 13:58:29 +00:00
HDVinnie
8813aa9564 fix: EmailBlacklist 2024-01-08 09:12:34 -05:00
HDVinnie
4c4e2b9108 refactor: deprecated rules
- Illuminate\Contracts\Validation\Rule is deprecated
2024-01-08 09:06:32 -05:00
HDVinnie
3f03214e39 PHP Style Change (Laravel Pint CI) 2023-11-07 23:54:38 +00:00
HDVinnie
b3f0386149 cleanup: pt.1 2023-10-12 22:30:52 -04:00
Roardom
9d4789ba91 refactor: require whitespace before statements 2023-07-07 00:27:13 +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
StyleCI Bot
e4ba901ee6 Apply fixes from StyleCI 2022-03-15 13:41:03 +00:00
HDVinnie
4ce9d9fde7 fix: #2158
- closes #2158
2022-03-15 09:40:42 -04:00
HDVinnie
97394c062f chore: adopt type hints 2022-01-07 23:35:33 -05:00
HDVinnie
51f9a65fcd Apply fixes from StyleCI
[ci skip] [skip ci]
2021-06-15 01:45:33 +00:00
HDVinnie
26709c35ad refactor: backup manager
- refactor backup manager to Livewire
2021-06-14 21:33:19 -04:00
HDVinnie
7756ed24ec (Update) ReCaptcha 🚀 2019-03-20 23:54:31 -04: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
4aded7a5a3 (Update) Add recaptcha to register page
- closes #82
- recaptcha is disabled by default
- site key and secret key are required through google recaptcha
- Cleaned up register controller while was in there
2018-03-30 22:39:12 -04:00