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
f989b926c5
(Update) Stats System
2018-09-10 00:10:08 -04:00
HDVinnie
ea0040a929
(Fix) Login Controller
2018-09-09 22:40:23 -04:00
HDVinnie
84291edde7
(Update) Stats System
2018-09-09 11:54:01 -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
d4e9ea9ee5
(Update) Staff Dashboard
...
- Add More System / App Info Cards
2018-09-05 08:51:21 -04:00
HDVinnie
9cc3730268
(Update) Staff Dashboard
...
- New Layout
- New System Info Cards
- New SSL Info Card
- NOTE: You must run `npm run prod && php artisan clear:all`
- NOTE: You must install `sudo apt-get install php7.x-intl`
You need to replace 'x' by the actual php version you currently have
installed.
2018-09-04 13:24:23 -04:00
HDVinnie
8c0099f7c3
(Fix) User Deleting
2018-09-04 10:14:42 -04:00
HDVinnie
4618a36181
(Update) Torrent Moderation System & Torrent Details Page
...
- closes #384
2018-08-30 22:34:50 -04:00
HDVinnie
8abc72f9c1
(Fix) Torrent Upload Chat Announcements
2018-08-30 21:28:03 -04:00
HDVinnie
1c0a271073
(Fix) Typo
2018-08-25 18:38:02 -04:00
HDVinnie
e456241b9e
(Fix) Moderation PM's
...
- fixes messages sent to uploader when there upload is “Postponed” or
“Rejected”.
2018-08-25 18:31:09 -04:00
HDVinnie
dbeefc7535
(Fix) User Account Deleting
2018-08-25 18:08:12 -04:00
HDVinnie
dd987bdd4a
(Update) Mass Validate Users Tool
2018-08-22 16:42:22 -04:00
HDVinnie
d97298eef1
(Update) User Activation System
2018-08-22 16:40:51 -04:00
HDVinnie
acc65a4fb7
(Update) Invites System
...
- Master Invites Log and User Invite Tree are now fluid, paginated and
show user group, color and icon.
2018-08-21 12:59:15 -04:00
HDVinnie
2e9e47a852
(Add) Possible Ghost Leech Cheaters
...
Note: run `php artisan clear:all`
- This is just a page that returns possible GHOST LEECH CHEATERS based
off there torrent history records.
2018-08-18 08:27:57 -04:00
HDVinnie
d16d76c8b9
(Fix) Multiple Issues With Forums System
...
- fix forum creation
- fix category creation
- fix forum editing
- fix category editing
- cleanup unused code
- permission checkboxs checked by default
2018-08-14 10:34:29 -04:00
HDVinnie
7caadce2bc
(Update) Invites System
...
- closed #369
- this eventually will be refactored and done properly with foreign key
constraints. Idea is to have Migrations redone for UNIT3D v2.0 LTS with
all proper foreign key constraints and indexing.
2018-08-12 20:42:56 -04:00
HDVinnie
2d907a3a94
(Fix) Announce Controller
2018-08-08 12:31:10 -04:00
HDVinnie
bcce51629e
(Update) User Profile
...
- add invited by field
2018-08-08 08:09:44 -04:00
HDVinnie
77977a08c4
(Fix) Pages System
...
- Fix route in upload.blade.php for Upload Guide
- Fix `resources/views/Staff/page/index.blade.php` variable so doesn’t
conflict with global pages query used for footer links
- Fix `app/Http/Controllers/Staff/PageController.php` variable so
doesn’t conflict with global pages query used for footer links
2018-08-06 21:47:03 -04:00
HDVinnie
45c893ae28
(Update) System Generated Gifting
...
- send PM to receiver when a staff member sends them a system generated
gift.
2018-08-06 17:47:22 -04:00
HDVinnie
6c1d1e7a17
(Fix) Sticky Torrents
...
This fixes the bug report of stickied torrents not sticking to the top
of the torrents list.
2018-08-06 11:04:02 -04:00
HDVinnie
0e23115640
(Update) Announce System
...
- inplemeted Eager Loading
2018-08-04 17:47:56 -04:00
HDVinnie
2891499865
(Update) Torrent Request System
2018-08-04 15:50:50 -04:00
HDVinnie
6dc6adb6b9
Merge pull request #362 from werrpy/feat-search-outbox
...
(Feat) Search PM Outbox
2018-08-03 19:23:29 -04:00
werrpy
f6eecf5a3b
(Feat) Search PM Outbox
2018-08-03 18:13:26 -04:00
poppabear8883
845b2521d0
(Update) Basic cleanup
2018-07-27 14:48:59 -04:00
HDVinnie
f5161d87ff
(Update) Torrent Requests System
...
- refactor system which removes use of the RequestViewHelper
2018-07-26 19:49:17 -04:00
poppabear8883
0581cdf1fc
(Update) Cleanup
2018-07-26 12:07:10 -04:00
poppabear8883
ff274d8d54
(Update) Removed facade to use proper dependency injection
2018-07-26 09:20:15 -04:00
poppabear8883
40cb6a18e6
(Security Update) This update addresses a potential security issue
2018-07-25 16:38:12 -04:00
HDVinnie
891e44f2fb
(Update) Registration System
...
- added another stupid welcome message to the array
2018-07-24 19:51:49 -04:00
HDVinnie
ce404a5249
(Update) Add Chat Manager
...
- chat manager in staff dashboard with options to add/edit/delete
chatroom and chat statues.
- closes #355
2018-07-24 19:50:40 -04:00
werrpy
11bc44bdee
(Fix) Profile True Download
...
Download removed from BON store should be added not subtracted.
Recorded Download + Download Removed From BON Store = True Download
2018-07-22 21:02:59 -04:00
werrpy
c08305eefb
(Fix) Request filled activity log
2018-07-20 21:18:48 -04:00
HDVinnie
3ca11303ea
(Update) Import Facades Explicitly
2018-07-18 16:49:47 -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
70fd1364b8
(Update) Report System
...
- make automated PM when solving a report more detailed.
2018-07-17 08:57:29 -04:00
HDVinnie
6e34c89b2e
(Update) Announce Controller
2018-07-17 08:56:33 -04:00
HDVinnie
1a9a387fff
(Update) Warning System
...
- requires new migration to be ran
- make sure to run `php artisan clear:all`
- This commit add soft deletes to warnings with the ability to restore
them as well.
- This fixes the issue where deleting a warning will only make the
autoWarning command reissue it again if said user still hasn’t met
seedtime requirement on said torrent.
2018-07-12 12:10:27 -04:00
HDVinnie
db9feef9c9
(Update) Import Facade’s Explicitly
2018-07-11 11:21:33 -04:00
HDVinnie
2525f5ff8d
(Update) Adopt PSR-2 Coding Style
...
- General Cleanup
2018-07-11 11:15:06 -04:00
HDVinnie
e53a3c60d0
(Update) Announce Controller
2018-07-10 20:19:02 -04:00
HDVinnie
31bc97cf11
(Update) Initial Changes
...
- vue component smallbookmark needs work still
- Poster and IMDB ratings/votes are commented out and will remain so
until meta system is refactored.
2018-07-09 09:43:14 -04:00