discourse/lib/theme_store
Michael Brown 74acbad505
FIX: don't break the private key when writing it out during theme import
* when importing a private theme using the themes:install rake task the SSH key is written out to a file for use by the git-clone command
* if the private key is written out without a newline at end-of-file (i.e. after it's been stripped) it's not recognized as a valid key by SSH
* so: don't strip it when writing it out, we should be fine
2020-03-10 13:20:11 -04:00
..
git_importer.rb FIX: don't break the private key when writing it out during theme import 2020-03-10 13:20:11 -04:00
zip_exporter.rb DEV: Remove use of `cd` in the app (#8337) 2019-11-13 09:57:39 +00:00
zip_importer.rb FIX: Allow importing themes with subdirectories in extra_js 2019-11-13 23:45:09 +00:00