~ines-almeida/launchpad:fix-social-accounts-class-to-not-trigger-adblocker

Last commit made on 2024-01-24
Get this branch:
git clone -b fix-social-accounts-class-to-not-trigger-adblocker https://git.launchpad.net/~ines-almeida/launchpad
Only Ines Almeida can upload to this branch. If you are Ines Almeida please log in for upload directions.

Branch merges

Branch information

Name:
fix-social-accounts-class-to-not-trigger-adblocker
Repository:
lp:~ines-almeida/launchpad

Recent commits

c53c249... by Ines Almeida

ui: update social accounts class names to use hyphens instead of underscores

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
1d2507c... by Guruprasad

Update social accounts' elements' class names

The previous 'social_accounts*' class names were getting blocked by the
ad blockers.

c332267... by Guruprasad

Fix the matrix homeserver domain validation regex

The previous regex did not allow some valid TLDs like the
2-character-long ones.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/459228

01bdcdf... by Guruprasad

Fix the matrix homeserver domain validation regex

The previous regex did not allow some valid TLDs like the
2-character-long ones.

880a4aa... by Guruprasad

Fix typo in regex variable name

65bbeec... by Guruprasad

Add SOCIAL_PLATFORM_TYPES_MAP to __all__

This fixes an importpedant error.

ff54b70... by Ines Almeida

test: remove social accounts test that no longer makes sense

After the API validation was updated to not allow markup in username and domain, this test no longer makes sense as we are not allowing markup in the SocialAccount.identity fields anymore

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/458976

fc1d0f0... by Ines Almeida

test: fix merge conflict in jabber ui tests

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
2dd6b68... by Ines Almeida

test: remove social accounts test that no longer makes sense

After the API validation was updated to not allow markup in username and domain, this test no longer makes sense as we are not allowing markup in the SocialAccount.identity fields anymore

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
527a777... by Ines Almeida

Update display social accounts view

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/458730