Commit graph

1703 commits

Author SHA1 Message Date
Visman
4b4d96a260 Fix previous commit 2023-05-31 16:07:38 +07:00
Visman
5ce8e20f9b Add FORK_JSON_ENCODE constant 2023-05-31 15:38:02 +07:00
Visman
61c613123a Update RegLog page 2023-05-30 23:01:28 +07:00
Visman
207ba891f5 hange the order of conditions 2023-05-30 23:00:17 +07:00
Visman
7a5c871a43 Update Driver.php 2023-05-29 23:39:09 +07:00
Visman
cdb41fa93c Added login via email/password 2023-05-29 21:05:45 +07:00
Visman
8e41ecb415 Update lang files 2023-05-29 19:30:34 +07:00
Visman
69fd7584d3 Delete mail templates 2023-05-29 19:28:15 +07:00
Visman
9c1d081f5a Change tooltip text depending on config setting 2023-05-29 16:29:13 +07:00
Visman
b7725afb23 OAuth: Diversify the description of actions 2023-05-28 21:17:27 +07:00
Visman
4d837f00c2 OAuth: Pass request type through provider
Needed to control the behavior of the authorization/registration algorithm without saving data to the session/cookies.
2023-05-28 19:50:38 +07:00
Visman
23afcdbb7b Update templates 2023-05-27 19:50:46 +07:00
Visman
c22108a3a2 Remove duplicate title elements
The template will add information from value.
2023-05-25 19:38:08 +07:00
Visman
6465970de1 Add an empty line 2023-05-25 18:59:59 +07:00
Visman
399ff77b32 Fix Admin\Bans page 2023-05-24 18:57:14 +07:00
Visman
af0b3141b2 Fix form.forkbb.php 2023-05-24 18:55:51 +07:00
Visman
b7a88db120 Update form.forkbb.php template 2023-05-24 18:11:13 +07:00
Visman
7f48a585c1 Fix Register page 2023-05-23 22:40:18 +07:00
Visman
fb87642b3e Add comment
If size exists, then it is a multiselect.
2023-05-21 21:38:46 +07:00
Visman
ecded3baed Fix Parser\BBCode page 2023-05-21 21:33:21 +07:00
Visman
f34fe01f07 Fix form.forkbb.php template 2023-05-21 21:32:49 +07:00
Visman
f0b7d0b6ee Update form.forkbb.php template 2023-05-21 21:03:05 +07:00
Visman
a3064a6921 Update form.forkbb.php 2023-05-21 13:56:38 +07:00
Visman
d4c426739d Update form.forkbb.php template 2023-05-20 21:03:35 +07:00
Visman
2caac06488 Update form.forkbb.php template 2023-05-20 19:21:59 +07:00
Visman
3142ba2c3a Update Register page for emails from OAuth 2023-05-19 20:58:24 +07:00
Visman
f0c1bd9d38 Update Validators\Email for emails from OAuth 2023-05-19 20:09:01 +07:00
Visman
934f7a1da0 Update findEmail() method for ProviderUser 2023-05-19 20:08:07 +07:00
Visman
4810de11d8 Add tail to password when registering via OAuth 2023-05-19 18:05:10 +07:00
Visman
1ae5c7a594 Remove invalid comment 2023-05-19 18:03:21 +07:00
Visman
5923684775 Use container->MAX_EMAIL_LENGTH 2023-05-19 18:02:44 +07:00
Visman
f61f1d246a Update login() method 2023-05-18 19:47:24 +07:00
Visman
06be297c6f OAuth (part 12 draft) Add Google
Not tested. Google banned the registration of new applications for my country.
2023-05-17 22:24:27 +07:00
Visman
3d362e622e Remove empty parameters from a request 2023-05-17 18:37:45 +07:00
Visman
64b2d8ecb8 Update validator.po 2023-05-17 11:13:28 +07:00
Visman
cf3087dd1c OAuth (part 11 draft) Add Yandex 2023-05-17 01:08:04 +07:00
Visman
93f09245e6 Fix Admin\Providers page 2023-05-17 00:36:44 +07:00
Visman
39dce53001 OAuth (part 10 draft)
If cURL is disabled, it will work through files/streams with allow_url_fopen=ON.
2023-05-16 21:36:24 +07:00
Visman
cf15f56635 Rename method 2023-05-16 21:29:21 +07:00
Visman
aee1a49a25 Fix call order of curl_close() and curl_error() 2023-05-16 17:34:28 +07:00
Visman
4f884d43e6 Add autocapitalize="off" for email fields 2023-05-15 19:13:35 +07:00
Visman
f997cb59a1 Update uploadFromLink() method for Files 2023-05-15 18:48:20 +07:00
Visman
4f27a39ace Add logging for avatar processing 2023-05-15 18:45:52 +07:00
Visman
19a7842b7a Repl FILTER_VALIDATE_BOOLEAN to FILTER_VALIDATE_BOOL 2023-05-15 17:12:31 +07:00
Visman
6f58d634a4 Up rev 2023-05-14 21:59:09 +07:00
Visman
cdbcfa8d09 Update curl_setopt() 2023-05-14 21:47:47 +07:00
Visman
947705cc3c Add avatar upload on registration via OAuth 2023-05-14 21:47:05 +07:00
Visman
8fa8d4d420 Temp files in cache 2023-05-14 21:44:55 +07:00
Visman
d22d5230cc Update gender to constants 2023-05-14 20:31:03 +07:00
Visman
60c66eac01 Remove password hash generation for OAuth
May be needed if a password is requested to confirm the action. In this case, you will need to confirm the action via OAuth.
2023-05-14 17:36:32 +07:00