0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
Commit graph

39543 commits

Author SHA1 Message Date
Ronald Langeveld
213ba0b59e Updated .devcontainer dockers 2024-10-10 17:27:46 +01:00
Ronald Langeveld
f1f0e9c15f Updating devcontainer 2024-10-10 15:39:46 +01:00
Ronald Langeveld
1ab7635ca1 Updated devcontainer 2024-10-10 15:17:42 +01:00
Ronald Langeveld
65fd6e3ca4 Updated devcontainer 2024-10-10 14:58:44 +01:00
Ronald Langeveld
95043e8e3c Added devcontainer 2024-10-10 14:44:28 +01:00
Chris Raible
0ef1227043 Converted sh script to a yarn script 2024-10-10 13:50:28 +01:00
Chris Raible
79a6e03752 Passed along args from yarn up to docker compose up 2024-10-10 00:56:30 +01:00
Chris Raible
99616326d6 Removed nx reset from entrypoint 2024-10-10 00:56:11 +01:00
Chris Raible
3d4f868c93 Changed docker:dev command to up 2024-10-10 00:55:47 +01:00
Chris Raible
1dc14194bd Fixed nx invalid cache errors 2024-10-10 00:55:23 +01:00
Chris Raible
8e2638401c Added docker:up script 2024-10-10 00:16:56 +01:00
Chris Raible
19cdaf28c7 Added colored logs to ghost log output 2024-10-10 00:16:33 +01:00
Chris Raible
4485d46d85 Revert "Added targeted removal of native dependencies to entrypoint"
This reverts commit dbbb0a8d59.
2024-10-09 23:58:05 +01:00
Chris Raible
9b43bf38d0 Removed mysql-preload volume from mysql 2024-10-09 23:49:43 +01:00
Chris Raible
dbbb0a8d59 Added targeted removal of native dependencies to entrypoint 2024-10-09 23:49:17 +01:00
Chris Raible
f10f9a6de1 Added support for app flags 2024-10-09 23:45:25 +01:00
Chris Raible
541b8450d1 Modified docker command to use docker-dev-full 2024-10-09 23:14:08 +01:00
Chris Raible
bb5a36d79d Added mysql and redis services 2024-10-09 23:03:10 +01:00
Joe Grigg
81350bffb2 Added debug option to docker-compose 2024-10-09 16:40:25 +01:00
Joe Grigg
075c80a84c Added APP_FLAGS option to docker-compose file 2024-10-09 16:26:06 +01:00
Joe Grigg
31b4e37adc Fixed ghost start inside of docker-compose 2024-10-09 15:48:59 +01:00
Steve Larson
8dc3730b4c Added config 2024-10-09 15:39:12 +01:00
Joe Grigg
1f46910cd6 Initial docker commit 2024-10-09 15:36:53 +01:00
Daniel Lockyer
5dedfbe82e Lazyloaded dependencies
- these dependencies do not need to be eagerly loaded so we can move
  them to the block of code where they are needed
2024-10-09 14:30:32 +01:00
Sag
09b4aceb64
Released Portal v2.44.1 (#21262)
no issue

- this release contains a fix for Tips & Donations for Ghost sites
hosted on subdirectories (commit:
55e415c0c7)
2024-10-09 10:17:02 +00:00
renovate[bot]
1877419939 Update dependency express-session to v1.18.1 2024-10-08 21:05:01 +00:00
renovate[bot]
62d7b7ea52 Update dependency express to v4.21.1 2024-10-08 21:53:17 +01:00
Fabien O'Carroll
72d46a4706 Bumb admin-x-activitypub to 0.1.3 2024-10-08 20:09:32 +01:00
Fabien O'Carroll
18f900f38b Filtered replies out from activities
This is a temporary fix until we're able to work out what's going on in the
backend.
2024-10-08 20:09:32 +01:00
Michael Barrett
20cb63b9c6
Bump admin-x-activitypub to 0.1.2 (#21257)
no refs
2024-10-08 17:52:11 +01:00
Michael Barrett
4058fa2794
Added reply filtering to the activities tab of the activitypub app (#21254)
refs
[TryGhost/ActivityPub#63](https://github.com/TryGhost/ActivityPub/pull/63)
2024-10-08 17:26:59 +01:00
Daniel Lockyer
b49210f4dd Removed duplicate calls to moment()
- the return type of `getLastModifiedForDatum` is a moment object, and
  we're just wrapping it again in another moment call
- moment is very heavy so we shouldn't do it unnecessarily
- this makes boot time 1% quicker of heavy sites
2024-10-08 17:22:50 +01:00
Michael Barrett
f798955bc9
Tweaked feed item when in inbox view (#21255)
no refs
2024-10-08 17:03:14 +01:00
sateshcharan
638e7d8d1a
Added Indian-Tamil translations (#21239)
no issue

--
Co-authored-by: Cathy Sarisky <42299862+cathysarisky@users.noreply.github.com>
2024-10-08 14:39:32 +00:00
Daniel Lockyer
e5d8294f71 Delayed ember-template-lint warnings
- these have started flagging up again but we don't currently want to
  fix them, so I've regenerated the file to fix linting
2024-10-08 14:34:11 +01:00
Daniel Lockyer
8aa34fcf38 ️ Improved performance of several checks in GScan
ref f57ab075c6

- this commit bumps the GScan version in Ghost to include a commit that
  implements partial caching
2024-10-08 14:34:11 +01:00
Daniel Lockyer
e2d0c2f138 Remove docker-compose version
- this is apparently not needed anymore
2024-10-08 14:34:11 +01:00
Cathy Sarisky
55e415c0c7
🐛Fixed 404 error for Tips & Donations on subdirectory sites (#21250)
closes #21123 

- There was an error in the calculation of the site's url for sites setup
as subdirectories (yoursite/blog instead of just yoursite/).
- Fixed and tested with a manual build of portal. There's apparently a gap
in test coverage here, as it passed both before and after...
2024-10-08 14:38:53 +02:00
renovate[bot]
747632bf45 Update dependency nx to v19.8.4 2024-10-08 07:40:09 +01:00
renovate[bot]
084022a30d Update dependency html-validate to v8.24.1 2024-10-07 15:13:31 +02:00
Fernando Ochoa
3244cb2e22
Updated Spanish translations in portal.json (#21231)
no issue
2024-10-07 12:07:53 +00:00
Duy
4288232bdb
🌐 Updated Vietnamese translation (#21230)
no issue

- improved Vietnamese translations
- improved i18n support for Portal error messages
(cf. https://github.com/TryGhost/Ghost/pull/21190)
2024-10-07 12:56:01 +02:00
Alexandre "Lekler" Rodrigues
b7e4052af3
🌐 Updated pt-BR translations of portal.json (#21244)
no issue

- Following commit #21190, the following updates were made:
    - **Filled missing translations and made style corrections to existing
translations to improve clarity and consistency.**
    - Total new translations added: 29 entries filled.
    - Existing translations improved: 7 entries updated for better
consistency and clarity.
2024-10-07 12:48:03 +02:00
Fernando Ochoa
66fb7fcb80
Updated Spanish translations
no issue
2024-10-07 12:44:06 +02:00
Fernando Ochoa
1580bfc67f
🌐 Updated Spanish translations (#21232)
no issue

- Fixed syntax error from "Comenzar" to "Empezar", in the context given it
is "Empezar", both are synonyms, but it depends on the use of the whole
sentence
2024-10-07 08:50:25 +00:00
Volodymyr Lavrynovych
5af07a193d
🌐 Added new Ukrainian translations and improved existing ones (#21235)
no issue
2024-10-07 10:41:45 +02:00
renovate[bot]
e65283f049 Update dependency i18next to v23.15.2 2024-10-07 00:52:05 +00:00
renovate[bot]
d7ab1c60d7 Update dependency @uiw/react-codemirror to v4.23.5 2024-10-07 00:51:08 +00:00
Fabien O'Carroll
f7c46088f6 Bumbed admin-x-activitypub to 0.1.1
This should roll out the fix for the ActivityPub API URL
2024-10-06 21:57:05 +07:00
Fabien O'Carroll
5d25b6e512 Removed _ObsoleteListIndex.tsx
This file is no longer used
2024-10-06 21:57:05 +07:00