Alexander Onnikov
651c1395a8
fix: exclude first segment from account cookie domain ( #8348 )
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 / 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
2025-03-26 17:14:47 +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
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
Alexander Onnikov
b84d839a01
fix: handle token errors in front service ( #8336 )
2025-03-25 09:22:20 +03:00
Alexey Zinoviev
edda71fef4
UBERF-9636: Meeting links ( #8334 )
2025-03-25 09:15:09 +03:00
Denis Bykhov
2a735553e9
Fix sql batch update ( #8296 )
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
2025-03-22 20:32:28 +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
Alexander Onnikov
dac0f70631
fix: multipart upload in datalake service ( #8307 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-03-21 21:25:06 +07:00
Alexey Zinoviev
a343075411
uberf-9671: fix gh accounts migration ( #8308 )
...
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-03-21 16:35:00 +04:00
Alexey Zinoviev
899b00df66
UBERF-9503: generated social ids ( #8208 )
2025-03-20 17:21:51 +07:00
Andrey Sobolev
d4ef5a6815
QFIX: Pg object query ( #8284 )
...
* QFIX: Pg object query
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
* Allow both array and object match
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
---------
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-19 20:31:36 +03:00
Andrey Sobolev
66f31db884
QFIX: DocGuest set status cause tx and error record ( #8279 ) ( #8282 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-19 22:29:55 +07:00
Artyom Savchenko
e1d479ab64
Uberf-9663: Improve mail logging ( #8275 )
...
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-9663: Improve mail logging
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* UBERF-9663: Fix log message
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* UBERF-9663: Use context for logging
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* UBERF-9663: Add context
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* UBERF-9663: Fix test
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* UBERF-9663: Use measure context for logging
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* UBERF-9663: Configure logger
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* UBERF-9663: Additional logger info
Signed-off-by: Artem Savchenko <armisav@gmail.com>
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-03-19 19:45:03 +07:00
Artyom Savchenko
ed5983a9f8
UBERF-9661: Use MAIL_URL env for mail integration ( #8272 )
...
* UBERF-9661: Add mail url env
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* UBERF-9661: Use MAIL_URL env
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* UBERF-9661: Fix test
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* UBERF-9661: Remove SES_URL
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* UBERF-9661: Update configs
Signed-off-by: Artem Savchenko <armisav@gmail.com>
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-03-19 12:56:09 +07:00
Denis Bykhov
e16d6c73a2
Processes ( #8267 )
2025-03-19 07:49:26 +07:00
Andrey Sobolev
31312147ed
Potential fix for code scanning alert no. 98: Use of a broken or weak cryptographic algorithm ( #8265 )
...
CI / uitest (push) Waiting to run
CI / uitest-pg (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 / test (push) Blocked by required conditions
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@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-03-18 19:01:37 +03:00
Alexander Onnikov
b531cf2cce
UBERF-9637 Fix: prevent sharp rotating image on resize ( #8256 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-03-18 09:18:01 +07:00
Andrey Sobolev
d3ffb3c2fd
Fix backup-all script ( #8255 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-18 00:38:12 +07:00
Andrey Sobolev
2ff661d172
Upgrade KOA
...
https: //github.com/hcengineering/platform/security/dependabot/63
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-18 00:30:25 +07:00
Alexander Onnikov
e6acd6082b
fix: datalake fixes ( #8251 )
2025-03-17 22:11:02 +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 Bykhov
2c8f3c80bf
Fix model order ( #8250 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-03-17 18:52:05 +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
Andrey Sobolev
32550b6f9d
qfix
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-17 14:44:33 +07:00
Denis Bykhov
21eaf38daa
Fix master tag remove ( #8239 )
2025-03-15 20:52:31 +07:00
Alexey Zinoviev
f03ffa7aa4
QFIX: account migration mongo to cr ( #8237 )
2025-03-15 20:50:55 +07:00
Andrey Sobolev
9013ca0037
QFix reindex ( #8236 )
2025-03-15 20:49:54 +07:00
Andrey Sobolev
448d6239ce
UBERF-9500: Fix indexing on staging ( #8231 )
2025-03-14 21:46:15 +07:00
Alexander Onnikov
31bf564ffc
fix: use readonly connections for guests ( #8221 )
...
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-13 17:38:26 +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
Alexander Onnikov
b5020fed12
UBERF-9505 Fix saving document on disconnect ( #8201 )
...
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-11 22:21:57 +07:00
Andrey Sobolev
7ff824a058
Fix keep alive consistency for account + front ( #8198 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-11 21:23:07 +07:00
Andrey Sobolev
633e3d8fa1
UBERF-9606: Limit a number of workspaces per user ( #8192 ) ( #8199 )
2025-03-11 21:00:06 +07:00
Alexander Onnikov
92273f548b
feat: add datalake service ( #8184 )
...
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-10 22:30:32 +07:00
Andrey Sobolev
8f2d8abc62
Use new base image v20250310 ( #8181 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-10 11:09:42 +07:00
Andrey Sobolev
e8f32c4d9e
UBERF-9575/UBERF-9560 ( #8170 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-07 18:36:49 +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
Artyom Savchenko
7cc040273b
UBERF-9569: Fix hanging transactor connections ( #8152 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-03-07 17:05:51 +07:00
Denis Bykhov
7bfd8403a8
Relation fixes ( #8167 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-03-07 14:14:17 +05:00
Andrey Sobolev
cc7178a1d4
Improve rate limit on sendInvite ( #8150 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-06 17:29:22 +07:00
Andrey Sobolev
622844c42f
Fix backup all and disable full check for migration
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-06 16:31:18 +07:00
Andrey Sobolev
059cab66fb
UBERF-9550: Fix backup verification memory usage ( #8138 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-06 16:31:18 +07:00
Andrey Sobolev
f5f94f6366
UBERF-9550: Add backup with verify ( #8137 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-06 16:31:18 +07:00
Andrey Sobolev
3116af99ba
UBERF-9543: Restore-all tool ( #8132 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-06 16:31:18 +07:00
Alexey Zinoviev
3bac42ac6e
UBERF-9504: Add role to employee mixin ( #8072 )
...
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-03-05 19:21:22 +04:00
Denis Bykhov
efdbf4f2a2
Card fixes ( #8136 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-03-05 21:03:39 +07:00
Artyom Savchenko
2cd67e46d7
QFix: Allow mail service to ensure person ( #8140 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-03-05 11:09:57 +04:00
Alexey Zinoviev
f3c231df0a
UBERF-9502: Account uuids in models ( #8125 )
...
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-03-05 12:22:15 +07:00
Alexander Onnikov
b96283ffc6
feat: refactor markup to markdown utils ( #8134 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-03-05 12:18:49 +07:00
Artyom Savchenko
885e20e8de
UBERF-9551: Add web push URL ( #8133 )
...
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: Artem Savchenko <armisav@gmail.com>
2025-03-04 19:43:06 +07:00
Andrey Sobolev
496535f3ec
Merge fixes
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-03 13:32:33 +07:00
Andrey Sobolev
6a926a7ea7
UBERF-9540: Fix invite message and add rate limit ( #8123 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-03 13:20:11 +07:00
Andrey Sobolev
a6b8d6cd09
UBERF-9537: Fix Invalid navigate to guest not authorised ( #8121 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-03 12:53:40 +07:00
Alexey Zinoviev
34cfc564b8
uberf-9534: ensure person ( #8117 )
...
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-02-28 14:55:59 +04:00
Chunosov
3483789d93
Add exports for some packages used as external deps ( #8116 )
...
* add exports for some packages
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
* fix formatting
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
---------
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
2025-02-28 16:13:54 +07:00
Andrey Sobolev
7806836de2
QFIX: Build
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-27 22:19:25 +07:00
Andrey Sobolev
533e327287
Merge fixes
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-27 17:13:36 +07:00
Andrey Sobolev
e96f026383
Merge remote-tracking branch 'origin/staging' into develop
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-27 17:11:39 +07:00
Andrey Sobolev
e0ec8d4206
QFIX: Fix REST API + few minors ( #8108 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-27 17:00:00 +07:00
Andrey Sobolev
05f1d8395a
Merge 9522 9513 ( #8103 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Co-authored-by: Denis Bykhov <bykhov.denis@gmail.com>
Co-authored-by: Alexander Onnikov <aonnikov@hardcoreeng.com>
Co-authored-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-02-27 16:57:36 +07:00
Andrey Sobolev
615a088ed0
UBERF-9513: Support model operations ( #8100 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-26 22:44:48 +07:00
Denis Bykhov
9eba1cdf07
Fix relations ( #8102 )
...
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: Denis Bykhov <bykhov.denis@gmail.com>
2025-02-26 21:59:16 +07:00
Alexander Onnikov
d442787574
UBERF-9526 Fix order of token locations in services ( #8101 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-02-26 20:49:17 +07:00
Denis Bykhov
5d5f6e89b3
Merge ( #8082 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-02-26 17:59:41 +07:00
Andrey Sobolev
9c460d6388
UBERF-9522: Fix memory backpressure ( #8098 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-26 15:13:24 +07:00
Denis Bykhov
e33eac09b5
Fix relations ( #8097 )
2025-02-26 08:57:05 +07:00
Denis Bykhov
3f3b3c5b29
Calendar fixes ( #8092 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-02-25 23:48:29 +07:00
Andrey Sobolev
dcbeb1e043
UBERF-9511: Allow to unarchive workspace by user request ( #8084 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-25 03:15:45 +07:00
Denis Bykhov
ee494c0c18
Fix build ( #8079 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-02-24 15:48:15 +05:00
Alexander Onnikov
20bbe82144
feat: cookie token ( #8057 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-02-24 13:12:19 +07:00
Andrey Sobolev
cd90f8bce6
Initial rest RPC ( #8076 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-24 12:40:56 +07:00
Denis Bykhov
355025d56a
more card fixes ( #8077 )
CI / build (push) Waiting to run
CI / uitest-qms (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-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
2025-02-24 10:27:06 +07:00
Andrey Sobolev
238d1a2495
Initial rest RPC ( #8076 )
2025-02-24 10:26:10 +07:00
Denis Bykhov
6156455f49
Rewrite calendar service ( #8074 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-02-24 01:27:30 +07:00
Andrey Sobolev
3673078b11
UBERF-9501: Fix use of Date.now() ( #8069 )
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-02-21 19:46:13 +07:00
Andrey Sobolev
66ef0dc533
Merge branch 'staging' into develop
...
CI / build (push) Waiting to run
CI / uitest-qms (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-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-02-21 00:24:33 +07:00
Andrey Sobolev
3cc324da77
UBERF-9496 ( #8061 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-20 22:28:59 +07:00
Alexey Zinoviev
e5fbe6cbd5
UBERF-9488: More account unit tests ( #8058 )
...
CI / uitest-qms (push) Waiting to run
CI / build (push) Waiting to run
CI / uitest-workspaces (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 / 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-02-20 12:01:24 +07:00
Alexey Zinoviev
711badfadb
uberf-9488: part of account unit tests ( #8054 )
...
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-02-19 17:09:58 +07:00
Alexey Zinoviev
34297ae0a7
UBERF-9489: Fixes and cleanup ( #8048 )
...
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-02-19 02:43:06 +07:00
Andrey Sobolev
47ad226066
CF: Transactor fixes ( #8045 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-19 02:32:00 +07:00
Alexey Zinoviev
9d8cc845d6
UBERF-9458: OTP sign up ( #8043 )
...
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-02-18 22:58:30 +07:00
Alexey Zinoviev
a1bf076977
uberf-9428: migrate accounts with multiple active services ( #8027 )
...
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-02-17 17:44:23 +04:00
Alexey Zinoviev
5165ae71f7
UBERF-9400: Show name on login screen ( #8013 )
...
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-02-17 15:42:01 +04:00
Andrey Sobolev
b487cb949b
QFIX: Fix missing SES_AUTH_TOKEN ( #8026 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-17 17:51:40 +07:00
Alexander Onnikov
8d3015bd47
fix: use workspace uuid in front service ( #8024 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-02-17 16:46:13 +07:00
Andrey Sobolev
2f27d09a05
Reset attempts from UI ( #8023 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-17 16:23:29 +07:00
Andrey Sobolev
01441333ff
Merge branch 'staging' into develop
...
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-02-17 15:03:27 +07:00
Andrey Sobolev
fbd1ac5b33
UBERF-9484: Fix findAll for PG driver ( #8022 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-17 14:58:50 +07:00
Andrey Sobolev
1205a20286
Merge branch 'staging' into develop
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-17 13:12:13 +07:00
Andrey Sobolev
207e60a76e
Minor import fixes ( #8017 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-17 13:10:46 +07:00
Alexander Onnikov
567989dac5
fix: handle token decode errors ( #8018 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-02-17 12:32:42 +07:00
Andrey Sobolev
f11935bfbc
QFix: Pass extra token details in selectWorkspace ( #8010 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-14 22:21:20 +07:00
Alexey Zinoviev
de7a032a9f
UBERF-8425: Fix get pending workspace on CR ( #8009 )
2025-02-14 18:58:23 +07:00
Andrey Sobolev
e0d6301100
UBERF-9479: Fix adapter security selection ( #8007 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-14 17:38:06 +07:00
Alexey Zinoviev
e8df531654
UBERF-9429: Provide workspace ids to storage adapters ( #7956 )
...
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-02-14 15:59:36 +07:00
Andrey Sobolev
4888c7eda4
Merge branch 'staging' into develop
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-14 09:04:42 +07:00
Alexey Zinoviev
7dec3cf7fb
uberf-9383: fix ws init and import ( #8005 )
...
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-02-14 09:00:23 +07:00