Visman
9410dba830
Fix Core\Csrf for instant redirects
2021-02-20 16:36:28 +07:00
Visman
a472b859c6
Update Core\Mail
...
Update valid() method: now uses filter_var(..., FILTER_VALIDATE_EMAIL) and does not change the case of characters in the email.
2021-02-19 17:08:03 +07:00
Visman
2278cf48f6
Change messages for missing pages
2021-02-19 10:44:33 +07:00
Visman
a9ce65c3ce
Update Profile\Email page
2021-02-18 23:30:57 +07:00
Visman
c2402e6dbe
Try to fix the email leak in email change form
2021-02-18 23:26:46 +07:00
Visman
41126079f7
Update Validator\Email
2021-02-17 22:40:13 +07:00
Visman
1af0514d89
.gitignore
2021-02-17 19:04:58 +07:00
Visman
a4adc74a5a
Fix main.dist.php
2021-02-17 01:17:44 +07:00
Visman
79057d18b1
Revert ".gitignore-"
...
This reverts commit 004c43a7a8
.
2021-02-17 01:03:59 +07:00
Visman
004c43a7a8
.gitignore-
2021-02-17 01:03:15 +07:00
Visman
63dd30bec4
.gitignore
2021-02-17 01:01:34 +07:00
Visman
88dd3b1a9a
Update Page\Auth
...
Prohibit send an email to password recovery for banned users.
Added validation by username here, since the form is validated only by email.
2021-02-16 19:16:41 +07:00
Visman
0fbeb59eea
Update Validator\Email
...
Add nosoloban flag.
2021-02-16 18:25:46 +07:00
Visman
8b12b5750e
Update Ban\IsBanned
...
Now the isBanned() method will return an exception if email is empty.
The result returns the type of ban: solo ban for email or banned the entire domain.
2021-02-16 18:05:19 +07:00
Visman
48e6ea0b64
Update User model
...
For a banned user, do not display a promotion link.
2021-02-16 17:46:00 +07:00
Visman
2286f96bbb
Update BanList model
...
Now the banFromName() method will return an exception if username is empty.
2021-02-16 17:39:31 +07:00
Visman
f20fbf33e6
Update Ban\IsBanned
...
Remove ban check by name. This check is in the model (banFromName() method).
2021-02-16 17:33:29 +07:00
Visman
7ffe8aa00e
Add autofocus for the two forms
2021-02-16 15:59:03 +07:00
Visman
d303f1a002
Update Core\Router
...
Now, to automatically calculate token, it does not need to be passed in arguments with a value equal to null.
2021-02-13 21:25:17 +07:00
Visman
adc67e1e24
Fix Page\Profile
2021-02-13 21:00:19 +07:00
Visman
7101264a3b
Update Core\Router
...
Remove duplicate information needed to build links.
2021-02-13 20:55:41 +07:00
Visman
05e53b5bcc
Code style
2021-02-13 17:03:24 +07:00
Visman
1cc6f7a2a9
Update Page\Userlist
2021-02-13 13:31:48 +07:00
Visman
c245beb32f
Update Page\Topic
2021-02-13 13:30:51 +07:00
Visman
0319bd280a
Update Page\Search
2021-02-13 13:29:15 +07:00
Visman
52725b7c77
Update Page\Report
2021-02-13 13:24:55 +07:00
Visman
2a9beb6cb9
Update Page\Register
2021-02-13 13:24:02 +07:00
Visman
530bb0980f
Update Page\Redirect
2021-02-13 13:23:25 +07:00
Visman
4fe6c50549
Update PostFormTrait.php
2021-02-13 13:22:07 +07:00
Visman
2aa3a8a5fe
Update Page\Post
2021-02-13 13:21:18 +07:00
Visman
c133e47455
Update Page\Poll
2021-02-13 13:20:15 +07:00
Visman
4ac916e407
Update Page\Misc
2021-02-13 13:18:24 +07:00
Visman
db5557eb11
Update Page\Forum
2021-02-13 13:17:19 +07:00
Visman
b5387b7668
Update Page\Feed
2021-02-13 13:16:27 +07:00
Visman
343fbd5d67
Update Page\Email
2021-02-13 13:14:57 +07:00
Visman
ae1c717afe
Update Page\Edit
2021-02-13 13:14:00 +07:00
Visman
21041be5d5
Update Page\Delete
2021-02-13 13:13:04 +07:00
Visman
020b0f0ca0
Update Page\Auth
2021-02-13 13:12:01 +07:00
Visman
dff5481070
Update Admin\Users page
2021-02-13 13:09:50 +07:00
Visman
b4939f5763
Update Admin\Update page
2021-02-13 13:01:48 +07:00
Visman
78a86f8c29
Update Admin\Reports page
2021-02-13 12:58:54 +07:00
Visman
02b60f6e81
Update Admin\Parser page
2021-02-13 12:57:44 +07:00
Visman
df1e9c2aa3
Update Admin\Groups page
2021-02-13 12:50:49 +07:00
Visman
4969c417d7
Update Admin\Forums page
2021-02-13 12:45:59 +07:00
Visman
fde0256cbd
Update Admin\Categories page
2021-02-13 12:39:30 +07:00
Visman
a9ebc2f899
Update Admin\Bans page
2021-02-13 12:36:08 +07:00
Visman
ab52e2b80e
Fix create() method in Core\Csrf
...
Arguments equal to null are not involved in token creation.
2021-02-13 12:34:25 +07:00
Visman
c61eb2a115
Update robots.txt
2021-02-13 10:20:02 +07:00
Visman
fb7ade1883
Update Controllers\Routing
...
Set arguments type.
2021-02-13 00:05:30 +07:00
Visman
41ec0c5400
Update Page\Profile
...
Change the way links are generated.
2021-02-12 23:53:58 +07:00