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
ba532a080e
Allow guest users to upload attachments and use reactions ( #10469 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-02-02 11:29:12 +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
Alexander Onnikov and GitHub
a0252ab2fe
fix: do not write analytics event when no token ( #10463 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2026-01-30 12:55:58 +07:00
Artyom Savchenko and GitHub
51768ff312
Enable Turkish language in dev setup ( #10462 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-30 11:15:21 +07:00
Alexander Onnikov and GitHub
1fb53b9115
fix: mute account unauthorized error ( #10461 )
2026-01-30 09:49:12 +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
34128dfc60
Fix okit.graphql is not a function ( #10442 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-27 13:10:12 +07:00
Artyom Savchenko and GitHub
2446629d3c
Update changelog ( #10439 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-26 22:19:54 +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
Alexander Onnikov and GitHub
31b0eedd8a
fix: add more mail ervice traces ( #10438 )
2026-01-24 19:19:42 +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
f56a483c83
Adjust telegram-bot for PostgreSQL ( #10435 )
...
* Adjust telegram-bot for PostgreSQL
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix tests
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-23 12:22:23 +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
90af23b9c7
Fix missing collaborative content in export ( #10432 )
...
* Fix missing template content
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix warnings
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-23 09:43:02 +07:00
Kristina and GitHub
5f00f623df
Allow guest update profile (avatar, name etc) ( #10429 )
...
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com >
2026-01-22 13:18:13 +04: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
b0366dee27
Display space for templates ( #10426 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-21 21:01:02 +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
Artyom Savchenko and GitHub
0fd1f17fa2
Fix long title display ( #10418 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-19 20:19:54 +07:00
Denis Bykhov and GitHub
218cce6a40
Fix size predicate null handle ( #10417 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com >
2026-01-19 14:20:16 +05: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
Alexander Onnikov and GitHub
775006303f
fix: filter relations by workspaceId ( #10414 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2026-01-18 19:29:42 +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
eac75aaf56
Bump actions/upload-artifact from 4 to 6 ( #10300 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-16 10:25:30 +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
Denis Bykhov and GitHub
e1231f8555
Fix default null value ( #10409 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com >
2026-01-16 10:19:01 +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