Gergő Jedlicska
2d3369c79f
ci(circleci): bump resource class
2023-07-26 22:13:30 +02:00
Gergő Jedlicska
6d9a1eb20e
feat(server): add graphql guest role definition
2023-07-26 22:04:35 +02:00
Gergő Jedlicska
399a088cfb
feat(server): add server role definition
2023-07-26 22:00:39 +02:00
Gergő Jedlicska
d8b4c1c0f9
feat(shared): add Roles.Server.Guest constan
2023-07-26 21:52:50 +02:00
Gergő Jedlicska
3334d5b482
Merge branch 'gergo/serverGuest/main' of github.com:specklesystems/speckle-server into gergo/serverGuest/constantsRefactor
2023-07-26 21:45:28 +02:00
Gergő Jedlicska
9210b06b45
Merge pull request #1729 from specklesystems/gergo/serverGuest/featureFlag
...
feat(server, helm): add guest role feature flag
2023-07-26 21:42:32 +02:00
Gergő Jedlicska
606a04adf8
chore(helm): update values json schema
2023-07-26 21:35:26 +02:00
Gergő Jedlicska
879b4af25b
ci(circleci): update server tests resource class, fixing oom
2023-07-26 21:19:36 +02:00
Gergő Jedlicska
5942c09671
feat(server, helm): add guest role feature flag
2023-07-26 21:00:51 +02:00
Gergő Jedlicska
6d4d4eef33
Merge pull request #1726 from specklesystems/gergo/serverGuestRole
...
refactor(server graphlq): migrate hasRole directive to hasServerRole
2023-07-26 14:31:58 +02:00
Gergő Jedlicska
8f6ec4a025
refactor(server scopes): use constants for stream reviewer role
2023-07-26 14:14:17 +02:00
Gergő Jedlicska
23989174d3
refactor(server scopes): use constants for streams contributor role
2023-07-26 14:12:41 +02:00
Gergő Jedlicska
a2bb36e43e
refactor(server scopes): use constants for streams owner role
2023-07-26 14:08:47 +02:00
Gergő Jedlicska
bd98b56e02
refactor(server scopes): use constants for tokens write scope
2023-07-26 13:51:24 +02:00
Gergő Jedlicska
ab48fef46a
refactor(server scopes): use constants for users invite scope
2023-07-26 13:49:30 +02:00
Gergő Jedlicska
9e52fa934e
refactor(server scopes): use constants for apps write scope
2023-07-26 13:48:20 +02:00
Gergő Jedlicska
4a8fc08434
refactor(server scopes): use constants for apps read scope
2023-07-26 13:46:19 +02:00
Iain Sproat
ea941b3b81
chore(deps): bump node to 18.17.0 ( #1722 )
2023-07-26 12:38:50 +01:00
Gergő Jedlicska
143ec707a5
refactor(server scopes): use constants for profile delete scope
2023-07-26 13:32:45 +02:00
Gergő Jedlicska
c22e0dfe23
refactor(server scopes): use constants for profile email scope
2023-07-26 13:32:08 +02:00
Gergő Jedlicska
61c4869091
refactor(server scopes): use constants for profile read scopes
2023-07-26 13:29:54 +02:00
Gergő Jedlicska
f1e64e3b83
refactor(server scopes): use constants for tokens read scopes
2023-07-26 13:27:33 +02:00
Gergő Jedlicska
9b09a2d1c8
refactor(server scopes): use constants for tokens write scopes
2023-07-26 13:26:49 +02:00
Gergő Jedlicska
d12cb9d34a
refactor(server scopes): use constants for users email scopes
2023-07-26 13:25:09 +02:00
Gergő Jedlicska
4d9078a6d7
refactor(server scopes): use constants for users read scopes
2023-07-26 13:15:09 +02:00
Gergő Jedlicska
878f97baa2
refactor(server scopes): use constants for streams write scopes
2023-07-26 13:13:09 +02:00
Gergő Jedlicska
bb5778bf2d
refactor(server scopes): use constants for streams read scopes
2023-07-26 13:09:34 +02:00
Gergő Jedlicska
6ea7aa8236
refactor roles to shared constants
2023-07-26 11:59:54 +02:00
Gergő Jedlicska
6efe345083
refactor(server graphlq): migrate hasRole directive to hasServerRole
2023-07-26 10:25:00 +02:00
Alexandru Popovici
56058c04a3
Alex/#1678 faster diff ( #1688 )
...
* Sped up diffing by several orders of magnitude. Also started on a different more fancy approach to diffing involving boolean operations on object maps
* Finished with boolean version of diffing. Improved the speed of both by 50% on top of the previous speed improvements
* #1690 Completely transparent objects are ignored during picking via a toggle-able flag in renderer
2023-07-26 10:40:47 +03:00
Gergő Jedlicska
45c4fbb854
cleanup
2023-07-26 09:26:00 +02:00
andrewwallacespeckle
ac2196ccb9
Dark Mode Updates
2023-07-25 13:45:32 +01:00
Gergő Jedlicska
3c70e7460e
fix admin resolver typing
2023-07-25 14:43:34 +02:00
Gergő Jedlicska
1ca6c73d18
feat(server admin): add FE2 admin page backend
2023-07-25 14:29:18 +02:00
Iain Sproat
37a0fa4094
fix(frontend & frontend-2): x-frame-options header for /authn routes should be DENY ( #1719 )
...
* fix(frontend-2): routes to /authn should set x-frame-options header to deny
* fix(frontend1): do not render authn route if in an iframe
* fix(nginx): should log in json format
2023-07-24 15:17:16 +01:00
Iain Sproat
9cb71f0ea3
fix(docker compose): increase healthcheck start period ( #1721 )
...
- the healthcheck was commencing before the server had started
- this resulted in the server being incorrectly labelled unhealthy prior to it having had sufficient time to start
- the server was being restarted as a result of this incorrect diagnosis by the healthcheck, resulting in an infinite start->unhealthy->restart cycle
2023-07-24 11:17:53 +01:00
AlexandruPopovici
0da6996a54
FilteringManager no longer caches any render tree instances since they're volatile and it's not needed. This fixes the issues with filtering expections after loading/unloading different streams
2023-07-24 11:58:05 +03:00
AlexandruPopovici
e4f2617858
Numeric filters now take the min/max value range in consideration when gathering the filtered objects
2023-07-24 11:52:09 +03:00
Dimitrie Stefanescu
9d06af6fc3
Merge pull request #1720 from specklesystems/dui3000/top-menu
...
Dui3000/top menu
2023-07-23 20:58:46 +01:00
Dimitrie Stefanescu
98029dbfce
feat(dui3): minor layout fix
2023-07-23 20:40:41 +01:00
Dimitrie Stefanescu
c6c1c1c024
feat(dui3): adds theme config switching
2023-07-23 20:30:40 +01:00
Dimitrie Stefanescu
3b4b8c3f0d
feat(dui3): minor cleanup test page
2023-07-23 18:51:41 +01:00
Dimitrie Stefanescu
9423ec1630
feat(dui3): header menu: implemented accounts
2023-07-23 18:48:36 +01:00
Dimitrie Stefanescu
37228e00aa
feat(dui3): wip header menu
2023-07-21 19:14:38 +01:00
Dimitrie Stefanescu
9c2a089dc8
feat(dui3): adds avatar and scaffolds user menu
2023-07-21 19:02:12 +01:00
Dimitrie Stefanescu
03becf6307
Merge branch 'main' into dim/dui3
2023-07-21 15:56:29 +01:00
Dimitrie Stefanescu
0ce889893c
experiments(dui3): refactors binding interface declarations (a wee bit)
2023-07-21 15:34:07 +01:00
Kristaps Fabians Geikins
de88eac52a
fix(fe2): fsevents error resolved + storybook updated + .env.example updated to be more reasonable ( #1715 )
...
* fix: resolved fsevents issue + ensure-tailwind-deps building even when not needed
* fixed storybook
* upgrading storybook
* .env.example update
2023-07-21 11:35:37 +03:00
Gergő Jedlicska
a0bdea5774
chore(server objects): use units in variable names
2023-07-21 10:15:34 +02:00
Dimitrie Stefanescu
52f3e2913f
experiments(dui3): minor changes
2023-07-20 18:01:48 +01:00