Commit Graph

250 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 6063114201 Fix wrong template used for password reset 2017-10-17 09:08:57 +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 1c90ec7b04 Update forgottenpassword handling 2017-10-13 12:47:30 +02:00
DariusIII 50fc96a48f Use xethron/migrations-generator only in dev environment 2017-10-12 13:04:13 +02:00
DariusIII b1c81a8cbc Update some of the models 2017-10-12 11:39:09 +02:00
DariusIII f66a64b872 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-10-12 07:15:13 +00:00
DariusIII 5c4cdddcc7 Possible fix for bad genres display on XXX cover page 2017-10-12 09:15:01 +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 b7e3426231 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-10-10 15:14:09 +00: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 76b4b78c2c Move makeFieldLinks function from classes to helper 2017-10-10 11:33:45 +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 95091545c2 Fix sending email on account change 2017-10-04 09:43:54 +02:00
DariusIII c670db52f0 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-10-02 10:41:09 +00:00
DariusIII 90ff7833a2 Use laravel Mail facade, remove phpmailer, update seeting.example.php accordingly, remove Utility sendEmail function 2017-10-02 12:39:04 +02:00
DariusIII 07129ee01b Update auth related controllers 2017-09-29 22:55:06 +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