discourse/app/assets/javascripts/admin
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
..
addon FIX: Allow additional valid theme .git url formats (#12385) 2021-03-12 13:24:55 -07:00
app REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
tests/admin FIX: Allow additional valid theme .git url formats (#12385) 2021-03-12 13:24:55 -07:00
ember-cli-build.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
index.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
package.json REFACTOR: Sync up master with changes for Ember-CLI (#11671) 2021-01-12 10:13:21 -05:00