Commit Graph

94 Commits

Author SHA1 Message Date
DariusIII 09d0a0af3d Update UserExcludedCategory, Category models and Users class to use their relationships. 2017-10-26 12:57:20 +02:00
DariusIII fc48af9a64 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-10-19 13:41:17 +00:00
DariusIII 563c797a08 Update User model 2017-10-19 15:41:02 +02:00
DariusIII 345b2018b9 Update RoleExcludedCategories and related models 2017-10-17 12:32:53 +02:00
DariusIII 4d19dbf58d Wrong model used in getRoleCategoryExclusion function 2017-10-17 01:45:52 +02:00
DariusIII 61bd244e4c Update user_excluded_categories 2017-10-17 00:03:08 +02:00
DariusIII b1c81a8cbc Update some of the models 2017-10-12 11:39:09 +02:00
DariusIII 0abba8d4c9 Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2017-10-10 23:53:39 +02:00
DariusIII 48bdb159a8 Update Genre model, MusicInfo model and related migration, use these models in some of the queries 2017-10-10 14:16:28 +02:00
DariusIII a0f29e6a3f Update ReleaseNfo migration and add new models and migrations 2017-10-09 23:28:11 +02:00
DariusIII b542914fab Update model relations, update ReleaseNfo model and fix one bug 2017-10-09 15:59:24 +02:00
DariusIII 58d1659525 Update Release and PreDb models relationship 2017-10-08 23:49:30 +02:00
DariusIII 83aca2bcd3 Update Release and PreDb models relationship 2017-10-08 23:43:09 +02:00
DariusIII 79a757c9fa Update Release and Category models relationship 2017-10-05 14:00:30 +02:00
DariusIII c811fb662b Update ReleaseFile model, related migration, update ReleaseFiles 2017-09-29 10:45:56 +02:00
DariusIII 3d48c27b9a Update ReleaseFile model 2017-09-28 22:23:16 +02:00
DariusIII 6b7de95193 Rename columns createddate and updateddate to created_at and updated_at to comply with laravel 2017-09-28 15:18:52 +02:00
DariusIII bdab2cbd89 Update MovieInfo model and related migration 2017-09-28 14:42:00 +02:00
DariusIII f6aa7f0fff Update Invitation and User model relation 2017-09-27 23:35:20 +02:00
DariusIII 9df998b916 Update Invitation model and migration, use it in Users class 2017-09-27 23:24:43 +02:00
DariusIII 120a2797f9 Fix foreign key in UsersRelease model 2017-09-27 13:38:18 +02:00
DariusIII fd102b67e6 Final fix for profile page errors relted to wrong foreign key in model relation 2017-09-27 13:30:42 +02:00
DariusIII 80b2ab5c8c Update Release, UserDownload, UsersReleases models and relations, use them where applicable 2017-09-26 14:44:36 +02:00
DariusIII c195dae549 Add Release model and migration, add starter relations to Release and Group models 2017-09-26 12:37:12 +02:00
DariusIII 16ce5e4b94 Update relation between User and UsersRelease models 2017-09-25 15:24:50 +02:00
DariusIII c05a18b04c Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-25 12:46:46 +00:00
DariusIII 7cccf98395 Update UsersRelease model and related migration 2017-09-25 14:46:34 +02:00
DariusIII 0d8ffca8cd Update user model relations 2017-09-25 13:44:49 +02:00
DariusIII 4110fc4738 Update Predb and PredbHash models and migration 2017-09-25 13:38:39 +02:00
DariusIII 52615f573a Update Predb model with proper table name 2017-09-25 11:18:55 +02:00
DariusIII 3b7167cdbf Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-24 22:19:38 +00:00
DariusIII d4e559aff2 Update Predb and related migration 2017-09-25 00:18:43 +02:00
DariusIII b955ae7d7d Update Group model and related migration 2017-09-22 13:23:41 +02:00
DariusIII 59f162b361 Add relation between User and UserDownload models 2017-09-22 11:28:33 +02:00
DariusIII ce037286c6 Fix UserRequest model relationship 2017-09-22 00:09:34 +02:00
DariusIII 879e054d38 Add relationship between User and UserRequest models 2017-09-21 15:58:03 +02:00
DariusIII fdf656237c Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-21 12:36:47 +00:00
DariusIII a04cffa0ad Update Users table, rename role to user_roles_id 2017-09-21 13:36:33 +02:00
DariusIII 77830aece3 Update GamesInfo model and migration 2017-09-21 13:35:26 +02:00
DariusIII 756e28e0c5 Update XxxInfo model and migration 2017-09-18 15:06:44 +02:00
DariusIII 8016c6d74c Update ReleaseUnique model and migration, update ReleaseExtra class addUID function 2017-09-14 23:13:18 +02:00
DariusIII 744378bfe5 Let eloquemt handle timestamps 2017-09-13 23:14:44 +02:00
DariusIII 16716d20f1 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-12 21:07:29 +00:00
DariusIII 24e65b6f53 Update failed downloads handling 2017-09-12 23:07:12 +02:00
DariusIII 6968629206 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-12 13:37:14 +00:00
DariusIII 9465dacf6f Add custom function for insert ignore into DNZBFailure model that fixes getAlternate function 2017-09-12 15:36:59 +02:00
DariusIII 554d349fb7 Declare table name in ForumPost model 2017-09-12 13:55:32 +02:00
DariusIII 082a50c46a Update ForumPost model, migration and usage 2017-09-12 13:42:55 +02:00
DariusIII 6b1e03f3cc Update Country model and related migration 2017-09-12 10:59:18 +02:00
DariusIII f9d5a1264c User model now extends Illuminate\Foundation\Auth\User 2017-09-07 13:49:59 +02:00