Mykyta Synelnikov
fc2c5456e4
Implement directory privacy settings and add rate limiting
...
Adds configurable privacy options for member directories, allowing restrictions on visibility based on roles or login status. Introduces rate limiting for unauthenticated AJAX requests to prevent brute-force attacks or abuse.
2025-12-11 17:36:42 +02:00
Mykyta Synelnikov
695d522cb7
Rename 'auto_user_approve' to 'admin_ignore_user_status'.
...
Updated the setting name across relevant files to improve clarity and better reflect its functionality. Adjusted related logic to ensure consistent behavior with the new naming.
2025-04-14 16:04:29 +03:00
ashubawork
42e6e71e65
- add auto approval after the wp-admin registration
2025-04-10 11:07:13 +03:00
Mykyta Synelnikov
3858c6af83
Refactor Action Scheduler for not only email handling.
...
Updated the Action Scheduler implementation to improve flexibility and clarity. Replaced the 'enable_action_scheduler' option with 'enable_as_email_sending' for better specificity. Introduced hook-based checks to selectively enable email scheduling, ensuring compatibility and optimized performance.
2025-04-04 12:59:10 +03:00
Mykyta Synelnikov
a0892e18aa
* enhancements related to #1599 ;
2024-12-19 17:24:52 +02:00
Mykyta Synelnikov
6df83f4f09
- updated structure for action scheduler;
2024-09-06 15:03:50 +03:00
Mykyta Synelnikov
1409de3eb4
- fixed form duplicate and PHP notice about empty mode;
...
- fixed first install and login/registration forms custom fields;
2024-04-24 17:50:52 +03:00
Mykyta Synelnikov
7aaf47dc2d
- WPCS;
...
- hookdocs;
2024-03-07 14:56:55 +02:00
Mykyta Synelnikov
3b0e7f2f73
- strict typing with UM settings;
...
- wpcs;
- hookdocs;
2024-03-07 02:30:57 +02:00
Mykyta Synelnikov
41e9a50e0b
- strict typing with UM settings;
2024-03-07 02:02:03 +02:00
Mykyta Synelnikov
abc0b9b331
- strict typing with UM settings;
2024-03-06 23:52:25 +02:00
Mykyta Synelnikov
e1f550afb5
- changed "e-mail" to "email";
...
- changed texts for admin notices;
- added a few links to docs;
2024-02-16 15:12:21 +02:00
Mykyta Synelnikov
457c66791b
- removed Secure admin notice;
...
- changed Secure to Security;
2024-02-14 15:23:03 +02:00
Mykyta Synelnikov
3d13907c2b
- fixed Member Directory predefined page option;
2024-02-13 17:16:45 +02:00
Mykyta Synelnikov
5da4994a2a
- fixed install predefined page script;
2024-02-07 17:38:36 +02:00
Mykyta Synelnikov
c56f52297e
Merge branch 'development/2.8.x' into feature/wp_admin_settings
2024-01-18 15:05:04 +02:00
ashubawork
d9021373ce
- add meta to user
2024-01-16 14:00:22 +02:00
Mykyta Synelnikov
b03b4a5a76
- page_select field for the Settings > General > Pages;
2024-01-12 11:03:04 +02:00
ashubawork
30c4ba215b
- delete comments after user deleting
2023-10-03 14:34:59 +03:00
Mykyta Synelnikov
47e97ceb59
- updated hookdocs;
...
- partially reviewed site health functionality;
- hide notifications tab setting when there aren't any possible notifications for disabling in User Account (#1318 )
2023-10-03 13:30:02 +03:00
Mykyta Synelnikov
0149605a36
- added ability to use custom metakey as profile slug;
...
- important: use for this case required usermeta which cannot be empty
2023-09-11 15:41:29 +03:00
Mykyta Synelnikov
fd3daabbc7
- fixed "editable" field data format in predefined forms;
2023-08-18 15:28:44 +03:00
Mykyta Synelnikov
24e79c37af
- wpcs;
...
- hookdocs for `um_setup_predefined_page_content`, `um_core_pages`;
2023-08-09 16:24:22 +03:00
Mykyta Synelnikov
2d5ab45c01
- added "Show/hide password button" option;
2023-07-25 12:42:39 +03:00
Mykyta Synelnikov
d408942c90
- fixed default settings values;
2023-07-18 14:36:02 +03:00
Mykyta Synelnikov
ce4cf8fe7b
- updated hookdocs;
...
- reviewed `um_safe_redirect()`;
- updated readme.txt
2023-07-18 12:06:17 +03:00
Mykyta Synelnikov
75e3ce9391
- review for secure functionality;
2023-07-07 00:34:11 +03:00
Mykyta Synelnikov
25aa40b1c2
- review for secure functionality;
2023-07-06 01:56:59 +03:00
Mykyta Synelnikov
053b7284bc
- fixed 'required_opt' data;
2023-06-29 20:22:06 +03:00
Mykyta Synelnikov
30663c3ecd
- reviewed #1190 ;
2023-06-12 13:20:00 +03:00
Mykyta Synelnikov
bdb768d963
- reviewed #1164 ;
2023-04-18 16:14:21 +03:00
Mykyta Synelnikov
034d9e8b43
- fixed dynamically declared variables inside the classes;
2023-04-17 20:16:15 +03:00
Nikita Sinelnikov
19c83933f2
- closed #1101 ;
2022-12-13 14:53:35 +02:00
Nikita Sinelnikov
9cdf65973c
- prepared for 2.4.0 release;
2022-05-24 18:29:39 +03:00
mansurahamed
a311da0a1f
Change the word approved to created
...
For new user admin notification email description the word approved creates confusion, this should be changed to created
https://secure.helpscout.net/conversation/1779797627/58148/
2022-02-07 11:44:43 +06:00
Nikita Sinelnikov
9c9ac59be7
- changed version to 2.3.0;
...
- added update for Required strong password option;
2021-12-14 17:44:07 +02:00
Nikita Sinelnikov
e8c1497ec4
- fixed password length validation;
...
- added settings for the password min/max length;
2021-09-21 13:25:49 +03:00
Nikita Sinelnikov
9927dab323
- fixed um_edit_profile_url() function and added $user_id attribute;
...
- added `disable_restriction_pre_queries` option for backward compatibility with business logic where 404 error isn't good way;
- added `restricted_post_title_replace` option for ability to disable restricted post's title replace
2021-08-25 01:07:09 +03:00
Nikita Sinelnikov
2b115b89c7
- added setting 'Restricted Access Post Title' for restricted posts displayed in archive;
...
- fixed access class for posts visible in query but that have restriction settings (message or redirect);
2021-07-22 20:58:20 +03:00
nikitasinelnikov
fc2ab58dfe
- added UM setting;
2021-04-09 15:25:01 +03:00
nikitasinelnikov
7f7dae9979
- reviewed No Index functionality;
2021-03-03 15:21:18 +02:00
nikitasinelnikov
585870bb3d
- code review for image rotation;
2020-07-31 00:51:45 +03:00
nikitasinelnikov
45b12fcd69
Merge remote-tracking branch 'remotes/origin/feature/rotate_uploaded_image'
2020-07-31 00:46:09 +03:00
nikitasinelnikov
1c2401b2fe
- added no password required config setting;
2020-07-31 00:44:55 +03:00
denisbaranov
c67c3729ef
Added: Setting "Fix image orientation"
2020-05-31 14:53:25 +03:00
ashubawork
02d8e2019b
- add the field "Exclude specific users"
2020-03-31 14:42:24 +03:00
nikitasinelnikov
455287f05c
- added option for hide_in_members default setting;
2020-01-14 23:48:33 +02:00
nikitasinelnikov
b1ca9ad49d
- added member directories' custom sorting labels;
2020-01-13 10:18:30 +02:00
nikitasinelnikov
33ce6d7ae5
- commit with user metadata table;
2019-12-20 15:06:58 +02:00
nikitasinelnikov
cc08e23bd2
- added text-type filters;
...
- added limitation for select-type filters for getting only exists options;
- added fixes for member directory styles;
2019-11-20 17:07:38 +02:00