Commit Graph

58 Commits

Author SHA1 Message Date
Nikita Sinelnikov af13de140a - fixed using "'" symbols in emails. There is possible to register with it and login after that. Closed #1059; 2022-10-24 16:22:04 +03:00
Nikita Sinelnikov aa6a238c61 - added callbacks blacklist. Added PHP command execution functions here to exclude the running them from the custom callback; 2022-09-30 12:31:40 +03:00
Nikita Sinelnikov fa9b85773e - fixed using special chars inside the password; 2022-06-10 01:53:35 +03:00
Nikita Sinelnikov fe88b40939 - using slashes in the callback function setting of the dropdown fields; 2022-06-08 21:24:23 +03:00
Nikita Sinelnikov 9cdf65973c - prepared for 2.4.0 release; 2022-05-24 18:29:39 +03:00
Nikita Sinelnikov e1cf3cd0d6 - small changes for the checkbox field type sanitizing; 2022-04-20 17:34:09 +03:00
yuriinalivaiko 70ab56465a - Fixed: checkbox field data type on sanitize 2022-04-19 19:56:12 +03:00
Nikita Sinelnikov 601c75ad92 - fixed #946;
- fixed PHP notices;
2021-12-15 02:46:47 +02:00
Nikita Sinelnikov e6e9bd17d8 - fixed using callback for member directory fields;
- fixed "false" display name in the member directory. it displays empty for now;
- fixed function for cleaning and sanitize arrays;
2021-12-14 02:08:15 +02:00
Nikita Sinelnikov 2fd759727b - changed version; 2021-08-23 17:13:39 +03:00
Nikita Sinelnikov b8b4ea9574 Merge pull request #841 from glendel/master
- fixed #840;
2021-08-23 17:09:38 +03:00
Nikita Sinelnikov 5d773256b9 - fixed profile form nonce;
- fixed profile form getting ID and data;
- fixed class-access.php when restricted taxonomies are disabled;
2021-08-19 12:58:13 +03:00
Nikita Sinelnikov 6a3f55b8a7 - fixed sanitizing the description field with allowed HTML inside; 2021-08-11 13:17:48 +03:00
Nikita Sinelnikov 2ed4ee96cd - fixed member directory dropdown filters;
- code formatting for URL field type sanitizing;
2021-08-06 01:13:02 +03:00
yuriinalivaiko 82798b3508 Don't use function esc_url_raw for social fields.
Social string entered by user may not be an URL.
2021-08-05 17:19:54 +03:00
Nikita Sinelnikov 415b7a8371 - fixed frontend forms sanitizing; 2021-07-15 15:22:16 +03:00
Nikita Sinelnikov 0fc2d131ee - fixed sanitizing functions; 2021-06-29 21:15:48 +03:00
Nikita Sinelnikov 07e664be80 - intermediate results with sanitizing form handlers; 2021-06-29 02:51:54 +03:00
Glendel Joubert Fyne Acosta e6e7f5c0f6 - fixed #840; 2021-05-20 10:00:17 -05:00
nikitasinelnikov a4a954b7e6 - fixed fields validation based on field's privacy settings; 2021-04-06 12:30:33 +03:00
nikitasinelnikov 5afebdd786 - Added: Ability for the integration with Gutenberg Block restriction settings (extends the block restriction settings via 3rd-party plugins);
- Added: Invalid nonce validation on Login and Registration pages instead of wp_die()
2020-12-04 03:54:59 +02:00
nikitasinelnikov fa13e82202 - There are changed PHP’s intval(), strval(), floatval(), and boolval() typecasting functions to (int), (string), (float) and (bool) regarding [this doc](https://make.wordpress.org/core/2020/11/20/miscellaneous-developer-focused-changes-in-wordpress-5-6/). 2020-11-24 12:55:22 +02:00
nikitasinelnikov 3e81db6fa4 - fixed security lacks in form data submissions; 2020-10-29 12:20:47 +02:00
nikitasinelnikov 255acd7c0a - fixed member directory sorting by the full name;
- fixed registration form with not editable role field;
2020-10-14 11:42:59 +03:00
nikitasinelnikov fa3c4f4b9e - removed Instagram extension from marketing pages;
- fixed security lack with not editable roles field;
2020-10-05 23:21:40 +03:00
nikitasinelnikov 042be3351a - fixed roles field; 2020-10-01 12:03:56 +03:00
nikitasinelnikov 4ac6071aa2 - fixed roles field, which isn't customized; 2020-09-22 14:30:25 +03:00
nikitasinelnikov ec1db4f5cd - fixed roles options; 2020-09-11 00:14:20 +03:00
nikitasinelnikov 19f2786e05 - fixed security vulnerability; 2020-09-08 23:13:43 +03:00
nikitasinelnikov 5e782cf922 - fixed account submission for password reset; 2020-08-03 18:06:26 +03:00
nikitasinelnikov 72a1e9a7c3 - small code formatting; 2020-03-02 16:47:56 +02:00
nikitasinelnikov f16783c047 Merge remote-tracking branch 'remotes/origin/origin/improvement/field-notice' 2020-02-06 15:05:34 +02:00
nikitasinelnikov 2b150d3860 - fixed member directory attribute using with callback functions in selectboxes; 2020-01-21 18:27:59 +02:00
Champ Camba 14f962dd39 Add field notice 2020-01-08 17:51:23 +08:00
nikitasinelnikov 5c807204c3 - fixed callback function for select-type filter - return only existed values;
- fixed conflict with php_data variable in admin JS;
2019-11-22 11:55:21 +02:00
nikitasinelnikov 9418161306 - fixed issue #376 2019-08-23 20:22:42 +03:00
nikitasinelnikov e101bdbb39 - code review for reset password link; 2019-05-05 23:01:07 +03:00
nikitozzzzzzz 4cf341e890 - added code snippet for WPML integration with Forms translations;
- removed some old commented code;
2018-11-27 14:21:27 +02:00
nikitozzzzzzz 0ceab69793 - added nonce fields; 2018-11-21 14:01:18 +02:00
Denis Baranov 5416280d80 fix callback func in members directory search 2018-07-13 13:33:28 +03:00
nikitozzzzzzz d68eb68cf6 - fixed the role's option getting; 2018-06-07 11:09:49 +03:00
nikitozzzzzzz 224b869541 - fixed user status setup on registration process; 2018-05-25 18:22:38 +03:00
nikitozzzzzzz e1bf14e9e0 - deprecated time checking spam bot; 2018-05-15 15:41:28 +03:00
nikitozzzzzzz 3eca951d07 - fixed class exists operators; 2018-03-26 01:27:46 +03:00
nikitozzzzzzz 2ce33098b5 - fixed user registration;
- phpDoc;
2018-03-20 13:24:38 +02:00
nikitozzzzzzz 12891ff743 - hook docs; 2018-03-05 16:35:51 +02:00
nikitozzzzzzz 3d19aa00b8 - made hooks documentation;
- some optimizations and make single functions for some hooks;
2018-03-02 09:55:49 +02:00
nikitozzzzzzz b9f88bb06b - small notices fixed;
- fixed role submit for extensions integrations;
2018-02-01 10:59:44 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
nikitozzzzzzz 49630893ce Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into release/2.0 2017-11-06 15:28:17 +02:00