discourse/app/assets/javascripts/admin/addon
Blake Erickson 85870225f2
FIX: Allow additional valid theme .git url formats (#12385)
Some git repos have a different ssh url scheme than github and we should
support them.

This change updates our regex format to account for repos that don't
start with "git", but are still valid ssh urls.

Also I added some tests to account for the various formats and to ensure
we don't show the public key when using https urls.

See: https://meta.discourse.org/t/182668
2021-03-12 13:24:55 -07:00
..
adapters REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
components FEATURE: Autotag watched words (#12244) 2021-03-03 10:53:38 +02:00
controllers FIX: Allow additional valid theme .git url formats (#12385) 2021-03-12 13:24:55 -07:00
helpers DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
mixins DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
models Add watched words of type "replace" (#12020) 2021-02-25 14:00:58 +02:00
routes FEATURE: Quick theme installs via query parameters (#12128) 2021-02-18 12:51:44 -05:00
services FIX: Restore user summary's delete button behavior. (#11844) 2021-01-26 13:10:46 -03:00
templates UX: Remove duplicate title from watched words page (#12321) 2021-03-09 11:52:12 +02:00