Commit Graph

95 Commits

Author SHA1 Message Date
DariusIII f99c3ae6c0 Use dirape/token to generate tokens and passwords for users 2018-09-19 11:37:07 +02:00
DariusIII b958106473 Remove unused hostHash function from User model 2018-09-06 14:02:24 +02:00
DariusIII a0718cb68a Add checks for blacklisted users 2018-08-24 10:35:19 +02:00
DariusIII 889d426c85 Update handling of user and role disabled categories 2018-08-07 01:20:57 +02:00
DariusIII b7daf85399 Update PHPDOC blocks defined return types where bool was declared and only false was returned 2018-08-03 14:41:10 +02:00
DariusIII 89a170177e Update updateExpiredRoles function 2018-08-03 11:52:14 +02:00
DariusIII dd977c65b7 Replace isAdmin, isDisabled and isModerator functions with direct role checking and remove roleCheck function from User model 2018-08-03 11:10:01 +02:00
DariusIII 924adac507 Wrong part of query 2018-08-01 14:16:44 +02:00
DariusIII ae314abcc2 Add back missing $role handling to getRange function 2018-08-01 14:14:26 +02:00
DariusIII 0ac696b4c8 Missed one more part of queries 2018-08-01 13:52:22 +02:00
DariusIII 8e1500cebd Add back removed parts of getRange function queries in User model 2018-08-01 13:48:18 +02:00
DariusIII e08569bab2 Sync/add roles on user registration/update and role changes 2018-08-01 13:00:02 +02:00
DariusIII 00f09c4a6e Add patch to rename user_roles_id to roles_id, update related classes 2018-08-01 10:46:21 +02:00
DariusIII 0e43ca5be7 Update role related classes, rename user_roles to roles where used 2018-08-01 10:25:34 +02:00
DariusIII 2e4f5d87e5 Update roleCheck function in User model 2018-07-30 23:40:26 +02:00
DariusIII 33f0f36d3a Apply fixes from StyleCI
[ci skip] [skip ci]
2018-07-30 11:37:25 +00:00
DariusIII a4fb61aa96 Update roles handling 2018-07-30 13:37:12 +02:00
DariusIII 92d5463749 Merge branch 'dev' into dev-permissions 2018-07-30 13:26:19 +02:00
DariusIII 73cffab78a Apply fixes from StyleCI
[ci skip] [skip ci]
2018-07-30 11:11:25 +00:00
DariusIII 0e09d15e69 Update User model, Utility and TmuxOutput classes and RegisterController 2018-07-30 13:11:13 +02:00
DariusIII e449e9206e Merge branch 'dev' into dev-permissions 2018-07-26 10:58:03 +02:00
DariusIII 17fb0f660e Add sorting by verification to admin users list 2018-07-09 15:02:38 +02:00
DariusIII 5b0494f367 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-06-25 22:22:07 +00:00
DariusIII 9634630c55 Add HasRole trait to User model 2018-06-26 00:07:21 +02:00
DariusIII e4393da17a Fix wrong AccountExpired class name 2018-06-20 13:32:45 +02:00
DariusIII 203d43f265 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-06-20 11:13:08 +00:00
DariusIII c2f1c8768a Add email for expired roles, update related functions 2018-06-20 13:12:54 +02:00
DariusIII caf4b09fc3 Update user account change function logical order 2018-06-20 12:58:54 +02:00
DariusIII fcf474c2c1 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-06-20 10:43:32 +00:00
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