Dheeraj Kumar Ketireddy
ef5d481a19
[VPAT-51] fix: update workspace invitation flow to use token for validation #8508
...
- Modified the invite link to include a token for enhanced security.
- Updated the WorkspaceJoinEndpoint to validate the token instead of the email.
- Adjusted the workspace invitation task to generate links with the token.
- Refactored the frontend to handle token in the invitation process.
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2026-02-17 00:02:18 +05:30
Dheeraj Kumar Ketireddy
c8a800104c
[SILO-820] fix: update serializer for module detail API endpoint to use ModuleUpdateSerializer ( #8496 )
2026-02-17 00:01:33 +05:30
Anmol Singh Bhatia
e92b835869
[WEB-5873] fix: user avatar ui consistency ( #8495 )
...
* fix: user avatar ui consistency
* chore: code refactor
2026-02-13 19:04:57 +05:30
Cornelius
7e5b5066c5
Update translations.ts: issue-artifacts discoverd ( #7979 )
2026-02-13 19:04:02 +05:30
Jayash Tripathy
53b3358a63
[GIT-44] refactor(auth): add PASSWORD_TOO_WEAK error code ( #8522 )
...
* refactor(auth): add PASSWORD_TOO_WEAK error code and update related error handling in password change flow
* fix(auth): update import to use type for EAuthenticationErrorCodes in security page
* Update apps/web/app/(all)/profile/security/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update apps/web/app/(all)/[workspaceSlug]/(settings)/settings/account/security/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* refactor: updated auth error exception accross zxcvbn usages
* fix: improve error handling for password strength validation and update error messages
* i18n(ru): update Russian translations for stickies and automation description
Added translation for 'stickies' and improved formatting of the automation description in Russian locale.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-13 18:51:33 +05:30
Anmol Singh Bhatia
bf521b7b03
[WEB-1201] chore: dropdown options hierarchy improvements ( #8501 )
...
* chore: sortBySelectedFirst and sortByCurrentUserThenSelected utils added
* chore: members dropdown updated
* chore: module dropdown updated
* chore: project and label dropdown updated
* chore: code refactor
2026-02-13 18:50:18 +05:30
Anmol Singh Bhatia
7607cc9b10
[WEB-5884] chore: layout loader enhancements #8500
2026-02-13 18:49:53 +05:30
Aaryan Khandelwal
d497304de5
refactor: table drag preview using decorations ( #8597 )
...
* refactor: table drag preview using decorations
* fix: history meta for table drag state
2026-02-13 17:59:37 +05:30
Anmol Singh Bhatia
8fa08b2506
[GIT-57 | WEB-5912] fix: app sidebar ux and responsiveness ( #8560 )
...
* fix: project extended sidebar accordion ux
* fix: app sidebar mobile responsiveness ux
* chore: code refactor
2026-02-13 17:43:07 +05:30
sriram veeraghanta
efc600ad8c
chore(deps): update axios dependency
2026-02-13 16:35:16 +05:30
stelmsk
a3a1d141cb
i18n(ru): expand Russian translation coverage ( #8603 )
...
Added missing translations for:
- Profile preferences (language, timezone settings)
- Account settings sections (preferences, notifications, security, api-tokens, activity)
- Workspace settings (billing, exports, webhooks headings/descriptions)
- Project settings (states, labels, estimates, automations headings/descriptions)
- Power-K command palette (contextual actions, navigation, creation, preferences, help)
- Sidebar elements (stickies, your_work, pin/unpin)
- Common actions (copy_markdown, overview)
- Navigation customization options
2026-02-13 16:30:33 +05:30
sriram veeraghanta
dfce8c6278
chore: admin folder structure ( #8632 )
...
* chore: admin folder structure
* fix: copy right check and formatting
* fix: types
2026-02-13 16:29:45 +05:30
Vamsi Krishna
fab84eb058
[WEB-5899]fix: project sort order ( #8530 )
...
* fix: project sort order
* chore: updated queryset for sort_order
2026-02-13 15:52:22 +05:30
Vipin Chaudhary
60734b25ba
[WIKI-877] fix: order of this dropdown options in pages #8563
2026-02-13 15:49:10 +05:30
Sangeetha
cd613e5f8f
[SECUR-105] fix: csv injection vulnerability sanitization #8611
2026-02-13 15:37:13 +05:30
Anmol Singh Bhatia
a8d81656fc
[WEB-6137] fix: work item peek view outside click #8610
2026-02-12 16:28:51 +05:30
Anmol Singh Bhatia
dbe059b7b5
fix: workitem description input inital load ( #8617 )
2026-02-12 14:03:01 +05:30
Anmol Singh Bhatia
c93f9fc865
[WEB-6038] fix: work item empty title flicker #8618
2026-02-12 13:35:08 +05:30
Akshat Jain
bcc8fb4d1d
style: update ASCII art in install script header ( #8628 )
2026-02-12 13:34:31 +05:30
dependabot[bot]
b59e541b35
chore(deps): bump cryptography ( #8625 )
...
Bumps the pip group with 1 update in the /apps/api/requirements directory: [cryptography](https://github.com/pyca/cryptography ).
Updates `cryptography` from 44.0.1 to 46.0.5
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 46.0.5
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-11 13:06:42 +05:30
sriram veeraghanta
2b6e24d526
chore: merge helpers and layouts ( #8624 )
...
* fix: remove constants and services
* fix: formatting
* chore: merge helpers and layouts
* fix: workspace disbale flag handling
2026-02-10 22:04:07 +05:30
sriram veeraghanta
7793febcf8
chore: merge constants and services ( #8623 )
...
* fix: remove constants and services
* fix: formatting
* fix: types check
2026-02-10 21:10:54 +05:30
sriram veeraghanta
06e4a1624c
fix: remove ee folder from web ( #8622 )
2026-02-10 20:01:42 +05:30
Sangeetha
57ce2a5429
[WEB-6149] migration: change estimate point key max value to 50 #8620
2026-02-10 17:07:14 +05:30
sriramveeraghanta
0887cbbda8
chore(deps): update lodash package
2026-02-09 19:26:39 +05:30
M. Palanikannan
e1227f0b58
fix: type fix for description payload ( #8619 )
...
* fix: type fix
* fix: duplicate type fix
2026-02-09 15:18:09 +05:30
sriramveeraghanta
ea7b30bc9c
chore(deps): update the node pacakges
2026-02-09 14:59:33 +05:30
Vipin Chaudhary
dfbd043e50
[WEB-6058] chore : add logic to handle save#8614
2026-02-09 14:53:35 +05:30
sriramveeraghanta
13a679437d
chore(deps): upgrade django version
2026-02-09 14:51:53 +05:30
Sangeetha
78729277e8
[SECUR-104] fix: Arbitrary Modification of API Token Rate Limits#8612
2026-02-09 14:50:29 +05:30
Sangeetha
d191615a5e
[SECUR-113] fix: ssrf for work item links ( #8607 )
2026-02-05 15:03:43 +05:30
sriramveeraghanta
587cb3ecfe
fix: file fomatting
2026-02-02 18:08:44 +05:30
Bavisetti Narayan
b8d3b3c5eb
fix: module percentage calculation ( #8595 )
2026-01-29 14:48:43 +05:30
sriram veeraghanta
02d0ee3e0f
chore: add copyright ( #8584 )
...
* feat: adding new copyright info on all files
* chore: adding CI
2026-01-27 13:54:22 +05:30
Ship it
66decf6617
fully translated into Ukrainian language ( #8579 )
2026-01-27 01:29:56 +05:30
Prateek Shourya
32a2584578
[GIT-66] improvement: prevent disabling last enabled authentication method ( #8570 )
2026-01-27 00:47:37 +05:30
Sangeetha
f7d5200ed8
migration: back migrate all product tour fields to set true ( #8575 )
2026-01-27 00:47:02 +05:30
M. Palanikannan
b31c0195bc
fix: pdf export ( #8564 )
...
* feat: pdf export
* fix: tests
* fix: tests
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2026-01-26 22:08:10 +05:30
M. Palanikannan
20e266c9bb
fix: node view renders ( #8559 )
...
* fix node renders
* fix handlers
* fix: duplicate id
2026-01-23 13:47:49 +05:30
punto
57806f9bd5
[GIT-45] fix: allow markdown file attachments ( #8524 )
...
* fix: allow markdown file attachments
- Add text/markdown to ATTACHMENT_MIME_TYPES
- Fixes issue where .md files were rejected with 'Invalid file type' error
* added the support for frontend mime type too
2026-01-23 13:38:47 +05:30
Aaryan Khandelwal
db8b67102d
[WEB-5860] [WEB-5861] [WEB-5862] style: improved settings interface ( #8520 )
...
* style: improved profile settings
* chore: minor improvements
* style: improved workspace settings
* style: workspace settings content
* style: improved project settings
* fix: project settings flat map
* chore: add back navigation from settings pages
* style: settings content
* style: estimates list
* refactor: remove old code
* refactor: removed unnecessary line breaks
* refactor: create a common component for page header
* chore: add fade-in animation to sidebar
* fix: formatting
* fix: project settings sidebar header
* fix: workspace settings sidebar header
* fix: settings content wrapper scroll
* chore: separate project settings features
* fix: formatting
* refactor: custom theme selector
* refactor: settings headings
* refactor: settings headings
* fix: project settings sidebar padding
* fix: sidebar header padding
* fix: sidebar item permissions
* fix: missing editable check
* refactor: remove unused files
* chore: remove unnecessary code
* chore: add missing translations
* fix: formatting
2026-01-23 13:34:20 +05:30
Sangeetha
ba5ba5bf54
[GIT-61] chore: allow .md files to be uploaded ( #8571 )
...
* chore: allow .md files to be uploaded
* chore: allow .md files to be uploaded
2026-01-23 13:33:20 +05:30
yy
bb4f172e26
chore: fix typos in comments ( #8553 )
2026-01-23 13:32:04 +05:30
Bavisetti Narayan
2a29ab8d4a
[WEB-5845] chore: changing description field to description json ( #8230 )
...
* chore: migrating description to description json
* chore: replace description with description_json
* chore: updated migration file
* chore: updated the migration file
* chore: added description key in external endpoint
* chore: updated the migration file
* chore: updated the typo
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2026-01-22 18:23:59 +05:30
dependabot[bot]
6c8779c8d3
chore(deps): bump lodash-es in the npm_and_yarn group across 1 directory ( #8573 )
...
Bumps the npm_and_yarn group with 1 update in the / directory: [lodash-es](https://github.com/lodash/lodash ).
Updates `lodash-es` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash-es
dependency-version: 4.17.23
dependency-type: direct:production
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 15:47:30 +05:30
Aaryan Khandelwal
f7debcde79
[WEB-5898] chore: update tailwind config #8516
2026-01-19 20:42:44 +05:30
Aaryan Khandelwal
3de76206b5
[WIKI-735] fix: table insert handle z-index #8545
2026-01-19 20:41:50 +05:30
Vamsi Krishna
f783447796
[WEB-5907] fix: magic code sign-in at Space app. #8552
2026-01-19 20:41:00 +05:30
Sangeetha
fa1b4a102a
[WEB-5890] migration: added getting_started_checklist, tips, explored_feature fields on the workspace member table ( #8489 )
...
* migration: added getting_started_checklist and tips field
* fix: remove defaults and added explored_features field
* fix: added user table migration
2026-01-15 14:25:31 +05:30
sriramveeraghanta
8399f64bee
chore(deps): react router upgraded
2026-01-09 14:43:36 +05:30