Commit Graph

76 Commits

Author SHA1 Message Date
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 d47d987e35 Possiblle fix for non sorting of users by created_at column 2017-09-29 13:01:48 +02:00
DariusIII 8a65ff5e86 Fix some errors on patch, update mysql-ddl and fix user sorting 2017-09-28 15:50: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 40395640c1 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-27 21:35:41 +00:00
DariusIII 9df998b916 Update Invitation model and migration, use it in Users class 2017-09-27 23:24:43 +02:00
DariusIII edbaaa320e Typo in column name 2017-09-26 23:43:27 +02:00
DariusIII 7ae639f3d6 Fix query in Users class 2017-09-26 23:42:12 +02:00
DariusIII fa96a3fc77 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-26 12:44:52 +00:00
DariusIII 80b2ab5c8c Update Release, UserDownload, UsersReleases models and relations, use them where applicable 2017-09-26 14:44:36 +02:00
DariusIII cfae7bd93c Fix deletion of user downloads from download basket 2017-09-25 15:16:29 +02:00
DariusIII 5982aabc1f Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-25 13:03:20 +00:00
DariusIII 45b22cbae8 Use UsersReleases model in Users class 2017-09-25 15:03:08 +02:00
DariusIII 3c4e9a5988 Another batch of role column name fixes 2017-09-21 14:54:34 +02:00
DariusIII 2dbe6878a3 Fix more column names 2017-09-21 14:49:48 +02:00
DariusIII f570358316 Fix missed role column usage 2017-09-21 14:43:43 +02:00
DariusIII 85eae6c7b9 Use new column name and update User <-> UserRole relation and use it 2017-09-21 14:36:18 +02:00
DariusIII a04cffa0ad Update Users table, rename role to user_roles_id 2017-09-21 13:36:33 +02:00
DariusIII 9bb0c91ab5 Replace DateTime with Carbon 2017-09-14 10:54:13 +02:00
DariusIII a91bfa20c4 Forgot to remove the old sql line from USers class 2017-09-07 13:08:00 +02:00
DariusIII d725883360 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-07 09:34:42 +00:00
DariusIII 0c74f83b48 Update UserDownload model and migration, use it in Users class 2017-09-07 11:34:32 +02:00
DariusIII 65a1e5ff07 Rename Models/Settings value function into settingValue to prevent collision with query builder value response 2017-09-01 10:49:35 +02:00
DariusIII 24fa162413 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-08-31 09:31:28 +00:00
DariusIII ceedd5c0b5 Update rememberme logic for logging in 2017-08-30 13:31:20 +02:00
DariusIII 438e0f5e90 Use User model to update users 2017-08-14 15:37:29 +02:00
DariusIII 67b41399a1 Unify uuid function called and update Utility generateUuid function 2017-08-14 14:56:45 +02:00
DariusIII 4db7dcf1e4 Update adding users by using User model, add new uuid generating library 2017-08-14 14:34:41 +02:00
DariusIII a76ead61b9 Add UserRole model 2017-08-13 22:59:24 +02:00
DariusIII fc1645eaf5 Slightly improve the getById function 2017-08-13 19:06:01 +02:00
DariusIII 799658d84b Cache user data for better response times and improved speed 2017-08-13 19:02:36 +02:00
DariusIII c6c97fb5eb Update api and users 2017-08-13 16:25:31 +02:00
DariusIII 219f612c19 Revert inserting apikey into old behavior 2017-08-11 12:09:38 +02:00
DariusIII 184e078873 Change the length of rsstoken (api key) 2017-08-11 11:46:24 +02:00
DariusIII f672bd246e Increase rsstoken column to varchar(64) to accommodate new api key size 2017-08-11 00:49:48 +02:00
DariusIII 9bf5aab7d7 Use Hash facade for password management in Users class 2017-08-10 15:36:31 +02:00
DariusIII c7e7ae3777 Add missed return type declarations in Users class 2017-08-09 13:03:39 +02:00
DariusIII 7fb3974f6b Fix date manipulation 2017-08-09 12:58:27 +02:00
DariusIII 9aaf7e1014 Add UserRequest model and use it in Users class 2017-08-09 12:48:16 +02:00
DariusIII 87b60b140a Update api page 2017-08-07 13:57:43 +02:00
DariusIII 968135fec6 Fix inability to login, register or retrieve forgotten password 2017-08-06 01:04:53 +02:00
DariusIII 7da512fb53 Update login and Users 2017-08-05 23:47:38 +02:00
DariusIII 2c1b643c04 Fix errors in user edit in admin area 2017-08-02 23:44:03 +02:00
DariusIII cdb5e2ef9f Fix used date in Users class 2017-08-01 15:54:18 +02:00
DariusIII 223c609feb Add Models/User 2017-07-31 14:42:14 +02:00
DariusIII 72e2219806 Add automatic user profile role change for expired roles (role change date) on users list check (admin area) 2017-07-25 12:36:05 +02:00
DariusIII c5280c26f0 Fix editing of MGR posters 2017-07-17 13:23:45 +02:00
DariusIII 6dc54ff6aa Replace app with App in classes used 2017-07-16 23:21:21 +02:00
DariusIII 1ff7fcd6ac Fix sorting of users in admin area, users list page 2017-05-10 12:17:46 +02:00