Ghost/core/server
Jeffrey Fisher 6ca34a29fd 🐛 Allowed .ico files to be uploaded for icons. (#10820)
closes #10641

There is already an "icons" section in this json file, but it appears
that that is only used for v0.1 in which there was a "/uploads/icon"
route that passed in a "type" of "icons" to the validation middleware.
However, in v2, there is only a generic "/images/upload" route that is
used for both icons and images, which passes a "type" of "images"
so the .ico information needs to be added to the "images" section
of the json file.
2019-07-01 13:29:24 +07:00
..
adapters Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
api Extracted frontend code from settings API controllers (#10797) 2019-06-21 16:52:07 +02:00
config 🐛 Allowed .ico files to be uploaded for icons. (#10820) 2019-07-01 13:29:24 +07:00
data Extracted frontend code from redirects API controllers (#10798) 2019-06-21 16:50:16 +02:00
lib Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
models Revert "Replaced keypair with rsa-keypair module (#10758)" 2019-06-26 14:00:25 +01:00
public Moved members static mount point to /ghost/members 2019-06-25 15:13:52 +07:00
services Fixed invalid method usage in members authentication 2019-06-27 15:21:21 +05:30
translations
views
web Moved members static mount point to /ghost/members 2019-06-25 15:13:52 +07:00
analytics-events.js
ghost-server.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
index.js Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
overrides.js
update-check.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00