celestora
b328254285
Use adler32 hash for app avatars (php74 compat)
2022-08-20 21:36:56 +03:00
celestora
d767d8e2eb
Приложения ( #674 )
2022-08-20 21:07:54 +03:00
celestora
6e17c446bf
Add ability to preview notes without publishing
...
Resolves #604
2022-08-19 20:20:09 +03:00
celestora
d02cef93ee
Search hashtags via word index ( #655 )
2022-08-15 13:08:07 +07:00
Maxim Leshchenko
42bba82941
Correct the code style in the profile deactivation function
2022-08-05 21:29:31 +01:00
Ilya Prokopenko
b1ce106e4c
Profile deactivation function ( #626 )
2022-08-05 23:00:52 +03:00
celestora
74f5d0a705
Don't truncate group names
...
Now long group names are allowed (VK pre-2012 std)
2022-08-04 21:42:30 +03:00
veselcraft
22e4e76b9f
Friends: Add list with friends online
2022-07-31 14:33:23 +03:00
Ilya Prokopenko
74b3bf5e3f
Photos: Add changing of update date of album
...
Resolves #588
2022-07-29 16:41:43 +07:00
veselcraft
44241be808
VKAPI: Add new methods for Wall - getComments, getComment, createComment, deleteComment
2022-07-23 15:50:00 +03:00
veselcraft
658b60d5f0
VKAPI: Disable HTML output in prior to RAW output
...
RichText: Replace CR+LN with just LN because it causes graphical bugs in VK4ME
2022-07-21 09:40:42 +03:00
Maxim Leshchenko
5b5d095121
Users: Improve the birthday field
...
Now you can hide the year of birth. Also people who were born on January 1, 1970 can specify their date of birth
2022-07-09 15:33:55 +01:00
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