Commit Graph

4024 Commits

Author SHA1 Message Date
Mykyta Synelnikov bdfcd0f55f - added form administrative roles notice;
- fixed #1245;
2023-07-11 22:31:02 +03:00
Mykyta Synelnikov 979927a9df - fixed #1244 issue; 2023-07-11 21:38:27 +03:00
Mykyta Synelnikov 8b2971b094 Merge remote-tracking branch 'origin/development/2.6.8' into development/2.6.8 2023-07-11 18:00:08 +03:00
Mykyta Synelnikov 6c3b06dff0 - fixed #1241 issue; 2023-07-11 17:59:54 +03:00
Champ Camba 617bc3389c Add diagnostic for custom assigned roles to Register forms 2023-07-11 22:52:03 +08:00
Mykyta Synelnikov 543e0a803a - fixed flushing delete array; 2023-07-11 16:34:15 +03:00
Mykyta Synelnikov 9b2ce94dc0 Merge remote-tracking branch 'origin/development/2.6.8' into development/2.6.8 2023-07-11 14:28:19 +03:00
Mykyta Synelnikov e41cd58e21 - reviewed #1239; 2023-07-11 14:27:57 +03:00
Champ Camba a0f24abf01 Add link to Disposable Email Domains extension in the recommendation 2023-07-10 23:32:39 +08:00
Mykyta Synelnikov e55e881d02 - small changes; 2023-07-10 12:04:53 +03:00
Mykyta Synelnikov 6a484b32a2 - updated hookdocs; 2023-07-10 11:14:02 +03:00
Mykyta Synelnikov dd128f833a Merge pull request #1243 from ultimatemember/feature/security-setting-review
Security settings and Scanner
2023-07-10 10:59:53 +03:00
Mykyta Synelnikov 8708304a39 Merge pull request #1242 from ultimatemember/feature/um_edit_profile_url_hook
Hook for um_edit_profile_url()
2023-07-07 21:59:17 +03:00
Champ Camba 479c2b03e1 Fix blocked email recommendation 2023-07-08 01:53:21 +08:00
Mykyta Synelnikov 6b79e36554 - fixed conflict with saving capabilities; 2023-07-07 15:09:12 +03:00
Mykyta Synelnikov 0bb73218ba - fixed conflict with saving capabilities; 2023-07-07 15:06:08 +03:00
Champ Camba c7dd1a80f3 Revert the notice to save settings when banned capabilities are modified 2023-07-07 19:29:45 +08:00
Champ Camba 03c2080356 Merge branch 'feature/security-setting-review' of https://github.com/ultimatemember/ultimatemember into feature/security-setting-review 2023-07-07 19:13:11 +08:00
Champ Camba fe3bea640b Fix issue with saved capabilities 2023-07-07 19:13:10 +08:00
Mykyta Synelnikov cb3897c48b - UM cron class review;
- schedule events on the first install;
- make an event's starting time base on recurrence;
2023-07-07 13:34:55 +03:00
Champ Camba 251753bbbf Remove hours from the detection 2023-07-07 17:39:49 +08:00
Champ Camba fda882d35c Remove debug text 2023-07-07 17:39:02 +08:00
Champ Camba 3ca3d0c0e8 Fix date range to filter suspcicious accounts and possible affected users 2023-07-07 17:37:43 +08:00
Champ Camba bd14db9e68 Add link to filter registered date
This filters users by date range who might be created when the suspicious accounts were created
2023-07-07 17:28:06 +08:00
Champ Camba 3d902a2bbb Enable/Disable Security email template on settings save 2023-07-07 15:44:28 +08:00
Champ Camba 39859b5026 Refactor destroying all sessions except one 2023-07-07 14:48:50 +08:00
Champ Camba 7b83fc7838 Add Site Health total issues with link to page 2023-07-07 14:13:42 +08:00
Champ Camba 3783496120 Add reset password 2023-07-07 13:51:38 +08:00
Champ Camba c53d1b07b1 Remove unused variables + add SSL check 2023-07-07 13:48:43 +08:00
Champ Camba 1672373729 Fix issue when saving & displaying with multi checkbox value 2023-07-07 13:48:16 +08:00
Champ Camba 56d57c5396 Remove script to require settings save 2023-07-07 13:47:53 +08:00
Mykyta Synelnikov 13a3ca50a1 - fixed banned profile; 2023-07-07 02:32:37 +03:00
Mykyta Synelnikov b69e930373 - fixed reset password meta set after update profile; 2023-07-07 02:06:29 +03:00
Mykyta Synelnikov e23387684c - fixed user status and Users List table column; 2023-07-07 01:46:11 +03:00
Mykyta Synelnikov fc6182c026 - additional changes from latest Champ commit; 2023-07-07 00:45:12 +03:00
Mykyta Synelnikov 75e3ce9391 - review for secure functionality; 2023-07-07 00:34:11 +03:00
ashubawork c78e88349c - add hook for user photos ext 2023-07-06 13:40:20 +03:00
Mykyta Synelnikov 25aa40b1c2 - review for secure functionality; 2023-07-06 01:56:59 +03:00
Champ Camba 110f22c92e Add locked capabilities in the settings to improve readability 2023-07-05 13:16:38 +08:00
Champ Camba a0b52f2698 Add disabled options in multi checkbox render 2023-07-05 13:13:33 +08:00
Champ Camba 0a4551c0a5 Fix default locked capabilities 2023-07-05 13:04:08 +08:00
Champ Camba 51a5b5ed66 Add secure doc article link 2023-07-05 12:57:42 +08:00
Champ Camba a03d76bfdf Fix admin notice expiration 2023-07-05 12:54:04 +08:00
Champ Camba e8be3cbb4f Add secure global notice for first-time 2023-07-05 12:51:48 +08:00
Champ Camba a3cdba07cb Add secure's restore account 2023-07-05 12:00:26 +08:00
Mykyta Synelnikov 8ac7016a1d - added additional hook attributes to 'um_reset_password_errors_hook' and 'um_reset_password_process_hook'; 2023-07-04 16:47:32 +03:00
Mykyta Synelnikov 1cb85f376c - fixed custom sorting field's titles; 2023-07-04 15:02:49 +03:00
Mykyta Synelnikov efa1a8a636 - fixed editable field; 2023-07-04 13:01:04 +03:00
Mykyta Synelnikov a7f3b80d3e - reviewd #1237; 2023-07-04 12:44:06 +03:00
Champ Camba 85ebc8b83b Include flagged user's browser data in the captured metadata 2023-07-04 03:57:29 +08:00