Kevin Ansfield
67b2a159a9
🐛 fix infinite spinner on failed save through SettingsSaveMixin
2016-08-23 12:32:10 +01:00
Aileen Nowak
11f569a051
⬇️ 🐛 Downgrade to ember-one-way-controls 0.9.2 ( #219 )
...
closes Tryghost/Ghost#7245
Downgrades to `ember-one-way-controls` v0.9.2, as v1.0.1 had a bug when starting to type in the middle of the text inside of the input field.
2016-08-23 07:51:05 +01:00
Kevin Ansfield
508a473b43
✨ validate file uploads against "accept" mime-type before uploading ( #214 )
...
closes https://github.com/TryGhost/Ghost/issues/7144
- allow the `accept` attr of `gh-file-uploader` and `gh-image-uploader` to be specified
- allows a `validate` action to be passed into `gh-image-uploader` and `gh-file-uploader` components that runs after a file is selected and before the upload starts
- adds a default `validate` action to `gh-image-uploader` and `gh-file-uploader` that triggers the normal `UnsupportedFileType` error when the selected file's mime-type does not match the `accept` attribute
- adds mime type validation to labs importer (basic implementation, should be replaced with uploader components once they have been refactored)
2016-08-22 05:45:33 -06:00
Greenkeeper
8cd8d7b4ed
chore(package): update ember-route-action-helper to version 1.0.0 ( #216 )
...
https://greenkeeper.io/
2016-08-20 08:08:54 -06:00
Austin Burdine
a136875fa2
remove google font loading from index.html ( #215 )
2016-08-18 18:06:05 +02:00
John O'Nolan
52e34b530c
Minor visual bug fixes ( #212 )
...
- Fix positioning bug introduced in #211
- Adjust search results max-height to be based on viewport height
2016-08-18 09:57:19 -06:00
John O'Nolan
642fbb7668
Merge pull request #213 from AileenCGN/7222-fix-arrow-positioning
...
🐛 Fix position of arrow in Apps UI
2016-08-18 17:15:14 +02:00
John O'Nolan
e5c6e7fac8
Fix font-family declaration
2016-08-18 17:02:56 +02:00
Aileen Nowak
e4fd6b71d6
🐛 Fix position of arrow in Apps UI
...
closes TryGhost/Ghost#7222
Adds `right: 0` to `.apps-configured > i`, so the arrow doesn't overlap with the letters.
2016-08-18 16:30:19 +02:00
John O'Nolan
22ef644463
Switch to new native system font stack ( #211 )
2016-08-18 12:42:42 +01:00
Kevin Ansfield
1abaa1de4a
💄 move grouped mirage config into separate files ( #209 )
...
no issue
- moves mirage config for grouped endpoints into separate files to cleanup the `app/mirage/config.js` file
- endpoints are now mocked via a single `mockX(this)` call allowing for quick/easy mocking in the dev environment as well as the test environment without cluttering `config.js`
2016-08-17 09:14:33 -06:00
Greenkeeper
02ee319404
chore(package): update ember-cli-babel to version 5.1.10 ( #208 )
...
https://greenkeeper.io/
2016-08-17 08:17:00 +01:00
Greenkeeper
9a62fe666c
chore(package): update grunt-shell to version 1.3.1 ( #207 )
...
https://greenkeeper.io/
2016-08-12 21:38:49 -06:00
Greenkeeper
2112b09404
chore(package): update lodash to version 4.15.0 ( #205 )
...
https://greenkeeper.io/
2016-08-12 16:56:19 -06:00
Greenkeeper
72e73af68b
chore(package): update ember-cli-babel to version 5.1.9 ( #204 )
...
https://greenkeeper.io/
2016-08-12 15:09:50 -06:00
Greenkeeper
3f87f1679b
chore(package): update ember-cli-htmlbars-inline-precompile to version 0.3.5 ( #202 )
...
https://greenkeeper.io/
2016-08-12 10:01:00 -06:00
Greenkeeper
9ee59df4b6
chore(package): update ember-cli-htmlbars to version 1.1.0 ( #200 )
...
https://greenkeeper.io/
2016-08-12 09:17:20 -06:00
Austin Burdine
771416a3cc
convert tagNames to use computed.mapBy ( #203 )
...
- fix travis test bug
2016-08-12 16:07:46 +01:00
Austin Burdine
9acef445ee
Introducing Concurrency ( #147 )
...
* deps: ember-concurrency@0.7.8
* initial conversion of post & user actions to e-concurrency tasks
- add task button which handles auto-spinning of e-concurrency tasks
- fix tests
2016-08-11 07:58:38 +01:00
Greenkeeper
1958642502
chore(package): update ember-cli-sri to version 2.1.1 ( #196 )
...
https://greenkeeper.io/
2016-08-10 14:51:43 -06:00
Greenkeeper
2cebd0e85f
chore(package): update ember-cli-htmlbars-inline-precompile to version 0.3.4 ( #197 )
...
https://greenkeeper.io/
2016-08-10 12:55:45 -06:00
Greenkeeper
cc0fe8908d
chore(package): update broccoli-merge-trees to version 1.1.4 ( #195 )
...
https://greenkeeper.io/
2016-08-10 11:44:49 -06:00
Greenkeeper
8b7b6008bd
chore(package): update ember-cli-app-version to version 2.0.0 ( #193 )
...
https://greenkeeper.io/
2016-08-10 10:40:14 -06:00
Greenkeeper
3f69fa93a8
chore(package): update broccoli-asset-rev to version 2.4.6 ( #192 )
...
https://greenkeeper.io/
2016-08-10 10:14:25 -06:00
Greenkeeper
36d9fe7da4
chore(package): update lodash to version 4.14.2 ( #191 )
...
https://greenkeeper.io/
2016-08-10 08:32:08 -06:00
David Balderston
1a91c1b2ed
Fix new url field focus bug ( #194 )
...
Closes TryGhost/Ghost#7140
* Now checks to see if it is new or not before editing the url
2016-08-10 08:31:16 -06:00
Austin Burdine
98892c6934
remove ember-cli-release dep ( #190 )
2016-08-07 08:37:22 +02:00
Austin Burdine
6efab62dc1
remove test-loader asset from test html file ( #188 )
2016-08-07 08:29:37 +02:00
David Balderston
06558ca8e1
Post meta error style fixes ( #189 )
...
Closes TryGhost/Ghost#7138
* Fixes red error styling not showing up for meta title and meta
description on posts
2016-08-06 22:52:46 -05:00
Austin Burdine
dfad30c1ea
move csscomb watch task from server repo ( #177 )
...
refs TryGhost/Ghost#6977
2016-08-06 11:26:24 +02:00
Greenkeeper
ed32d09cf1
chore(package): update ember-cli-app-version to version 1.0.1 ( #187 )
...
https://greenkeeper.io/
2016-08-06 02:55:42 -06:00
Greenkeeper
b3d77920fb
chore(package): update ember-sortable to version 1.8.2 ( #184 )
...
https://greenkeeper.io/
2016-08-06 09:45:43 +02:00
Greenkeeper
7832e290be
chore(package): update ember-cli-htmlbars to version 1.0.11 ( #183 )
...
https://greenkeeper.io/
2016-08-06 09:35:48 +02:00
Greenkeeper
3a097894d3
chore(package): update walk-sync to version 0.3.1 ( #186 )
...
https://greenkeeper.io/
2016-08-06 09:35:36 +02:00
Greenkeeper
7627fc43b6
chore(package): update ember-cli-jshint to version 1.0.5 ( #182 )
...
https://greenkeeper.io/
2016-08-06 09:18:31 +02:00
Greenkeeper
77928a5d60
chore(package): update broccoli-merge-trees to version 1.1.3 ( #181 )
...
https://greenkeeper.io/
2016-08-06 09:04:46 +02:00
Austin Burdine
877dc89ddb
fix cross-browser support ( #164 )
...
closes https://github.com/TryGhost/Ghost/issues/7149
- fix tests in Safari
- fix template tag issue in IE and edge
- various IE css fixes
2016-08-06 09:04:06 +02:00
David Balderston
6b7591c2bd
Fix url field focus ( #174 )
...
Closes #7140
* Even if the url was blank, it was always appending a `/` at the end
which would cause isBlank to return false. Added logic that if the url
was blank, don’t try to then add the trailing slash.
2016-08-06 08:59:52 +02:00
David Balderston
8f5d91f0c2
Add User Role to Invited Users ( #173 )
...
Closes #7130
* Adds the user role to the invited users template
* Adjusts some css to keep the role on the right side
2016-08-06 08:55:01 +02:00
Greenkeeper
8e402226d6
chore(package): update ember-one-way-controls to version 1.0.0 ( #178 )
...
https://greenkeeper.io/
2016-08-06 08:38:03 +02:00
Greenkeeper
3b3b91d5f4
chore(package): update loader.js to version 4.0.11 ( #185 )
...
https://greenkeeper.io/
2016-08-05 19:28:19 -06:00
Greenkeeper
abe83b7a5a
chore(package): update broccoli-concat to version 3.0.2 ( #179 )
...
https://greenkeeper.io/
2016-08-04 08:11:59 -06:00
Austin Burdine
8be2b44807
move ember tasks over from main repository ( #176 )
...
refs TryGhost/Ghost#6977
- uses npm script's custom options to streamline ember commands
- add preferLocal to shell options to allow running of npm commands
2016-08-03 09:54:24 +02:00
Greenkeeper
5c7093a75b
chore(package): update ember-one-way-controls to version 0.9.2 ( #171 )
...
https://greenkeeper.io/
2016-08-02 08:09:21 -06:00
David Balderston
6080d235b1
Fix subscriber height being too tall for viewport ( #168 )
...
Closes #7163
* With flex-column, setting height to 100% will make the child the same
as the full height of the flex container, not fill up the remaining
space, so it was bleeding down below the viewport
2016-08-01 17:49:12 -06:00
Kevin Ansfield
b67df80cf3
chore(package): update ember-invoke-action to version 1.3.1 ( #167 )
...
https://greenkeeper.io/
2016-08-01 05:48:52 -06:00
Austin Burdine
0f06ee1c46
copy LICENSE from main Ghost repository ( #165 )
2016-08-01 10:04:56 +01:00
Greenkeeper
ce035196d7
chore(package): update ember-one-way-controls to version 0.9.1 ( #166 )
...
https://greenkeeper.io/
2016-08-01 09:50:49 +01:00
Greenkeeper
8ff5b3de45
Update ember-cli to version 2.7.0 🚀 ( #148 )
...
* chore(package): update ember-cli to version 2.7.0
https://greenkeeper.io/
* update app from ember-cli blueprint
* deps: ember-cli-test-loader@1.1.0
2016-07-31 20:47:19 +01:00
Austin Burdine
5d41c1be4c
remove zen styling ( #160 )
2016-07-31 20:35:19 +01:00