Commit Graph

8254 Commits

Author SHA1 Message Date
Alessandro Magionami 36b3f2b11a Merge branch 'main' of github.com:specklesystems/speckle-server into alessandro/web-2944-versions-hide-referencedobject 2025-04-10 10:16:27 +02:00
Alessandro Magionami 73a8719556 feat(core): complete referencedObject resolver for models and projects versions 2025-04-10 10:10:49 +02:00
Alessandro Magionami 96698452f2 feat(core): limit returned commits in streams and breanches 2025-04-10 10:09:54 +02:00
Mike a3ce9fad12 Feat: Update pricing plan features (#4357)
* Feat: Update pricing plan features

* Clean up old stuff

* Add features to old plans

* pls dont complain anymore

* pls work

* fix(shared): add back features to the unlimited plan

---------

Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com>
2025-04-09 21:45:28 +02:00
Chuck Driesler a67022f5fb fix(authz): branches are models too (#4360)
* fix(authz): branches are models too

* fix(authz): also check token resource access
2025-04-09 20:15:51 +02:00
Gergő Jedlicska 5fce827ad7 feat(gatekeeper): calculate available seats from purchased and used (#4362) 2025-04-09 19:51:02 +02:00
Adam Hathcock e0f17d421a make deferment manager and add tests for it and getObject 2025-04-09 16:44:59 +01:00
Adam Hathcock 8f67e52e38 deferred base usage correction 2025-04-09 15:50:24 +01:00
Chuck Driesler ea114fd394 fix(authz): only exempt empty main model (#4358) 2025-04-09 15:27:03 +01:00
Adam Hathcock cfb561c1c2 add createFromObjects and createFromJSON 2025-04-09 15:13:32 +01:00
Kristaps Fabians Geikins 5f88f562d3 feat: updated various "read/update" settings related permission checks (#4356)
* a bunch more tests

* updated GQL resolvers

* project create checks implemented

* project update/settings related checks in FE

* a bunch of tests

* tests fix

* disable app schema check
2025-04-09 16:13:09 +03:00
andrewwallacespeckle 459aac7d6f Use hasAccessToFeature 2025-04-09 13:24:41 +01:00
andrewwallacespeckle febe49171e Allow downgrade even if expired 2025-04-09 12:29:06 +01:00
andrewwallacespeckle 84b767488f disable domain protection switch if not on pro 2025-04-09 12:22:52 +01:00
Gergő Jedlicska b24add762c feat(gatekeeper): disable workspace plan migrations (#4354) 2025-04-09 13:02:28 +02:00
Iain Sproat ba5924f429 Merge pull request #4350 from specklesystems/iain/use-gl-egl-not-vulkan
chore(preview service): use gl-egl over vulkan
2025-04-08 19:28:24 +01:00
Gergő Jedlicska b71f0bd5c4 feat(gatekeeper): re-enable workspace plan migrations (#4352) 2025-04-08 20:00:18 +02:00
Gergő Jedlicska a986bee2fb feat(shared): add plan helpers (#4347)
* feat(shared): add plan helpers

* feat(shared): naming is hard

* feat(shared): spelling is hard
2025-04-08 19:59:30 +02:00
Iain Sproat 1b18786281 chore(preview service): use gl-egl over vulkan 2025-04-08 18:05:24 +01:00
Iain Sproat 5fc2d5c089 Merge pull request #4180 from specklesystems/iain/preview-service-handle-errors
fix(preview service): handle errors and failures
2025-04-08 17:55:49 +01:00
Iain Sproat 8410dfb647 Merge pull request #4348 from specklesystems/iain/preview-service-frontend-debugging
chore(preview service): add logging to frontend
2025-04-08 17:31:13 +01:00
Gergő Jedlicska 4a7e8ae5f4 temp disable workspace plan migrations (#4349)
* fix(gatekeeper): missing priceId-s should stop the server from booting

* feat(shared): add all new workspace plans

* feat(billing): add new world plans

* feat(ci): use stripe sandbox id-s from test env vars

* chore(ci): remove defunct stripe context

* chore(server-env): fix server env example

* WIP workspace migration

* feat(gatekeeper): migrate old workspace plans to new

* feat(gatekeeper): add more logs to plan migrations

* fix(ci): do not remove the stripe context

* fix(gatekeeper): handle migration errors

* fix(gatekeeper): temp disabling migrations until they can be fixed
2025-04-08 16:58:22 +02:00
Chuck Driesler 7cddc87deb fix(workspaces): use new roles for project moves on new plans (#4316)
* chore(workspaces): move project role mapping in tests

* fix(workspaces): new world move project to workspace

* chore(workspaces): adjust move project tests

* fix(workspaces): that's on me
2025-04-08 15:32:05 +01:00
Chuck Driesler cb7243cfbe feat(authz): Project.canCreateModel and Project.canMoveToWorkspace policies (#4342)
* feat(authz): Project.canCreateModel policy

* feat(authz): Project.canMoveToWorkspace policy

* fix(authz): expose policies as permissions objects

* chore(authz): actually use the policies lol

* chore(authz): add tests for new policies

* fix(authz): skip affected test

* fix(authz): pr comments

* fix(authz): better errors, better tests

* chore(authz): remove references to deleted error
2025-04-08 15:29:12 +01:00
Iain Sproat 35c83d62a8 Revert change already in another PR 2025-04-08 15:13:40 +01:00
Iain Sproat b66b19e1ac Remove duplication of browser close 2025-04-08 15:10:39 +01:00
Iain Sproat 58ed9fc58b Merge branch 'main' into iain/preview-service-handle-errors 2025-04-08 15:08:00 +01:00
Gergő Jedlicska f217f5b17f Gergo/web 2930 workspace migration script (#4333)
* fix(gatekeeper): missing priceId-s should stop the server from booting

* feat(shared): add all new workspace plans

* feat(billing): add new world plans

* feat(ci): use stripe sandbox id-s from test env vars

* chore(ci): remove defunct stripe context

* chore(server-env): fix server env example

* WIP workspace migration

* feat(gatekeeper): migrate old workspace plans to new

* feat(gatekeeper): add more logs to plan migrations

* fix(ci): do not remove the stripe context

* fix(gatekeeper): handle migration errors
2025-04-08 16:00:38 +02:00
Iain Sproat be9bbc234f Disable unnecessary chromium components 2025-04-08 14:56:05 +01:00
andrewwallacespeckle c63a2f9faf feat(fe): version & comment limits
feat(fe): version & comment limits
2025-04-08 14:05:15 +01:00
andrewwallacespeckle f70294f2f3 Fix build 2025-04-08 13:50:41 +01:00
andrewwallacespeckle 8a5af15297 Use real version limits 2025-04-08 13:27:12 +01:00
andrewwallacespeckle c9423e8042 Fix build 2025-04-08 13:11:26 +01:00
andrewwallacespeckle 244c394ddf Merge branch 'main' into andrew/web-2920-fe 2025-04-08 12:44:05 +01:00
andrewwallacespeckle d073be626a fix props 2025-04-08 12:43:54 +01:00
andrewwallacespeckle 207481328d Guests cannot go to plans 2025-04-08 12:30:58 +01:00
Iain Sproat 5ad818b678 Merge pull request #4345 from specklesystems/iain/preview-service-improve-logging
chore(preview service): improve logging
2025-04-08 12:08:40 +01:00
Mike 2582545807 Feat: Add dry run result to move project list (#4340) 2025-04-08 12:55:58 +02:00
andrewwallacespeckle 32d50f1bb7 Merge branch 'main' into andrew/web-2920-fe 2025-04-08 11:51:09 +01:00
Kristaps Fabians Geikins e9a25a247f feat(fileimport): move back to previous python-util version (#4346) 2025-04-08 13:47:19 +03:00
andrewwallacespeckle 9f60d437c6 Merge branch 'main' into andrew/web-2920-fe 2025-04-08 11:21:17 +01:00
Iain Sproat bbadd643b9 chore(preview service): improve logging 2025-04-08 10:57:12 +01:00
Kristaps Fabians Geikins ec2fb34283 feat(shared): new policies for minor fragment refactor (#4343)
* canUpdate + reworked fragments

* feat(shared): new policies for minor fragment refactor

* some cleanup

* canUpdate tests

* ensureMinimumProjectRoleFragment test

* checkIfPubliclyReadableProjectFragment tests

* get rid of LoadersOf/ErrorsOf

* python dep update
2025-04-08 12:28:20 +03:00
Alessandro Magionami f6dab91b48 Merge pull request #4321 from specklesystems/alessandro/web-2944-versions-hide-referencedobject
Alessandro/web 2944 versions hide referencedobject
2025-04-08 11:20:01 +02:00
Iain Sproat dc88cceb32 Merge pull request #4335 from specklesystems/iain/helm-chart-configurable-env-vars
feat(helm chart): allow additional environment variables to be provided
2025-04-08 08:15:34 +01:00
Iain Sproat 5376939c62 Merge pull request #4339 from specklesystems/iain/fix-helm-chart-billing-nesting
fix(helm chart): business config at top level of values
2025-04-08 08:05:05 +01:00
Iain Sproat 4177aa5e91 Merge branch 'main' into iain/helm-chart-configurable-env-vars 2025-04-08 07:38:45 +01:00
Iain Sproat 7a6e678b49 Merge pull request #4338 from specklesystems/iain/preview-service-missing-dependencies
feat(preview service): optionally configure GPU rendering via Puppeteer
2025-04-08 07:36:43 +01:00
andrewwallacespeckle 666c3b5c03 Tidyups 2025-04-07 23:37:48 +01:00
andrewwallacespeckle 9179183a8a Tidyups 2025-04-07 23:34:10 +01:00