Sebastian Gierlinger
0035cc2ac3
Merge pull request #5995 from ErisDS/get-helper-paths
...
Add path resolution to get helper
2015-10-23 14:22:48 +02:00
Sebastian Gierlinger
22034a9ce0
Merge pull request #5994 from ErisDS/get-helper-imprv
...
Fix data merging & add pagination block param
2015-10-23 14:20:39 +02:00
Hannah Wolfe
0be56fb5f0
Merge pull request #5983 from vdemedes/pipeline-themes
...
Refactor themes endpoint with pipeline utility
2015-10-23 12:37:56 +01:00
Hannah Wolfe
6ecc389370
Fix data merging & add pagination block param
...
refs #5993
- Don't merge the result set with the existing template data.
- If available, return `meta.pagination` as the second blockParam
2015-10-23 09:40:39 +01:00
Hannah Wolfe
994a20cf8b
Add path resolution to get helper
...
refs #5993
- deps: jsonpath@0.2.0
- adds `resolvePaths` method
- supports handlebars style arrays with `.[]`
- supports shorthand post.tags and post.author for common usecases
- adds more tests & improves existing ones
2015-10-23 02:52:52 +01:00
Sebastian Gierlinger
64d9ce44cf
Merge pull request #5985 from ErisDS/frontend-split
...
Further split up frontend controller & improve tests
2015-10-22 21:41:01 +02:00
Hannah Wolfe
afbcecc3f6
Merge pull request #5848 from sebgie/public-api-1
...
Public API
2015-10-22 20:39:41 +01:00
Hannah Wolfe
06b03bbcfe
Split helper functions from frontend controller
...
no issue
- Split out 'getPostPage' & rename to fetchData
- Split format response methods into own files
- Split out handleError
- Split out setReqCtx and rename to setRequestIsSecure
- Split out theme paths
- Refactor tests in index_spec.js to be more robust
- Add tests to bring coverage for split file up to 100%
2015-10-22 18:46:58 +01:00
Kevin Ansfield
f0c8c4781d
Merge pull request #5967 from acburdine/issue-5933
...
Fix settings menu issue with devices that are less than 350px wide
2015-10-22 17:27:40 +01:00
Sebastian Gierlinger
28871d3f4d
Merge pull request #5978 from ErisDS/filter-param
...
Add the filter parameter
2015-10-22 16:42:13 +02:00
Sebastian Gierlinger
f48dfb09cf
Public API
...
refs #4180
closes #4181
- added client and user authentication
- added authenticatePublic/authenticatePrivate as workaround for
missing permissions
- added domain validation
- added CORS header for valid clients
- merged authenticate.js and client-auth.js into auth.js
- removed middleware/api-error-handlers.js
- removed authentication middleware
- added and updated tests
2015-10-22 15:28:47 +02:00
Hannah Wolfe
b5cebb9ec6
Add filter
parameter using GQL
...
refs #5604 , refs #5463
- deps: ghost-gql@0.0.2
- adds code to wire up the filtering to a paginated query
- updated pagination plugin count query to use 'distinct' so it's more robust
- rename paginationUtils.query to addLimitAndOffset to be more explicit and make the code clearer
- add a new 'advanced browsing spec' set of tests for tracking these features as they are built out
2015-10-22 11:29:05 +01:00
vdemedes
2cd7f2daca
Refactor themes endpoint with pipeline
...
refs #5508
- use pipeline utility in themes controller
2015-10-22 12:17:16 +02:00
Hannah Wolfe
d666fba855
Merge pull request #5971 from cobbspur/fields
...
Remove unknown fields from fetch
2015-10-21 18:29:59 +01:00
cobbspur
372907890f
Remove invalid fields prior to fetch
...
closes #5601
- Remove invalid fields prior to fetch
- Adds initial tests for fields
2015-10-21 18:20:09 +01:00
Hannah Wolfe
ef57d81638
Merge pull request #5972 from delgermurun/pipeline-db
...
Apply pipeline to db api endpoint
2015-10-21 18:12:30 +01:00
Hannah Wolfe
5a1893d64b
Merge pull request #5953 from kevinansfield/fix-invite-revoke
...
Fix "revoke invite" feature on /team page
2015-10-21 17:56:59 +01:00
Hannah Wolfe
649cd489b9
Merge pull request #5952 from kevinansfield/tag-settings-ui
...
Minor tag settings validation updates & fixes
2015-10-21 17:40:53 +01:00
Hannah Wolfe
b2ada638c5
Merge pull request #5897 from kevinansfield/fix-cover-post
...
Fix empty image when navigating to new editor from an editor with image
2015-10-21 17:39:18 +01:00
Delgermurun
b37c0f2e91
Apply pipeline to db api endpoint
...
refs #5508
- adds pipeline to export, import and delete all methods
2015-10-21 09:33:31 +08:00
Hannah Wolfe
a4cadd50bb
Merge pull request #5975 from kevinansfield/bump-ember-tests-timeout
...
Increase timeout in ember tests
2015-10-20 19:17:36 +01:00
Kevin Ansfield
2839dbc420
Increase timeout in ember tests
...
no issue
- increases individual test timeout from 5sec to 15sec
It seems Travis is occasionally _very_ slow and will timeout on heavier acceptance tests resulting in random failures. Hopefully this will reduce the number of random test failures we see.
2015-10-20 16:00:16 +01:00
Kevin Ansfield
839ba6300e
Merge pull request #5974 from acburdine/issue-5973
...
Fix session data loading in settings/labs
2015-10-20 14:11:43 +01:00
Austin Burdine
bf0a20c1e8
fix session data loading in settings/labs
...
closes #5973
- updating session data loading to new esa 1.0 api
2015-10-20 07:50:41 -05:00
Kevin Ansfield
d49991f8fc
Fix empty image when navigating to new editor from an editor with image
...
closes #5840
- calls `reset()` on the uploader when re-rendered with a blank image
- calls `reset()` and `initWithImage()` on the uploader when re-rendered with an image and the uploader is still in the "blank" state
2015-10-19 11:55:31 +01:00
Kevin Ansfield
fd73ca72cd
Minor tag settings validation updates & fixes
...
refs #5845
- add tests for `tag-settings` validator
- add validation for tag slug length
- fix display of error message when saving tag fails on the server
- add max chars text to description char count, remove error message as the count/input colour already indicates an error
2015-10-19 10:45:41 +01:00
Kevin Ansfield
5d7ca080c9
Merge pull request #5955 from acburdine/esa-1.0
...
deps: ember-simple-auth@1.0.0
2015-10-19 10:40:35 +01:00
Sebastian Gierlinger
b9daff6932
Merge pull request #5960 from JohnONolan/emailerror
...
Email error message cleanup
2015-10-19 10:30:30 +02:00
Austin Burdine
87e54c0d54
deps: ember-simple-auth@1.0.0
...
closes #5951
- update to esa 1.0
2015-10-18 13:17:02 -05:00
Kevin Ansfield
afa0058f04
Merge pull request #5959 from JohnONolan/pwreset
...
Fix broken active state on password reset button
2015-10-18 13:11:27 +01:00
Sebastian Gierlinger
c6b505569b
Merge pull request #5963 from ErisDS/auth-strategy-refactor
...
Auth strategy refactor
2015-10-18 11:56:47 +02:00
Austin Burdine
a8de01848f
set the settings-menu max width for mobile devices < 350px wide
...
fixes #5933
- sets the max-width of the settings-menu to 100%
2015-10-17 09:08:10 -05:00
Hannah Wolfe
2c51a89b66
Refactor auth-strategies to use findOne
...
- Simplifies both strategy & test code
- Should have no side effects
2015-10-16 19:40:02 +01:00
Hannah Wolfe
58e31f3bd8
Refactor auth strategy tests to not use DB
...
- unit tests are not intended to call out to the db
- this fakes the response from the model layer
2015-10-16 19:40:01 +01:00
Sebastian Gierlinger
0a1e17ac33
Merge pull request #5962 from ErisDS/rss-update
...
deps: rss@1.2.0
2015-10-16 19:42:22 +02:00
Hannah Wolfe
106dcb77be
deps: rss@1.2.0
...
- Required test fix, as newline has been removed from the end of the <?xml decl
2015-10-16 17:53:22 +01:00
Sebastian Gierlinger
d8272e4b03
Merge pull request #5954 from ErisDS/deps
...
Dependency updates
2015-10-16 13:51:09 +02:00
John O'Nolan
cd8544858a
Email error message cleanup
2015-10-16 12:07:09 +02:00
John O'Nolan
f19fd3ba80
Fix broken active state on password reset button
2015-10-16 11:32:02 +02:00
Hannah Wolfe
6e446a2b09
deps: validator@4.1.0
2015-10-15 19:01:00 +01:00
Hannah Wolfe
10b12ba3ef
deps: unidecode@0.1.7
2015-10-15 18:49:07 +01:00
Hannah Wolfe
c2008aad42
deps: sqlite3@3.1.0
2015-10-15 18:43:13 +01:00
Hannah Wolfe
c34d042e44
deps: semver@5.0.3
2015-10-15 18:39:13 +01:00
Hannah Wolfe
24a9a05c6f
deps: request@2.65.0
2015-10-15 18:30:22 +01:00
Sebastian Gierlinger
611f1e969b
Merge pull request #5619 from ErisDS/issue-4439-get
...
The {{#get}} helper
2015-10-15 16:21:37 +02:00
Hannah Wolfe
2e3949fe14
deps: path-match@1.2.3
2015-10-15 14:57:10 +01:00
Hannah Wolfe
e368bd4eab
deps: passport@0.3.0
2015-10-15 14:53:47 +01:00
Hannah Wolfe
babafc2eb0
deps: morgan@1.6.1
2015-10-15 14:20:20 +01:00
Hannah Wolfe
192af4b4d7
deps: moment@2.10.6
2015-10-15 14:17:07 +01:00
Hannah Wolfe
6d25c81a3d
deps: lodash@3.10.1
2015-10-15 14:16:37 +01:00