veselcraft
b731cb4c87
Merge branch 'master' of github.com:openvk/openvk
2022-05-31 17:40:04 +03:00
veselcraft
db3789bef8
Messages: Redesign, Date fix, Pagination
...
Search: Kind of fix by adding more shitcode xdddddd
Co-authored-by: Daniel <60743585+myslivets@users.noreply.github.com>
2022-05-31 17:39:52 +03:00
Ilya Prokopenko
2dd37519e3
User: Always return the name with a capital letter
2022-05-31 14:20:02 +03:00
Celestora
1667713aa0
Transliterate names to latin for en.strings
2022-05-30 11:09:45 +03:00
Celestora
5d11cdbe46
Properly output marital status for female users
2022-05-30 10:46:27 +03:00
Maxim Leshchenko
060100821d
Global: Add toggle home page between My Page and My Feed
...
The switch is in the interface settings. Closes #361
2022-05-23 09:18:06 +01:00
Maxim Leshchenko
f8c0071227
Groups: Fix exception on groups with empty description
2022-05-20 17:23:10 +01:00
Maxim Leshchenko
0818e507a8
Support: Remove some commented code and make code a little more consistent with the code style
2022-05-20 15:16:39 +01:00
Maxim Leshchenko
12210d0fb0
Groups: Allow line breaks in descriptions
...
Closes #542
2022-05-20 13:45:14 +01:00
Maxim Leshchenko
fe2010560a
Global: Make code more consistent with code style
2022-05-08 12:11:18 +02:00
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
Maxim Leshchenko
45fe270700
Users: Add ability to change email address in settings
...
Closes #63
2022-05-06 16:17:08 +02:00
Celestora
622c9204b2
Use Photo::getVkApiSizes in wall.get
...
Now wall.get will reflect accurate information about image sizes and their dimensions.
2022-04-24 15:38:53 +03:00
Celestora
ae3850b75e
Add black bars to weird videos
...
Fixes #466
2022-04-18 20:40:32 +03:00
Celestora
3d24c1c881
Try to guess CDN the protocol if it is set to NULL in config
2022-04-18 19:42:05 +03:00
Celestora
2c10659003
Change hashtag format to include danbooru tags as a subset
...
Before: #kashim'a_(kantai_collection) -> #kashim'a_(kantai_collection) doesn't work
Now: #kashim'a_(kantai_collection) -> <a (...)>(...)</a> works
2022-04-18 19:36:44 +03:00
Celestora
377277f3d7
Allow mentioning people with funny names too
...
Fixes #494
2022-04-18 19:22:36 +03:00
Ilya Prokopenko
d969e29621
About: Increase the top groups by 10
2022-04-18 13:54:56 +07:00
Ilya Prokopenko
28c66af133
About: Increase block of top groups & add "Links"
...
Closes #510
Co-authored-by: Celestora <kitsuruko@gmail.com>
2022-04-14 18:36:38 +03:00
Maxim Leshchenko
99344c5497
Groups: Add admin-placeable alerts
2022-04-14 12:29:41 +02:00
Celestora
26cb287b67
Fix condition in Media::save which made videos stay in processing status for infinite amount of time
2022-04-12 22:12:15 +03:00
Celestora
fb141e259b
Show stub if video is not processed
2022-04-12 22:01:12 +03:00
Celestora
f3f62a63ac
Add User::getMorphedName
2022-04-12 20:10:35 +03:00
Celestora
15385ad69d
Add auto-resolution for weird directory files error in Photo
2022-04-05 22:36:46 +03:00
Celestora
599c378b6f
Remove redundant getDimensions
2022-04-05 16:13:25 +03:00
Celestora
be83a72be2
Add build-images to openvkctl
2022-04-05 15:54:53 +03:00
Celestora
ed9dac2ac1
Use correct image sizes in various templates
2022-04-05 14:39:13 +03:00
Celestora
608c34815e
Add photo miniatures creation logic to Photo::saveFile
2022-04-05 14:10:31 +03:00
Celestora
f707c72f07
Cache image resolution in database
2022-04-05 11:38:19 +03:00
Ilya Prokopenko
17a60f24e8
Global: Fix photo uploads
...
Resolves #524
2022-03-30 16:52:14 +03:00
Celestora
1a2a0805d4
Add photos.save, photos.saveWallPhoto, photos.saveOwnerPhoto, photos.getUploadServer
...
Didn't test, but shouldn't be really tough to fix afterwards if it'll break.
2022-03-29 20:43:34 +03:00
veselcraft
f7a2da2cbf
VKAPI: Add Likes.add, Likes.remove and Likes.isLiked methods
2022-03-29 14:04:11 +03:00
veselcraft
8caecbe362
VKAPI: Make ACTUALLY work 'count' arg in Friends methods
2022-03-27 16:43:20 +03:00
veselcraft
dae42b0179
Users: Add ability to search by shortcode
2022-03-27 16:18:51 +03:00
Maxim Leshchenko
6588734caa
Support: Allow agents to prevent users from creating tickets
2022-03-26 22:06:07 +01:00
veselcraft
e6759f089f
Albums: fix getAlbumByPhotoId performance issue
2022-03-25 16:36:38 +03:00
veselcraft
4bf6fce260
VKAPI: Fix 500 error if the post is published as anon
2022-03-25 14:44:10 +03:00
veselcraft
514b73d41e
Merge branch 'master' of github.com:openvk/openvk
2022-03-25 14:05:59 +03:00
veselcraft
1472801874
VKAPI: Add attachments support for Wall methods
...
TODO Refactor: Перенести вывод в отдельную функцию, чтоб не дублировать код
2022-03-25 14:05:44 +03:00
Ilya Prokopenko
46db744caf
Notes: Add .underline for underlined text
...
Kinda resolves #499 but in a different way
2022-03-23 16:43:17 +03:00
celestora
e3312cb5f2
Replace invalid Start-Process command with SetPriority
2022-03-22 12:16:06 +02:00
Ilya Prokopenko
d619455e1f
Notes: Display new notes first
...
Resolves #500
2022-03-21 17:11:53 +03:00
Celestora
71c744c41f
Add video uploading support for Windows
...
Untested, but should mark as resoved #506
2022-03-20 18:04:43 +02:00
Maxim Leshchenko
95de8e4514
Wall: Process hashtags only if it's not part of a word
...
Closes #449
2022-02-08 18:40:51 +02:00
Maxim Leshchenko
5f376b0517
Users: Consider nickname when searching for a user
...
Closes #465
2022-02-08 15:44:20 +02:00
celestora
881665831e
Allow non-cased letters in names
2022-02-08 12:15:29 +02:00
Maxim Leshchenko
13b614c377
Users: Add the ability to convert votes into a rating for yourself or other users
...
Closes #345
2022-02-07 23:33:49 +02:00
veselcraft
47093f40cc
Users: Bring back ability to NOT set the last names
2022-02-07 20:16:47 +03:00
veselcraft
8c44721a1e
Merge branch 'master' of github.com:openvk/openvk
2022-02-07 19:40:20 +03:00
veselcraft
a48d1cd8ce
Notification: Fix pagination (it didn't work)
...
Closes #460
vriska nu i vadristal ty tut v kode xddddd
2022-02-07 19:39:54 +03:00