Skip to content

fix: filter out contacts with empty email addresses in sharee completion - #51707

Merged
AndyScherzinger merged 2 commits into
masterfrom
fix/filter-empty-email
Mar 27, 2025
Merged

fix: filter out contacts with empty email addresses in sharee completion#51707
AndyScherzinger merged 2 commits into
masterfrom
fix/filter-empty-email

Conversation

@juliusknorr

@juliusknorrjuliusknorr commented Mar 25, 2025

Copy link
Copy Markdown
Member

Otherwise contacts without an email address would still show up when sharing or adding them to a circle, which is not possible as there is no destination to share to

@juliusknorr
juliusknorr requested a review from a team as a code ownerMarch 25, 2025 22:23
@juliusknorr
juliusknorr requested review from Altahrim, artonge, blizzz, nfebe, provokateurin and yemkareems and removed request for a teamMarch 25, 2025 22:23
@juliusknorrjuliusknorr added bug 3. to review Waiting for reviews labels Mar 25, 2025
@juliusknorr
juliusknorrforce-pushed the fix/filter-empty-email branch from 049825a to f3c8e9aCompareMarch 25, 2025 22:35
@juliusknorr
juliusknorrforce-pushed the fix/filter-empty-email branch from f3c8e9a to 87e1288CompareMarch 25, 2025 22:35
@juliusknorr

Copy link
Copy Markdown
MemberAuthor

Using filter_var now as per feedback from @blizzz

@juliusknorr

Copy link
Copy Markdown
MemberAuthor

/backport! to stable31

@juliusknorr

Copy link
Copy Markdown
MemberAuthor

/backport! to stable30

@juliusknorr

Copy link
Copy Markdown
MemberAuthor

/backport! to stable29

1 similar comment
@Pytal

Copy link
Copy Markdown
Member

/backport! to stable29

@backportbot

Copy link
Copy Markdown

The backport to stable29 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable29
git pull origin stable29
# Create the new backport branch
git checkout -b backport/51707/stable29
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick 87e12884
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/51707/stable29

Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud:backport/51707/stable29."} - https://docs.github.com/rest/pulls/pulls#create-a-pull-request


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@AndyScherzingerAndyScherzinger added this to the Nextcloud 32 milestone Mar 25, 2025
@juliusknorr
juliusknorrforce-pushed the fix/filter-empty-email branch from 1cd0b07 to e3df2a9CompareMarch 26, 2025 10:25
…etion
Signed-off-by: Julius Knorr <jus@bitgrid.net>
Signed-off-by: Julius Knorr <jus@bitgrid.net>
@juliusknorr
juliusknorrforce-pushed the fix/filter-empty-email branch from e3df2a9 to 46f531aCompareMarch 26, 2025 10:51
@AndyScherzinger
AndyScherzinger merged commit d2773cf into masterMar 27, 2025
@AndyScherzinger
AndyScherzinger deleted the fix/filter-empty-email branch March 27, 2025 23:14
@nextcloud-botnextcloud-bot mentioned this pull request Aug 19, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@juliusknorr@Pytal@ArtificialOwl@blizzz@sorbaugh@AndyScherzinger@skjnldsv