Commit graph

1558 commits

Author SHA1 Message Date
celestora
c53dce2bea Fix navigation to "[object Object]" after closing note 2023-07-07 14:45:50 +03:00
celestora
49e449e478 Notes: add new note viewing UI for wall 2023-07-06 13:20:49 +03:00
celestora
5ca9e2808c Fix premature iterator closure error in Wall.getMyNotes 2023-07-06 11:47:53 +03:00
celestora
070ea16536 Fix permissions reporting (can_create_topic, can_post) for clubs in vk api 2023-07-06 11:44:46 +03:00
lalka2018
2e76ca16df
Wall: add notes attachments to posts (#907)
* Posts: add notes attachments
2023-07-05 14:54:58 +03:00
Dmitry Tretyakov
b35b87567b VKAPI: Add banned (not only deleted!) user stub
Final fix #622
2023-07-02 13:11:49 +07:00
Österreich Luminota
3ae9def10a
VKAPI: Wall.getById hotfix (for real now)
Resolves GH-909
2023-06-29 22:36:01 +07:00
Vladimir Barinov
050ab43889
API: hotfix 2023-06-29 16:43:56 +03:00
celestora
3d90eb89ec
Make messenger box larger
Addresses #906
2023-06-22 15:56:53 +03:00
lalka2018
59554172d6
Поддержка видео с YouTube в API и фикс board.php (#905) 2023-06-22 14:22:07 +03:00
lalka2018
2fed1d9fef
Подсказки в поиске (#901) 2023-06-22 12:39:25 +03:00
celestora
53fa14d89e
Use UA description instead of "api" in default API platform
OpenVK will try to guess OS and name of library which was used to make token generation request to more accurately represent.. stuff.
2023-06-17 14:25:21 +03:00
Dmitry Tretyakov
d9b595d250 VKAPI: Split group member names in Groups.getMembers 2023-06-16 16:11:05 +07:00
Dmitry Tretyakov
da5ce0a53c Add "Hide" & "Show details" strings for OpenVK Mobile and correct "Like" strings 2023-06-16 11:12:59 +07:00
Dmitry Tretyakov
a9d686b3a5 теперь я из гх десктопа, я очень надеюсь, что бот закончит спамить 2023-06-15 19:43:09 +07:00
Dmitry Tretyakov
46eaba1cb2
Update uk.strings 2023-06-15 19:20:53 +07:00
Dmitry Tretyakov
2db815d004
Fix syntax 2023-06-15 19:20:05 +07:00
Dmitry Tretyakov
32bcf1f77f
Add Russian strings for OpenVK Mobile 2023-06-15 19:19:04 +07:00
Dmitry Tretyakov
0d8b7b8181
Add "Settings" strings for OpenVK Mobile 2023-06-15 19:18:13 +07:00
Dmitry Tretyakov
0d167ac18b
New localization strings for OpenVK Mobile web theme (#897)
* New localization strings for OpenVK Mobile web theme

* New Russian localization strings for OpenVK Mobile web theme

* New Ukrainian localization strings for OpenVK Mobile web theme

* Move some English strings to 'Mobile' category

* Move Russian strings to 'Mobile' category

* Move Ukrainian strings to 'Mobile' category

* Add missing strings

* Add missing EN strings

* Update uk.strings
2023-06-15 12:15:15 +03:00
aqukie
0a4032eaed
Locales: Update Ukrainian & Belorusian (#895)
* Add translation of Search

* Fixed typo and stupid translation

* Translate of Belorusian locale (1\2)

* Translate Search on Belorusian (narkomovka)

* Да монав я робити назву, ща тіко птушка чекне, чи є помилки і мержайте

* хотфікс типу

* Знаешь знаешь чем харьковские отличаються от днепропетровских?

* Знаю, 200 километров разницы между ними

* 290... Но отличаются они тем, что днепропетровские думают как нажить, а харьковские где их oбъeбyют
2023-06-14 11:34:23 +03:00
Dmitry Tretyakov
851c4e29f7
Lazyfixdown: Increase margin between right of sidebar and left of content 2023-06-14 15:29:58 +07:00
Mikita Wiśniewski
fdb0735041
OpenVK Modern: fix search options (#899) 2023-06-14 08:22:24 +00:00
lalka2018
3e69d06474
VKAPI: методы для подарков, заметок, статусов, обсуждений и немного для фоток и групп (#876)
* API methods for gifts, notes, statuses

* Some fixes

Строки локализации у gifts.send теперь не костыльные и можно прикрепить до 10 аттачей к посту

* Small imp

Пофиксил пагинацию у заметков и подарок
Перенёс структуру заметок
Добавил аттачи к комментариям
Добавил проверку на удалённость аттача
Ну и пофиксил сортировку заметок

* VKAPI: Some methods for topics and photos

Добавлены методы для обсуждений (addTopic, closeTopic(), createComment(), deleteComment(), deleteTopic(), editTopic(), fixTopic(), getComments(), getTopics(), openTopic(), unfixTopic())
и для фотографий (createAlbum(), editAlbum(), getAlbums(), getAlbumsCount(), getById(), get(), deleteAlbum(), edit(), delete(), deleteComment(), createComment(), getAll(), getComments())

* fixsex
2023-06-13 21:03:43 +03:00
lalka2018
dd97ded326
Search: some fixes (#896) 2023-06-13 20:57:49 +03:00
celestora
05bac50057
Fix adapative resizing on club pages 2023-06-11 14:48:59 +03:00
Österreich Luminota
0b1d2d577a
SQL: Fix agent card editing 2023-06-11 16:29:36 +07:00
Österreich Luminota
1423006bf1
Global: Change docs URL 2023-06-11 15:33:15 +07:00
Österreich Luminota
a5c1db0106
Admin: Add dark more toggle
yay dark mode

The switch can be turned off after a page reload even if the dark theme
is enabled. But hey, at least it works!

After updating the code, go to the "Web/static/js" folder and run the
`yarn install` command.
2023-06-11 14:02:59 +07:00
Österreich Luminota
1da9ff312c
JS: Bump jQuery ver to 3.0.0
Hopefully resolves GHSA-gxr4-xjj5-5px2 and GHSA-rmxg-73gg-4p98

After updating the code, PLEASE go to the "Web/static/js" folder and run
the `yarn install` command.
2023-06-11 13:59:34 +07:00
Österreich Luminota
6d276e061a
OpenVK Midnight: Resolve new issues, add README 2023-06-11 00:23:55 +07:00
NoPlagiarism
04bca818b8
VKAPI: Re-add Utils.resolveScreenName (#886) 2023-06-10 15:56:07 +00:00
lalka2018
f9f6270da0
Search: Add search with parameters (#880)
* Search with parameters

* Small improvements

* Small improvements no.2

Поиск теперь нормально выглядит на других темах
При поиске по группам отображается количество участников там
Костыль с пропуском постов возвращён но немного изменён
Добавлен костыль к комментариям чтобы не показывались комменты с удалённых постов и не было бага как в вепуровке
Добавлены ключи в советском и имперском языке для моих прошлых пуллов (ну и этого конечно)

* Fix debilny oshibky

Убрал лишние ключи локализации, исправил панель поеска и исправил hometown

* fiksy bagiv

* ok

* ok 2

* ok

* rrrrrrrrrrrrrrrr

Добавил параметры в vkapi users.search(), пофиксил проверку коммерции, сузил параметры ещё больше и добавил анимацию выдвижения поиска чтобы красиво было
2023-06-10 18:54:02 +03:00
ayato
8fb1be6be6
locales: Kazakh: Update locale (#894) 2023-06-10 18:07:50 +03:00
lalka2018
f898e973a2
Fix 500 on repost in vkapi (#893) 2023-06-08 15:36:05 +03:00
Österreich Luminota
7962a4efd7
Videos: Remove unnecessary attribute in the video tag 2023-06-06 11:40:21 +00:00
Vladimir Barinov
8c1a680f84
Revert "[WIP] Add Utils.resolveScreenName (#884)" (#885)
This reverts commit 051fb316a4.
2023-06-03 11:14:39 +03:00
NoPlagiarism
051fb316a4
[WIP] Add Utils.resolveScreenName (#884)
* Add Utils.resolveScreenName

* Codestyle fix in Utils.resolveScreenName
2023-06-03 00:37:08 +03:00
NoPlagiarism
ef89309a89
[API] Implement timestamp filter in Newsfeed API (#809)
* Implement timestamp filter in Newsfeed API

* Merge new parameter into Newsfeed.get
2023-06-01 13:04:18 +03:00
NoPlagiarism
12c41dcdd6
[API] Fix null user in Likes.isLiked + requireUser in some funcs + return 1 in Polls (#801)
* Fix returning 200 response for non-existing user

* requireUser in getCounters and createComment

* return 1, where it should in Polls API
2023-05-30 11:41:03 +03:00
Österreich Luminota
803a57ef4b
OpenVK Midnight: Fix for new sticky comment box 2023-05-30 12:18:33 +07:00
Österreich Luminota
8d67aaba8a
Auth: Autofocus 2FA key input field 2023-05-30 12:16:23 +07:00
celestora
ccb392b228 Make "copy video link to clipboard" button work 2023-05-28 20:20:28 +03:00
aqukie
9e80ce16f1
UK locale update pack (#882)
* Update uk.strings

Translate 866d6a8c45 commit

* Update uk.strings

Я забув, які там коміти, приймайте коротше
2023-05-28 15:30:08 +03:00
Ilya Prokopenko
c803a6ff62
Videos: Add upload disabling 2023-05-27 13:31:20 +07:00
celestora
d365bb6b95 Hide small right/left block once they're scrolled out of view 2023-05-26 18:21:56 +03:00
celestora
43541b9136 Make comment box sticky 2023-05-26 18:13:47 +03:00
Ilya Prokopenko
95a62f56e0
Auth: Add disabling the password reset page 2023-05-26 16:27:40 +07:00
Ilya Prokopenko
29716660c7
OpenVK Midnight: Change the example backdrop image 2023-05-26 16:27:04 +07:00
Ilya Prokopenko
8f23720c1f
Auth: Hide captcha when commitcaptcha is disabled 2023-05-26 16:26:19 +07:00