HDVinnie
f45ef0bc81
(Fix) Set Local On Registration 🐛
2019-01-19 18:16:46 -05:00
HDVinnie
655184b8dc
(Update) Append Missing License 🚀
2018-12-16 19:34:10 -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
75e529012e
(Update) LoginController
2018-12-02 12:36:35 -05:00
HDVinnie
87563a2473
(Update) Refator Toastr Notifications
2018-11-12 11:14:41 -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
5826086a67
(Fix) User Groups
...
- hotfix
2018-10-19 17:14:09 -04:00
HDVinnie
ac5e15b141
(Update) Rework Group Queries
...
- use select and not pluck
2018-10-16 22:18:41 -04:00
HDVinnie
14341a6964
(Update) Optimize Queries
2018-10-16 21:45:15 -04:00
HDVinnie
895bbb66e3
(Update) Optimize Many Queries
...
- reduce load
2018-10-16 21:27:47 -04:00
HDVinnie
8425592072
Merge pull request #420 from HDInnovations/User-Purge-System
...
User Purge System
2018-10-16 20:40:03 -04:00
HDVinnie
30026795a9
(Update) LoginController
...
- check for authorization of disabled members viaRemember function
2018-10-15 09:47:40 -04:00
HDVinnie
85b5633a32
(Update) Automated System Chat Messages
2018-09-29 23:04:15 -04:00
HDVinnie
dc0dfd176e
(Update) Group Handling
2018-09-17 19:09:12 -04:00
HDVinnie
b251fed922
(Update) User Activation System
2018-09-17 18:33:59 -04:00
HDVinnie
a631394398
(Fix) Registration Validation Checks
2018-09-16 22:58:57 -04:00
HDVinnie
ea0040a929
(Fix) Login Controller
2018-09-09 22:40:23 -04:00
HDVinnie
e71248cf35
(Update) Login Controller
2018-09-08 20:47:26 -04:00
HDVinnie
15eb4bb176
(Fix) Recaptcha Validation Rules
2018-09-05 12:13:19 -04:00
HDVinnie
9cc436be72
(Update) Auth System
...
- Fix Typo
- Add Recaptcha To Login Page
- Cleanup captcha config
NOTE: In order to use captcha on register and login pages you must have
a recaptcha account here. https://www.google.com/recaptcha/ and then
must enter your keys in the config/captcha.php and set enabled to true.
It is highly suggested you do this to avoid bot account signing up and
bot net attacks trying to brute force attack your site!
2018-09-05 09:10:42 -04:00
HDVinnie
d97298eef1
(Update) User Activation System
2018-08-22 16:40:51 -04:00
HDVinnie
891e44f2fb
(Update) Registration System
...
- added another stupid welcome message to the array
2018-07-24 19:51:49 -04:00
Laravel Shift
5c1c56d2ca
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-07-18 20:13:14 +00:00
HDVinnie
9a379ace51
(Update) Registration System
...
- add a welcome message array. That way isn’t same old message to all
new users.
2018-07-17 08:58:32 -04:00
HDVinnie
db9feef9c9
(Update) Import Facade’s Explicitly
2018-07-11 11:21:33 -04:00
HDVinnie
06d538653d
(Add) Email Whitelist / Blacklist System
...
- Blacklist means that you won’t be able to sign-up with and or send
invites to a email email on blacklist.
- Whitelist means that you will only be able to sign-up with and or
send invites to a whitelisted email.
- Set “enabled” to null to not use either
2018-07-08 10:02:24 -04:00
HDVinnie
7db39aaa34
(Security Fix) User Password Reset
...
- security fix
2018-06-28 10:26:31 -04:00
HDVinnie
177a0dd4c1
(Update) Password Reset
...
- closes #292
2018-06-09 09:42:11 -04:00
HDVinnie
8dafdf820b
(Fix) User Password Reset
2018-06-09 08:51:21 -04:00
HDVinnie
359bee56ce
(Update) User Registration/Activation System
2018-06-06 19:41:00 -04:00
HDVinnie
ab3bb2fde3
(Update) Auth Toastrs
...
- closes #294
2018-05-31 20:50:23 -04:00
HDVinnie
0d392abb32
(Update) Automated Private Messages
2018-05-23 15:31:13 -04:00
HDVinnie
7d0a081bbb
(Update) Forgot Username System
...
- fix typo
- remove inline validation
- cleanup controller
2018-05-20 23:46:05 -04:00
Poppabear
0fd8f5a9ef
(Update)[Chat 2.0] Updated system messages
2018-05-08 21:05:53 -04:00
HDVinnie
7728d26913
(Update) Change System Announcements To Use New Chat
2018-04-29 16:47:06 -04:00
HDVinnie
2e6cfd470d
(Update) General Cleanup Of Controllers
...
- remove unused “use” statements
2018-04-25 15:15:41 -04:00
HDVinnie
7897add990
(Update) Registration Controller
...
- remove un-used App\Mail\WelcomeUser
2018-04-18 13:03:49 -04:00
HDVinnie
003dee6af0
Update RegisterController.php
2018-04-12 16:31:41 -04:00
Hyleus
ee26ae82ce
Make invites invalid after use
2018-04-12 18:34:56 +02:00
HDVinnie
53af9b5e0a
(Update) Invite System Enhancements
...
- Closes #248
- Ability to set invite expire time in config/other.php
- Daily command to recycle old expired invites that were never used
2018-03-31 14:51:17 -04: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
Hyleus
ea5de01a3d
Add an option to set the default theme
2018-03-17 21:00:40 +01:00
HDVinnie
edbc68180e
(Update) Refactor Toastr Notifications
2018-02-16 14:57:52 -05:00
HDVinnie
8a8f440781
(Update) Refactor HTTP Redirects
...
- Use global redirect() helper instead of facade
2018-02-16 14:07:24 -05:00
HDVinnie
4efd2d207a
(Update) Refactoring
...
- autoBan
- LoginController
- Middleware
- Routes
2018-02-14 15:11:17 -05:00
HDVinnie
50638db9af
Merge branch 'master' into shift-6100
2018-02-14 16:17:19 +01:00
Hyleus
777bb63880
Change license to AGPL
2018-02-12 17:27:32 +01:00
Laravel Shift
3c5c3d9953
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-02-06 21:47:43 +00:00