Commit Graph

146 Commits

Author SHA1 Message Date
HDVinnie
f69ecec866 refactor: code quality changes 2020-06-02 18:37:19 -04:00
HDVinnie
bf08470bf5 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-05-21 07:51:11 +00:00
HDVinnie
163bedd917 refactor: email blacklist system
- closes #1011
2020-05-21 03:47:45 -04:00
HDVinnie
eb12908712 refactor: use increment/decrement assign 2020-04-24 11:37:59 -04:00
HDVinnie
608c508fe7 refactor: symplify quote escapes 2020-04-24 11:19:08 -04:00
HDVinnie
8c8e2865b2 refactor: camel case function naming to underscore 2020-04-24 11:04:24 -04:00
HDVinnie
4afdfbdade Apply fixes from StyleCI
[ci skip] [skip ci]
2020-04-19 05:31:13 +00:00
HDVinnie
78608a4666 refactor: space after sole ! operators
-  There should be a space after sole `!` operators
2020-04-14 22:31:48 -04:00
HDVinnie
ea2a12be15 refactor: closure to arrow function 2020-04-14 20:38:48 -04:00
shlandturtle
f0dacdc69a fix: Lang for application submitted message 2020-03-11 09:54:20 +00:00
shlandturtle
cb64a738ef add: Show email list at application and register pages 2020-03-07 12:24:26 +00:00
HDVinnie
4b9c006a05 chore: phpdoc blocks cleanup 2020-03-05 10:46:14 -05:00
Ben Johnson
6b172b051d tests: Auth controller tests 2020-02-25 16:57:11 -05:00
HDVinnie
605c337204 refactor: encapsed strings to sprintf 2020-02-17 13:52:20 -05:00
HDVinnie
c8d953a3ad Merge branch 'master' into development 2020-02-12 18:03:21 -05:00
HDVinnie
780e0c1f0e chore: update license block 2020-02-12 15:05:34 -05: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
8d72989943 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-02-12 17:41:17 +00:00
HDVinnie
611fcd6bc1 refactor: if / else / elseif statements
- Change If Else Value Assign To Early Return
- Change Nested Ifs To Early Return
- Remove Always Else
2020-02-12 12:34:34 -05:00
HDVinnie
9a893662de Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-08 16:28:32 +00:00
HDVinnie
c8f2390c4d Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-06 15:38:43 +00:00
HDVinnie
0bece18c5c (Update) Group Queries 🚀
- add caching to system required groups
2019-11-20 12:11:41 -05:00
HDVinnie
05206ece0e (Add) New Hidden Captcha 🆕
- removed google
2019-11-10 17:34:34 -05:00
HDVinnie
e0379e5b95 (Add) Audit System 🆕
- filtering to follow
2019-11-06 06:42:17 -05:00
HDVinnie
d889971834 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-11-05 22:40:30 +00:00
HDVinnie
7a0eb4f2d5 (Update) PHPDoc Comments 🚀 2019-11-05 10:33:04 -05:00
HDVinnie
eed3b51c92 (Update) CRUDDY PT.7 🚀 2019-10-25 17:35:14 -04:00
HDVinnie
426b801eda (Update) CRUDDY PT.5 🚀 2019-10-23 16:59:03 -04:00
HDVinnie
dc2cf66405 (Update) CRUDDY PT.3 🚀 2019-10-23 13:48:28 -04:00
HDVinnie
b492c52ba5 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-06-20 01:15:38 +00:00
HDVinnie
126e419d7f (Update) LoginController 🚀
- lower max attempts
2019-06-17 17:56:16 -04:00
Laravel Shift
d9ddbe6159 Shift cleanup 2019-05-09 00:05:27 +00:00
Laravel Shift
4853105815 Shift to consistent, fluent response chains 2019-05-09 00:05:17 +00:00
Laravel Shift
b0732954c4 Shift deprecated helpers
Laravel recommends using the `Str` and `Arr` class methods directly instead of the respective helper functions. These helper functions are [deprecated in Laravel 5.8][1] and will be removed in a future version.

[1]: https://github.com/laravel/framework/pull/26898
2019-05-09 00:05:08 +00: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
4eecc04a00 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-05-05 20:40:37 +00:00
Morgan Wong
e1ee8261d9 (Update) Add captcha support
Overriding function validateEmail with captcha condition
2019-05-05 17:34:19 +08:00
Morgan Wong
8547382981 (Update) Add captcha support
Overriding the function validateEmail with extra condition
2019-05-05 17:32:55 +08:00
Morgan Wong
003ddc583f (Update) Add captcha support 2019-05-02 22:51:49 +08:00
Morgan Wong
30da9eee08 (Update) Add captcha support 2019-05-02 21:26:34 +08:00
Morgan Wong
cef9facd68 (Update) Add multi-lang translation
Added fields
2019-04-30 21:52:35 +08:00
Morgan Wong
962303cd7e (Update) Add multi-lang translation
Added fields
2019-04-30 20:51:48 +08:00
Morgan Wong
ead6c38c94 (Update) Add multi-lang translation
Added fields
2019-04-30 20:25:02 +08:00
Morgan Wong
7e6a6202dd (Update) Multi-lang translation
Added fields
2019-04-30 20:11:47 +08:00
Morgan Wong
5e45035064 (Update) Add fields for easier translation 2019-04-29 22:22:14 +08:00
Morgan Wong
4c78601e6f (Update) Add fields for easier translation 2019-04-29 21:26:14 +08:00
HDVinnie
2db590e1f7 (Fix) LoginController 🐛
- fix typo in error message
2019-04-25 23:02:47 -04:00
HDVinnie
67339d7329 (Update) PHPDocs 🚀 2019-04-03 20:02:01 -04:00