Jack Price-Burns
bd8f28d168
(Fix) Slow online users section on home page 🐛
2019-06-17 19:21:15 +01:00
HDVinnie
89ba76ebac
(Add) Read Rules Feature 🆕
...
- closes #646
2019-03-22 12:21:48 -04:00
HDVinnie
e9355933f7
(Remove) Catalogs System ♻️
2019-03-19 21:35:41 -04:00
singularity43
d56c051f72
(Add) New Privacy Migration
...
New privacy options.
2019-02-21 19:49:43 -05:00
HDVinnie
bb68df00f5
(Update) Groups System 🚀
...
- add is_owner
- update middlewares
- lock Backup Manager, Config Manager, Laravel Log Viewer to is_owner groups only.
- update configs
2019-02-21 09:27:50 -05:00
singularity43
c091daae54
(Fix) User Chat Related Tables Migrations
...
Fix previous commit migration.
2019-02-09 20:04:43 -05:00
singularity43
1352be1822
(Add) UserAudibles Migration
...
Create user_audibles table.
2019-02-09 15:09:30 -05:00
singularity43
63e904f02c
(Add) Bot Transactions Migration
...
For bot transactions.
2019-02-09 15:08:59 -05:00
singularity43
870f5c799f
(Add) Add Bot Id to Messages Model
...
Add bot id to message table.
2019-02-09 15:08:29 -05:00
singularity43
285a1573e5
(Add) Bots Migration
...
Create bots model.
2019-02-09 15:07:54 -05:00
singularity43
35a06d8b44
(Add) UserEchoes Migration
...
Create user_echoes for model.
2019-02-09 15:07:24 -05:00
singularity43
12cc5c6c9f
(Update) ReceiverId Migration
...
Clean up placement.
2019-02-09 15:06:23 -05:00
HDVinnie
d65a6479ae
Merge branch 'master' into feature/chat-private-messages
2019-02-02 20:42:27 -05:00
singularity43
7418e653a6
(Fix) Group Level Defaults In Migration/Seeder
...
Fixed.
2019-02-01 19:42:11 -05:00
HDVinnie
71d6f396e0
Merge branch 'master' into now-start-twitterization
2019-01-30 23:02:01 -05:00
singularity43
2eaf530020
(Add) User Migration
...
Add block notifications boolean.
2019-01-30 21:55:36 -05:00
singularity43
07a0d24cba
(Add) UserNotification Migration
...
Not sure... booleans and json for group/flexible attributes.
2019-01-30 21:55:15 -05:00
singularity43
2af09cede6
(Add) Group Migration Table
...
Add level.
Hackish way to set default group values for level.
2019-01-30 21:54:52 -05:00
singularity43
c01a428f26
(Add) UserPrivacy Migration
...
Not sure... booleans and json for group/flexible attributes.
2019-01-30 21:54:20 -05:00
HDVinnie
2b6569a8ae
(Fix) Migration Typo 🐛
2019-01-28 10:18:04 -05:00
HDVinnie
d96c853423
Merge branch 'master' into Application-System
2019-01-28 09:21:40 -05:00
HDVinnie
94a14d7d12
(Fix/Remove) Duplicate Migration 🐛
2019-01-23 23:23:07 -05:00
singularity43
3fb3d8faea
(Update) Database Migrations For Forum Changes
...
Bandaid to work with current installs.
Step by step.
2019-01-23 22:49:26 -05:00
singularity43
46e60c035d
(Removed) Bad Migration File
...
Not needed.
2019-01-23 22:37:19 -05:00
singularity43
28ee3b9f34
(Add) Alter Bon Transactions Table Migration
...
Support for post_id.
Did not foreign key this because... of planned redo of migration files.
2019-01-23 15:30:49 -05:00
singularity43
86233fde65
(Add) Create Subscriptions Table - DO NOT RUN THIS
...
For @HDVinnie to look at.
2019-01-23 15:29:54 -05:00
singularity43
b45b9290f9
(Add) Rename Topic Subscriptions Table
...
Change to Subscriptions.
2019-01-23 15:28:31 -05:00
singularity43
b64eb3a92c
(Add) Torrent Filter To Users Table Migration
...
Create torrent_filters boolean.
2019-01-17 22:03:18 -05:00
HDVinnie
720bd2fdd8
Apply fixes from StyleCI
2019-01-12 21:50:18 +00:00
singularity43
80a1d45a93
(Add) RSS Database Migration
...
Add migration for new RSS module.
Did a drop and recreate because table is not being used and there were significant changes.
Made the down field just rebuild what original dev had.
2019-01-12 15:34:25 -05:00
singularity43
dcef4fb2eb
(Add) Report Model Migration
...
Migration file to add request_id (this is not referenced and part of why current report system is broken).
2019-01-10 17:40:18 -05:00
HDVinnie
508da6e5f1
(Add) Incognito Groups 🆕
...
- if group is set incognito then said users in said group IP and User-Agent will be hidden in the sites activity log
2019-01-09 13:44:53 -05:00
HDVinnie
93d721f2d9
(Add) Torrent Tags System
...
- used for genres
2018-12-30 13:35:46 -05:00
HDVinnie
c448f53256
Merge branch 'master' into Application-System
2018-12-16 20:23: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
7bc6b98396
(Fix) CreateApplicationsTable Migration
...
- I cannot spell
2018-12-02 22:54:31 -05:00
HDVinnie
242be73661
(Add) Migrations
...
- this branch will cover #220
2018-12-02 22:42:57 -05:00
HDVinnie
619d83098b
(Update) Hit&Run / History System
...
- add prewarnings
- update history table (migration)
- I added a check in the announce controller for the completed event sent by client. During that event I added `$history->immune = ($user->group->is_immune == 1) ? 1 : 0; ` which is pretty much saying is the user in a immune group upon download completion. This will solve people in immune groups that download but dont meet 7 days seedtime but then get demoted and banned. As we wont issue warnings for history records marked as immune.
2018-11-10 12:06:49 -05:00
HDVinnie
8425592072
Merge pull request #420 from HDInnovations/User-Purge-System
...
User Purge System
2018-10-16 20:40:03 -04:00
HDVinnie
40234c0662
(Update) Torrent Request System
...
- requires `php artisan migrate && php artisan clear:all` if not using
gitupdater
- Create A Torrent Request Anonymously
- Add Bounty To A Torrent Request Anonymously
- Fill A Torrent Request Anonymously
- closes #201
2018-09-29 22:44:22 -04:00
HDVinnie
a4efeba3c8
(Add) Internal Torrent Tag
...
- closes #190
- added internal torrent tag
- ability to filter torrent results by internal tag
2018-09-24 17:45:29 -04:00
HDVinnie
d00eb40dee
(Update) User Soft Deletes Migration
2018-09-08 12:00:31 -04:00
HDVinnie
8b9090f366
(Add) User Soft Deletes Migration
2018-09-08 11:44:17 -04:00
poppabear8883
9b0b186542
fix(gitUpdate): Issue with migration
2018-08-19 22:32:33 -04:00
poppabear8883
23eeaf9ee3
fix(gitUpdate): Bug in database migration
...
Run: `php artisan migrate`
2018-08-19 21:39:44 -04:00
poppabear8883
9149db0228
feat(gitUpdate): Add database migration for file hashes
...
Run: `php artisan migrate`
2018-08-19 21:36:09 -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
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
d560cd8951
(Whoops) Stupid Cat!
2018-06-11 20:48:29 -04:00