Commit Graph

133 Commits

Author SHA1 Message Date
singularity43 d8930fcde6 (Add) BotsTableSeeder DB Seeder
For bots.
2019-02-09 15:09:57 -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 ca071a2659 (Fix) Tags Table Seeder 🐛 2019-01-02 23:25:32 -05:00
HDVinnie 5a718ba273 Apply fixes from StyleCI 2018-12-30 19:19:34 +00:00
HDVinnie 8ad319b5cf (Fix) TagsTableSeeder 🐛 2018-12-30 14:12:37 -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 69634e62f8 (Update) UsersTableSeeder 2018-11-18 21:46:28 -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 9532c686e0 (Fix) Permissions Seeder 2018-10-16 23:55:06 -04:00
HDVinnie 76422fa87f (Update) Permissions Seeder 2018-10-16 23:50:03 -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 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 0807b3bfa6 (Update) Groups Table Seeder 2018-09-08 12:38:13 -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
HDVinnie d871ff56eb Update CategoriesTableSeeder.php 2018-08-04 22:56:34 -04:00