Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9c2344d
feat: API token management in workspace settings
dnplkndll Mar 17, 2026
97be826
feat: enforce API token revocation at transactor level
dnplkndll Mar 17, 2026
92fb72b
feat: implement Phase 1 API token scopes (read/write/delete)
dnplkndll Mar 17, 2026
ca69693
test: add unit tests for API token scope enforcement
dnplkndll Mar 17, 2026
78c74ee
fix: address review feedback — role restriction, locale parity, forma…
dnplkndll Mar 19, 2026
bd680ca
fix: address aonnikov architectural review feedback
dnplkndll Apr 18, 2026
97ac92a
fix: formatting in ApiTokenPopup, apiTokenScopes test, and operations
dnplkndll Apr 18, 2026
8e6aea7
fix: apply rushx fmt to pass CI formatting check
dnplkndll Apr 23, 2026
dfa360b
fix: restore (s as any) cast in server_http.ts removed by ESLint autofix
dnplkndll Apr 23, 2026
23faf14
Card version settings (#10843)
BykhovDenis May 17, 2026
309aefb
Fix_relation_versioning_setting (#10844)
BykhovDenis May 17, 2026
9910e8d
Add missing translation (#10845)
BykhovDenis May 17, 2026
f2a0c4a
fix enum presenter readonly (#10846)
BykhovDenis May 17, 2026
372a4b0
Id override (#10847)
BykhovDenis May 17, 2026
18ef71b
fix(ci): emit declarations in tag npm publish (#10842)
dearlordylord May 18, 2026
f55cc3a
Add action to add new product version (#10865)
ArtyomSavchenko May 19, 2026
e94a1ef
Fix product version export (#10866)
ArtyomSavchenko May 19, 2026
22f6aff
Disable push notifications button for desktop (#10839)
ArtyomSavchenko May 19, 2026
b8d4e08
Fix tag attribute lock (#10850)
BykhovDenis May 19, 2026
f351eb0
Show actions menu for right click on checkbox in header (#10841)
ArtyomSavchenko May 19, 2026
8d95d32
Fix markup field in md table (#10840)
ArtyomSavchenko May 19, 2026
897c4a0
allow disabling password aging rule (#10867)
BykhovDenis May 19, 2026
32858af
fix: throw Forbidden if user is not workspace member in checkJoin (#1…
BykhovDenis May 19, 2026
a78630f
Fix invite workflow (#10861)
ArtyomSavchenko May 20, 2026
e3d3276
feat: Ability to skip initial content creation (#10812)
ArtyomSavchenko May 22, 2026
a61d723
Support images in markup properties (#10882)
ArtyomSavchenko May 25, 2026
2c151ea
fix(client): downgrade slow query diagnostics (#10884)
ignatremizov May 26, 2026
a677899
fix(notification): ignore blank browser push keys (#10885)
ignatremizov May 26, 2026
d1264a6
Merge develop into feat/api-token-management
dnplkndll May 30, 2026
c7eea62
refactor(token): centralize API token revocation/expiry in verifyToken
dnplkndll May 30, 2026
401fd98
fix(setting): derive REST API base from account-provided transactor e…
dnplkndll May 30, 2026
4ea0ae4
i18n(setting): translate API token strings across all locales
dnplkndll May 30, 2026
ee2c962
style: wrap long lines to satisfy prettier (account utils import, Api…
dnplkndll May 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,8 @@ jobs:
run: node common/scripts/install-run-rush.js install
- name: Building...
run: node common/scripts/install-run-rush.js build
- name: Emit TypeScript declarations
run: node common/scripts/install-run-rush.js validate
- name: Publish to npm
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading