Anmol Singh Bhatia
bf45635a7b
[WEB-4898] fix: extended sidebar toggle #7797
2025-09-16 15:35:31 +05:30
Nikhil
56d3a9e049
[WEB-4900] refactor: remove base_host retrieval from authentication views ( #7804 )
...
* refactor: remove base_host retrieval from authentication views
* Removed unnecessary base_host retrieval from GitHub, GitLab, and Google callback endpoints.
* Updated MagicSignUpEndpoint to use get_safe_redirect_url for URL construction.
* Refactored MagicSignInSpaceEndpoint to streamline URL redirection logic.
* refactor: streamline URL redirection in MagicSignInSpaceEndpoint
* Removed redundant base_url retrieval from the exception handling in MagicSignInSpaceEndpoint.
* Enhanced the clarity of URL construction by directly using get_safe_redirect_url.
2025-09-16 10:57:20 +05:30
sriram veeraghanta
1f7eef5f81
chore: django import error
2025-09-16 01:24:48 +05:30
Nikhil
345dfce25d
[WEB-4900]: validated authentication redirection paths ( #7798 )
...
* refactor: replace validate_next_path with get_safe_redirect_url for safer URL redirection across authentication views
* refactor: use get_safe_redirect_url for improved URL redirection in SignInAuthSpaceEndpoint and SignUpAuthSpaceEndpoint
* fix: redirect paths
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-09-16 00:01:06 +05:30
Bavisetti Narayan
116c8118ab
[WIKI-659] chore: added issue relation and page sort order ( #7784 )
...
* chore: added issue relation and page sort order
* feat: add ProjectWebhook model to manage webhooks associated with projects
* chore: updated the migration file
* chore: added migration
* chore: reverted the page base code
* chore: added a variable for sort order in pages
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2025-09-15 18:36:00 +05:30
sriram veeraghanta
c3e7cfd16b
[WEB-4723] fix: disable project features on project create ( #7625 )
...
* fix: disbale project features on project create
* Implement migration 0105 to alter project cycle view fields to Boolean with default values
* Add project view settings in workspace seed task
* Add is_current_version_deprecated field to Instance model
Index user_id field in Session model
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2025-09-12 13:01:03 +05:30
Dheeraj Kumar Ketireddy
b60f12a88e
[WEB-4861] fix: update redirection path in MagicSignInEndpoint to home page ( #7774 )
...
* fix: update redirection path in MagicSignInEndpoint to home page
* Use / for clarity
2025-09-11 18:56:32 +05:30
Vamsi Krishna
76a0b38dd1
[WEB-4890]fix: dropdown width #7778
2025-09-11 18:56:04 +05:30
Sangeetha
8ee665f491
[WEB-4875] fix: unsubscribed work items on workspace subscribed work item filter #7775
2025-09-11 17:52:51 +05:30
Vamsi Krishna
85f23b450d
[WEB-4852] chore: views refactor ( #7729 )
...
* chore: refactored view store and services
* chore: removed unused import
* chore: refactored update view component
* fix: lint errors
2025-09-11 17:09:56 +05:30
Vamsi Krishna
8bf059535a
[WEB-4858]chore: updated content for error page ( #7766 )
...
* chore: updated content for error page
* chore: updated btn url
2025-09-11 14:22:46 +05:30
Vamsi Krishna
4cfea87108
[WEB-4857] fix: applied filters root update #7750
2025-09-11 14:21:30 +05:30
sriram veeraghanta
8d354b3eb2
Potential fix for code scanning alert no. 636: URL redirection from remote source ( #7760 )
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-09-11 14:18:13 +05:30
Sangeetha
ec541c2557
[WEB-4854] chore: project admin accesss to workspace admins ( #7749 )
...
* chore: project admin accesss to workspace admins
* chore: frontend changes
* chore: remove console.log
* chore: refactor permission decorator
* chore: role enum
* chore: rearrange role_choices
2025-09-11 14:16:36 +05:30
Vamsi Krishna
ac835bf287
[WEB-4874]fix: calendar picker build errors and styles override ( #7762 )
...
* fix: calender picker build errors
* fix: styles override in the picker implementation
2025-09-10 17:10:23 +05:30
sriram veeraghanta
20d773042b
Potential fix for code scanning alert no. 646: Server-side request forgery ( #7758 )
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-09-10 14:42:46 +05:30
sriramveeraghanta
30b175108b
chore (deps): django and vite version bump
2025-09-10 13:38:30 +05:30
Anmol Singh Bhatia
5a63e6dad2
[WEB-4858] chore: error page ui revamp #7747
2025-09-10 00:03:39 +05:30
Jayash Tripathy
43b7a6ad0a
[WEB-4855] refactor: chart tick improvements ( #7732 )
...
* 🚧 WIP: Introduced customTicks prop in BarChart for flexible tick rendering.
* ✨ feat: added customTicks to axis charts for flexible tick rendering
* 🔧 fix: update default bar fill color to black and ensure consistent color usage in BarChart
* ✨ feat: add customTooltipContent prop to LineChart for enhanced tooltip flexibility
* 🔧 fix: update bar fill color handling to support dynamic colors based on data and removed DEFAULT_BAR_FILL_COLOR
* 🔧 fix: correct bar fill color handling in BarChart to ensure proper color assignment for tooltips
* 🔧 fix: update customTicks prop types in TAxisChartProps to use unknown type for better type safety
* 📝 chore: updated translations and cleaned up insight card
* 🚨 fix: lint
* 🔧 fix: remove unused translation key "no_of" from Russian translations
2025-09-09 23:51:13 +05:30
Anmol Singh Bhatia
498613284e
[WEB-4841] chore: calendar component migration UI to propel ( #7730 )
...
* chore: move calendar components and dependencies
* chore: update package configurations
* chore: calendar import updated
* chore: propel config updated
* chore: propel calendar code refactor
* chore: code refactor
* fix: build error
2025-09-09 23:50:51 +05:30
Anmol Singh Bhatia
9ab3143a73
[WEB-4816] chore: add label flow ( #7716 )
...
* chore: remove create label modal
* fix: label spinner
* chore: add label flow improvements
* chore: code refactor
* chore: code refactor
* chore: code refactor
2025-09-09 23:50:39 +05:30
Anmol Singh Bhatia
56cd0fc445
[WEB-4025] fix: external user comment and reaction ( #7692 )
...
* chore: reactions types updated
* fix: external user comments
* fix: external user reactions
* chore: added display name for actor
* chore: merge conflicts
* chore: updated the created_by and updated_by
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2025-09-09 23:50:11 +05:30
Vipin Chaudhary
34bdc2ad76
[WIKI-636] fix: replace project loader with page loader #7752
2025-09-09 19:27:00 +05:30
M. Palanikannan
99bc4262c5
[WIKI-654] fix: version history to load from html ( #7754 )
...
* fix: versions history to load from html
* chore: added json and stripped to store in version history (#7755 )
---------
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com>
2025-09-09 19:26:19 +05:30
Vamsi Krishna
37ce8a9fe6
[WEB-4800]chore: settings header component refactor #7669
2025-09-09 13:42:40 +05:30
Bavisetti Narayan
291101a8e5
chore: added attributes in ol tag ( #7736 )
2025-09-08 17:17:38 +05:30
Vipin Chaudhary
0cb4976e38
[WIKI-647] chore: update image path ( #7734 )
...
* chore: update image path
* chore: update asset path
2025-09-08 15:44:56 +05:30
Anmol Singh Bhatia
20d139cc9e
[WEB-4839] chore: maintenance mode empty state updated ( #7728 )
...
* chore: maintenance mode empty state updated
* chore: code refactor
* chore: code refactor
* chore: code refactor
2025-09-05 20:16:39 +05:30
Aaryan Khandelwal
a1500c2206
[WIKI-644] fix: remove unnecessary props from the editor package #7726
2025-09-05 13:50:44 +05:30
Aaryan Khandelwal
88f194ca8e
[WIKI-637] fix: work item description version history ( #7725 )
...
* fix: work item description version history
* chore: add key to the editor
2025-09-04 18:57:50 +05:30
Anmol Singh Bhatia
7d7e37439d
[WEB-4840] chore: icon migration from @plane/ui to @plane/propel/icons ( #7721 )
...
* chore: move icons from ui package to propel package
* chore: package and tsdown config updated
* chore: migrate all icon imports from @plane/ui to @plane/propel/icons
* chore: remove icon components from @plane/ui package (migrated to
@plane/propel/icons)
* chore: code refactoring
* chore: migrate remaining icon components from @Plane/ui to @Plane/propel/icons
* fix: lint error
* chore: code refactor
2025-09-04 14:44:53 +05:30
Bavisetti Narayan
36c735bede
[WEB-4806] chore: updated html attribute validation #7719
2025-09-04 13:52:43 +05:30
Bavisetti Narayan
9965fc75a6
[WEB-4806] chore: improved the html validation ( #7676 )
...
* chore: improved the html validation
* chore: removed the models changes
* chore: removed extra filters
* chore: changed the protocols
2025-09-03 19:56:20 +05:30
Dheeraj Kumar Ketireddy
cb1e93f83d
[WEB-4831] schema: add rich_filters field to multiple models for enhanced filtering capabilities ( #7700 )
...
* chore: add rich_filters field to multiple models for enhanced filtering capabilities
* Set the default value to empty dict
2025-09-03 18:37:56 +05:30
Sangeetha
2e673026d4
[WEB-4129] fix: work item filter assignees missing fields #7698
2025-09-03 18:36:04 +05:30
Nikhil
49a40031a4
[WEB-4795] chore: remove caching decorator from WorkspaceStatesEndpoint #7714
2025-09-03 18:28:11 +05:30
sriram veeraghanta
54e4a0f6dd
fix: build error due to exports in propel package ( #7715 )
...
* fix: build error due to exports in propel package
* fix: editor css exports
* fix: editor css build
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2025-09-03 18:11:31 +05:30
sriram veeraghanta
473535fcfa
[WEB-4844] fix: export prople package dist ( #7712 )
...
* fix: export prople package dist
* fix: code refactor
2025-09-03 17:25:31 +05:30
Akshita Goyal
59ace4f411
[WEB-4787] fix: changed issue to work item in cycles dropdown ( #7706 )
2025-09-03 14:11:30 +05:30
sriram veeraghanta
b99ddc24e7
[WEB-4810] feat: migrate to tsdown from tsup ( #7679 )
...
* feat: migrat to tsdown to tsup
* fix: build scripts
* fix: lock file fixes
* fix: adding build process to i18n and propel packages
* fix: lint warning
* chore: update services module entry points
* fix: lock file
* fix: lock file
* fix: remove tsc from build
* fix: tsdown configs
* fix: remove tsc step from build process
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
Co-authored-by: Aaron Reisman <aaron.reisman@plane.so>
2025-09-03 14:01:57 +05:30
Anmol Singh Bhatia
91f0228b5f
[WEB-4838] fix: github logo theme #7709
2025-09-02 22:39:42 +05:30
sriram veeraghanta
4b74751e4e
[WEB-4837] feat: adding more packages to catalog ( #7693 )
...
* feat: adding more packages to catalog
* fix: lock file
* fix: sharp pacakge catalog
2025-09-02 21:03:03 +05:30
Aaryan Khandelwal
292264ba96
[WIKI-574] fix: disable copy comment link option for intake work item #7707
2025-09-02 20:39:09 +05:30
Prateek Shourya
28d368d502
[WEB-4836] fix: work item retrieval in peek overview ( #7705 )
2025-09-02 19:26:35 +05:30
Anmol Singh Bhatia
652a6cc885
[WEB-4734] feat: replace emoji picker with frimousse ( #7639 )
2025-09-02 19:00:15 +05:30
Anmol Singh Bhatia
26b48bfcf0
[WEB-4724] feat: migrate tooltips from blueprintjs to base-ui ( #7646 )
...
* feat: add card component to propel package and update tooltip imports
* refactor: remove @plane/ui dependency and update tooltip imports to use local card component
* fix: lint
* refactor: update import from @plane/ui to @plane/utils in command component
* chore: removed blueprintjs/core and blueprintjs/popover2 dependencies
* chore: updated tooltip instances across platform and performed related code refactoring
* chore: code refactor
* chore: code refactor
* fix: lint and build error
* chore: code refactor
* chore: code refactor
* chore: code refactor
* chore: code refactor
* fix: format issue
* fix: build fix
---------
Co-authored-by: Jayash Tripathy <76092296+JayashTripathy@users.noreply.github.com>
2025-09-02 18:19:56 +05:30
Vamsi Krishna
569b2fba83
[WEB-4196]fix: toast message for sub work item quick actions ( #7688 )
...
* fix: toast message for sub work item quick actions
* chore: updated translation files
2025-09-02 18:02:30 +05:30
Anmol Singh Bhatia
779a96acb8
[WEB-4834] fix: range date picker weekStartsOn ( #7699 )
...
* fix: range date picker weekStartsOn
* chore: code refactor
2025-09-02 18:02:09 +05:30
guru_sainath
2d31b562d8
[WEB-4823] chore: Add compound indexing for notification fields to improve query performance ( #7691 )
...
* dev: handled indexing for the notification fields
* dev: removing indexing related to workspaces
* dev: handled indexing for file asset, user favorite, and page log
* dev: indexing concurrently
2025-09-02 14:18:13 +05:30
Prateek Shourya
50b4aca726
[WEB-4829] refactor: star us on GitHub link component ( #7697 )
...
* [WEB-4829] refactor: star us on github link
* fix: review comment
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
2025-09-02 13:54:13 +05:30