Commit Graph

46 Commits

Author SHA1 Message Date
HDVinnie 3c87845e54 (Update) Namespace models under App\Models 🚀 2019-02-22 08:15:41 -05:00
HDVinnie 8a7310f2d5 (Update) System Messages 🚀
- formated for new chat
2019-02-09 20:02:21 -05:00
HDVinnie adc6494012 Apply fixes from StyleCI 2019-01-31 04:04:04 +00:00
singularity43 4e7d0cb83b (Update) RegisterController
Add notification field/privacy field defaults. Not really needed though... can remove.
2019-01-30 21:36:54 -05:00
HDVinnie f45ef0bc81 (Fix) Set Local On Registration 🐛 2019-01-19 18:16:46 -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 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 ac5e15b141 (Update) Rework Group Queries
- use select and not pluck
2018-10-16 22:18:41 -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 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 a631394398 (Fix) Registration Validation Checks 2018-09-16 22:58:57 -04:00
HDVinnie 15eb4bb176 (Fix) Recaptcha Validation Rules 2018-09-05 12:13:19 -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 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
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 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
Hyleus 777bb63880 Change license to AGPL 2018-02-12 17:27:32 +01: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
HDVinnie 8d168a4f1a (Feature) Configurable Default Users Stats (Upload/Download) 2018-01-05 13:48:22 -05:00
HDVinnie 845071f537 (Fix) Registration Lang & Welcome AutoShout 2017-12-20 11:04:48 -05:00
HDVinnie 7b2e4b50b0 (Fix) Welcome PM 2017-12-20 10:18:30 -05:00
HDVinnie 77a8c2140a (Update) NOTICE OF LICENSE
- Updated Author Names To Match GitHub Usernames For Clarity.
2017-12-15 22:45:37 -05:00
poppabear8883 e58563c88e Reformatted per psr-2 coding standards 2017-12-12 21:50:27 -05:00
Poppabear c5f71b9077 Fixes for issue #10 and issue #14 2017-12-11 20:21:18 -05:00
HDVinnie 9e0e663a63 (Fix) Open Registration Error
- Fixes #13
- Only Update The Invite Record If Valid Invite Key Was Present
2017-12-11 17:19:55 -05:00
HDVinnie 5a32c2c38d (Release) UNIT3D v1.0
- BETA
- There are bugs and features not yet complete
- This is not recommended for production use
2017-12-10 21:06:18 -05:00