Denis Bykhov and GitHub
78bf4743c9
feat: add unlock card and section functionality with UI updates ( #10492 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com >
2026-02-08 19:00:16 +05:00
Alexander Onnikov and GitHub
89f7445005
feat: add drive permissions ( #10489 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2026-02-07 17:34:43 +05:00
Artyom Savchenko and GitHub
40fda7b337
feat: Brazilian Portuguese translation ( #10478 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-02-07 17:33:11 +05:00
Alexander Onnikov and GitHub
70895d7338
fix: proper mermaid diagram size ( #10487 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2026-02-05 09:21:52 +07:00
Denis Bykhov and GitHub
773fee05be
Approve requests ( #10486 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com >
2026-02-04 16:51:02 +05:00
Artyom Savchenko and GitHub
56ac600e1f
Clean up export translations ( #10483 )
...
* Replace outdated with obsolete in translations
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Clean up translations
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-02-04 13:50:09 +07:00
Artyom Savchenko and GitHub
54629a0cc8
Fix card formatting in markdown ( #10475 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-02-03 20:13:16 +07:00
Artyom Savchenko and GitHub
e0fb6ec6c4
Fix custom attributes display in original view ( #10480 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-02-03 20:12:47 +07:00
Artyom Savchenko and GitHub
28599521ce
Fix rows order in relationsheep table compare ( #10479 )
...
* Remove mail URL from export pod
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix rows order in relationsheep table compare
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-02-03 17:46:04 +07:00
Alexander Onnikov and GitHub
a59c5d0cb0
fix: allow to open mermaid diagram in fullscreen ( #10477 )
...
* fix: allow to open mermaid diagram in fullscreen
* fix large diagram scroll
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
---------
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2026-02-03 16:52:36 +07:00
Artyom Savchenko and GitHub
8c3135ac0e
Fix print layout ( #10472 )
...
* Fix print layout
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix formatting
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-02-02 17:15:20 +07:00
Artyom Savchenko and GitHub
dd72453f88
feat: Ability to select multiple docs and to export to pdf ( #10468 )
...
* feat: Ability to select multiple docs and to export to pdf
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Add loading indicator
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix layout
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Add scroller
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-02-02 13:29:50 +07:00
Artyom Savchenko and GitHub
cfc48e2497
Add activity input for controlled docs ( #10470 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-02-02 11:30:24 +07:00
Artyom Savchenko and GitHub
c86869f980
Copy ids and attributes to markdown card title ( #10467 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-31 18:01:48 +07:00
Artyom Savchenko and GitHub
0aeebbea1c
Export only effective docs by default ( #10466 )
...
* Export only effective docs by default
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix formatting
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-31 18:01:35 +07:00
Artyom Savchenko and GitHub
19ebe78218
feat: Add import notifications ( #10464 )
...
* feat: Add import notifications
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix svelte check
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-30 16:41:27 +07:00
Artyom Savchenko and GitHub
8974667578
Fix documents space export ( #10465 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-30 15:56:05 +07:00
4563fab7a6
feat(ui): add Turkish language to settings popup ( #10441 )
...
* feat(ui): add Turkish language to settings popup
Added Turkish (Türkçe) to the language selection dropdown in SettingsPopup.svelte
and added the Turkish IntlString definition to plugin.ts.
Turkish translation files already exist in the codebase (lang/tr.json files).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
Signed-off-by: Bahadır Atılgan <gokcel.bahadir@gmail.com >
* ci: add workflow to build front image with Turkish support
Adds a GitHub Actions workflow to build and push the front container
image to GitHub Container Registry for testing Turkish language support.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
Signed-off-by: Bahadır Atılgan <gokcel.bahadir@gmail.com >
* fix(ci): use lowercase image name for ghcr.io
Signed-off-by: Bahadır Atılgan <gokcel.bahadir@gmail.com >
* fix(ci): use huly's docker:build for proper image creation
Signed-off-by: Bahadır Atılgan <gokcel.bahadir@gmail.com >
* chore: remove test workflow file from PR
Signed-off-by: Bahadır Atılgan <gokcel.bahadir@gmail.com >
* feat(inbox): add Turkish translations for inbox module
Added missing Turkish translation file for the inbox-assets plugin.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
Signed-off-by: Bahadır Atılgan <gokcel.bahadir@gmail.com >
---------
Signed-off-by: Bahadır Atılgan <gokcel.bahadir@gmail.com >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 20:36:46 +07:00
Artyom Savchenko and GitHub
111f9e14d7
Add data converter plugin ( #10460 )
...
* Add data converter plugin
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Apply templates
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix test
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-29 14:44:13 +07:00
b27b511e7a
fix: Calendar timezone day-shift bug ( #7048 ) ( #10459 )
...
Events scheduled for today were appearing in tomorrow's column due to
raw millisecond arithmetic not handling timezone transitions properly.
Changes:
- Replace MILLISECONDS_IN_DAY * day arithmetic with Date.setDate()
- Fix mutation bug where date parameter was being modified
- Use proper calendar day arithmetic that handles DST/timezone
Tested in Brisbane timezone (GMT+10) - events now display in correct column.
Signed-off-by: Dominic O'Carroll <99632940+domocarroll@users.noreply.github.com >
Co-authored-by: Dom Carroll <dom@subfrac.com >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 13:44:14 +07:00
Alexander Onnikov and GitHub
0a9c3806bc
fix: handle youtu.be links ( #10458 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2026-01-28 23:47:32 +07:00
Artyom Savchenko and GitHub
0adaefe5f3
Add activity section in controlled doc ( #10457 )
...
* Add activity section in controlled doc
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Remove approved state
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-28 14:56:32 +07:00
Artyom Savchenko and GitHub
de405134aa
Fix relationship table diff/refresh ( #10446 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-27 16:22:23 +07:00
Artyom Savchenko and GitHub
3fecde8f7e
Fix custom attributes in markdown table ( #10445 )
...
* Fix custom attributes in markdown table
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Refactor
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-27 15:08:31 +07:00
Artyom Savchenko and GitHub
22cd2bf257
Reuse one metadata interface ( #10444 )
...
* Reuse one metadata interface
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix imports
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-27 13:31:57 +07:00
Artyom Savchenko and GitHub
568749a13e
Skip archived and outdated documents in export by default ( #10443 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-27 13:10:24 +07:00
Artyom Savchenko and GitHub
8da34ee159
Fix source table columns ( #10437 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-24 22:17:23 +07:00
Artyom Savchenko and GitHub
c1f167542a
Fix login if current location equal to target ( #10436 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-23 16:00:19 +07:00
Artyom Savchenko and GitHub
1d450682b1
Display documents table source ( #10433 )
...
* Display documents table source
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix warning
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix review comments
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-23 11:20:06 +07:00
Artyom Savchenko and GitHub
f36ac1a6dc
Start exported doc numbers from the higher available one ( #10434 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-23 09:43:30 +07:00
Artyom Savchenko and GitHub
d8653adf71
Add confirmation modal for table refresh ( #10428 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-21 21:01:22 +07:00
Artyom Savchenko and GitHub
d3782f86ae
Fix original table layout ( #10427 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-21 15:37:21 +07:00
Alexander Onnikov and GitHub
2b3979030a
feat: link preview service ( #10424 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2026-01-21 11:41:44 +07:00
Artyom Savchenko and GitHub
f52fa27e63
Move metadata comment to the end ( #10421 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-20 20:11:54 +07:00
Alexander Onnikov and GitHub
3f2a8cf24f
fix: sort qms templates in wizard ( #10419 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2026-01-20 12:42:20 +07:00
Denis Bykhov and GitHub
558d66883d
Minor process fixes ( #10416 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com >
2026-01-19 14:22:37 +07:00
Artyom Savchenko and GitHub
c4a769c54e
Use actual viewlet config to copy table ( #10415 )
...
* Use actual viewlet config to copy table
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Revert "Use actual viewlet config to copy table"
This reverts commit c493dc318e .
* Fix copy action context
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-18 23:02:55 +07:00
Artyom Savchenko and GitHub
7a8a75b8b4
Display original data for tables ( #10413 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-18 13:10:47 +07:00
Alexander Onnikov and GitHub
8bc8183cb8
fix: show custom icons for cards breadcrumbs ( #10412 )
2026-01-17 15:54:16 +07:00
Artyom Savchenko and GitHub
144b0acfe1
Support documents table diff and refresh ( #10411 )
...
* Add metadata for markdown tables
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Support table diff and refresh
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix warnings and icons
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-17 12:17:20 +07:00
Denis Bykhov and GitHub
93fca17b07
Fix view setting freeze ( #10410 )
...
* Fix view setting freeze
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com >
* Fix formatting
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com >
---------
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com >
2026-01-16 10:19:51 +07:00
Artyom Savchenko and GitHub
1fcb44334c
Remove beta marks for cards and processes ( #10408 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-16 09:52:50 +07:00
Artyom Savchenko and GitHub
1e4926fd80
Fix controlled doc sequence conflicts ( #10406 )
...
* Fix document sequence conflicts
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-15 21:29:48 +07:00
Alexander Onnikov and GitHub
79f847e6d9
Print workspace logo in PDF ( #10407 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2026-01-15 15:41:38 +07:00
Alexander Onnikov and GitHub
ad50c8840d
fix: customize support links ( #10405 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2026-01-15 11:08:11 +07:00
Denis Bykhov and GitHub
6f012e42bd
Fix card view settings ( #10404 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com >
2026-01-14 23:00:49 +05:00
Denis Bykhov and GitHub
6bdb388276
Fix card export ( #10403 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com >
2026-01-13 22:45:28 +05:00
Denis Bykhov and GitHub
9dfcf84985
Export without extra sublings ( #10401 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com >
2026-01-13 17:01:28 +05:00
Artyom Savchenko and GitHub
2ae5998849
Fix association attribute in markdown table ( #10398 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-13 13:40:37 +07:00
Artyom Savchenko and GitHub
e429995375
Copy relationship table ( #10397 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-13 12:29:25 +07:00