Commit Graph

2382 Commits

Author SHA1 Message Date
Alexander Platov
c415892b62
LOVE: updated ParticipantView layout (#8426)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
2025-04-02 12:07:46 +07:00
Artyom Savchenko
809e577057
UBERF-9639: Master-detail view for cards (#8413)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-04-02 09:18:26 +07:00
Kristina
790e4bf5e8
Update communication (#8422)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-04-02 09:16:14 +07:00
Chunosov
a226f9aa0e
Mailbox fixes (#8406)
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
2025-04-01 11:41:24 +07:00
Kristina
b104585c92
Do not freeze app for wrong class in mentions (#8411)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-04-01 11:40:29 +07:00
Alexander Onnikov
e524ce3e47
fix: update settings context on changes & update system theme (#8405)
Some checks are pending
CI / test (push) Blocked by required conditions
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
2025-03-31 19:29:30 +07:00
Kristina
af9bb74670
New chat & inbox (#8328)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-03-31 17:09:09 +07:00
Chunosov
1d1593d77d
Fix meeting window width (#8382) 2025-03-31 08:39:21 +07:00
Alexander Onnikov
32d96e5dce
UBERF-9699 Refactor settings UI (#8370)
Some checks failed
CI / uitest (push) Has been cancelled
CI / build (push) Has been cancelled
CI / uitest-pg (push) Has been cancelled
CI / uitest-qms (push) Has been cancelled
CI / uitest-workspaces (push) Has been cancelled
CI / test (push) Has been cancelled
CI / svelte-check (push) Has been cancelled
CI / formatting (push) Has been cancelled
CI / docker-build (push) Has been cancelled
CI / dist-build (push) Has been cancelled
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-03-28 14:32:28 +07:00
Alexey Zinoviev
c6326b3c73
UBERF-9636: Meeting links - more cases (#8369)
Some checks are pending
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-03-28 01:05:53 +07:00
Victor Ilyushchenko
0bbf5773e5
Mention object icons & bug fixes (#8357)
* Mention object icons & bug fixes

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

* ff

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

* fmt

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

* ff

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

* rv

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

* ff

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

* fmt

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

* fixed test

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

---------

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-03-27 18:33:19 +03:00
Chunosov
62d6a76b4a
Fix meeting window width (#8365)
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
2025-03-27 16:18:07 +07:00
Andrey Sobolev
3adc00dced
UBERF-9698: Fix identity swap issue (#8360)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-27 12:20:27 +07:00
Chunosov
31de65a60c
Account mailboxes (#8342)
* add mailboxes settings page

Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>

* add account methods and ui for mailbox settings

Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>

* load mailbox domains in settings

Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>

* create mailbox table in migrations

Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>

* add translations, generate password for mailbox

Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>

* Potential fix for code scanning alert no. 145: Creating biased random numbers from a cryptographically secure source

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Chunosov <N.Chunosov@yandex.ru>
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>

* update pnpm.lock

Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>

* move password generation to utils

Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>

---------

Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
Signed-off-by: Chunosov <N.Chunosov@yandex.ru>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-03-26 11:38:18 +07:00
Andrey Sobolev
163f6785c9
UBERF-9693: Allow to reindex from migration (#8345)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-25 23:09:40 +07:00
Alexander Platov
d40e6fe2cf
Change the "Show more" button position in the ListView (#8335)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
2025-03-25 21:36:35 +07:00
Alexey Zinoviev
b37c119628
uberf-9691: expose full social ids in own account (#8340)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-03-25 13:48:28 +04:00
Denis Bykhov
e1538af3b3
Improve change type (#8337)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-03-25 12:10:45 +05:00
Alexey Zinoviev
edda71fef4
UBERF-9636: Meeting links (#8334) 2025-03-25 09:15:09 +03:00
Denis Bykhov
34fc0024d3
Card refs (#8319)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
2025-03-24 09:56:55 +07:00
Andrey Sobolev
58eb205688
use redpanda queue (#8291)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-22 13:55:46 +05:00
Denis
0ef49471ed
CSS fix: prevent underlining when hovering buttons within links (#8311)
Signed-off-by: Denis FL <denisfl@pm.me>
2025-03-22 00:47:42 +07:00
Chunosov
fcdf70cb5d
Small visual fixes fot calendar events (#8310)
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
2025-03-21 23:10:27 +07:00
Denis Tingaikin
0ff906e937
Do not modify blob url if it has scheme (#8301) 2025-03-20 22:36:16 +07:00
Kristina
f0dd4403e0
Fix link preview size (#8294) 2025-03-20 18:44:09 +07:00
Alexey Zinoviev
899b00df66
UBERF-9503: generated social ids (#8208) 2025-03-20 17:21:51 +07:00
Kristina
13bb69e03c
Add lazy for emojis groups (#8292)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-03-20 14:36:57 +07:00
Victor Ilyushchenko
990dcc3a2f
QFIX: code block styling fixes (#8289)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-03-20 14:00:09 +07:00
Kristina
09f69b8555
Inline code-block while component is loading (#8293)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-03-20 13:54:25 +07:00
Victor Ilyushchenko
97c884a30e
To Do list improvements (#8280)
Some checks failed
CI / build (push) Has been cancelled
CI / uitest (push) Has been cancelled
CI / uitest-pg (push) Has been cancelled
CI / uitest-qms (push) Has been cancelled
CI / uitest-workspaces (push) Has been cancelled
CI / formatting (push) Has been cancelled
CI / test (push) Has been cancelled
CI / svelte-check (push) Has been cancelled
CI / docker-build (push) Has been cancelled
CI / dist-build (push) Has been cancelled
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-03-20 11:38:30 +07:00
Denis Tingaikin
b885d355b0
use blob url for videoMeta (#8285)
Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
2025-03-20 01:09:33 +07:00
Alexander Platov
c9d688c115
LOVE: updated layout of floors and ParticipantView (#8270)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
2025-03-19 09:55:14 +07:00
Denis Tingaikin
31bf72bf3b
qfix: fix issues with hls player (#8268) 2025-03-19 07:51:14 +07:00
Alexander Platov
83fa1b7876
Qfix: the numbers look like emojis (#8266) 2025-03-19 07:50:20 +07:00
Denis Bykhov
e16d6c73a2
Processes (#8267) 2025-03-19 07:49:26 +07:00
Alexander Onnikov
6f63a407dd
UBERF-9634 Handle unsupported markdown in github integration (port to develop) (#8260)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-03-18 19:20:24 +07:00
Andrey Sobolev
2b03c56939
UBERF-9633: More proper fix (#8249)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-17 16:37:13 +04:00
Denis Tingaikin
e092c3ae80
use huly stream instedof cf stream (#8245)
Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
2025-03-17 17:44:37 +07:00
Andrey Sobolev
419a3ddfdb
UBERF-9633: Reduce migration calls during workspace creation (#8242) (#8244)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-17 17:44:24 +07:00
Denis Bykhov
21eaf38daa
Fix master tag remove (#8239) 2025-03-15 20:52:31 +07:00
Denis Bykhov
af2f78a141
Files for cards (#8217)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-03-13 13:47:56 +07:00
Chunosov
7fafd3d772
fix schedule link text (#8216)
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
2025-03-13 12:59:13 +07:00
Anna Khismatullina
d4731a63b0
Support export to JSON, CSV (#8193)
Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>
2025-03-12 22:31:58 +07:00
Andrey Sobolev
633e3d8fa1
UBERF-9606: Limit a number of workspaces per user (#8192) (#8199) 2025-03-11 21:00:06 +07:00
Victor Ilyushchenko
248cb26f38
Survey plugin tweaks & bug fixes (#8188)
* Survey plugin tweaks & bug fixes

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

* ff

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

---------

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-03-11 11:41:10 +03:00
Denis Tingaikin
877ca8ee54
fix envs for huly-stream app for local dev (#8171)
Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
2025-03-07 19:15:22 +07:00
Denis Tingaikin
14a6a3a108
UBERF-9126: drive plugins + init version of screen recorder (#8126)
Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
2025-03-07 17:08:07 +07:00
Chunosov
6636e0acfa
Add public schedule (#8155) 2025-03-07 12:24:04 +07:00
Victor Ilyushchenko
9d6048f06f
Added summarization action for meeting minutes (#8143)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
* Added summarization action for meeting minutes

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

* tweaks

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

* fmt

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

* ff

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

---------

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-03-06 17:50:14 +03:00
Chunosov
805bf254c9
Select my-office for meeting, fix adding Meeting mixin (#8148)
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
2025-03-06 15:39:22 +07:00