Commit Graph

4652 Commits

Author SHA1 Message Date
Kristaps Fabians Geikins 90a5d8b383 feat(server): Project.webhooks query 2023-09-05 14:11:55 +03:00
Kristaps Fabians Geikins 7b57b83eeb another lock file fix 2023-09-05 09:36:22 +03:00
Kristaps Fabians Geikins 3aa2162fa0 fix for snyk reported vulnerabilities 2023-09-05 09:24:28 +03:00
Kristaps Fabians Geikins 1ff33e7255 feat(fe2): admin panel guest role switching (#1781) 2023-09-05 08:35:25 +03:00
andrewwallacespeckle 671979e012 Feature - Frontend2 - Server Settings Pages (#1764)
* Add server management menu item

* Server Management Page & Settings Dialog

* escape from the precommits hooks

* Add Delete User Dialog

* Add invitations page

* Add Projects Page

* Pulling in GraphQL Data

* Settings Mutations

* Fix cardinfo type

* GraphQL in Active Users

* Add icons

* Infinite Load on Active Users

* Tidy Ups

* TS fixes

* Add Update button functionality

* Add Delete User

* Projects

* Home Done

* New query

* Delete User

* WIP User Roles

* Overflow fix

* Table Update

* Add Onclick to rows

* Fix bugs

* Fix console error

* Admin Middleware

* Role Update Dialog

* TS Fixes

* Latest updates

* Tidyups

* Tidy Up Nav Menu

* Tidy Up Card

* ChangeUserRoleDialog Tidyup

* Fix bubbling issue on Table

* Design fixes

* fix: speckle server version hydration mismatch

* Remove Dialog bg-white

* Rename Query, Fix Export

* fix: allowing FormSelectBase to reject updates

* feat: cache policies for new admin graph fields

* feat: cache updates so no refetch necessary

* PR Changes

* Fix Projects Page

* Updates to Roles

* Project Delete Mutation

* Add Resend & Delete Invite Mutation

* Fix console warnings

* Disable active user role select

* Linting fixes

* Reorder

* Linting fixes

* Changes from PR

* Fixes from PR

* Ui Fixes

* Update Settings Dialog Cache on Save

* Fix colours

* Delete Invitation Mutation Moved

* Delete Project Logic moved

* Delete Mutation moved to component

* Change User Role mutation moved to Dialog

* Reorder

* WIP - Checkbox Bug

* attempted checkbox fix

* Update Caching

* Rollback tsc

* Update to Resend Button

* Add new buttons

* Use defineModel

* Re-add emits

* Move mutation

* serverInfo cache update fix

* fixed delete invite cache update

* Updates to Project Delete Dialog Caching

* Remove unneeded props

* Fix caching in DeleteUserDialog

* Improved error handling in server info update

* Swap Invite modal to new style

* updated evictObjectFields details

* Update cache on successfull invite

* Add Invite dialog

* Add project Dialog Update

* defineModel

* Remove emits from Add Project and Invites

* Add missing Dialog

* Updates from PR

* Adjust query

* Remove need for items in admin data query

---------

Co-authored-by: Kristaps Fabians Geikins <fabis94@live.com>
2023-09-04 11:57:34 +01:00
Kristaps Fabians Geikins 74ad0999f2 chore: moving writableAsyncComputed to ui-components (#1778) 2023-09-04 11:03:28 +03:00
Iain Sproat fac01c518e fix(objectloader, viewer, & shared): relax required node version to >=18.0.0 (#1779)
* fix(objectloader): relax required node version to >=18.0.0

* Viewer is now more tolerant of node versions
2023-09-01 23:53:46 +01:00
AlexandruPopovici a2107d2c72 Null render material with vertex colors had incorrectly modulated the vertex color with the defaul gray. Now the base color is white, so vertex colors are preserved correctly 2023-08-31 17:22:31 +03:00
Kristaps Fabians Geikins 0c293b0615 fix(fe2): reverting vue/nuxt downgrade (#1776)
* fix(fe2): reverting vue/nuxt downgrade

* fix for broken vue 3.3 build?

* storybook fix

* storybook fix

* fe2 storybook update

* minor update to rerun CI
2023-08-29 09:52:48 +03:00
AlexandruPopovici 8aa9cf010a Revert for async render tree building since walkAsync is our own defined function and it already takes the root node 2023-08-29 00:25:11 +03:00
AlexandruPopovici 631b8023b8 Fix for #1777 2023-08-29 00:16:56 +03:00
Kristaps Fabians Geikins c41dd17d01 fix(fe2): revert vue 3.3 cause of game breaking bugs (#1775)
* fix(fe2): revert vue 3.3 cause of game breaking bugs

* reverting ui-components as well

* attempt 2

* good now?
2023-08-28 11:43:33 +03:00
Kristaps Fabians Geikins d9a06a01d1 chore(fe2): defineModel test 2023-08-25 18:08:18 +03:00
Kristaps Fabians Geikins 3bf9aa3baa fix(ui-components): build warnings 2023-08-25 15:28:44 +03:00
Kristaps Fabians Geikins 6b6c6b3bfa chore: updating various dependencies (#1774)
* chore: updating nuxt & apollo client

* global tsc update
2023-08-25 14:31:08 +03:00
Kristaps Fabians Geikins 1249d5115f fix: improvements not really related to "guest role" launch (#1773)
* fix: issues not really caused by guest role changes

* tippy types fix
2023-08-25 09:53:26 +03:00
Gergő Jedlicska f6219fa5bf fix auth pipeline guest permissions (#1772) 2023-08-24 14:56:22 +02:00
Iain Sproat 080e8197f9 chore(deps): bump node from 18.17.0 to 18.17.1 (#1771) 2023-08-24 10:55:43 +01:00
Kristaps Fabians Geikins c21b587330 invite as role fix 2023-08-24 11:04:05 +03:00
Kristaps Fabians Geikins 875f03dd5d more guest role fixes 2023-08-24 10:45:02 +03:00
Kristaps Fabians Geikins 069f64afc9 feat(fe1 & fe2): guest role (#1768)
* feat: user guest role switching in FE1

* removed stream create buttons

* fe1 done

* fe1 - specifying role in invite dialogs

* fe1 - bulk invites

* WIP FE2 changes

* fe1: allow role select condition fixes

* xtra limitations on createForOnboarding

* more invite creation validations

* no longer able to set guest as project owner in invite

* preparations for server role select in invite dialog

* team management dialog done

* server invite dialog updated

* hiding invite dialog

* fixed mocks
2023-08-24 09:30:09 +02:00
andrewwallacespeckle 872cb3fe7c Merge pull request #1765 from specklesystems/andrew/165-Cleared-Loaded-Version-Viewer
Feature: 165 Clearer loaded version viewer
2023-08-21 14:20:59 +01:00
andrewwallacespeckle 7f749f5141 Remove redundant check for createdAt property 2023-08-21 11:26:46 +01:00
andrewwallacespeckle 3898d7158d Replace Semantic Colours 2023-08-18 15:42:52 +01:00
andrewwallacespeckle 09c273485c Fix issues from PR 2023-08-18 12:53:01 +01:00
andrewwallacespeckle 9edb90c206 Fix ts bug 2023-08-15 11:59:08 +01:00
andrewwallacespeckle c460eb1504 Improve TS 2023-08-15 11:49:54 +01:00
andrewwallacespeckle 7b79046258 Fix issue caused my removing props 2023-08-15 11:46:47 +01:00
andrewwallacespeckle 7d3d65c795 Merge branch 'main' into 165-Cleared-Loaded-Version-Viewer 2023-08-15 11:33:12 +01:00
Kristaps Fabians Geikins 7c27c48fd7 fix(fe2): a few minor bugs in dialogs (#1763)
* fix(fe2): some prop validation issues + create new model dialog error

* connectorr DL dialog fixes
2023-08-14 10:33:39 +03:00
Kristaps Fabians Geikins 9297c592e8 disabling dui3 ci checks 2023-08-11 15:35:16 +03:00
Gergő Jedlicska 4b071872c2 gergo/adminInviteList (#1761)
* feat(admin): add users email to the admin user list query

* feat(admin): WIP invite list

* feat(admin): fix server invites resolver typing

* fix(admin): slim down admin user list item data
2023-08-11 15:02:02 +03:00
Dimitrie Stefanescu 3d3d0222f0 Merge branch 'dui3' 2023-08-11 10:53:00 +01:00
Iain Sproat 857d08b5bd fix(README): specify node version 18 (#1759)
- fix(README): specify node version 18
- address minor markdown linting issues
2023-08-11 10:30:31 +01:00
Iain Sproat d36a1e8236 fix(README): code block indentations now appear correct (#1758) 2023-08-11 10:19:13 +01:00
Kristaps Fabians Geikins 9686099863 fix(fe2): invalid totalCount cache updates for project.versions, project.models and model.versions (#1756)
* converting various 'brittle' subscriptions to use locks

* minor cache update fixes

* added useful debugging utils to local cache updates

* fixed incorrect project.versions, project.models, model.versions cache updates
2023-08-11 11:01:02 +03:00
Gergő Jedlicska 399ccd2b22 Merge pull request #1752 from specklesystems/gergo/localEnvFix
fix(frontend 1 config): make sure fe1 serves on 127.0.0.1 instead of localhost
2023-08-10 11:07:49 +02:00
Gergő Jedlicska 25633ca17f fix(frontend 1 config): make sure fe1 serves on 127.0.0.1 instead of localhost 2023-08-09 16:21:57 +02:00
andrewwallacespeckle fd023bac4a Update 2023-08-09 09:36:03 +01:00
Kristaps Fabians Geikins 1791000809 fix(fe2): model version total count not updating correctly 2023-08-08 16:32:55 +03:00
Matteo Cominetti 6a5419c208 feat: add users to groups (#1748)
* feat: add users to groups

* feat(fe2): add users to groups
2023-08-08 09:55:32 +02:00
andrewwallacespeckle 6a020197ac Merge branch 'main' into 165-Cleared-Loaded-Version-Viewer 2023-08-07 13:11:27 +01:00
Gergő Jedlicska e01986489f Merge pull request #1747 from specklesystems/gergo/noLocalhost
fix(monorepo): make sure to use 127.0.0.1 instead of localhost
2023-08-06 10:12:27 +02:00
Gergő Jedlicska f202d0e45e fix server role mappin in FE2 2023-08-03 10:42:05 +02:00
Gergő Jedlicska ad0228c434 fix(monorepo): make sure to use 127.0.0.1 instead of localhost 2023-08-03 10:28:57 +02:00
Gergő Jedlicska 10d9a6448f Merge pull request #1728 from specklesystems/gergo/serverGuest/main
Server Guest Role
2023-08-01 19:45:33 +02:00
Gergő Jedlicska 1a46f1fee3 feat(frontend1): enable guest role mapping in user admin 2023-08-01 16:03:10 +02:00
Gergő Jedlicska ad1fba7fea Merge branch 'main' of github.com:specklesystems/speckle-server into gergo/serverGuest/main 2023-08-01 16:01:24 +02:00
Gergő Jedlicska b7a2e5bad5 Merge pull request #1734 from specklesystems/gergo/serverGuest/oneValidateServerRoleImplementation
refactor(server): use auth pipeline server role validator for gql auth
2023-08-01 15:45:51 +02:00
Gergő Jedlicska ebb6122867 Merge pull request #1723 from specklesystems/gergo/adminFacelift
Admin Facelift Backend
2023-08-01 15:45:06 +02:00