0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/ghost
Daniel Lockyer 8e83836de9 Fixed listing all themes when a theme path is invalid
- in the event one of the theme paths is invalid (a symlink that goes to
  a non-existent path), Ghost currently bails out of listing all themes
  because `fs.stat` throws an error
- in that case, we should just ignore the theme and continue
- this helps us prepare new symlinks whilst their source is not valid
- this commit wraps the code with try-catch to protect against that
- also adds a test
2023-09-26 13:33:39 +02:00
..
adapter-cache-memory-ttl
adapter-cache-redis
adapter-manager Updated @tryghost/errors 1.2.21 to 1.2.24 2023-09-12 12:56:14 +02:00
admin Fixed syncing tiers status between Ember and AdminX (#18353) 2023-09-26 12:13:09 +01:00
announcement-bar-settings
api-framework Added support for custom cache key generation 2023-09-19 12:39:50 +07:00
api-version-compatibility-service
audience-feedback
bookshelf-repository Added stats to recommendations endpoints 2023-09-15 15:57:27 +02:00
bootstrap-socket
collections Fixed saving collection card with 'latest' collection on sqlite 2023-09-25 15:11:05 +01:00
constants
core Fixed snapshot errors for changing dates in collection card tests 2023-09-26 12:23:33 +01:00
custom-theme-settings-service Ensure hidden settings return falsy when used with the @custom helper (#17920) 2023-09-13 08:38:31 +01:00
data-generator
domain-events
donations
dynamic-routing-events
email-analytics-provider-mailgun
email-analytics-service
email-content-generator
email-events
email-service Update dependency html-validate to v8.4.1 2023-09-25 09:09:49 +02:00
email-suppression-list
event-aware-cache-wrapper
express-dynamic-redirects
external-media-inliner
extract-api-key
html-to-plaintext
i18n Updated translations with latest changes 2023-09-26 13:33:39 +02:00
importer-handler-content-files
importer-revue
in-memory-repository
job-manager
link-redirects Update dependency @types/express to v4.17.18 2023-09-25 09:10:30 +02:00
link-replacer
link-tracking
magic-link Update dependency @types/jsonwebtoken to v9.0.3 2023-09-18 08:51:04 +02:00
mail-events
mailgun-client Update dependency mailgun.js to v9.3.0 2023-09-18 14:01:45 +00:00
member-attribution
member-events
members-api Update dependency @types/node-jose to v1.1.11 2023-09-25 09:11:50 +02:00
members-csv
members-events-service
members-importer
members-ssr Update dependency @types/cookies to v0.7.8 2023-09-12 12:31:23 +02:00
mentions-email-report
milestones
minifier Update dependency terser to v5.20.0 2023-09-20 14:55:27 +00:00
model-to-domain-event-interceptor Removed post delete related event handling 2023-09-15 13:50:25 +08:00
mw-api-version-mismatch
mw-cache-control
mw-error-handler
mw-session-from-token
mw-update-user-last-seen
mw-version-match
mw-vhost
nql-filter-expansions
oembed-service Improved webmention stability in case of slow external servers (#18242) 2023-09-20 13:09:47 +02:00
offers
package-json Fixed listing all themes when a theme path is invalid 2023-09-26 13:33:39 +02:00
payments
post-events Removed post delete related event handling 2023-09-15 13:50:25 +08:00
post-revisions
posts-service Fixed return values of CollectionService 2023-09-22 19:05:37 +07:00
recommendations Updated uniqueness validation for the Recommendations URL (#18253) 2023-09-20 16:53:10 +00:00
referrers
security Update dependency uuid to v9.0.1 2023-09-12 12:29:51 +02:00
session-service Updated @tryghost/errors 1.2.21 to 1.2.24 2023-09-12 12:56:14 +02:00
settings-path-manager
slack-notifications
staff-service
stats-service Update dependency luxon to v3.4.3 2023-09-12 09:02:09 +02:00
stripe
tiers
update-check-service Update dependency uuid to v9.0.1 2023-09-12 12:29:51 +02:00
verification-trigger
version-notifications-data-service
webmentions Disabled network retries for webmentions in tests (#18269) 2023-09-21 16:17:05 +02:00
tsconfig.json