Sherfin Shamsudeen
559965bccd
Bump version to 1.17.0
2022-06-13 15:13:04 +05:30
Sherfin Shamsudeen
3f6802063b
Merge branch 'develop' into release/1.17.0
2022-06-13 15:12:26 +05:30
Gandharv
292673aa67
fix: re-render when cursor hovered on canvas ( #3210 )
...
* fix: re-render when cursor hovered on canvas
* rename
* remove redundant check
* add app_id as yjs docname
2022-06-09 15:36:11 +05:30
Akshay Sasidharan
ce0c993cce
bump version
2022-06-09 13:47:00 +05:30
gsmithun4
e5f4054c2b
added env var to view-hide account setup link
2022-06-08 00:49:14 +05:30
Akshay Sasidharan
eca176571b
bump to v1.16.0
2022-06-02 15:25:13 +05:30
Midhun G S
fadf025365
[BUG] Account level security issue ( #3150 )
...
* bug fixes
* changes
* changes for single workspace support
* added guards for signup route
* test cases fixes
* Workspace invite and user onboarding flow changes (#3190 )
* invite user flow changes
* review comments
* cleanup
* testcase fix
2022-06-02 15:20:51 +05:30
Gandharv
5dbe795d73
feat: add user avatar ( #2920 )
...
* feat: add user avatar
* update: @nest/platform-express from 8.0.0 to 8.4.4
* add avatar_id in login response
* add user avatar upload in frontend
* align cross divider with layout icons'
* generate nest model - extensions
* cleanup
* fix tests
* reduce the avatar size on homepage
* fix review comments
* import Express
* add blob to csp
2022-06-02 12:19:49 +05:30
Akshay
9db1aee6f7
update routes for nginx conf and event gateway for being proxied ( #3183 )
2022-06-01 18:23:41 +05:30
Sherfin Shamsudeen
7c27188699
Bump minor version
2022-05-31 21:58:22 +05:30
Sherfin Shamsudeen
c13f7c20d8
Merge branch 'main' into develop
2022-05-31 21:54:41 +05:30
Sherfin Shamsudeen
997fc93d8b
Bump patch version
2022-05-31 21:54:10 +05:30
Akshay
a13a2d4d63
Chore: ToolJet setup to try locally ( #3158 )
...
* add dockerfile for try tooljet setup
* update npm scripts and logged messages
* refactor npm scripts for dist folder scripts
* update usages of db setup and seed
* setup script to init db and boot app
* fix dockerfile
* update dockerfile
* user production.Dockerfile as base image
* fix script
* fix script exit
* fix lint
2022-05-31 18:42:36 +05:30
Sherfin Shamsudeen
5d076bc5fd
Bump version
2022-05-26 19:41:43 +05:30
Sherfin Shamsudeen
df54debeb0
Merge branch 'main' into develop
2022-05-26 19:39:51 +05:30
Sherfin Shamsudeen
c3278a98d5
Update patch version
2022-05-26 19:39:33 +05:30
Akshay
bd56792d58
Add deployment platform for telemetry ( #3126 )
...
* add deployment platform telemetry
* make use of config service
2022-05-26 07:11:56 +05:30
Muhsin Shah C P
4e6e6f5826
[Feature] Now users can edit created version's name 🚀 ( #3106 )
...
* Added a feature for updating a version's name
* fixed icon space
* Fixed a bug
* solved a possible error
* Added a new state for edit name modal
2022-05-25 22:58:29 +05:30
Akshay
fd89a0f242
Fix: Show sign up form for single organization when no org present ( #3107 )
...
* show sign up form for single organization when no org present
* update spec
* fix spec
2022-05-24 22:16:01 +05:30
Midhun G S
4b68627431
[BUG] Error while switching organization ( #3054 )
...
* Fix - error while switching organization
* fixes
* Update oauth.service.ts
2022-05-23 17:47:46 +05:30
Akshay
f7db75ee14
Add editor and viewer user count to telemetry ( #3103 )
2022-05-22 14:43:03 +05:30
Sherfin Shamsudeen
9ffd885222
Merge branch 'main' into develop
2022-05-20 14:05:45 +05:30
Sherfin Shamsudeen
ab3df95e2f
Bump patch version
2022-05-20 14:04:55 +05:30
Muhsin Shah C P
66764d5511
Added custom headers for access token URL ( #3078 )
2022-05-19 18:42:44 +05:30
Sherfin Shamsudeen
8304bd21cb
Merge branch 'main' into develop
2022-05-19 13:28:02 +05:30
Sherfin Shamsudeen
bed71b1311
Bump patch version
2022-05-19 13:23:19 +05:30
Kiran Ashok
3b96e99d6a
Woocommerce integration 🚀 ( #2866 )
...
* base structure
* tested all customer operations
* all product enpoints tested
* all order api tested
* typo fix
* icon updated
* tested all operation , cleanup
* added create coupon operation
* removing unwanted types
* cleanup
* updating test connection bug
* doc updated
* docs updated
* removing logs :: pr updates
* removing types :: pr updates
* cleanup :: pr changes
* operation structure updated
* restructured whole code for seperating operations
* typo bug updated
* updating pr updates remove host , test error case updated
* typo bug fixed
* updating naming conventions
* plugins operation.json reusable fields
* pr changes :: making all ids common
* fixing customer params
* updating all additional param types
* updating all product params
* including some more product params
* adding all order params
* adding all coupon params
* updating common defenitions
* capitalise labels
* updating all list operation definitions
* clearing some typos
* global defenition
* lock file changes
* lock file changes
* server lock file changes
* typo fix
* typo fix
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2022-05-19 11:38:14 +05:30
Sherfin Shamsudeen
145ccd2a56
Merge branch 'main' into develop
2022-05-17 19:55:33 +05:30
Sherfin Shamsudeen
9e61fab479
Bump patch version
2022-05-17 19:54:18 +05:30
Tanmoy Bhowmik
15c909abb2
Avoid creation of system group names ( #2999 )
...
* fix(group_permission): avoid useage of system defined user group
* test(group_permission): add test to verify the chaanges related to system group names
* fix(group_permission): change error message and fix reserved group list
2022-05-13 13:18:26 +05:30
Sherfin Shamsudeen
e3ad6b7cd2
Bump version to 1.13.0
2022-05-11 21:48:35 +05:30
Midhun G S
e656ea9259
Relabelling organization with workspace ( #2992 )
...
* Relabelling organization with workspace
* placeholder fix
* Bug fixes
* fix
* firefox issue fix
2022-05-11 16:30:25 +05:30
Kavin Venkatachalam
7c30a830db
[Feature]: Custom Component Widget ( #2960 )
...
* Created custom component widget
* Updated the custom component key
* Added doc for custom component
* Update iframe.html
* Installed HTML parse in dependencies
* Updated script source
* Added scripts to CSP
* Added Skypack to CSP
* Fixed Run Query issue in Viewer
2022-05-10 15:09:09 +05:30
Muhsin Shah C P
197f313f66
[Feature] Added textSize style to the text widget ( #2948 )
...
* Added textSize style to text widget
* Added new migration
* Edited the migration file
2022-05-09 13:35:02 +05:30
Gandharv
2da1b274fe
Merge main to develop ( #3004 )
...
* bump up version
* Fixes new added/deleted query doesnt update on query manager (#3001 )
* Bump hotfix version
Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-05-09 12:47:12 +05:30
Gandharv
1716213247
Chore: add option to enable/disable multiplayer feature ( #2984 )
...
* chore: add env to enable/disable multiplayer feature
* fix merge conflict
* rename env
* add default true
* add null check on ymap
2022-05-06 12:29:50 +05:30
Tanmoy Bhowmik
e69ce71f4e
Fixes query order in query manager ( #2967 )
...
* fix(dataQueries): sort queries by createdAt
* test(dataQueries): add test to verify the queries are sorted
* test(dataQueries): sort queries in desc
2022-05-05 17:21:00 +05:30
Midhun G S
0545528504
Support for multiple workspaces 🚀 ( #2778 )
...
* multi org changes
* Initial changes
* changes
* manage sso page
* Multi-organization changes
* Multi organization changes
* multi-org changes
* multi-org changes
* multi-org changes
* multi-org fixes
* env variables app.json changes
* multi-org-fix
* user invitation token fix
* multi-org group permission fix
* multi-org app privilege
* google oauth fix
* Remove enable signup for form login
* Multi organization fixes
* multi-org user invite flow changes
* multi-org sign up fix
* rebase and multi-org fixes
* revert testing logs
* test logs revert
* migration changes
* migration file fix
* error message changes
* git login for private email fix
* dropdown fix
* test cases
* e2e test cases added
* test cases fix
* documentation changes
* testcases fix
* testcases added
* replace findOne with findOneOrFail
* accept invite testcases
* login page fixes
* added encrypted tag
* review comments
* migration fixes
* improvements
* manage sso loading fix
* review comments
* migration file changes
* new organization creation bug fix
* added e2e testcases
* added testcases
* Update data_sources.controller.ts
2022-05-05 12:38:42 +05:30
Ankush
a07b8e3439
Fixes addition of application to folder more than once ( #2961 )
...
* fixed addition of application to folder more than once
* Update server/src/services/folder_apps.service.ts
Co-authored-by: Midhun G S <gsmithun4@gmail.com>
Co-authored-by: Midhun G S <gsmithun4@gmail.com>
2022-05-05 12:04:42 +05:30
Akshay Sasidharan
0959ab335d
bump up version
2022-05-04 19:33:46 +05:30
Tanmoy Bhowmik
ad223e701f
Fix invalid error message for user group ( #2964 )
...
* fix(groupPermission): add check for uniqueness before creating the group
* fix(groupPermission): add test for the uniqueness of group permission group name
2022-05-04 16:28:02 +05:30
Muhsin Shah C P
722a701b22
[Feature] option to delete a data source 🚀 ( #2790 )
...
* Implemented frontend
- icon and confirmation modal
- delete fn in services
* Implemented backend Endpoint
- Changed confirmation modal msg
* Added unit test for delete operation
* Changed the modal msg again
* Fixed delete btn alignment issue
* Resolved a bug
* changed popover width
* Now delete endpoint will only return the status
* Added a new spec to test delete a data-source from a specific version
* Added deleteDataSource ability
* Removed commented code
* Added BadRequestException in else case
* Resolved an error
* Changed confirmation modal
2022-05-02 18:42:14 +05:30
Akshay Sasidharan
8b1f8ab6d2
bump to v1.11.0
2022-04-28 17:12:13 +05:30
Akshay
971db32540
add backend validation to prevent editing released version ( #2926 )
2022-04-28 17:00:58 +05:30
Akshay
7e98d606ce
Fix: Thread/Comment edit and delete ( #2880 )
...
* fix thread edit and delete
* fix comment edit and delete
* fix thread id type on entity
2022-04-22 13:27:05 +05:30
Muhsin Shah C P
380ea73b30
[Feature] Added a feature to show maintenance state of an app ( #2820 )
...
* Implmented toggle and confirmation modal
- Also maintenance state will store in db as a global setting
* Added is_maintenance_on column to apps table
* Now maintenance state will store in app entity
* Lauch btn will be disabled for on-maintenance apps
* Users can't see preview using shared links when app is on maintenance
* Changed toggle name
* Changed maintenance dialog message
- Changed button text
- Fixed some alignment
2022-04-21 22:08:54 +05:30
Akshay
431dc961cd
Feature: Add data transfer object layer to validate and sanitize user inputs ( #2694 )
...
* add sanitize-html to be used with dto
* add dto for controllers
* add vaalidation to check token not empty
* update test config
* add validation pipe on test setup
* fix spec
* fix params casing
* update dto for empt checks
* update reset password dto
* only check for options to be defined
* update specs
* update dto and spec
* Remove invalid decorator
* update package-lock
* update thread dto
* update user dto
* fix email
* make comment req params attributes as optional
* fix specs
2022-04-20 14:46:57 +05:30
Gandharv
40420ee591
feat: Add realtime collaboration ( #2517 )
...
* feat: add realtime collaboration
* reduce delay in debounce
* feat: add realtime cursors
* feat: add realtime avatars
* add current user to the online users list
* add border color to the avatar
* feat: allow multi user to edit multi-versions simultaneously
* add getOne fn for fetching single api + avatar component
* fix: set appDef from api call
* replace webrtc with ws
* move yjs to separate port (temp)
* run on same port
* fix: update ymap when styles have changed
* - Add static list of colors
- Show the username on hover
* fix: cursors not showing up
* fix: review comments
* remove unused vars
* add new cursor style
* - Run yjs connection on a different path
- Add zindex to cursor such that query editor has precedence
* fix: event emitter bug + position bug
* use shorthand
* cursor style changes
* fix cursor positions
* inc zindex
* change max avatars to 3
2022-04-19 16:07:39 +05:30
Navaneeth Pk
391c2e0481
Lock sentry version
2022-04-12 15:05:22 +05:30
Sherfin Shamsudeen
a7223d9bf3
Bump hotfix version
2022-04-12 13:08:35 +05:30