Alexander Platov
5b61f45d08
Fixes for updated emojis ( #8094 )
...
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
2025-02-26 00:24:40 +07:00
Alexander Onnikov
0a2aad3650
fix: extract video player to separate component ( #8086 )
...
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: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-02-25 18:28:43 +07:00
Alexander Onnikov
4855e94645
fix: filter props on component update ( #8080 )
...
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-02-24 19:00:48 +07: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
André Henriques
b917356d49
Fix hideAdd does not prevent adding by keyboard on TagsPopup ( #7246 )
...
Signed-off-by: Andre Henriques <contact@andr3h3nriqu3s.com>
2025-02-24 13:11:57 +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
ce10156fe4
Merge branch 'staging' into develop
...
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: Andrey Sobolev <haiodo@gmail.com>
2025-02-22 23:57:16 +07:00
Renan Delfino
c6ff09bf2a
Portuguese translation for modules ( #8073 )
...
Signed-off-by: Renan Delfino <renandelfino@gmail.com>
2025-02-22 23:56:18 +07:00
Renan Delfino
46b4060ab4
Portuguese translation for modules ( #8073 )
...
Signed-off-by: Renan Delfino <renandelfino@gmail.com>
2025-02-22 23:55:07 +07:00
Denis Bykhov
9ad349ba0f
Fix status order ( #8070 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-02-22 00:54:03 +05: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
Alexander Platov
4429d33c68
Updated Emojis ( #8063 )
...
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-02-21 18:02:20 +07:00
Denis Bykhov
a604a1cc94
Fix status order ( #8067 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-02-21 17:48:07 +07:00
Victor Ilyushchenko
8b47263a10
Minor improvements for survey module ( #8066 )
...
* Minor improvements for survey module
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-02-21 13:33:03 +03:00
Chunosov
f137df66eb
Track drawing board movements via presence service ( #7947 )
...
* send drawing board offset via presence service
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
* followm mouse cursor on drawing board
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
* show followee avarat on tracked board
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
* use pub-sub for tracking board data
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
* simplify presence data exchange
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
---------
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
2025-02-21 14:24:32 +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
Denis Bykhov
84f0e530df
Lq fix ( #8065 )
...
* query prefomance fixes
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
* Fix
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
* Fix
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
---------
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-02-21 00:13:04 +07:00
Denis Bykhov
c1aebdbc80
query prefomance fixes ( #8060 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-02-20 21:43:38 +05:00
Denis Bykhov
8bbba7bc8a
Minor fixes ( #8062 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-02-20 21:43:19 +05:00
Andrey Sobolev
4b44eca734
Merge branch 'staging' into develop
...
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
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
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-19 17:16:07 +07:00
Victor Ilyushchenko
75c207a822
UBERF-9144: Stay in same view after delete sub-issue ( #8051 )
...
* UBERF-9144: Stay in same view after delete sub-issue
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
* fmt
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
* move link resolver back to text-editor-resources
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-02-19 10:28:58 +03:00
Andrey Sobolev
3613b1d86a
Merge branch 'staging' into develop
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-19 14:12:43 +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
Victor Ilyushchenko
69c66667c2
EQMS-1440: disable delayed qms doc effectiveness and review interval ( #8049 )
...
* EQMS-1440: disable delayed qms doc effectiveness and review interval
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
* ff
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-02-18 20:32:46 +03:00
Victor Ilyushchenko
cae76abb8a
UBERF-8545: fix links in readonly documents ( #8050 )
...
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-02-18 20:03:00 +03: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
Artyom Savchenko
0b1ba3d51e
UBERF-9297: Store smtp mail id ( #8044 )
2025-02-18 20:19:22 +07:00
Denis Bykhov
d1db28b0a9
Card fixes ( #8042 )
...
* Cards fixes
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
* Fix
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
---------
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-02-18 16:49:40 +05:00
Victor Ilyushchenko
e2b4b2244c
EQMS-1435: Enable watermark in obsolete documents ( #8032 )
...
* EQMS-1435: Enable waterwark in obsolete documents
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
* added watermark to the doc
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
---------
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-02-18 11:48:48 +03:00
Victor Ilyushchenko
57e055504f
Fixed reference url resolver ( #8041 )
...
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-02-18 14:18:16 +07:00
Artyom Savchenko
f86beb0138
UBERF-9297: Fix space selection for emails ( #8035 )
...
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: Artem Savchenko <armisav@gmail.com>
2025-02-18 12:47:50 +07:00
Victor Ilyushchenko
f65770f40a
EQMS-1445: Fixed qms doc commments theme styling ( #8031 )
...
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-02-17 21:47:07 +03:00
Alexey Zinoviev
8022d642b4
uberf-9451: drop old tokens from local storage ( #8028 )
...
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-02-17 21:13:38 +07: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
Artyom Savchenko
b3014383ed
UBERF-9297/Initial personal browser and mail ( #8021 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-02-17 17:50:49 +07:00
Andrey Sobolev
9faf363112
QFIX: Allow to copy workspace uuid from admin ( #8025 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-17 17:36:54 +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
Alexander Onnikov
4a335af81a
fix: do not display empty link preview in case of file error ( #8020 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-02-17 14:36:22 +07:00
Alexander Onnikov
f0f63391ff
fix: use workspace uuid in image and blob links ( #8019 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-02-17 14:35:03 +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
Andrey Sobolev
0bfab71501
Merge fix
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-17 11:06:11 +07:00
Andrey Sobolev
329d1f175b
Merge branch 'staging' into develop
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-17 11:02:01 +07:00
Andrey Sobolev
9072b4cbba
UBERF-9483 Task type improvements ( #8015 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-17 10:51:48 +07:00
Victor Ilyushchenko
2fe638297c
Live-sync for reference label ( #8016 )
...
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-02-17 10:47:55 +07:00
Andrey Sobolev
6a5b169411
QFix: Load spinner ( #8014 )
...
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: Andrey Sobolev <haiodo@gmail.com>
2025-02-15 16:52:28 +07:00
Denis Bykhov
69384ad4a1
Fix create employee case senstive ( #8004 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-02-15 00:32:41 +07:00
Alexey Zinoviev
0ef5acbf96
uberf-9476: optimize person store ( #8012 )
...
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-14 22:23:59 +07:00