Commit Graph

66 Commits

Author SHA1 Message Date
DariusIII 12486ae75e Add function to delete users that have not verified their accounts for 3 or more days 2018-06-20 12:43:11 +02:00
DariusIII bbc72deb04 Update User model 2018-06-06 15:27:23 +02:00
DariusIII 3922584879 Add dynamic api throthling 2018-06-04 15:06:52 +02:00
DariusIII d85e04d6fb Rename rsstoken column into api_token 2018-05-31 22:46:44 +02:00
DariusIII cc50fe555d Update LoginController 2018-05-31 14:15:33 +02:00
DariusIII 513739f6dd Use now() helper in place of Carbon::now() 2018-05-31 10:22:08 +02:00
DariusIII 21b28903ac Fix users list display in admin area 2018-05-27 00:03:56 +02:00
DariusIII 059612d10e Apply fixes from StyleCI
[ci skip] [skip ci]
2018-05-25 14:04:30 +00:00
DariusIII 949e02d9fe Update admin/user-list handling 2018-05-25 16:04:30 +02:00
DariusIII 285ca30d25 Remove usage of CacheQueryBuilder trait 2018-05-24 21:34:21 +02:00
DariusIII 4f8e3aedce Apply fixes from StyleCI
[ci skip] [skip ci]
2018-05-23 13:07:08 +00:00
DariusIII e2c6a3f2a5 Fix user search in admin/user-list page 2018-05-23 15:06:55 +02:00
DariusIII 59f09bf2cf Apply fixes from StyleCI
[ci skip] [skip ci]
2018-05-14 21:28:16 +00:00
DariusIII 9e4959950e Add barryvdh/laravel-ide-helper 2018-05-14 23:18:48 +02:00
DariusIII a92e5a272d Replace '!=' with proper '<>' operator 2018-05-11 10:16:55 +02:00
DariusIII ce193c994b Apply fixes from StyleCI
[ci skip] [skip ci]
2018-05-10 09:35:39 +00:00
DariusIII 126a4525ad Cache queries on request to prevent running many duplicated queries 2018-05-10 11:22:58 +02:00
DariusIII 18e2510c29 Add admin UserController 2018-04-17 14:03:35 +02:00
DariusIII b14724de36 Update admin area access handling (still WIP) 2018-03-23 14:21:16 +01:00
DariusIII e1ba236ee4 Update User model add password and remember_token to hidden property 2018-03-23 11:30:43 +01:00
DariusIII 32ba20d48c Update CSRF token handling 2018-03-02 15:11:21 +01:00
DariusIII 3fb10340d3 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-14 22:09:18 +00:00
DariusIII 314e601e44 Rename nntmux namespace and folder to Blacklight 2018-02-14 23:08:17 +01:00
DariusIII f496b85401 Fix getByIdAndRssToken function 2018-02-03 09:48:47 +01:00
DariusIII a0ec087e8b Remove hidden column declaration in User model that caused errors in getnzb and rss 2018-02-03 09:37:08 +01:00
DariusIII 54b26cfd70 Fix getByIdAndRssToken function 2018-02-02 11:25:43 +01:00
DariusIII 73432fe3d9 Use replace getById user lookup with User model find built in function(does the same thing as custom function) 2018-02-02 10:29:40 +01:00
DariusIII b141cc110b Use create method when adding users 2018-02-01 23:49:24 +01:00
DariusIII 227371865e Add check for admin to profile delete 2018-02-01 11:28:17 +01:00
DariusIII 888de1043a Various small changes to Models, RegisterController and update_groups.php 2018-01-31 23:35:19 +01:00
DariusIII e59150325a Add missing quotes 2018-01-26 14:43:23 +01:00
DariusIII f10c0e453b Fix wrong NN_INSTALLER constant usage in User model 2018-01-26 14:41:09 +01:00
DariusIII 2b2cb4a462 Update migrations and User model 2018-01-22 12:36:51 +01:00
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