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
HDVinnie
701ed4075a
(Update) Cleanup
2018-02-03 21:27:10 -05:00
HDVinnie
7f9c6ea450
(Update) Slight Refactoring
2018-01-26 14:08:06 -05:00
HDVinnie
750f635d18
(Update) Refactor Trait + Controller
...
- As per codacy suggestions
2018-01-25 19:02:35 -05:00
HDVinnie
12763f7079
(Update) Refactor Controller
...
- Remove else usage
2018-01-25 18:44:14 -05:00
HDVinnie
99f6a5e21f
(Feature) TwoStepAuth Initial Release
2018-01-25 18:10:53 -05:00
HDVinnie
918e533a30
(Update) Reactor According To Linter Shift
...
In accordance with #119
2018-01-17 22:45:55 -05:00
Laravel Shift
e9f1670dad
Shift to new helper methods
...
Laravel 5 added several new helper functions, including:
- `view()`
- `response()`
- `redirect()`
- `config()`
- String functions
Review the [helpers][1] documentation for more details.
[1]: https://laravel.com/docs/5.0/helpers
2018-01-18 02:16:17 +00:00
Laravel Shift
fdb73966cd
Adopt PHP short array syntax
...
Laravel 5 adopted the short array syntax which became available in
PHP 5.4.
2018-01-18 01:04:20 +00: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
c845fcce18
(Feature) Add Forgot Username System
...
- Added Forgot Username option so one can recover there username via
email.
- Cleaned Up blades.
- Updated The CSS.
2018-01-17 18:30:47 -05:00
HDVinnie
b97361236c
(Feature) Add Failed Login Throttling/Lockout
2018-01-17 10:47:48 -05:00
HDVinnie
8d168a4f1a
(Feature) Configurable Default Users Stats (Upload/Download)
2018-01-05 13:48:22 -05:00