Kristaps Fabians Geikins
bde148f286
chore(server): migrating fully to ESM ( #5042 )
...
* wip
* some extra fixes
* stuff kinda works?
* need to figure out mocks
* need to figure out mocks
* fix db listener
* gqlgen fix
* minor gqlgen watch adjustment
* lint fixes
* delete old codegen file
* converting migrations to ESM
* getModuleDIrectory
* vitest sort of works
* added back ts-vitest
* resolve gql double load
* fixing test timeout configs
* TSC lint fix
* fix automate tests
* moar debugging
* debugging
* more debugging
* codegen update
* server works
* yargs migrated
* chore(server): getting rid of global mocks for Server ESM (#5046 )
* got rid of email mock
* got rid of comment mocks
* got rid of multi region mocks
* got rid of stripe mock
* admin override mock updated
* removed final mock
* fixing import.meta.resolve calls
* another import.meta.resolve fix
* added requested test
* nyc ESM fix
* removed unneeded deps + linting
* yarn lock forgot to commit
* tryna fix flakyness
* email capture util fix
* sendEmail fix
* fix TSX check
* sender transporter fix + CR comments
* merge main fix
* test fixx
* circleci fix
* gqlgen bigint fix
* error formatter fix
* more error formatting improvements
* esmloader added to Dockerfile
* more dockerfile fixes
* bg jobs fix
2025-07-14 10:26:19 +03:00
Chuck Driesler
aa29a09ebc
feat(tokens): create embed-specific tokens ( #5013 )
...
* feat(tokens): create embed-specific tokens
* fix(tokens): repo functions and policy sketch
* chore(authz): embed token policies and tests
* chore(authz): fine
* chore(gql): lint descriptions
* fix(embedTokens): better api surface, repo structure
* chore(embedTokens): test fixes
* fix(embeds): check resource access
* fix(embeds): use resource access util
2025-07-07 12:02:38 +01:00
Kristaps Fabians Geikins
da88f5925c
chore(server): core IoC #72 - createPersonalAccessTokenFactory
2024-10-16 17:13:03 +03:00
Gergő Jedlicska
7fbda629b7
feat(sso): early sso testing
...
* feat(workspaces): add workspace sso feature flag
* feat(workspaceSso): wip validate sso
* feat(workspaces): validate and add sso provider to the workspace with user sso sessions
* feat(workspaces): validate and add sso provider to the workspace with user sso sessions
2024-10-01 17:15:25 +01:00
Kristaps Fabians Geikins
3b47774a9a
chore(server): auth typescript cleanup ( #3045 )
...
* chore(server): auth IoC 19 - setupStrategiesFactory
* chore(server): auth typescript cleanup
2024-09-20 12:23:12 +03:00
Kristaps Fabians Geikins
68376b91c1
auth IoC 1 - initializeDefaultAppsFactory
2024-09-17 14:04:37 +03:00
Kristaps Fabians Geikins
50b5bdbbdd
chore(server): typescriptified auth strategies ( #2589 )
...
* rebuilt strategies.js
* local.js -> local.ts
* oidc.js -> oidc.ts
* google.js -> google.ts
* github.js -> github.ts
* azure-ad.js -> azureAd.ts
* minor fixes
* FE2 regen
* improved error reference page
* minor adjustment
* more error page improvements
* migrated helper
* testfix
2024-08-07 11:38:44 +03:00
Gergő Jedlicska
7c16abc8eb
feat(workspace): 1119 define workspaces dataschema ( #2431 )
...
* feat(workspaces): add workspaces module with roles and scopes
* feat(workspaces): add domain, graphql and persistent storage dataschema
* fix(workspaces): correct db injections
* chore(workspaces): add EE license
* chore(license): mentions workspaces separately in license file
* fix(core): roles import in migration
* fix(workspaces): drop workspace_acl on down migration
* fix(workspaces): roles constants
* fix(workspaces): coding standards
---------
Co-authored-by: Dimitrie Stefanescu <didimitrie@gmail.com >
2024-06-26 17:00:56 +02:00
andrewwallacespeckle
76cbcef4e6
Feature - FE2 - Developer Settings ( #1822 )
...
* WIP Developer Settings
* Access Tokens
* scopes load fix
* mapping to correct struct
* Updates to Application
* Update to apps.js to fix scopes error
* Application table done
* Token confirmation done.
* Application Success
* Fix ts
* Darkmode fixes
* Responsive fix
* Fixes for PR
* Pass size prop to Editable Avatar
* Updates from PR comments
* Section Header - TS Types
* Add Typeguard to Delete Dialog
* Add Description to scopes query
* minor type guard fix
* edit application cache update fix
* Fix Dialog Expansion
* Rename mutations to correct casing
* Remove unneeded import for defineProps
---------
Co-authored-by: Kristaps Fabians Geikins <fabis94@live.com >
2023-10-26 12:51:05 +01:00