openvk/Web/Models/Entities
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
..
Notifications Users: Add the ability to convert votes into a rating for yourself or other users 2022-02-07 23:33:49 +02:00
Traits Change hashtag format to include danbooru tags as a subset 2022-04-18 19:36:44 +03:00
Album.php Refactor albums 2021-01-27 17:41:21 +00:00
APIToken.php [WIP] Add VK API compat layer 2020-08-12 11:39:06 +00:00
Attachable.php Initial commit 2020-06-07 19:04:43 +03:00
Club.php Groups: Add admin-placeable alerts 2022-04-14 12:29:41 +02:00
Comment.php Discussions: Some fixes 2021-12-15 19:00:26 +02:00
Correspondence.php Unread messages stub 2021-01-27 17:59:11 +00:00
EmailChangeVerification.php Users: Add ability to change email address in settings 2022-05-06 16:17:08 +02:00
EmailVerification.php [WIP Maybe] Email: Add verification mechanism 2022-01-31 14:45:53 +03:00
Gift.php Add gifts 2021-10-07 11:48:55 +03:00
GiftCategory.php Fix incorrect slug generation for GiftCategory 2021-10-09 21:54:42 +03:00
IP.php Add rate limiting feature 2020-12-31 21:19:58 +00:00
Manager.php Improvements related to group admins (#278) 2021-11-12 15:31:23 +02:00
Media.php Try to guess CDN the protocol if it is set to NULL in config 2022-04-18 19:42:05 +03:00
MediaCollection.php Refactor albums 2021-01-27 17:39:15 +00:00
Message.php Unread messages stub 2021-01-27 17:59:11 +00:00
Note.php Notes: Add .underline for underlined text 2022-03-23 16:43:17 +03:00
Notification.php Initial commit 2020-06-07 19:04:43 +03:00
PasswordReset.php [WIP Maybe] Email: Add verification mechanism 2022-01-31 14:45:53 +03:00
Photo.php Use Photo::getVkApiSizes in wall.get 2022-04-24 15:38:53 +03:00
Post.php Wall: Remove sending a notification when a comment is like that breaks the list of notifications 2021-11-29 13:23:17 +02:00
Postable.php Wall: Last comments on the post 2021-11-28 14:39:42 +03:00
SupportAlias.php Support: WIP: Add support agent name customization 2021-10-14 13:35:17 +03:00
Ticket.php Support: Make the code more similar to rest of code in the project 2021-12-10 18:36:50 +02:00
TicketComment.php Support: Add ability to delete comments in a ticket 2022-01-28 15:34:13 +02:00
Topic.php Groups: Fix discussions 2021-12-15 01:29:41 +02:00
User.php Auth: Fix bug in user registration 2022-05-07 15:10:55 +02:00
Video.php Show stub if video is not processed 2022-04-12 22:01:12 +03:00
VideoAlbum.php Refactor albums 2021-01-27 17:39:15 +00:00
Voucher.php Add vouchers 2021-10-07 11:47:30 +03:00