Commit Graph

33 Commits

Author SHA1 Message Date
DariusIII d72cc955c7 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-09 12:33:32 +00:00
DariusIII 6fd4a51d96 Update isValidPassword and generatePassword functions to check for and generate stronger passwords 2018-01-09 13:33:22 +01:00
DariusIII 8a81eafa70 Fix used groupBy query builder function syntax 2017-12-26 12:27:06 +01:00
DariusIII 681762892a Remove unused use statement for Users class 2017-12-26 10:28:56 +01:00
DariusIII 53ac28b72b Fix usage of DEFAULT_INVITES constant 2017-12-26 00:17:49 +01:00
DariusIII 58fb2f8586 Fix more Users stuff 2017-12-26 00:14:39 +01:00
DariusIII 450f224845 Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2017-12-25 23:57:38 +01:00
DariusIII 6ff83ab275 Update all isLoggedIn chacks to use user model 2017-12-25 23:55:04 +01:00
DariusIII 4ccbf6a967 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-12-25 22:37:15 +00:00
DariusIII 816b95d3b5 Move getBrowseOrder and getBrowseOrdering for users into helpers.php as getUserBrowseOrder and getuserBrowseOrdering 2017-12-25 23:36:43 +01:00
DariusIII 10844ace9d Remove Users class and use models in its place 2017-12-25 17:11:25 +01:00
DariusIII 41c77f2857 Update and use UserSerie model in related classes and pages 2017-11-14 14:35:44 +01:00
DariusIII 091cae1e52 Update models 2017-11-01 23:16:22 +01:00
DariusIII de5e65f2f8 Update ReleaseComment model and related relationships 2017-10-31 13:46:06 +01: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 61bd244e4c Update user_excluded_categories 2017-10-17 00:03:08 +02:00
DariusIII b542914fab Update model relations, update ReleaseNfo model and fix one bug 2017-10-09 15:59:24 +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 f6aa7f0fff Update Invitation and User model relation 2017-09-27 23:35:20 +02:00
DariusIII 16ce5e4b94 Update relation between User and UsersRelease models 2017-09-25 15:24:50 +02:00
DariusIII 0d8ffca8cd Update user model relations 2017-09-25 13:44:49 +02:00
DariusIII 59f162b361 Add relation between User and UserDownload models 2017-09-22 11:28:33 +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 744378bfe5 Let eloquemt handle timestamps 2017-09-13 23:14:44 +02:00
DariusIII f9d5a1264c User model now extends Illuminate\Foundation\Auth\User 2017-09-07 13:49:59 +02:00
DariusIII 24fa162413 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-08-31 09:31:28 +00:00
DariusIII 4db7dcf1e4 Update adding users by using User model, add new uuid generating library 2017-08-14 14:34:41 +02:00
DariusIII 2c7960c402 Add hidden atributes to User model 2017-08-11 22:50:16 +02:00
DariusIII 968135fec6 Fix inability to login, register or retrieve forgotten password 2017-08-06 01:04:53 +02:00
DariusIII 223c609feb Add Models/User 2017-07-31 14:42:14 +02:00