7885 Commits

Author SHA1 Message Date
huanld c99f40bb20 feat: customize speckle-server for ATAD - auth bypass, file upload, frontend cleanup
Release pipeline / Get version (push) Has been cancelled
Release pipeline / Get Chart Name (push) Has been cancelled
Release pipeline / tests (push) Has been cancelled
Release pipeline / builds (push) Has been cancelled
Release pipeline / builds-ghcr (push) Has been cancelled
Release pipeline / test-deployments (push) Has been cancelled
Release pipeline / deploy (push) Has been cancelled
Release pipeline / Helm chart oci (push) Has been cancelled
Release pipeline / npm (push) Has been cancelled
Release pipeline / snyk (push) Has been cancelled
2026-04-21 16:32:12 +07:00
huanld d1871b3979 chore: apply viewer optimizations, tailscale networking fixes, and Dev environment configurations
Release pipeline / Get version (push) Has been cancelled
Release pipeline / Get Chart Name (push) Has been cancelled
Release pipeline / tests (push) Has been cancelled
Release pipeline / builds (push) Has been cancelled
Release pipeline / builds-ghcr (push) Has been cancelled
Release pipeline / test-deployments (push) Has been cancelled
Release pipeline / deploy (push) Has been cancelled
Release pipeline / Helm chart oci (push) Has been cancelled
Release pipeline / npm (push) Has been cancelled
Release pipeline / snyk (push) Has been cancelled
2026-04-16 13:55:08 +07:00
huanld 6cd126af41 feat: custom IFC converter with C++ geometry injection
Release pipeline / Get version (push) Has been cancelled
Release pipeline / Get Chart Name (push) Has been cancelled
Release pipeline / tests (push) Has been cancelled
Release pipeline / builds (push) Has been cancelled
Release pipeline / builds-ghcr (push) Has been cancelled
Release pipeline / test-deployments (push) Has been cancelled
Release pipeline / deploy (push) Has been cancelled
Release pipeline / Helm chart oci (push) Has been cancelled
Release pipeline / npm (push) Has been cancelled
Release pipeline / snyk (push) Has been cancelled
- Add custom IFC converter using web-ifc C++ DLL for geometry extraction
- Add GeometryInjector.cs: patches Speckle objects with mesh geometry
- Add NativeIfcGeometry.cs: P/Invoke bindings to WebIfcDll
- Add CustomMeshConverterFactory.cs: custom Xbim mesh converter
- Configure fileimport-service dotnet IFC pipeline
- Add VPS deployment config (docker-compose-vps.yml)
- Add dev scripts: run_backend.bat, run_frontend.bat, start_dev.bat
- Update .gitignore: exclude scratch/IFC-toolkit, engine_web-ifc
- Memory optimization for Xbim (MemoryModel mode)
2026-04-16 06:46:41 +07:00
Jedd Morgan 71c3f3b584 feat(auth): add connectors v3 as an app (#5751) 2026-03-18 17:43:33 +00:00
Alexandru Popovici ba6dda6e52 fix(fileimport-service): Updated curl version (#5750) 2026-03-02 21:51:29 +00:00
Alexandru Popovici e902142a94 fix(viewer-lib): Fixed explode mode (#984) (#5748) 2026-03-02 16:11:12 +00:00
Iain Sproat 8779369616 chore(fileimport): bump python security version (#5746) 2026-02-11 14:24:21 +00:00
Oğuzhan Koral 0b9a6e10d4 feat(server): enable sdui for self hosters (#5741) 2026-01-30 05:25:38 +00:00
Alexandru Popovici ac383bca1f feat(viewer): scope keyboard events to focused canvas (#5740) 2026-01-27 09:15:46 +01:00
Alexandru Popovici d96d1c5446 Fix build packages (#5738)
* bump gnupg version to match minimum supported by debian

* bumped version

---------

Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com>
2026-01-15 12:41:35 +00:00
Alexandru Popovici 73a4a26aa5 chore: fixed conflicts (#5737) 2026-01-15 09:38:36 +00:00
Alexandru Popovici ba0fd8c7b2 chore(viewer-lib): Export line and point speckle materials (#5733) 2026-01-06 10:40:12 +00:00
Alexandru Popovici 68d5881179 fix(viewer-lib): Fixed OBJLoder not working properly (#5731) 2025-11-10 08:51:49 +00:00
Alexandru Popovici 06c5529024 Alex/ol2 no hardcode (#5730)
* fix(object-loader): WIP on removing the hardocoding.

* feat(object-loader-2): Object skipping by type is not added as an option. By default OL2 will not skip any objects. Added server filters and skippable objects to sandbox loading
2025-11-05 15:07:39 +01:00
Alexandru Popovici 779ac74c4c fix null object check in queryHits (#5729)
Co-authored-by: bachtiarnaomi <99959074+bachtiarnaomi@users.noreply.github.com>
2025-11-05 15:07:09 +01:00
Daniel Gak Anagrov 7ecdaccb4b fix(viewer-lib): LineBatch returns line count correctly now (#5725)
Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com>
2025-10-30 12:09:38 +00:00
Daniel Gak Anagrov 55f91d2cdf fix(gql): scopes, roles, auth (#5724)
* fix(workspace): auto approval
* fix(scopes): access scopes across the server
* fix(hasAccessRole): establish for all mutations
* feat(token): scoping does not require the token to exist
* chore(scopes): added additional roles
* fix: replaced UNAUTHORIZED_ACCESS_ERROR with UNAUTHORIZED
* fix(email): user list scopes
2025-10-29 09:53:11 +00:00
AlexandruPopovici 616a62dbc0 fix(viewer-lib): Handled WEB-4514: setUserObjectColors now works correctly with instances 2025-10-18 16:25:43 +03:00
AlexandruPopovici e64b309045 fix(viewer-lib): Handles WEB-4509: Isolating without ghosting on instanced objects 2025-10-18 10:51:37 +03:00
Dimitrie Stefanescu 1acdfb508e adds color groups for testing 2025-10-17 10:57:14 +01:00
Dimitrie Stefanescu beab55b06e demo bug
if ghosting is turned off, things don't work as expected
2025-10-17 10:17:37 +01:00
Dimitrie Stefanescu 4079f7c870 Fixes visibility check using instance IDs
Ensures visibility checks within the filtering extension
correctly use instance IDs instead of raw object IDs.

This resolves issues where visibility states were not being
correctly applied to render view nodes, especially for instanced
geometry.
2025-10-16 14:35:32 +01:00
Daniel Gak Anagrov a98673c65e feat(multiregion): sync region on creation (#5720) 2025-10-09 09:53:36 +01:00
Mike e30d30cf26 Fix: Minor dashboard fixes (#5721) 2025-10-09 10:32:22 +02:00
Mike 8e7bfd138c Feat: List dashboards on projects (#5718) 2025-10-08 20:26:59 +02:00
Gergő Jedlicska d8d9b27bd0 fix(dashboards): use the workspaceId for dashboard auth (#5719) 2025-10-08 17:33:21 +02:00
Gergő Jedlicska e99f92d196 fix(gatekeeper): allow checking all feature access on a per project (#5717)
level too
2025-10-08 16:27:29 +02:00
Gergő Jedlicska 1a1ba3d592 feat(viewer): expose object loader attribute masking to the viewer (#5715) 2025-10-08 15:46:17 +02:00
Kristaps Fabians Geikins 22f9b9c68e fix(fe2): allow errors in sub msgs (#5712) 2025-10-08 14:40:12 +03:00
Kristaps Fabians Geikins 49255163c6 fix(fe2): redirect loop on expired auth cookie (#5711) 2025-10-08 14:21:58 +03:00
Mike 7809b723ed Fix: Version edit dialog watcher (#5707) 2025-10-08 12:12:27 +02:00
Chuck Driesler d0b528c202 feat(dashboards): query dashboards by/on project (#5704) 2025-10-08 12:07:28 +02:00
Mike 86dc52f93d Feat: Show slidelist hover on smaller breakpoints, add loop query param (#5706) 2025-10-08 09:57:51 +02:00
Kristaps Fabians Geikins 185806ec64 feat: embedding saved views (#5690)
* init + new API query

* embed dialog works

* embed actions menu

* embed label

* WIP positioning fix:

* cleanup

* embed options finalized

* prevent reset in embed mode

* more embed UX improverments

* tests fix
2025-10-08 10:49:26 +03:00
andrewwallacespeckle 3fd0da9e5c tidyup 2025-10-07 23:44:36 +01:00
andrewwallacespeckle 8a6cbc364a fix(fe): always reset filter serialization 2025-10-07 23:42:14 +01:00
andrewwallacespeckle 7d9d2f4f00 feat(fe): improved reset isolations/hidden button 2025-10-07 23:14:27 +01:00
Chuck Driesler 82e6e397f2 chore(acc): bump converter function (#5703) 2025-10-07 22:14:42 +01:00
Jack 3be30328cf feat(fe): Presentation thumbnails slide title spacing 2025-10-07 15:39:15 +01:00
Jack fc4104b696 Slide title spacing styles 2025-10-07 15:08:51 +01:00
andrewwallacespeckle 28bac6c901 fix(fe): improved negative number regex 2025-10-07 14:55:15 +01:00
Mike 840b9ab0c8 Fix: Remove UI logic from on loaded event (#5694) 2025-10-07 15:27:40 +02:00
Benjamin Ottensten f623aeadfa Show measure feature on all breakpoints (#5691)
* Fix: Show measurement panel on all breakpoints

Co-authored-by: benjamin <benjamin@speckle.systems>

* Remove Cursor comment

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-10-07 15:00:56 +02:00
Benjamin Ottensten 2d844863d9 Fix: Update alert text to say deleted instead of archived (#5688)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-10-07 14:40:13 +02:00
Gergő Jedlicska c16147463f feat(ifc importer): respect timeouts (#5561)
* wip ifc subprocess rework

* feat(ifc-import-service): move the import to a subprocess

* feat(ifc): fix imports

* fix(ifc-import-service): add job_processor to the docker container

* fix(ifc-import-service): wrap the timeout exception and kill the process
2025-10-07 14:07:34 +02:00
andrewwallacespeckle 84d0e88bbb fix(fe): minus numbers showing as string filters 2025-10-07 12:37:04 +01:00
andrewwallacespeckle bf1ad984a1 fix(fe): nested property types 2025-10-07 09:36:53 +01:00
Chuck Driesler 3ee06809af feat(automate): add version results to run result schema (#5682)
* feat(automate): add version results to run result schema

* fix(automate): use new types on FE
2025-10-07 09:42:41 +02:00
Chuck Driesler b83dae3867 feat(acc): Omnibus ACC PR 2: The Sequel (#5659)
* fix(acc): disable button on acc item create

* chore(acc): revert temp cors change

* fix(acc): project integrations tab edits

* feat(acc): revise model card

* fix(acc): improve table

* fix(acc): move sync actions to existig menu

* fix(acc): add model button on different size and learn more

* fix(acc): actions that aren't lies

* fix(acc): fix logged out state on sync from ACC button

* chore(acc): bump fct

* fix(acc): re-open dialog

* fix(acc): folder tree overflow

* fix(acc): sticky headers for folders and files

* fix(acc): bump function

---------

Co-authored-by: oguzhankoral <oguzhankoral@gmail.com>
2025-10-07 08:37:46 +01:00
Kristaps Fabians Geikins 1c257b68d3 fix(fe2): more stable presentation loader (#5683) 2025-10-07 10:33:27 +03:00