Georg Bremer

Results 80 issues of Georg Bremer

https://parabol.sentry.io/issues/4537628565/?referrer=github_plugin ``` TypeError: Cannot read properties of undefined (reading 'orgId') at defaultOrgId (./packages/client/components/ActivityLibrary/ActivityDetailsSidebar.tsx:162:80) at _nullishCoalesce (./packages/client/components/ActivityLibrary/ActivityDetailsSidebar.tsx:1:89) at Je (./packages/client/components/ActivityLibrary/ActivityDetailsSidebar.tsx:162:24) ... (10 additional frame(s) were not displayed) ```

bug
stale
p2

A newly added test to check that we're not creating duplicated `OrganizationUser` objects is failing randomly. It appears there are still duplicates created in certain cases. > @Dschoordsch it looks...

bug
p2

> With that PR, do you think we need to check updateEmail? Users won't be able to autoJoin a team if the org doesn't have a billing leader or founder...

bug
stale
p3
security

Trying to login with Google on Android Chrome 117.0.5938.153, Android 11 results in "Error logging in". The issue is caused by [`window.opener`](https://github.com/ParabolInc/parabol/blob/a826bb74feb89390b8585561e78254c4a6b0fd98/packages/client/components/AuthProvider.tsx#L12) being `null`. I have multiple Google accounts on...

bug
stale
p2

The Embedder_ember_1 table is not created via a migration but from the Embedder itself. The table is accessed from the `User` graphql type and leads to type errors if the...

chore

As an org admin I want to be able to connect my own GitLab instance to Parabol.

enhancement

If we ever discover suspicious behaviour, atm. we only have the choice to delete them to stop them from doing more harm. If we just found the behaviour suspicious, we...

enhancement

# Description Fixes #10024 [Please include a summary of the changes and the related issue] ## Demo https://www.loom.com/share/a5a3aa15f716401cb2e3d5458fcda8a0?sid=fa83daa9-4e18-4c98-bf83-ec348a778ea1 ## Testing scenarios [Please list all the testing scenarios a reviewer has...

size/xl

The tooltips don't take into account some settings and show wrong text: * retro reflection phase always says it's anonymous * retro voting phase does not take current vote settings...

bug
p3