Commit Graph

6751 Commits

Author SHA1 Message Date
andrewwallacespeckle 5985ce73ea RemoveMember > RemoveFromWorkspace 2025-03-25 14:07:12 +00:00
andrewwallacespeckle 5f4a160d08 Create components for member update actions 2025-03-25 14:00:11 +00:00
Kristaps Fabians Geikins f76a2c34d3 chore: add no floating promises lint rule (#4249)
* chore: add no floating promises lint rule

* minor cleanup

* fix test by only running if node 22 or greater

---------

Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com>
2025-03-25 13:36:49 +02:00
Alexandru Popovici 4371945b71 DataDog Error Fixes (#4255)
* fix(viewer-lib): Fixed an issue where the section tool inside an empty world would throw off three's clipping plane calculation causing the infamous 'i.toArray is not a function' seen in datadog. Additionally the 'Cannot read properties of undefined (reading 'transparent')' error might also be resolved along side since it seems it was caused by it

* fix(viewer-lib): Fixed another error seen in datadog

* fix(viewer-lib): Fixed another error reported by datadog where diffing materials did not have clipping planes initialized causing exceptions to be thrown in some cases

* fix(viewer-lib): Compiler error
2025-03-25 09:05:40 +02:00
Chuck Driesler c6e0714bc4 chore(authz): hoist authorizeresolver (#4253)
* chore(authz): hoist deleteStreamAndNotify

* chore(authz): hoist updateStreamAndNotify

* chore(authz): comment
2025-03-24 16:51:19 +00:00
Gergő Jedlicska b7656c1a13 tests(shared/authz): (#4250)
* test(shared): add more tests to auth policies

* test(shared): add more tests to auth policies

* chore(authz): fix export

* chore(authz): test env fix

* chore(authz): more test fixes

---------

Co-authored-by: Charles Driesler <chuck@speckle.systems>
2025-03-24 16:03:22 +01:00
Kristaps Fabians Geikins c988276c54 stuff seems to work (#4240) 2025-03-24 15:56:02 +01:00
Alessandro Magionami 37bc9efed0 Merge pull request #4248 from specklesystems/alessandro/web-2858-add-seat-type-to-workspaceteamfilter
feat(workspaces): add filter by seatType in workspace team
2025-03-24 15:43:39 +01:00
andrewwallacespeckle 17ef0adba5 feat(workspace): add limit to move projects dialog paginated query
feat(workspace): add limit to move projects dialog paginated query
2025-03-24 14:18:56 +00:00
andrewwallacespeckle 9c16999cfc feat(workspace): add limit to move projects dialog paginated query 2025-03-24 13:56:41 +00:00
Kristaps Fabians Geikins 6d8b1007f0 fix: workspace projects infinite loading bug (#4252)
* fix(server): user streams query pagination

* fix(fe2): fe infinitely asking for broken pagination
2025-03-24 15:46:59 +02:00
andrewwallacespeckle fe197ddddc refactor(fe):Update members/guests/invites/join requests settings pages
refactor(fe):Update members/guests/invites/join requests settings pages
2025-03-24 13:41:55 +00:00
andrewwallacespeckle fa0b7ac7f2 Merge pull request #4251 from specklesystems/andrew/improve-accuracy-of-comment-context-warning
refactor(fe): Improve accuracy of comment context warning
2025-03-24 13:10:40 +00:00
andrewwallacespeckle caebd0c034 Improve accuracy of warning 2025-03-24 12:23:03 +00:00
andrewwallacespeckle b2525e6f25 Merge branch 'main' into andrew/web-2567-update-members-and-guests-settings-pages 2025-03-24 11:56:04 +00:00
andrewwallacespeckle 0b6423e566 Use WorkspaceSeatType type 2025-03-24 11:54:00 +00:00
andrewwallacespeckle 0198afdfc9 feat(fe): Add pagination and search to Move Projects dialog
feat(fe): Add pagination and search to Move Projects dialog
2025-03-24 11:50:43 +00:00
andrewwallacespeckle 1d2c9f476e Fix typing issue 2025-03-24 11:39:01 +00:00
andrewwallacespeckle b1e9543994 Merge branch 'main' into andrew/web-2567-update-members-and-guests-settings-pages 2025-03-24 11:36:25 +00:00
Alessandro Magionami 6a09d07c59 feat(workspaces): fix filter type 2025-03-24 11:05:38 +01:00
andrewwallacespeckle 098f0f7ccb Comments from PR 2025-03-24 09:51:51 +00:00
Mike f8a5a70cf2 Fix: Only send zapier webhook if feedback is provided (#4247) 2025-03-24 10:46:45 +01:00
andrewwallacespeckle 9cbea2e639 Merge branch 'main' into andrew/web-2875-fix-move-project-into-workspace-modal 2025-03-24 09:45:39 +00:00
andrewwallacespeckle 9fb5da5314 Remove default value from card 2025-03-24 09:44:20 +00:00
andrewwallacespeckle 5329d804b0 Merge branch 'main' into andrew/web-2567-update-members-and-guests-settings-pages 2025-03-24 09:43:09 +00:00
Alessandro Magionami 9429e47b93 feat(workspaces): add filter by seatType in workspace team 2025-03-24 10:29:36 +01:00
Gergő Jedlicska 25d0802234 fix(server): project access fix for discoverable projects (#4246) 2025-03-22 15:42:35 +01:00
Mike 751aece587 Fix: Various pricing plan fixes (#4244) 2025-03-21 21:49:12 +01:00
Mike 56e79b0dd8 Fix: Link to webhooks tab (#4245) 2025-03-21 21:35:58 +01:00
andrewwallacespeckle 3292fc04e5 feat(fe): Add pagination and search to Move Projects dialog 2025-03-21 16:34:56 +00:00
Gergő Jedlicska 968d2f2520 auth/lib (#4242)
* wip

* wip

* feat(authz): wip policy shape

* wip

* fix(authz): canReadProject with latest pattern

* wip

* feat(shared): simplify authz checks and policies

* feat(shared): port role weights into shared

* test(shared): some more tests for authz

* test(shared): more query project tests

* typo!

* feat(shared): ff loading refinements

* feat(shared): example authorization policy integration

* authz loaders init

* chore(authz): naming etc

* wip

* fix(authz): authz error objects

Co-authored-by: Kristaps Fabians Geikins <fabis94@users.noreply.github.com>
Co-authored-by: Gergő Jedlicska <gjedlicska@users.noreply.github.com>

* fix(authz): use correct role weights

* chore(authz): use codes from errors in tests

* chore(authz): wow

* chore(authz): fix more tests, add more tests

* chore(authz): fix some tests, add some tests (again)

* fix(authz): fix tests again

* fix(server): you need to await !!!! otherwise it crashes the server.

---------

Co-authored-by: Charles Driesler <chuck@speckle.systems>
Co-authored-by: Kristaps Fabians Geikins <fabis94@users.noreply.github.com>
Co-authored-by: Gergő Jedlicska <gjedlicska@users.noreply.github.com>
2025-03-21 16:37:36 +01:00
andrewwallacespeckle 46020ea8b7 Merge branch 'main' into andrew/web-2567-update-members-and-guests-settings-pages 2025-03-21 15:18:23 +00:00
andrewwallacespeckle f12f528101 Check for domain compliancy 2025-03-21 15:16:27 +00:00
Chuck Driesler 66da283a79 Revert "feat(authz): shared authz pipeline (#4151)" (#4241)
This reverts commit cb8aa31b66.
2025-03-21 15:41:17 +01:00
andrewwallacespeckle 6d1587c4da Merge branch 'main' into andrew/web-2567-update-members-and-guests-settings-pages 2025-03-21 14:22:07 +00:00
andrewwallacespeckle d24ce47d14 Remove InvitesTable 2025-03-21 14:21:24 +00:00
Mike 0781a4f58c Feat: New princing table for new plans (#4225) 2025-03-21 15:10:42 +01:00
andrewwallacespeckle ab79b39a08 Naming improvements 2025-03-21 14:05:11 +00:00
andrewwallacespeckle 532e0edb57 Comments from PR 2025-03-21 13:57:25 +00:00
Chuck Driesler cb8aa31b66 feat(authz): shared authz pipeline (#4151)
* wip

* wip

* feat(authz): wip policy shape

* wip

* fix(authz): canReadProject with latest pattern

* wip

* feat(shared): simplify authz checks and policies

* feat(shared): port role weights into shared

* test(shared): some more tests for authz

* test(shared): more query project tests

* typo!

* feat(shared): ff loading refinements

* feat(shared): example authorization policy integration

* authz loaders init

* chore(authz): naming etc

* wip

* fix(authz): authz error objects

Co-authored-by: Kristaps Fabians Geikins <fabis94@users.noreply.github.com>
Co-authored-by: Gergő Jedlicska <gjedlicska@users.noreply.github.com>

* fix(authz): use correct role weights

* chore(authz): use codes from errors in tests

* chore(authz): wow

* chore(authz): fix more tests, add more tests

* chore(authz): fix some tests, add some tests (again)

* fix(authz): fix tests again

---------

Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com>
Co-authored-by: Kristaps Fabians Geikins <fabis94@users.noreply.github.com>
Co-authored-by: Gergő Jedlicska <gjedlicska@users.noreply.github.com>
2025-03-21 14:45:36 +01:00
andrewwallacespeckle ec8f2ebbe5 Revert changes to CommonCard padding 2025-03-21 13:04:06 +00:00
andrewwallacespeckle bcb83186bd Merge branch 'main' into andrew/web-2567-update-members-and-guests-settings-pages 2025-03-21 13:02:01 +00:00
andrewwallacespeckle ae3f829410 Undo padding change to CommonCard 2025-03-21 12:59:52 +00:00
andrewwallacespeckle 43f7e55fe4 Merge pull request #4231 from specklesystems/andrew/update-workspace-members-sidebar
refactor(fe): workspace sidebar members section
2025-03-21 11:09:33 +00:00
Mike 8de5094106 Feat: Increase limit for workspace team featching on workspace dashboard and table (#4234) 2025-03-21 10:24:01 +01:00
Alexandru Popovici fe7d435d8c fix(viewer-lib): Fixed an issue which caused incorrect zoom to cursor and rotate around cursor behavior on some relative layout pages (#4233) 2025-03-21 09:06:53 +02:00
Mike a9f03694d6 Feat: Move project collaborators to own tab (#4226) 2025-03-20 15:19:04 +01:00
andrewwallacespeckle 937425c56d refactor(fe): workspace sidebar members section 2025-03-20 14:08:26 +00:00
andrewwallacespeckle 1c18e3ecb0 Merge branch 'main' into andrew/web-2567-update-members-and-guests-settings-pages 2025-03-20 12:34:16 +00:00
andrewwallacespeckle bd09024c1f Add joined at date 2025-03-20 12:33:41 +00:00