Commit Graph

131 Commits

Author SHA1 Message Date
HDVinnie bd6a412c7f (Fix) Make Chat PHP7.2 Friendly
- cannot count on null in 7.2
2018-02-16 08:25:03 -05:00
HDVinnie 2114251425 (Update) Graveyard System
- Add configs to make seedtime and reward configurable
2018-02-15 19:30:49 -05:00
HDVinnie a0404a218a (Update) Request Moderation
- Send request filler a PM if his fulfillment is declined by the
requester
2018-02-15 19:30:12 -05:00
HDVinnie 4efd2d207a (Update) Refactoring
- autoBan
- LoginController
- Middleware
- Routes
2018-02-14 15:11:17 -05:00
HDVinnie 2d606d1d9e (Update) Laravel 5.6 Ready
- Running Laravel 5.6.3
- PHP 7.2+ is required (Argon2 Hashing Supported)
2018-02-14 12:19:57 -05:00
Laravel Shift 81578d83cb 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-02-14 16:53:25 +00:00
Laravel Shift 4f42853bad 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-14 16:53:22 +00:00
HDVinnie 50638db9af Merge branch 'master' into shift-6100 2018-02-14 16:17:19 +01:00
HDVinnie 3474cb227c (Update) Add Internal Group
- Internal’s Page
- is_internal group permission
- Update migrations and seeders
- Update Controllers
- Update Views
2018-02-14 10:09:14 -05:00
HDVinnie 3e9763a551 (Update) Contact Us 2018-02-12 12:43:25 -05:00
Hyleus 777bb63880 Change license to AGPL 2018-02-12 17:27:32 +01:00
HDVinnie 4dc8b3fa1c (Update) Articles Management 2018-02-10 18:37:06 -05:00
HDVinnie 6dc983aa72 (Update) TwoStep Auth 2018-02-10 18:36:03 -05:00
HDVinnie baad62259a Merge branch 'master' into Backup-Manager 2018-02-07 00:10:57 -05:00
HDVinnie f926ac4663 (Update) Backup Manager Complete
- With default configs when you run the backup process a zip of your DB
dump and your applications files will be placed in the /storage/app/
dir.
- Please go through the backup.php config…….theres lots you can adjust
to your liking.
- This requires one to run composer install
- This requires php-zip module
2018-02-07 00:09:45 -05:00
HDVinnie e40475acde (Update) Add Controller
- Added Staff Controller
2018-02-06 19:27:57 -05: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 f9b962bd52 Merge pull request #177 from Hyleus/forum-bump
Change sorting for topics
2018-02-06 22:17:33 +01:00
Hyleus 88732f116a Set last reply timestamp on topic creation 2018-02-06 19:55:37 +01:00
VerioPL bb9c6e8a3e (Fix) for issue #173 - Request claim/unclaim 0 -> null 2018-02-06 18:18:22 +01:00
Hyleus 0464889aca Change sorting for topics 2018-02-06 15:32:49 +01:00
HDVinnie 2f8bdc2adc (Update) BON Gifting
- Added select2 for users dropdown
2018-02-05 11:02:48 -05: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 20743c7e54 Merge branch 'master' into TwoStepAuth 2018-01-26 14:07:24 -05:00
Hyleus f91dd4eaef Remove the ability for users to delete their own uploads after a day 2018-01-26 12:03:15 +01: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 7f4987a92d (Update) Users Security Settings
- Ability for user to turn on or off TwoStepAuth
2018-01-25 18:23:07 -05:00
HDVinnie 99f6a5e21f (Feature) TwoStepAuth Initial Release 2018-01-25 18:10:53 -05:00
HDVinnie 76431ee6d6 (Update) Notifications System
- Ability to delete all notifications at once
2018-01-25 11:18:06 -05:00
Hyleus 67508aac4a Remove the ability to reply to closed topics if not mod 2018-01-25 13:04:38 +01:00
HDVinnie c4b6486fb1 (Update) Forums Routes
- Remove redirect
2018-01-24 21:41:27 -05:00
Hyleus c1c13e73ca Anonymize Mediainfo dump 2018-01-24 19:26:54 +01:00
HDVinnie 2aa3917ea1 (Update) Comments System
- Closes #155
- Ability for anon comments on requests
- Dont PM or Notify if it is your own request or torrent
- Paginate Request Comments
- Cleanup Request View……match torrent comment styling
2018-01-23 13:34:39 -05:00
Hyleus ec8cd859c8 Add implemented label 2018-01-23 11:06:14 +01:00
HDVinnie f9bb61bf65 (Update) Bug Report System 2018-01-20 09:53:12 -05:00
Hyleus e85f8a16d9 Add the page number and post ID to system messages 2018-01-19 19:33:18 +01:00
HDVinnie 05925fc3d1 (Fix) Torrents Search System
- closes #120
2018-01-19 06:59:11 -05:00
HDVinnie 9c3214612e (Fix) Invite Controller 2018-01-18 20:11:24 -05:00
HDVinnie 38f1941360 (Update) User Delete Function 2018-01-18 20:10:17 -05:00
HDVinnie 4fbb447718 (Update) HTML 2018-01-18 20:09:50 -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 72efd85d76 (Update) Minor Shoutbox Refactor 2018-01-17 19:09:51 -05: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 0e52a2daa5 (Update) Refactor Achievements 2018-01-17 14:37:36 -05:00
HDVinnie b97361236c (Feature) Add Failed Login Throttling/Lockout 2018-01-17 10:47:48 -05:00