Commit graph

1860 commits

Author SHA1 Message Date
veselcraft
b1111101b5
fix(stan): all errors are gone now =3 2025-02-28 18:34:44 +03:00
veselcraft
16ca685727
fix(lint): again. cuz i forgot about it 2025-02-28 17:49:30 +03:00
veselcraft
332f803cb6
fix(phpstan): less errors 2025-02-28 17:46:37 +03:00
veselcraft
2c46297853
fix(lint) 2025-02-28 17:36:34 +03:00
veselcraft
6f722bbb43
Merge branch 'master' into static-analysis 2025-02-28 17:34:59 +03:00
veselcraft
92e741aeea
fix(phpstan): most of the things and stupid lines of code 2025-02-28 17:33:02 +03:00
ayato
6d721eb8b9
fix(messagebox): make dialogue content scrollable and remove height from dialogue header and action boxes (#1230)
Sometimes dialogue boxes get too long and end up going off the screen, making the content impossible to see. This change fixes that by allowing the dialogue content to scroll. It also removes some height restrictions from the header and action sections since they didn’t seem to serve a clear purpose (to me) and might have been causing layout issues.
2025-02-16 16:21:46 +03:00
f672e5001a
fix(VKAPI/Handlers/Notes): move $nodez declaration up 2025-02-09 17:27:51 +03:00
a1f5fcbe88
fix(VKAPI/Handlers/Newsfeed): add return_banned declaration 2025-02-09 17:20:59 +03:00
87c7c2ec76
fix(VKAPI/Handlers/Groups): add array declaration 2025-02-09 17:11:07 +03:00
ac87ab52e6
fix(VKAPIRequestHandler): set fail's return type as never 2025-02-09 17:01:04 +03:00
b74775fcf5
fix(VKAPI/Handlers/Board): change parameters order 2025-02-09 16:54:26 +03:00
059950bbe6
fix(bootstrap): remove case-insensitive false vars 2025-02-09 16:43:25 +03:00
4ecae18853
fix(ServiceAPI/Wall): add var declaration 2025-02-09 16:40:47 +03:00
1c4305d44f
fix(FetchToncoinTransactions): add var declaration 2025-02-09 16:38:57 +03:00
ayato
00b408c299
fix(locale-en): change the phrasing for undoing a friend request (#1228)
"friends_leave_in_flw" is used to reject someone's request. This string is used to cancel an outgoing request.
2025-02-04 18:48:57 +03:00
mrilyew
7d0dbb26ed fix(editing): use post instead of get
fixes #1224
2025-02-03 17:26:16 +03:00
45e53b2a3e
ci(actions): do analysing inside docker container 2025-01-31 20:32:07 +03:00
918d986cfa
ci(actions): add phpstan action 2025-01-31 19:59:38 +03:00
dda8481af4
feat: add phpstan for static analysis 2025-01-31 19:51:09 +03:00
1317059bab
style: add linting for openvkctl script (#1222) 2025-01-31 19:17:59 +03:00
8a979fad9d
ci(actions): restrict 'pull_request' runs to outer PRs (#1221)
'push' runs will run anyway on commits inside of repository
2025-01-31 19:03:28 +03:00
6ec54a379d
feat: add linting of code (#1220)
* feat(lint): add php-cs-fixer for linting

Removing previous CODE_STYLE as it was not enforced anyway and using PER-CS 2.0.

This is not the reformatting commit.

* style: format code according to PER-CS 2.0 with php-cs-fixer

* ci(actions): add lint action

Resolves #1132.
2025-01-31 18:20:13 +03:00
koke228666
228f14e384
feat(documents): add download icon for documents (#1216) 2025-01-31 00:39:58 +02:00
celestora
4166481a75
fix(im): escape html in sent messages too (#1218)
fixes #1215
2025-01-30 00:13:20 +03:00
7fe0c6a122
ci(actions): unparallel builds (#1217)
this should fix linux/amd64 showing up as unknown/unknown on ghcr
2025-01-28 20:41:26 +03:00
mrilyew
b713c964a3 feat(docs): add unavailable book preview (bc pos-
-sible xss). uncomment if sure
2025-01-27 21:12:09 +03:00
mrilyew
0fb18e34f5 feat(docs): corct aud/img preview, hide report btn
when doc is yours.
2025-01-27 14:57:25 +03:00
ayato
9ea67ac8aa
feat(audio edit): make lyrics textarea resizeable (#1212)
* Update al_music.js: make the lyrics textarea resizable

* Update al_music.js: change max height of lyrics textarea
2025-01-24 18:55:39 +03:00
Jillian Österreich
4c050b2ad1
fix(midnight): incorrect color choice for picker 2025-01-23 14:13:28 +07:00
Jillian Österreich
2d462a6c34
fix(js): update package-lock.json
In order for the Docker build to be successful
2025-01-23 13:25:34 +07:00
Jillian Österreich
8f17c95bce
fix: remove check that caused layout to move away 2025-01-23 13:23:58 +07:00
mrilyew
67653c7a52 fix(docs): fix doc editing xss 2025-01-22 20:11:09 +03:00
mrilyew
9177075380 fix(docs): fix adding private document 2025-01-22 18:14:41 +03:00
veselcraft
dbf91e2671
fix(email): layout goes brrrrrr 2025-01-22 17:41:37 +03:00
veselcraft
24b8d6f7f1
fix(user): 500 if logged in as admin and when user was previously banned permanently 2025-01-22 17:30:09 +03:00
veselcraft
3afb44fd89
fix(wall): 500 error xd 2025-01-22 17:19:57 +03:00
veselcraft
0a3231e8ef
fix(wall): it's now forbidden to look into deleted user's wall 2025-01-22 17:10:32 +03:00
mrilyew
2d83003b6c
feat(documents) (#1205)
* create document entity

* add upload, previews, most of api methods

* ui start

* better ui, search, uploading (icons by myslivets)

Co-Authored-By: Daniel <60743585+myslivets@users.noreply.github.com>

* add editing functions

* add viewer and gallery

* preparations for picker

* things

* add counter on tab

* add tags

* fix gif processing

* fix png processing

* picker

* addd search

* add fast uploader

* openvk midn. support, change midn.photomodal color

* fix low register format chekc

* add gif play on click

* unauthorized limitations

---------

Co-authored-by: Daniel <60743585+myslivets@users.noreply.github.com>
2025-01-22 17:05:28 +03:00
Vladimir Barinov
504801520b
chore(user): increase first and last name limit to 64 2025-01-17 15:20:43 +03:00
Dark-Killer228
aa2a1636df
chore(repo): change recommended php ver to 8.2 (#1208) 2025-01-16 01:03:16 +03:00
malushik
c700edc0c8
update(locale-uk): up-to-time localisation and fix some mistakes (#1198)
* Update privacy.uk.md

* Update rules.uk.md

Пацани вам пізда форточка не відкривається, вікна теж)

* юрисдикція -> інстанція

* resolve 7d450c18fd (locale-uk)

* resolve bec9079e36 (locale-uk)

* сука це піздець як так нахуй, сука вчу мову десь 3 роки а все одно роблю такі тупі помилки я їбав ту люсю

* resolve a714a0aa16 (locale-uk)

* ...

* resolve 959a6d6ac3 (locale-uk)

* resolve 4c9c650cff (locale-uk)

* resolve 0aecc299cf (locale-uk)

* Paraphrased

* Update rules.uk.md

* аудіо -> аудіозапис (-и -ів)

* Better translation of privaty page

* Better translation for a listen counter

* uk.strings: resolve f66dd0c7bd
2025-01-08 16:43:40 +03:00
mrilyew
bbcb94515d fix: fix 500 on unauth 2025-01-07 11:29:05 +03:00
mrilyew
3cd803ef31 fix(TRichText): amend fab39bd changes 2025-01-06 14:39:55 +03:00
mrilyew
f66dd0c7bd feat(ajax): add ability to turn off ajax routing
there is no logic in this checkbox place but i didnt knew where to put it.
2025-01-05 19:19:50 +03:00
mrilyew
3f2fbd94f0 fix(search bar): fix brick showing 2025-01-05 18:40:01 +03:00
mrilyew
46b12a7c8e fix: pre-new year bugfix
fixes #1204, fixes #1199
2024-12-31 16:20:31 +03:00
SachaTending
977da1f9c3
feat(token authorization): add "secret" field 2024-12-31 16:15:42 +03:00
Vladimir Barinov
95847d88cd
chore(repo): upd readme_ru 2024-12-25 14:45:14 +03:00
Vladimir Barinov
a38c8caf00
chore(repo): upd readme.md in case of lawsuit 2024-12-25 14:43:17 +03:00