Peter Zimon
e81fe47bfd
Fixed "Upgrade now" button length in pro menu
...
no refs.
- fixed the issue that the "Upgrade now" button shown to Ghost(Pro) users was too wide in the updated Admin sidebar
2019-10-01 12:25:17 +02:00
Peter Zimon
e89789fbe0
Cleanup forms input CSS commit
2019-09-30 13:18:33 +02:00
Kevin Ansfield
fac016a59c
Lock file maintenance
2019-09-30 11:59:16 +01:00
Peter Zimon
834f2aa976
Fixed line height for textareas and post title
...
no refs.
2019-09-30 11:52:33 +02:00
Peter Zimon
e8cdec28ae
Refined login form sizes and colors
...
no refs.
2019-09-30 11:30:45 +02:00
Peter Zimon
775c16eccc
Fixed Ghost(Pro) menu icon color in navigation
...
no refs.
2019-09-30 10:56:44 +02:00
renovate[bot]
32f3127db4
Update ember addons ( #1343 )
2019-09-30 09:24:30 +01:00
Renovate Bot
29d8090f99
Update ember addons
2019-09-30 06:20:51 +00:00
Renovate Bot
d47130b2e8
Update dependency ember-exam to v4.0.3
2019-09-30 05:36:09 +00:00
Renovate Bot
28b5fca746
Update dependency ember-data to v3.12.4
2019-09-30 03:33:12 +00:00
Renovate Bot
39e69abee1
Update dependency @tryghost/timezone-data to v0.2.10
2019-09-30 01:38:53 +00:00
Renovate Bot
3ca1b79e51
Update dependency @tryghost/helpers to v1.1.11
2019-09-30 01:35:38 +00:00
Naz Gargol
7e3412ce8e
🔥 Removed all subscriber feature related code ( #1337 )
...
refs https://github.com/TryGhost/Ghost/pull/11153
- Removed all subscriber feature related code
- The feature is being substituted by members
2019-09-26 15:58:01 +02:00
Rish
1c25f62f60
Reverted switch to using built-in Slack notifications for Travis build
...
no issue
The built-in slack notifications are not working as expected in terms of amount of notifications received, we switch to old manual notification script for the time being till this is sorted.
2019-09-26 13:16:58 +05:30
renovate[bot]
d2d12c3a74
Update ember addons ( #1336 )
2019-09-24 15:35:52 +01:00
John O'Nolan
af6d19631e
Improved alt text UI legibility ( #1324 )
2019-09-24 15:35:22 +01:00
Nazar Gargol
b3dbbd0040
Version bump to 2.31.1
2019-09-23 17:13:25 +02:00
Rish
1cc3b2ed7e
🐛 Fixed tag with # not generating "hash-" prefix at tag screen
...
closes https://github.com/TryGhost/Ghost/issues/11105
- Updates slug generation on tag screen to add "hash-" prefix for tags with name starting from #
2019-09-23 19:58:11 +05:30
Renovate Bot
b62b8e4142
Update ember addons
2019-09-23 05:25:27 +00:00
Renovate Bot
fdc040a56d
Update dependency ember-exam to v4.0.2
2019-09-23 04:26:38 +00:00
Renovate Bot
5ba92fd016
Update dependency @tryghost/timezone-data to v0.2.9
2019-09-23 03:25:04 +00:00
Renovate Bot
d89fb69224
Update dependency @tryghost/helpers to v1.1.10
2019-09-23 02:26:06 +00:00
Naz Gargol
3c2185a3bf
Removed unnecessary '?status=all' query parameter ( #1330 )
...
no issue
- The default post/user filter gets expanded to same values as for ALL_STATUSES in Ghost APIs model layer (https://github.com/TryGhost/Ghost/blob/e57e19e/core/server/api/canary/utils/serializers/input/posts.js#L97 )
2019-09-18 15:11:35 +01:00
Renovate Bot
7e54f4802b
Update ember addons
2019-09-16 09:33:00 +01:00
Renovate Bot
2e8dbfbf02
Update dependency ember-exam to v4.0.1
2019-09-16 09:33:00 +01:00
Renovate Bot
a2f70a61ce
Update dependency ember-data to v3.12.2
2019-09-16 09:33:00 +01:00
Fabien O'Carroll
e584623399
Added guard against undefined member name ( #1322 )
...
no-issue
This is causing issues since we removed the name property from member
objects. This change stops admin crashing out, but a more correct
handling of the missing name property should happen at a later point.
2019-09-16 09:33:00 +01:00
Renovate Bot
97ee50fd71
Update dependency eslint to v6.4.0
2019-09-16 02:27:08 +00:00
Renovate Bot
47244f8323
Update ember addons
2019-09-16 02:26:20 +00:00
Renovate Bot
4d77469419
Update dependency ember-exam to v4.0.1
2019-09-16 01:27:27 +00:00
Renovate Bot
c023c8a650
Update dependency ember-data to v3.12.2
2019-09-16 00:45:51 +00:00
Naz Gargol
461adc6244
🔥 Removed publicAPI feature flag related code ( #1323 )
...
no issue
- Changes are related to API v0.1 being completely gone and this flag won't be returned from API anywhere anymore
2019-09-13 16:11:37 +02:00
Fabien O'Carroll
e6db09620e
Added guard against undefined member name ( #1322 )
...
no-issue
This is causing issues since we removed the name property from member
objects. This change stops admin crashing out, but a more correct
handling of the missing name property should happen at a later point.
2019-09-12 16:33:03 +08:00
Kevin Ansfield
bd32e758db
Merge branch 'master' into v3
2019-09-10 09:51:11 +01:00
Kevin Ansfield
d9b09f4c4f
Version bump to 2.31.0
2019-09-09 17:47:56 +01:00
Kevin Ansfield
06cb0bd14e
Allowed "view site" request to save cookies in cross-origin requests
...
no issue
- adds `credentials: 'include'` option to `fetch()` which instructs browsers to save cookies in the POST response in cross-origin requests (default is `'same-origin'`)
2019-09-09 17:01:26 +01:00
Renovate Bot
448b3f44cd
Update ember addons
2019-09-09 10:21:49 +01:00
Renovate Bot
14ca1479b8
Update dependency ember-cli-mirage to v1.1.1
2019-09-09 03:26:49 +00:00
Renovate Bot
cd75dd34f2
Update dependency @tryghost/timezone-data to v0.2.8
2019-09-09 02:34:12 +00:00
Renovate Bot
e29c61d1ed
Update dependency @tryghost/helpers to v1.1.9
2019-09-09 01:28:16 +00:00
Peter Zimon
8af364e45d
Added bookmark card styles to "What's new" modal
...
no refs.
- bookmark cards were displayed incorrectly in the "What's new" popup due to missing styles. This adds the necessary styles for it.
2019-09-05 09:41:58 +02:00
Peter Zimon
fa04ad0ae8
Fixed alignment of avatar badge
...
no refs.
- fixed the aligment of the "What's new" badge on the account menu
2019-09-05 09:30:40 +02:00
Peter Zimon
75035890f1
Fixed registration flow SVG stroke color
...
no refs.
- fixes a visual bug that the checkmark icon's stroke color during the registration flow was #000 . The bug was a sideeffect to the latest ember-svg-jar module update.
2019-09-05 09:22:49 +02:00
Kevin Ansfield
7d38c24b27
Removed empty svg file
...
refs fa855b6184
- the empty svg file was the cause of the broken builds when using ember-svg-jar 2.2.1
2019-09-04 09:55:00 +01:00
Rishabh Garg
30b2d3a4b3
Switched Admin API version from canary to v3 ( #1317 )
...
no issue
- Switches over to new v3 endpoint from canary
2019-09-03 12:40:27 +05:30
Kevin Ansfield
fa855b6184
Reverted update of ember-svg-jar to 2.2.1
...
refs https://github.com/ivanvotti/ember-svg-jar/issues/138
- 2.2.1 is breaking development builds
2019-09-02 12:17:27 +01:00
Renovate Bot
0e7efce6a0
Lock file maintenance
2019-09-02 09:43:33 +01:00
Renovate Bot
8db9c04c00
Update dependency ember-cli-htmlbars-inline-precompile to v3
2019-09-02 09:35:03 +01:00
Renovate Bot
c28ef26f58
Update ember addons
2019-09-02 09:34:38 +01:00
Renovate Bot
26662ce1b6
Update dependency blueimp-md5 to v2.12.0
2019-09-02 09:34:06 +01:00