1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-04-07 00:51:51 +03:00
Commit graph

1458 commits

Author SHA1 Message Date
Ilya Prokopenko
3582156946
Global: Remove arg for n:ifcontent from the footer 2022-02-06 12:47:14 +03:00
Celestora
51ace8d888 Enforce usage of non-empty, correct profile names.
Resolves 
2022-02-05 20:09:37 +02:00
veselcraft
9d4478516f
Post, Comment: Add a link to profile when clicking on PFP 2022-02-05 20:24:46 +03:00
veselcraft
77cc83ca13
README: Add Matrix chat 2022-02-05 18:31:16 +03:00
veselcraft
6b0da27328
Wall: [RSS] Fix URLs 2022-02-05 17:58:02 +03:00
veselcraft
f668aad262
git pushMerge branch 'master' of github.com:openvk/openvk 2022-02-05 17:50:42 +03:00
veselcraft
b7b1a9b31c
Wall: Add RSS output
Currently it doesn't support Images and Reposts, but in future i'll do that.

Reversly related to  XD

git status! ALSO IT'S TIME TO UPDATE COMPOSER git status!
2022-02-05 17:50:24 +03:00
celestora
47626b91c7
Merge branch 'master' into similartovk 2022-02-05 16:38:27 +02:00
veselcraft
ee58f81df3
[WIP] Textarea: Add upload multiple pictures
Now there's thumbnail feature in TextArea box.

This is WIP, as the video is broken and posts doesn't feel good with multiple images
2022-02-04 16:41:19 +03:00
ayaao
2cf8a30784
L10n: Kazakh: Add missing new strings
с прошедшим новым годом

cca9151661
1b1c88dd96
3edf34e0ea
70dd7e3773
bf81402174
870653ccb1
d87277e7e7
1df0545061
5bad3dbd35
b1407ba823
b7654c8d16
2022-02-04 00:33:52 +06:00
Ilya Prokopenko
79f137c608
Fix-up "READNE: Add one missing line" 2022-02-03 08:26:43 +03:00
Ilya Prokopenko
63edf58215
README: Change the Telegram link for English users 2022-02-03 08:23:45 +03:00
Ilya Prokopenko
5e15d54d07
README: Add one missing line 2022-02-03 08:21:57 +03:00
kosfurler
c911ebac25 Groups: Fix action block issue 2022-02-01 21:35:37 +03:00
Maxim Leshchenko
b7654c8d16
Fixup "Groups: Update groups layout ()" 2022-02-01 18:58:55 +02:00
kosfurler
3f1b852e50 Layout: Made a brand new layout for notes list and update counter in video list 2022-02-01 19:50:53 +03:00
celestora
16df715068
Correct Latte syntax in Group.xml 2022-02-01 17:11:39 +02:00
KosFurler
b1407ba823
Groups: Update groups layout ()
* Groups: Update groups layot

* We don't use crowdin anymore, why it's still there?

* Locales: Delete unnecessary LICENSE

We already have COPYING in the root directory :/

* Locales: Localize strings for updated group layout

Localized strings: open_new_group, open_group_desc, search_group, search_by_groups, search_group_desc
(we already have search_for_groups but idk, I'll leave it for now)

* Global: Fix tabs

* Groups: Fix tabs and div block

I have SO many questions...

* Groups: Update layot

New counter, info and actions blocks and some stye fixes

* Global: Fix tabs

* Locales: Localize strings for updated group layout

Localized strings: check_community, groups_list

* Update Groups.xml

* Update Groups.xml

Co-authored-by: veselcraft <veselcraft@icloud.com>
Co-authored-by: Ilya Prokopenko <dsrev@protonmail.com>
Co-authored-by: celestora <kitsuruko@gmail.com>
2022-02-01 13:20:14 +02:00
veselcraft
4d6af6d28e
Merge branch 'master' of github.com:openvk/openvk 2022-01-31 16:03:14 +03:00
veselcraft
967d872fc3
Email: Add SQL file 2022-01-31 16:03:04 +03:00
Vladimir Barinov
5bad3dbd35
Merge pull request from openvk/email-verification
[WIP Maybe] Email: Add verification mechanism

Closes 
2022-01-31 15:56:58 +03:00
veselcraft
ba360888a4
Email: Bring back timezone fix 2022-01-31 15:55:11 +03:00
veselcraft
bd8e5318b6
Email: Rename Confirmations to Verifications, fix var names and codestyle 2022-01-31 15:35:35 +03:00
WerySkok
5a017cc4fa
Global: Bump $ver to PTP3
Just preparing for PTP3.
2022-01-31 15:26:02 +03:00
kosfurler
a2b13116e6 Groups: Update layot
New counter, info and actions blocks and some stye fixes
2022-01-31 15:15:51 +03:00
veselcraft
1df0545061
[WIP Maybe] Email: Add verification mechanism
This does work only if email is required by instance. If you're sysadmin, you can configure it in openvk.yml.
2022-01-31 14:45:53 +03:00
Ilya Prokopenko
42f862eaec
Groups: Fix tabs and div block
I have SO many questions...
2022-01-31 04:45:56 +03:00
Ilya Prokopenko
77bda53ad9
Global: Fix tabs 2022-01-31 04:45:12 +03:00
Ilya Prokopenko
7dea746dfa
Locales: Localize strings for updated group layout
Localized strings: open_new_group, open_group_desc, search_group, search_by_groups, search_group_desc
(we already have search_for_groups but idk, I'll leave it for now)
2022-01-31 04:34:16 +03:00
Ilya Prokopenko
1f0913c460
Locales: Delete unnecessary LICENSE
We already have COPYING in the root directory :/
2022-01-31 04:28:20 +03:00
Vladimir Barinov
f7beeb3e2b
We don't use crowdin anymore, why it's still there? 2022-01-31 02:49:15 +03:00
veselcraft
c9ac428ede Groups: Update groups layot 2022-01-31 02:30:15 +03:00
Maxim Leshchenko
d87277e7e7
Global: Fix up button
Due to the fact that "document.body.scrollTop" was removed from newer browsers, hovering over this button was not displayed. I replaced this with "window.scrollY" which works in newer browsers. I also localized the text on it.
2022-01-30 14:18:39 +02:00
celestora
4c841c96a6
Fix InputBox resize bug on newer browsers
Apparently I forgot to add "px" a few thousand years ago and now this behaviour is broken. Big sad.
2022-01-30 14:12:57 +02:00
veselcraft
f81444ee08
ok i actually broke it 2022-01-30 13:06:04 +03:00
veselcraft
8a373faba0
Merge branch 'master' of github.com:openvk/openvk 2022-01-30 13:05:11 +03:00
veselcraft
72e0103021
Timezone: Fix funny case when page is always reloading in some places 2022-01-30 13:04:07 +03:00
Ilya Prokopenko
e06884a946
README: Change the link for CentOS 8 installation
This was done due to appearance of docs.openvk.su and the removal of docs from the OVK source code (518a52971d).
2022-01-29 10:15:00 +03:00
Ilya Prokopenko
9a47089736
Note: Add an Cancel button for editing 2022-01-29 09:49:03 +03:00
Maxim Leshchenko
dcd18d266f
Users: Do not constantly reload the page about the user's ban
Closes 
2022-01-28 18:11:58 +02:00
Maxim Leshchenko
f53058d40b
Support: Display number of tickets with a response in left menu to banned users 2022-01-28 18:02:19 +02:00
Maxim Leshchenko
67c61bf7a1
Support: Add ability to delete comments in a ticket
There used to be a button for this, but it didn't work. It works now
2022-01-28 15:34:13 +02:00
WerySkok
e35b4dc70e
Locales: hotfix previous commit 2022-01-27 21:28:23 +03:00
WerySkok
2c31a72774
Locales: Fix README 2022-01-27 21:24:42 +03:00
WerySkok
518a52971d
Docs: Move docs away from the repo
We now have docs.openvk.su for hosting documentation.
2022-01-27 21:18:45 +03:00
Ilya Prokopenko
3796135c2f
Search: Filter out deleted accounts 2022-01-27 14:46:28 +03:00
Ilya Prokopenko
22157c7fa3
[SECURITY] Deny login to a deleted account 2022-01-27 14:01:27 +03:00
Ilya Prokopenko
870653ccb1
Notes: Add editing ()
Closes 
2022-01-26 18:26:18 +03:00
Ilya Prokopenko
b72e80f212
README: Fix-up a little bit 2022-01-26 15:05:12 +03:00
Ilya Prokopenko
a08640780c
Notes: Change strings to localized
I also corrected the tabs because it looked ridiculous
2022-01-26 14:57:34 +03:00