Rish
bc415504f7
Updated theme engine check for canary
...
no issue
Theme engine check only worked with v[NUMBER] API format, added exception for canary
2019-08-09 20:46:49 +05:30
Rish
e1c7c3ebe2
Added frontend configs for canary endpoint
...
no issue
Adds url and routing config for new canary endpoint
2019-08-09 20:46:49 +05:30
Rish
9ab754a0c7
Added canary endpoint to parent app
...
no issue
Mounts new canary api endpoint on parent app
2019-08-09 20:46:49 +05:30
Rish
13a77363de
Updated uncapitalise check to work with canary
...
no issue
Previously uncapitalise check was based on fixed api endpoint format - v[NUMBER], this updates it to work with canary endpoint
2019-08-09 20:46:49 +05:30
Rish
6ce9a5fc0e
Updated token verification to use dynamic audience check
...
no issue
Admin key token verification was using hardcoded audience check with v2 admin endpoint, this updates it to check against api version and api type of the request url
2019-08-09 20:46:49 +05:30
Rish
7b761a8751
💡 Added canary api endpoint
...
no issue
Adds new canary api endpoint, currently replicating v2 endpoint but paving way for future updates to new version
2019-08-09 20:46:49 +05:30
Fabien O'Carroll
acd1a7fd69
Fixed naming of backup cotent perm migration
...
no-issue
This file got accidentally renamed in 532fdb0806
2019-08-09 15:00:26 +08:00
Fabien O'Carroll
b6f2bc33b7
Moved page/type column migrations to correct version
...
refs #10922
2019-08-09 14:53:40 +08:00
Fabien O'Carroll
44a02c7d36
Updated xmlrpc and slack service to use type column
...
refs #10922
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
b45e955dea
Ensured that the page column can be rolled back
...
refs #10922
When rolling back the removal of the page column, we must re-add it, but
the definition for it has been removed from the schema, so we must
hardcode the definition.
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
1096dc2085
Added ability to pass columnSpec to addTableColumn
...
refs #10922
This gives us the ability to add columns that have since been removed
from the schema, for example in a down migration.
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
2c81d7c914
Updated v0.1 posts api to work with type column
...
refs #10922
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
08d83c1f53
Removed updates to v0.1 specific code
...
refs #10922
v0.1 can just be left alone and not updated to use type - we can deal with that in a transform
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
cd45ab4f54
Added missing context from ValidationError
...
refs #10922
This is necessary to keep existing functionality in v0.1
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
df99e724e3
Renamed page->type in the page&posts serializers
...
refs #10922
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
fb8eadb4a8
Added mongo helper to input serializers
...
refs #10922
This helper assits in replaces keys and values as defined by the mapping object
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
0ae3f0fdfc
Passed mongoTransformer through to NQL
...
refs #10922
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
a89376bf26
Permitted mongoTransformer option for read methods
...
refs #10922
This will allow us to pass through a customer transformer to replace
references to removed columns in the mongo query generated inside of NQL
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
51fb0815b4
Created migrations for page -> type column
...
refs #10822
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
a52f15d3d3
Updated the count plugin to reference the type column
...
refs #10922
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
bb6b337be3
Updated hashes for db integrity check
...
refs #10922
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
9d7190d692
Remove page column and remaining references
...
refs #10922
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
e59806cb45
Added type column to data generator
...
refs #10922
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
04d0f855de
Removed references to page column in rss tests
...
refs #10922
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
f0afbc5cc0
Removed page column references in validation tests
...
refs #10922
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
1189bc823a
Updated the post model to use the type
column
...
refs #10922
This replaces references to the `page` column with the `type` column
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
61612ba8fd
Updated url service to use type column
...
refs #10922
This updates the frontend url service to replace references to the
`page` column with the `type` column.
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
57afb2de2b
Updated the v2 api to deal with type column
...
refs #10922
This replaces references to the `page` column with references to the
`type` column.
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
dc3345b1c5
Added type property to post model defaults
...
refs #10922
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
82d8c38033
Added type property to the default post fixtures
...
refs #10922
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
9b85fc6a69
Added type column to posts table
...
refs #10922
This column is limited to the two values 'post' and 'page'
2019-08-09 14:39:01 +08:00
Fabien O'Carroll
c713847718
Installed @nexes/nql@0.3.0
2019-08-09 14:39:01 +08:00
Nazar Gargol
bae19fbdb6
Allowed access to POST /db/backup endpoint
...
no-issue
2019-08-09 10:57:49 +08:00
Nazar Gargol
6779732cd0
Fixed regression tests for v2/admin/db
...
no-issue
2019-08-09 10:57:49 +08:00
Nazar Gargol
c7c64bdee5
Added frontend lint comand in package.json
...
no issue
- The command was a missing bit for changes introduced in e10e71cc26
2019-08-08 15:01:00 +02:00
Nazar Gargol
e10e71cc26
Added /frontend folder to default lint command
...
no issue
- The folder was overseen to be added to lint rules after it has been extracted out of /server
2019-08-08 10:47:13 +02:00
Rish
3e0ddb2b87
Fixed fixtures permission count in migration test
...
no issue
- We added 2 new permissions(backupContent and publish) to fixtures recently but the count was only increased by 1 in tests
2019-08-08 09:20:19 +05:30
Nazar Gargol
532fdb0806
Added migrations for scheduler integration, permission and role
...
refs #10060
- Modification of https://github.com/TryGhost/Ghost/pull/10974/files
- Added publish permission migrations for all roles having "post": "all" permission
2019-08-07 14:56:51 +02:00
Nazar Gargol
00f95e7328
Migrated schedules controller to v2
...
closes #10060
- Implemented scheduling for posts and pages
- Added cache invalidation when scheduling
- Refactored admin token eneration function to accept existing key as parameter in tests
- Added Ghost Scheduler Integration fixture
- Added fixture for permissions for post publish action
- Migrated getScheduled method to v2
- Did not add support for 'from' and 'to' parameters as they were not used by DefaultScheduler
- This method needs rethinking in a long run as it's an ugly hack and should rather become proper endpoint that returns JSON data instead of models
- Removed unused auth middleware from v2 routes
- Added internal scheduler role
- Implemetnted transactions in v2 frame
- This takes into account scenario mentioned in c93f03b87e
- Specifically:
>if two queries happening in a transaction we have to signalise
knex/mysql that we select for an update
otherwise the following case happens:
you fetch posts for an update
a user requests comes in and updates the post (e.g. sets title to "X")
you update the fetched posts, title would get overriden to the old one
2019-08-07 14:51:36 +02:00
Fabien O'Carroll
42c9904a8f
Added migrations for backupContent permission
...
no-issue
2019-08-07 17:57:26 +08:00
Fabien O'Carroll
f31e535041
Removed authenticateClient usage from v2 api
...
no-issue
We do not support this authentication mechanism for api v2
2019-08-07 17:57:26 +08:00
Fabien O'Carroll
910e15e643
Added backupContent permission fixture
...
no-issue
This permission was overlooked during the creation of the ghost-backup
integration.
2019-08-07 17:57:26 +08:00
Fabien O'Carroll
5bb8fdf799
Version bump to 2.27.0
2019-08-06 17:34:38 +08:00
Fabien O'Carroll
9ef00317e1
Updated Ghost-Admin to 2.27.0
2019-08-06 17:34:38 +08:00
Fabien O'Carroll
9f7a34c4d7
Updated Casper to 2.10.6
2019-08-06 17:34:38 +08:00
Hannah Wolfe
ec20b58c82
Fixed spam prevention test being affected by order
...
- locally the spam prevention test failed, only when run in a group
- seems to be due to order and the way sinon reset works
- this fixes it locally for me
2019-08-06 10:04:53 +01:00
Sumedh Nimkarde
167e1ead2e
🐛 Ignored node_modules dir when archiving ( #10969 )
...
fixes #10929
2019-08-06 16:17:41 +08:00
renovate[bot]
494e0d14a0
Update dependency archiver to v3.1.1 ( #10981 )
2019-08-06 16:16:08 +08:00
Fabien O'Carroll
373627223c
🐛 Ensured import does not override private setting ( #10882 )
...
closes #10788
This adds an extra filter to the preImport method of the settings
importer to removes settings with the key `is_private`
This message is specifically only for when an import has privacy mode ON
and the current site has privacy mode OFF.
2019-08-06 16:15:40 +08:00
renovate[bot]
13b1a9e7ef
Update dependency sharp to v0.23.0 ( #10984 )
2019-08-06 16:14:50 +08:00