Commit Graph

6870 Commits

Author SHA1 Message Date
Anton Alexeyev
3aba55d024 Add ability to enable camera in personal office
The camera in the personal office is turned off by default, but users now have the option to enable it in their office

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>
2025-06-09 10:38:00 +07:00
Anton Alexeyev
95a2ba3aed
Forbid export attempt for readonly users (#9181) 2025-06-06 11:51:53 +07:00
Kristina
25272e3431
Communication submodule (#9170)
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 / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / test (push) Blocked by required conditions
CI / uitest (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: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-06-06 01:29:11 +07:00
Anton
38e1851c1b
Fix rendering of custom attributes without icons (#9171)
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: Caranell <lyachek.anton@gmail.com>
2025-06-05 19:54:22 +07:00
Artyom Savchenko
c8604703e8
Fix card migration loop (#9176)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-06-05 19:51:01 +07:00
Alexander Onnikov
852137c213
UBERF-11432 Use tx queue for blobs events (#9175)
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-06-05 13:33:09 +07:00
Kristina
27a35e2c93
Add chat q-fixes (#9173)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-06-05 12:03:28 +07:00
Victor Ilyushchenko
f21996252b
Generalized implementation of the text editor toolbar (#9147)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-06-05 11:05:21 +07:00
Andrey Sobolev
fcb67d20f8
Switch to typescript 5.8.3 (#9152)
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: Andrey Sobolev <haiodo@gmail.com>
2025-06-04 17:57:10 +05:00
Artyom Savchenko
07c364c776
UBERF-11423: Fix attachments in emails (#9166)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-06-04 14:37:59 +07:00
Kristina
cd1a25bf52
Inbox UI & chat fixes (#9165)
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: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-06-04 12:35:05 +07:00
Alexander Onnikov
4c24bd5db9
fix: handle links with spaces in markdown (#9164)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-06-04 11:38:12 +07:00
Alexey Zinoviev
14310dfa6f
UBERF-8425: Fix account upgrade deadlocks (#9163)
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
* uberf-8425: fix account upgrade deadlocks
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>

* uberf-8425: fix unit tests
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-06-04 00:07:18 +07:00
Artyom Savchenko
c20116c631
UBERF-11411: Add communication threads for emails (#9156)
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
* UBERF-11411: Add communication threads for emails

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* UBERF-11411: Clean up

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* UBERF-11411: Update test

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* UBERF-11411: Fix formatting

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* UBERF-11411: Do not create thread for reply

Signed-off-by: Artem Savchenko <armisav@gmail.com>

---------

Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-06-03 18:51:03 +07:00
Alexander Onnikov
94e9d0cbf1
fix: datalake memory leak fixes (#9161)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-06-03 17:52:54 +07:00
Andrey Sobolev
ff16fac754
QFIX: Rpc response body size (#9160)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-06-03 17:52:37 +07:00
Artyom Savchenko
67fc7dd0c4
UBERF-11156: Decode encoded mail content and subject (#9157)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-06-03 16:19:33 +07:00
Alexander Onnikov
9c04340976
UBERF-11409 Retry collab doc save on storage failure (#9155)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-06-03 15:48:18 +07:00
Denis Bykhov
26077b475d
Fix card parent loop (#9159)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-06-03 15:47:27 +07:00
Denis Bykhov
1705a46bb4
Fix connection reservation logic (#9153)
Some checks are pending
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / build (push) Waiting to run
CI / svelte-check (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-06-03 08:52:04 +07:00
Andrey Sobolev
51cc82b175
Enable cpu profiling for ui tests (#9149)
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
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-06-02 17:56:17 +07:00
Alexander Onnikov
d5919f3de9
fix: get rid of node-fetch (#9150)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-06-02 16:43:51 +07:00
Andrey Sobolev
cfafaaf025
Bump node to v22 (#9151)
* Bump node to v22

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Fix deps

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

---------

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-06-02 14:23:33 +07:00
Nikolay Marchuk
0aa718a5d1
Support embed markup nodes in text-markdown (#9141)
* Support embed markup nodes in text-markdown

Signed-off-by: Nikolay Marchuk <nikolay.marchuk@hardcoreeng.com>

* Fix formatting

Signed-off-by: Nikolay Marchuk <nikolay.marchuk@hardcoreeng.com>

* Use consistent handling of embed nodes in markdown and html

Signed-off-by: Nikolay Marchuk <nikolay.marchuk@hardcoreeng.com>

---------

Signed-off-by: Nikolay Marchuk <nikolay.marchuk@hardcoreeng.com>
2025-06-02 10:04:27 +03:00
Alexey Zinoviev
89f81fd14a
UBERF-8425: Improved pg/acc/ws error handling (#9144)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-06-02 10:54:48 +04:00
Anton Alexeyev
635304c4af
Readonly workspace access (#9005)
Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>
2025-06-02 13:21:38 +07:00
Andrey Sobolev
8a8c4906fa
QFIX: Build fix for browser list
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: Andrey Sobolev <haiodo@gmail.com>
2025-06-02 12:18:14 +07:00
Andrey Sobolev
658c00410f
QFIX: Do not find for a Card for rank (#9145)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-06-02 10:05:06 +07:00
Andrey Sobolev
bd6bbf8d15
UBERF-11398: Fixing rate limits (#9143)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-06-02 10:03:24 +07:00
Alexander Onnikov
96c6e4f6f4
UBERF-9731 Some recorder fixes (#9140)
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 / svelte-check (push) Has been cancelled
CI / formatting (push) Has been cancelled
CI / test (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-05-30 18:30:39 +07:00
Alexander Onnikov
4a9a547bf7
fix: correct filename in content-disposition header (#9139)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-05-30 14:06:53 +07:00
Andrey Sobolev
6f26cf0511
UBERF-11392: Fixes to statistics (#9138)
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: Andrey Sobolev <haiodo@gmail.com>
2025-05-30 09:58:02 +07:00
Nikolay Marchuk
73f7cfc11b
Fix invalid sql query from findAll with empty sort (#9135)
* Add test for empty sort for findAll in postgres
* Do not add ORDER BY without order fields

---------

Signed-off-by: Nikolay Marchuk <nikolay.marchuk@hardcoreeng.com>
2025-05-30 00:02:56 +07:00
Alexander Platov
b6e8fdd409
Corrected display of Popups and Tooltips (#9132)
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-05-29 12:05:51 +07:00
Alexander Platov
ff9eb97d96
Redrawing the Avatar when changing the persona in UserInfo (#9134) 2025-05-29 10:35:47 +07:00
Alexey Zinoviev
49927cf803
uberf-8425: retry tx account (#9133) 2025-05-29 10:35:05 +07:00
Alexey Zinoviev
70c704d468
UBERF-8425: Improve parallel ws upgrade logging within one ws service (#9118)
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: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-05-28 22:58:33 +07:00
Alexander Onnikov
ae0d06ef5f
fix: add stream to ext services (#9126)
Some checks are pending
CI / formatting (push) Blocked by required conditions
CI / build (push) Waiting to run
CI / svelte-check (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-05-28 16:26:22 +07:00
Artyom Savchenko
ffee889d59
UBERF-11383: Fix gmail push processing (#9127)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-05-28 15:05:19 +07:00
Alexander Onnikov
919a8bb62f
fix: prevent closing recording popup (#9125)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-05-28 13:07:13 +07:00
Artyom Savchenko
ceaa12b367
UBERF-11111/Move retry to packages (#9121)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-05-28 13:06:17 +07:00
Denis Bykhov
db9ac370d5
Process data manager (#9124)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-05-28 13:05:11 +07:00
Alexander Onnikov
e041cab2aa
fix: add recorder assets to desktop (#9122)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-05-28 13:04:05 +07:00
Kristina
3dd44b9f12
New activity fixes (#9123)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-05-28 13:03:36 +07:00
Artyom Savchenko
efa7eefe8a
UBERF-11347: Fix gmail recipients (#9115)
* UBERF-11347: Fix gmail recipients

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* UBERF-11347: Fix gmail recipients

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* UBERF-11347: Formatting

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* UBERF-11347: Fix js doc

Signed-off-by: Artem Savchenko <armisav@gmail.com>

---------

Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-05-28 12:05:09 +07:00
Alexander Platov
84ddf7e7c0
Fixed image fitting when opening (#9119) 2025-05-28 10:22:51 +07:00
Alexey Zinoviev
a32f2a9479
UBERF-11233: Fix non-confirmed sign-up/login flow (#9108) 2025-05-28 10:20:10 +07:00
Andrey Sobolev
9c416cb841
UBERF-11206: Few more fixes related to Github (#9117)
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 / docker-build (push) Blocked by required conditions
CI / dist-build (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
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-05-28 01:03:09 +07:00
Alexander Onnikov
a9cc6fef61
UBERF-9731 Rework loom ui (#9113)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-05-28 00:32:11 +07:00
Alexey Aristov
29405cd043
hulygram UI integration (#9103)
* hulygram UI integration

Signed-off-by: Alexey Aristov <aav@acm.org>
wip

Signed-off-by: Alexey Aristov <aav@acm.org>

* consider AI robot suggestions

Signed-off-by: Alexey Aristov <aav@acm.org>

* add missing translations

Signed-off-by: Alexey Aristov <aav@acm.org>

* corrections after code review

Signed-off-by: Alexey Aristov <aav@acm.org>

* move api handling to the api.ts module

Signed-off-by: Alexey Aristov <aav@acm.org>

* account service: register hulygram service id

Signed-off-by: Alexey Aristov <aav@acm.org>

* correct source code formatting

Signed-off-by: Alexey Aristov <aav@acm.org>

* correct accounts tests (service name changed)

Signed-off-by: Alexey Aristov <aav@acm.org>

* minor change (for gh troubleshooting)

Signed-off-by: Alexey Aristov <aav@acm.org>

---------

Signed-off-by: Alexey Aristov <aav@acm.org>
2025-05-27 16:38:16 +02:00