openvk/Web/Presenters
Maxim Leshchenko aef369ac58 Auth: Fix bug in user registration
Due to fact that the automatically generated setEmail method is replaced by the method for a complete change of email address, which runs the save method. Because of this, in case of an error, the user will still be created. This commit renames the method for completely changing email address to avoid replacing the automatically generated method.
2022-05-07 15:10:55 +02:00
..
templates Users: Add ability to change email address in settings 2022-05-06 16:17:08 +02:00
AboutPresenter.php Global: Add route /dev 2022-04-18 10:03:44 +03:00
AdminPresenter.php Admin: Localization & fixing tabs (#407) 2022-04-24 06:02:23 +00:00
AuthPresenter.php Check name validity before creating ChandlerUser 2022-03-26 12:24:57 +02:00
AwayPresenter.php Initial commit 2020-06-07 19:04:43 +03:00
BlobPresenter.php Make BlobPresenter compatible with image minatures 2022-04-09 20:13:53 +03:00
CommentPresenter.php Removed unnecessary extensions from the routes 2021-12-31 11:28:57 +07:00
ContentSearchPresenter.php Initial commit 2020-06-07 19:04:43 +03:00
GiftsPresenter.php Commerce: allow disabling commerce in configuration 2021-10-12 12:20:08 +03:00
GroupPresenter.php Discussions: Fix the checkbox "Everyone can create topics" 2022-01-25 17:25:49 +02:00
HelloPresenter.php Initial commit 2020-06-07 19:04:43 +03:00
InternalAPIPresenter.php Global: Fix reloadloop if the server checks for CSRF token 2022-01-22 16:12:01 +03:00
MessengerPresenter.php Messenger: Allow sending messages not only to friends and add a privacy setting to customize this 2021-12-28 11:40:14 +02:00
NotesPresenter.php Notes: Add editing (#58) 2022-01-26 18:26:18 +03:00
NotificationPresenter.php Initial commit 2020-06-07 19:04:43 +03:00
OpenVKPresenter.php Add X-Accel-Expires for non-authorized users 2022-04-04 16:43:40 +03:00
PhotosPresenter.php Throw error if album name is too large 2022-04-18 19:02:56 +03:00
SearchPresenter.php Restrict search to authorized users and add ratelimit 2022-04-04 15:15:52 +03:00
SupportPresenter.php Support: Allow agents to prevent users from creating tickets 2022-03-26 22:06:07 +01:00
ThemepacksPresenter.php [IMPORTANT SECURITY] Fix critical directory traversal vulnerability in theming mechanism 2020-06-14 18:37:06 +03:00
TopicsPresenter.php Groups: Remove the ability for those who are not group administrators to publish posts, comments and topics on behalf of the group 2021-12-15 19:19:13 +02:00
UnknownTextRouteStrategyPresenter.php Initial commit 2020-06-07 19:04:43 +03:00
UserPresenter.php Auth: Fix bug in user registration 2022-05-07 15:10:55 +02:00
VideosPresenter.php Privacy: Fix a lot of issues with user's privacy 2021-12-14 16:00:12 +03:00
VKAPIPresenter.php Add photos.save, photos.saveWallPhoto, photos.saveOwnerPhoto, photos.getUploadServer 2022-03-29 20:43:34 +03:00
WallPresenter.php Make wall posts vidible to outside world 2022-04-18 21:04:20 +03:00