pablohashescobar
29798fa08a
Merge branch 'dev/settings_configuration' of github.com:makeplane/plane into feat/self_hosted_instance
2023-11-16 15:07:42 +05:30
pablohashescobar
af5534ffe3
Merge branch 'feat/self_hosted_instance' of github.com:makeplane/plane into feat/self_hosted_instance
2023-11-16 13:42:36 +05:30
pablohashescobar
46e733a2c5
dev: admin api to check if the current user is admin
2023-11-16 13:42:03 +05:30
sriram veeraghanta
c4d5ccdae4
Merge branch 'feat/self_hosted_instance' of github.com:makeplane/plane into feat/self_hosted_instance
2023-11-16 12:35:23 +05:30
sriram veeraghanta
78d841d67e
dev: instance admin routes and initial set of screens
2023-11-16 12:34:41 +05:30
sriram veeraghanta
95c35cde4a
Merge branch 'develop' of github.com:makeplane/plane into feat/self_hosted_instance
2023-11-16 12:33:10 +05:30
pablohashescobar
6045e659bc
Merge branch 'feat/self_hosted_instance' of github.com:makeplane/plane into feat/self_hosted_instance
2023-11-16 06:46:48 +00:00
pablohashescobar
ca79739ead
Merge branch 'develop' of github.com:makeplane/plane into feat/self_hosted_instance
2023-11-16 06:45:57 +00:00
pablohashescobar
44a3097ed1
dev: default bucket creation script
2023-11-16 12:13:45 +05:30
pablohashescobar
55869ee994
dev: update script to use manage command
2023-11-15 20:22:14 +05:30
pablohashescobar
6102de37de
dev: check email validity
2023-11-15 20:19:55 +05:30
pablohashescobar
deefdac8b4
dev: migrate instance registration and configuration to manage commands
2023-11-15 20:07:33 +05:30
pablohashescobar
1e9f4dd938
Merge branch 'feat/self_hosted_instance' of github.com:makeplane/plane into feat/self_hosted_instance
2023-11-15 19:25:04 +05:30
pablohashescobar
d9a06a5fe3
Merge branch 'develop' of github.com:makeplane/plane into feat/self_hosted_instance
2023-11-15 19:24:39 +05:30
pablohashescobar
89a5088f31
dev: update cors setup and local settings
2023-11-15 19:22:56 +05:30
pablohashescobar
9789757d2d
dev: fix current site domain registration
2023-11-15 18:18:00 +05:30
pablohashescobar
2aee627616
dev: remove deprecated variables
2023-11-15 17:54:33 +05:30
Nikhil
26b1e9d5f1
dev: squashed migrations ( #2779 )
...
* dev: migration squash
* dev: migrations squashed for apis and webhooks
* dev: packages updated and move dj-database-url for local settings
* dev: update package changes
2023-11-15 17:15:02 +05:30
sriram veeraghanta
5b2964dc48
fix: updating env config in case of db values are missing
2023-11-15 16:54:56 +05:30
Bavisetti Narayan
79347ec62b
feat: api webhooks ( #2543 )
...
* dev: initiate external apis
* dev: external api
* dev: external public api implementation
* dev: add prefix to all api tokens
* dev: flag to enable disable api token api access
* dev: webhook model create and apis
* dev: webhook settings
* fix: webhook logs
* chore: removed drf spectacular
* dev: remove retry_count and fix api logging for get requests
* dev: refactor webhook logic
* fix: celery retry mechanism
* chore: event and action change
* chore: migrations changes
* dev: proxy setup for apis
* chore: changed retry time and cleanup
* chore: added issue comment and inbox issue api endpoints
* fix: migration files
* fix: added env variables
* fix: removed issue attachment from proxy
* fix: added new migration file
* fix: restricted wehbook access
* chore: changed urls
* chore: fixed porject serializer
* fix: set expire for api token
* fix: retrive endpoint for api token
* feat: Api Token screens & api integration
* dev: webhook endpoint changes
* dev: add fields for webhook updates
* feat: Download Api secret key
* chore: removed BASE API URL
* feat: revoke token access
* dev: migration fixes
* feat: workspace webhooks (#2748 )
* feat: workspace webhook store, services integeration and rendered webhook list and create
* chore: handled webhook update and rengenerate token in workspace webhooks
* feat: regenerate key and delete functionality
---------
Co-authored-by: Ramesh Kumar <rameshkumar@rameshs-MacBook-Pro.local>
Co-authored-by: gurusainath <gurusainath007@gmail.com>
Co-authored-by: Ramesh Kumar Chandra <rameshkumar2299@gmail.com>
* fix: url validation added
* fix: seperated env for webhook and api
* Web hooks refactoring
* add show option for generated hook key
* Api token restructure
* webhook minor fixes
* fix build errors
* chore: improvements in file structring
* dev: rate limiting the open apis
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: LAKHAN BAHETI <lakhanbaheti9@gmail.com>
Co-authored-by: rahulramesha <71900764+rahulramesha@users.noreply.github.com>
Co-authored-by: Ramesh Kumar <rameshkumar@rameshs-MacBook-Pro.local>
Co-authored-by: gurusainath <gurusainath007@gmail.com>
Co-authored-by: Ramesh Kumar Chandra <rameshkumar2299@gmail.com>
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: rahulramesha <rahulramesham@gmail.com>
2023-11-15 15:56:57 +05:30
Nikhil
7b965179d8
dev: update bucket script to make the bucket public ( #2767 )
...
* dev: update bucket script to make the bucket public
* dev: remove auto bucket script from docker compose
2023-11-15 15:56:08 +05:30
Nikhil
fc51ffc589
chore: user workflow ( #2762 )
...
* dev: workspace member deactivation and leave endpoints and filters
* dev: deactivated for project members
* dev: project members leave
* dev: project member check on workspace deactivation
* dev: project member queryset update and remove leave project endpoint
* dev: rename is_deactivated to is_active and user deactivation apis
* dev: check if the user is already part of workspace then make them active
* dev: workspace and project save
* dev: update project members to make them active
* dev: project invitation
* dev: automatic user workspace and project member create when user sign in/up
* dev: fix member invites
* dev: rename deactivation variable
* dev: update project member invitation
* dev: additional permission layer for workspace
* dev: update the url for workspace invitations
* dev: remove invitation urls from users
* dev: cleanup workspace invitation workflow
* dev: workspace and project invitation
2023-11-15 15:53:16 +05:30
sabith-tu
96f6e37cc5
fix: Delete estimate popup is not closing automatically ( #2777 )
2023-11-15 14:08:52 +05:30
Nikhil
29774ce84a
dev: API settings ( #2594 )
...
* dev: update settings file structure and added extra settings for CORS
* dev: remove WEB_URL variable and add celery integration for sentry
* dev: aws and minio settings
* dev: add cors origins to env
* dev: update settings
2023-11-15 12:31:52 +05:30
Nikhil
8cbe9c26fc
enhancement: label sort order ( #2763 )
...
* chore: label sort ordering
* dev: ordering
* fix: sort order
* fix: save of labels
* dev: remove ordering by name
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2023-11-15 12:25:44 +05:30
Prateek Shourya
7f42566207
Fix: Custom menu item not automatically closing, affecting delete popup behavior. ( #2771 )
2023-11-14 23:05:30 +05:30
Ankush Deshmukh
b60237b676
Standarding priority icons across the platform ( #2776 )
2023-11-14 20:52:43 +05:30
pablohashescobar
095f64793f
dev: fix email senders
2023-11-14 20:31:29 +05:30
pablohashescobar
ccfd1c703e
dev: fix instance permissions and serializer
2023-11-14 20:30:54 +05:30
pablohashescobar
d05b63fc51
dev: instance configuration values
2023-11-14 14:14:11 +00:00
Prateek Shourya
1fe09d369f
style: text overflow fix and border color update ( #2769 )
...
* style: fix text overflow in:
* Issue activity
* Cycle and Module Select in Create Issue form
* Delete Module modal
* Join Project modal
* style: update assignee select border as per design.
2023-11-14 18:34:51 +05:30
Dakshesh Jain
b7757c6b1a
fix: bugs ( #2761 )
...
* fix: semicolon on estimate settings page
* refactor: project settings automations store implementation
* fix: active cycle stuck on infinite loading
* fix: removed delete project option from sidebar
* fix: discloser not opening when navigating to project
* fix: clear filter not working & filter appearing even if nothing is selected
* refactor: select label store implementation
* refactor: select state store implementation
2023-11-14 18:33:01 +05:30
Anmol Singh Bhatia
1a25bacce1
style: create update view modal consistency ( #2775 )
2023-11-14 18:30:10 +05:30
Anmol Singh Bhatia
6797df239d
chore: no lead option added in lead select dropdown ( #2774 )
2023-11-14 18:29:39 +05:30
Anmol Singh Bhatia
43e7c10eb7
chore: spreadsheet layout column responsiveness ( #2768 )
2023-11-14 18:28:49 +05:30
Anmol Singh Bhatia
bdc9c9c2a8
chore: create update issue modal improvement ( #2765 )
2023-11-14 18:28:15 +05:30
Anmol Singh Bhatia
f0c72bf249
fix: breadcrumb project icon improvement ( #2764 )
2023-11-14 18:27:47 +05:30
sabith-tu
a8904bfc48
style: ui fixes for pages and views ( #2770 )
2023-11-14 18:26:50 +05:30
pablohashescobar
fea812f1b1
dev: instance owner fix
2023-11-14 11:03:09 +00:00
pablohashescobar
46f2663854
dev: enable instance configuration and instance admin roles
2023-11-14 15:56:48 +05:30
pablohashescobar
1eac8ead86
dev: instance admin
2023-11-14 09:08:24 +00:00
pablohashescobar
aca0f5eadb
Merge branch 'develop' of github.com:makeplane/plane into feat/self_hosted_instance
2023-11-14 07:26:26 +00:00
pablohashescobar
32a8133a9f
dev: auto instance registration script
2023-11-14 07:23:18 +00:00
pablohashescobar
efbf834e77
Merge branch 'feat/self_hosted_instance' of github.com:makeplane/plane into feat/self_hosted_instance
2023-11-13 20:29:44 +05:30
pablohashescobar
4fdd6a0e26
dev: instance configuration on instance bootup
2023-11-13 20:29:09 +05:30
Nikhil
b31041726b
dev: create bucket through application ( #2720 )
2023-11-13 15:57:19 +05:30
Prateek Shourya
e6f947ad90
style: ui improvements and bug fixes ( #2758 )
...
* style: add transition to favorite projects dropdown.
* style: update project integration settings borders.
* style: fix text overflow issue in project views.
* fix: issue with non-functional cancel button in leave project modal.
2023-11-13 14:42:45 +05:30
Dakshesh Jain
7963993171
fix: workspace settings bugs ( #2743 )
...
* fix: double layout in exports
* fix: typo in jira email address section
* fix: workspace members not mutating
* fix: removed un-used variable
* fix: workspace members can't be filtered using email
* fix: autocomplete in workspace delete
* fix: autocomplete in project delete modal
* fix: update member function in store
* fix: sidebar link not active when in github/jira
* style: margin top & icon inconsistency
* fix: typo in create workspace
* fix: workspace leave flow
* fix: redirection to delete issue
* fix: autocomplete off in jira api token
* refactor: reduced api call, added optional chaining & removed variable with low scope
2023-11-13 13:34:05 +05:30
Anmol Singh Bhatia
00e61a8753
fix: peek overview comment ordering and comment icon alignment fix ( #2753 )
2023-11-10 18:45:41 +05:30
Anmol Singh Bhatia
733fed76cc
fix: cycle card title responsiveness added ( #2752 )
2023-11-10 18:43:48 +05:30