Commit Graph

3350 Commits

Author SHA1 Message Date
AlexandruPopovici 1599970f22 #746 Made the new thick lines work with RTE 2022-05-19 13:05:34 +03:00
AlexandruPopovici 1eb44d00d9 Updated three.js version to 140. Thick lin raycasting now properly works in world space and also the threshold in world space is now accurate. 2022-05-18 11:53:50 +03:00
AlexandruPopovici e574623a43 #746 Fixed an issue with RTE and basic line geometry. Group transforms were not baked into the high and low attributes. Now they work correctly 2022-05-17 22:42:06 +03:00
AlexandruPopovici a3c7dcf408 #746 Implemented RTE for basic line materials (non thick) 2022-05-17 17:53:49 +03:00
AlexandruPopovici 742d83296e #746 Added real time switching between thick and regular lines 2022-05-17 17:12:02 +03:00
Gergő Jedlicska 90b16b54b1 Merge pull request #756 from specklesystems/dim/public-comments
Adds Public Comments & Other Fixes
2022-05-17 15:52:52 +02:00
AlexandruPopovici 832f537dc7 Added realtime switching between RTE and non-RTE rendering. The speckle materials now have conditional compiling regarding RTE implementation 2022-05-17 15:56:32 +03:00
AlexandruPopovici e3cd5ae1f0 #746 A lot of changes to Geometry. Started integrating RTE with the viewer 2022-05-17 14:52:38 +03:00
Dimitrie Stefanescu d987a74615 feat(comments): various pixel perfection tweaks + better link support (inc. in-comment links) 2022-05-16 21:46:13 +01:00
Dimitrie Stefanescu 3575faf0b5 feat(comments): more universal emoji support 2022-05-16 18:59:29 +01:00
Dimitrie Stefanescu 3deb760755 fix(frontend): addresses papercut re greyscale stream previews 2022-05-16 18:50:50 +01:00
Dimitrie Stefanescu 95a84d8170 feat(comments): declutters feed 2022-05-16 18:23:57 +01:00
Dimitrie Stefanescu a124df7d8b feat(comments): adds activity
Co-authored-by: Jonathon Broughton <jonathon@stardotbmp.com>
2022-05-16 18:23:42 +01:00
Dimitrie Stefanescu d59a9c4028 fix(comments): moves migration into core module 2022-05-16 18:17:37 +01:00
Dimitrie Stefanescu eb941c3af2 feat(comments): reactions in mobile view + perms fix 2022-05-15 15:01:36 +01:00
Dimitrie Stefanescu 7a83247f97 fix(frontend): fixes null value display in data explorer 2022-05-15 14:46:23 +01:00
Dimitrie Stefanescu b0283f0594 feat(comments): one more reaction 2022-05-15 13:44:01 +01:00
Dimitrie Stefanescu f8860c0fc7 fix(frontend): fixes incorrect prop validation (regression) 2022-05-15 13:27:23 +01:00
Dimitrie Stefanescu 38cd1741ba feat(comments): emojis FTW 2022-05-15 13:26:50 +01:00
Dimitrie Stefanescu 6040f66320 fix(frontend): clearer "expan data" button 2022-05-15 13:25:52 +01:00
Dimitrie Stefanescu c5cbeb5add feat(comments): prototype vis change on hover 2022-05-15 13:13:40 +01:00
Dimitrie Stefanescu a3a804a365 feat(comments): adds filter actions for consistency 2022-05-15 13:12:53 +01:00
Gergő Jedlicska b0e60a7090 Merge pull request #752 from specklesystems/304-tooltip-xss-fix
fix(frontend): tooltip XSS vulnerability fix
2022-05-14 16:22:58 +02:00
Dimitrie Stefanescu c51945cb8a feat(comments): filtering 2022-05-14 12:11:58 +01:00
Dimitrie Stefanescu b45766ff19 feat(comments): unread filter 2022-05-14 11:37:55 +01:00
Dimitrie Stefanescu 58f9f9d0e9 feat(comments): adds individual reply deletion 2022-05-14 00:01:12 +01:00
Dimitrie Stefanescu 13c3026dbe feat(comments): adds loading guards in create comment 2022-05-13 22:25:25 +01:00
Dimitrie Stefanescu e2085d61b6 feat(comments): reworks perms on re allowing public comments 2022-05-13 22:18:06 +01:00
dependabot[bot] 0ed20ea41b chore(deps): bump async from 2.6.3 to 2.6.4 in /packages/frontend
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-13 18:07:37 +00:00
Gergő Jedlicska 25f23ba573 Merge pull request #716 from specklesystems/dependabot/npm_and_yarn/packages/preview-service/async-2.6.4
chore(deps): bump async from 2.6.3 to 2.6.4 in /packages/preview-service
2022-05-13 20:05:29 +02:00
Gergő Jedlicska 8b88e2d042 Merge pull request #715 from specklesystems/dependabot/npm_and_yarn/packages/objectloader/async-2.6.4
chore(deps): bump async from 2.6.3 to 2.6.4 in /packages/objectloader
2022-05-13 20:05:15 +02:00
Gergő Jedlicska 02b332e131 Merge pull request #714 from specklesystems/dependabot/npm_and_yarn/packages/viewer/async-2.6.4
chore(deps): bump async from 2.6.3 to 2.6.4 in /packages/viewer
2022-05-13 20:04:48 +02:00
Gergő Jedlicska 50f1e5f97e Merge pull request #743 from urbansurgery/fix/issue-742
Additional HTTP response codes acceptable.
2022-05-13 20:02:59 +02:00
Dimitrie Stefanescu 0c6759911d feat(comments): adds setting for pub comments 2022-05-13 15:27:05 +01:00
Fabians 4987fcb3e3 fix(frontend): tooltip XSS vulnerability fix 2022-05-13 13:31:52 +03:00
Matteo Cominetti 0563296f6f feat(server): extends invite scope 2022-05-13 10:15:56 +01:00
AlexandruPopovici b0a138fa6e #746 Delete original geometry data after merging 2022-05-13 11:37:37 +03:00
AlexandruPopovici 27a5814d52 #746. More or less finished with refactoring the converter. There is now an intermediary layer between the speckle data parsing and actual three.js geometry. There is also an intermediary data type being passed around the converter and the geometry handler 2022-05-12 19:41:02 +03:00
Dimitrie Stefanescu ebd69db4f4 feat(comments): scaffolding pub comments setting 2022-05-12 15:25:56 +01:00
Dimitrie Stefanescu 69bbc68ccb feat(comments): barebones link support 2022-05-12 14:52:54 +01:00
Dimitrie Stefanescu a4fcd7a1b3 feat(comments): adds reply component 2022-05-12 12:38:13 +01:00
Dimitrie Stefanescu 267df9cd51 Merge branch 'main' into dim/public-comments 2022-05-11 17:49:42 +01:00
AlexandruPopovici 8877720c5a #746. Continued working on the converter. Added an intermediary layer between the converted and the scene object loader. Added the concept of GeometryData, and implemented it for some of the speckle types. 2022-05-11 18:12:04 +03:00
Gergő Jedlicska d2166c3f38 Merge branch 'main' of github.com:specklesystems/speckle-server into defaultAppScopeHandling 2022-05-11 11:43:13 +02:00
Dimitrie Stefanescu 88be9dad60 fix(apps): selects all relevant fields in get all apps query (inc. trustByDefault) 2022-05-11 10:39:44 +01:00
Dimitrie Stefanescu 4bf130efe7 chore(app scope handling): adds logging 2022-05-11 10:30:38 +01:00
AlexandruPopovici a8a0a0de38 #746. Converter is not typescript'd. Also added a few smaller changes. Next we need an intermediary layer between the converter and the viewer object loader 2022-05-10 18:46:14 +03:00
AlexandruPopovici 0074a784e6 Restored IViewer 2022-05-10 14:18:53 +03:00
Fabians 4d877cba42 removed viewer type aug 2022-05-10 11:56:55 +03:00
Fabians d765489d37 Merge branch 'alex/viewer-redux' of github.com:specklesystems/speckle-server into alex/viewer-redux 2022-05-10 11:54:33 +03:00