Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TryGhost/Admin

Ghost's admin client
https://github.com/TryGhost/Admin

Redirect signin if authenticated

closes #3147
- added beforeModel redirect
- added test

fac9fa86844a256809dcde142b5b8e82deddc886 authored over 10 years ago
Merge pull request #3165 from ErisDS/issue-3056

Replace the old admin with the ember admin

0bd67f4fb71235e2bae51956a19350e84051346d authored over 10 years ago
Merge pull request #3157 from novaugust/device

Use Device.js to determine mobile editor use

eec7f6c79bb3b03c63b2b02be6a916afd6ee6401 authored over 10 years ago
Replace the old admin with the ember admin

closes #3056

- Remove clientold
- Remove clientold tests
- Cleanup old admin helpers
- Remove o...

4aef3671545d4284a50641690283ef149ad9c286 authored over 10 years ago
Better handling of validation errors + more documentation

closes #3153
- this is all about the validation engine
- add a option, `opts.model`, to use a pa...

bb87f0b21cfa8642ed1bef09e3f01c086eaa19c0 authored over 10 years ago
Use Device.js to determine mobile editor use

Ref #2570
- Adds new library, device.js to determine if the user is on an ios mobile
or tablet.

4dfc102903b19333a92d1180d58596179d0104ff authored over 10 years ago
Merge pull request #3146 from darvelo/tags-tracking

Fix tag updating on model save in editor controller

9726b689d9db3781668949955f6282d394949fd1 authored over 10 years ago
Merge pull request #3144 from darvelo/sort-new-posts

New posts pass PostsController sorting function at the top

dee8370b498244aff9c85a1c1b7550b3e9496c2c authored over 10 years ago
Merge pull request #3150 from javorszky/iss2843

Made ember version of reset password work

5150f8132edd2a00255b8327c4e5a4759b05d8c2 authored over 10 years ago
Merge pull request #3155 from PaulAdamDavis/about-page

About page HTML

709f76366ecdd3e8cefa512474a63231f9684bdc authored over 10 years ago
Made ember version of reset password work

Closes #2843

* Implemnted the ember validator correctly for both reset request and actual reset...

1d3e8a63833319543a491be2eca0dcbb46cc74dd authored over 10 years ago
Signin after Signup

closes #3125
- added manual authentication after signin
- added manual authentication after setup

b0f43816a87546b067e41245f56feb2acd9a9d62 authored over 10 years ago
oAuth

closes #2759
closes #3027

- added oauth2orize library for server side oAuth handling
- added em...

cb463e6856ba1e6be15cd257d81c4afc2e6d9963 authored over 10 years ago
CSS for About page

Refs #23

Corresponding HTML is located at https://github.com/TryGhost/Ghost/pull/3155/files

e8a1a48598a572c04b2ac3c1615aae0a2220ed2b authored over 10 years ago
About page HTML

No issue

This is the non-functional, non-Ember markup for the [About page](https://github.com/T...

118731cf7f3ba4124604a731d462a391c214be20 authored over 10 years ago
New posts pass PostsController sorting function at the top

- PostsController orderBy function sorts posts with isNew to the top, otherwise their undefined ...

97cdf0cd09670976fed376a75efa092da1ed6274 authored over 10 years ago
Fix tag updating on model save in editor controller

closes #3131
- create a hook in the editor controller that fires on a model's save events
- use ...

9d1eb57bd0b82fe03b965da0988cd2bc3c808e35 authored over 10 years ago
Calls to POST API have include=tags

closes #2998
- update PostSerializer to use DS.EmbeddedRecordsMixin
- create PostAdapter to incl...

99c474f12f5fb556883493d7f105846585ccd484 authored over 10 years ago
Ember post order matches server post order

fixes #3008

- this effectively breaks the sort order on the client, because the serverside orde...

1c151c918691bcc75286bd03302979a76663d0c2 authored over 10 years ago
Merge pull request #3115 from halfdan/2850-post-notifications

Show correct post notificatons based on status.

58ac0e0451757c88988427e4370e54f09bda9bf8 authored over 10 years ago
Merge pull request #3111 from halfdan/3105-notifications

Close notifications on user action properly.

9605fe26e99b3b70f3c8f994eefd1bc990aac216 authored over 10 years ago
Merge pull request #3113 from ErisDS/issue-3106

Change text on leave modal cancel button

757a20d874838590993a1952143a1cc5bf1b9dfe authored over 10 years ago
Hide code mirror cursor when not focused

Closes #51 again

- Hide CodeMirror cursor when not focused

25a9d5ecd50902cfbf7a3e1cacaf594009616d09 authored over 10 years ago
New setup screen for blog installation.

fixes #3072
- Change router to handle /ember/setup/
- Adjust doSignup to also handle setup
- Adj...

bc677a13da6bada76705000466f21ddb24bfb327 authored over 10 years ago
Allow button/input type submit to be green

1edc1848c29f3c45f8743f2d2c9e0d42423f94a7 authored over 10 years ago
Show correct post notificatons based on status.

closes #2850
- Add messageMap from old admin
- Add two methods to pick the correct notification ...

8afd590f6394a3d0d0cc860636e6df12c9494805 authored over 10 years ago
Change text on leave modal cancel button

issue #3106

eae2aa3e8c9b9dc16619bfe3bab008fb2baca57c authored over 10 years ago
Merge pull request #52 from morficus/missing-flashing-cursor

fixing issue where the cursor indicator would no longer flash

8a5f1f5cae565475dae7fb763cfa5ba0e47fab69 authored over 10 years ago
fixing issue where the cursor indicator would no longer flash

fixes #51
- removing styles that conflicted with the original CodeMiror styles

ec307fb214034064f77aeb6d3ed22bc54e717e43 authored over 10 years ago
Close notifications on user action properly.

fixes #3105, refs #3012
- Add additional closeAll() calls where users interact with data

7e49e440b1a4e60a0394b31c2f7aad2ce47ea263 authored over 10 years ago
Add extra padding to post edit/settings buttons

Closes #39

3af3450960b00319e4d24057bb8ccf064807f8bb authored over 10 years ago
Merge pull request #3108 from novaugust/touch-editor-off

Add off as a noop function to touch editor.

f40a0b98e4fb03a258313e859fca75995cec85ed authored over 10 years ago
Add off as a noop function to touch editor.

Closes #3107

d84c181cdd8765422f0718680eff39f986759588 authored over 10 years ago
Stop Markdown help icon from moving

No issue

The markdown help icon would move when `<body>` gets a class of
`editor`. The class wa...

02eb99347f7fb913da4b6c19df99e4870d4ed764 authored over 10 years ago
Remove extra shadow & left border on post settings button

Closes #49

- Remove shadow from the post settings button
- Remove left border from split button...

1befbe0f18a6f233291e7e48be27cfe3ea9aa22b authored over 10 years ago
Stay on posts.index route when no posts exist

No Issue

aa904da8677649d804520129c26a3a782e9abd5f authored over 10 years ago
Fix tags UI issue

Closes https://github.com/TryGhost/Ghost/issues/2491 & #27

- Adjust the widths of the tags wrap...

7531ee6cebc080173234939cf75d0556e44d0443 authored over 10 years ago
Allow tabbing responsive editor when not on mobile.

fixes #3095
- Add `click` event to floatingheader

aef7a6c802049b016fd91829dcafc6adfe5cec2e authored over 10 years ago
Prevent cover image `<img>` having a max height.

bfd9e6475a5d7933c67fc2204dc4510e21e7fd53 authored over 10 years ago
Add vertical table alignment class

bb7b8e70dfaabecba5e8cf6feebc166054fdca6c authored over 10 years ago
Finish Debug screen for Ember admin

Closes #2847

e31d9fbfe264c3e4d4e33913af028b638036214a authored over 10 years ago
Set edit post shortcut to 'enter'

closes #2308

acc45e62a26800ea643c0c1eafee7fa3a55ac4d1 authored over 10 years ago
Merge pull request #3052 from ErisDS/issue-2851

Add error template, routes and controller

3a6b37aeb0434b11a16922c8477f50c34d6309d0 authored over 10 years ago
Merge pull request #3055 from darvelo/mobile-interactions

Mobile Interactions

bb5d55f8d5190e43a4834b45c6ad8b1f65580681 authored over 10 years ago
Mobile Interactions

closes #3018
- split clientold mobile interactions into their respective Ember routes/views
- cr...

6b26589cbffb86cce5709ff7eee88255429da775 authored over 10 years ago
Implement Mobile Editor

closes #2957
- add FastClick library to Gruntfile.js
- add touch-editor to client/assets/lib/
- ...

e156c4248bc388781ab4a8aa49b67b2faec5db86 authored over 10 years ago
Add error template, route and controller

closes #2851

- adds asset paths to ghostPaths as we don't have an asset helper
- sends any inva...

f055b979cb4d2e865057570b245536a9994a6c33 authored over 10 years ago
Merge pull request #3054 from jaswilli/issue-3036-settings

Enable validation for settings/general screen

840e31b9c5510df8fb9a6e6fdc6a9a476196d031 authored over 10 years ago
Delete dev font files

b92be974289dae1ea766f3700512240b65836a2f authored over 10 years ago
Merge branch 'master' into 0.8

Conflicts:
dist/css/ghost-ui.css
dist/css/ghost-ui.min.css
docs/dist/css/ghost-ui.min.css
sa...

0aa3a69c57d694d67c6c2d77a592e1ac03f862c3 authored over 10 years ago
Merge pull request #3066 from kevinansfield/fix-sticky-incomplete-tags

Fix incomplete tags sticking between post edits

634aafc0ad365a638fea2941255ed9e5e936e527 authored over 10 years ago
Remove 'not-allowed' cursor from disabled buttons

Closes #44

(Also remove some temporary CSS that wormed its way in from
mid-progress on another ...

f9de9dec788120ac4a9b6e558761e01a0cec407f authored over 10 years ago
Mac height for profile, cover & logo images in settings

Closes #43 & #45

c1f38b1e065def8e199a332026031bf218b2f875 authored over 10 years ago
Fix mobile display issue

Closes #42

- Realign name input and show name label on smaller screens

0d6f6e79914963f9a745a27a3608939f3d9fb925 authored over 10 years ago
Move styles from ember-hacks.css in Ghost to here

d464cbda0712c60af8eeeeb749be5f72b5830341 authored over 10 years ago
Remove ember-hacks.css file

No issue

- Removes `ember-hacks.css` file and move some of its styles into Ghost-UI

f4f0f308246cc89d54bf148a462b1443450197ac authored over 10 years ago
Enable validation for settings/general screen

Closes #3036 Refs #3012
-Enable validation for settings/general
-Turn on functional tests for th...

52cf55e369eb7648bc980c7c6cd88a1e31a1cf75 authored over 10 years ago
Fixes incomplete tags showing when switching to edit a different post

closes #3065
- send 'reset' action to PostTagsInputController when associated view is destroyed

5c84aead54434f16059de473adc4f6c8a614835c authored over 10 years ago
Merge pull request #3062 from halfdan/transition-to-route

Use transitionToRoute in controllers.

2a01a582a92bf8ee088784860748ca5791b7fba1 authored over 10 years ago
Merge pull request #3059 from PaulAdamDavis/1558-notifications-ui

Prevent notifications from being too tall and unclosable

285f40101b15e5d9622d5fe874042e43b911650f authored over 10 years ago
Merge pull request #3058 from halfdan/3012-close-notifications

Close notifications on transition or user action.

4c290022297c6c8b21edcccb2591eb920d2de148 authored over 10 years ago
Prevent notifications from being too tall and unclosable

Closes #1558

- Adds a wrapping tag around the notification message
- Change tests to look for n...

b56753fbc0334f25c30e2af6ad04ec503097c1a7 authored over 10 years ago
Merge pull request #3005 from kevinansfield/ensure-incomplete-tags-arent-lost

Ensure incomplete tags aren't lost on save

bb7db50d9813f6ce2ad6a94f0f2b8ecff0aa51ee authored over 10 years ago
Use transitionToRoute in controllers.

refs #3051

e2dc8ac02922387d9cc93233c9d0278407b04c7d authored over 10 years ago
Close notifications on transition or user action.

closes #3012
- Inject notification object into router
- Listen to didTransition / observe curren...

7c0acf926f32fdea2d4125b5f21552c7bd673575 authored over 10 years ago
Uncomment signin validation test + test cleanup

closes #2989

- classing this as finishing the casper tests for now
- adding a name to the descr...

4b4c2f5434add765f3513ad199f3b77490be9119 authored over 10 years ago
Ensure incomplete tags aren't lost on save

closes #2991, references #2172, references #2453
- moved and separated tags logic from EditorTag...

58b33f94bffe6b8b9c888415f53742384d434bea authored over 10 years ago
Correctly overflow notification content to prevent it being too tall.

References https://github.com/TryGhost/Ghost/issues/1558

983ad13f6436691397967d26678603fc12f7a436 authored over 10 years ago
Merge pull request #3051 from jgable/loginValidation

Add validation for signin/signup

5863b486138b537697c5fae655a63bb97e55245a authored over 10 years ago
Merge pull request #3053 from jgable/fix3016

Close modals on escape

6ee98640f0800922625a64a962d024e6a73978c6 authored over 10 years ago
Close modals on escape

Closes #3016

- Disconnect modal outlet on escape key in closePopups action handler

f5380b37b79afcd983c829e3fd22adda94fc09b0 authored over 10 years ago
Add validation for signin/signup

Closes #2976, Closes #3017

- Move logic to signup controller
- Add ValidationEngine mixin to ...

6b9f9963b99ac461bcc768360cea295b29287821 authored over 10 years ago
Ember admin works with subdirectory

fixes #3047

4691175db7986d24608c31815e2afb74f3f335c7 authored over 10 years ago
Setting Ghost logo to correct URL

1293f4043626cb06e6378d34b4f8d11c7f9724ea authored over 10 years ago
Merge pull request #3045 from ErisDS/issue-2956

Add fileStorage config to frontend

959d5f17d5f69be69faa32c7285d6eadcd126a96 authored over 10 years ago
Add fileStorage config to frontend

closes #2956

- adds fileStorage to config passed to ember, and then grabs it in the relevant pl...

89be3215af43b8714b7a83a57cc3505e76987a6f authored over 10 years ago
Update shortcut for zen mode

closes #2988

- includes tests

c7d506d664dc4d3c5b9f2fa563fcdaeadfa79657 authored over 10 years ago
Merge pull request #3042 from halfdan/3040-trim-title

Trim title in editor on blue/focusOut

b906f732332a0acfa26dce73a77b7eb95de2d5e9 authored over 10 years ago
Merge pull request #3044 from halfdan/3035-character-count

Implements character count helper.

b5e54dfe7bf9c5aa846f3436e8e67b2d6a4eca35 authored over 10 years ago
Merge pull request #3043 from jaswilli/initializers

Switch Ember initializers to public API methods

d6f84dadf2cb9f993b8c27e3bc9d3712511dc2a1 authored over 10 years ago
Merge pull request #3041 from ErisDS/issue-3031

Hide settings/apps unless apps:true is in config.js

b17a5b62726c4c3a8f6c4f61d932adb1f8b0a97f authored over 10 years ago
Trim title in editor on blue/focusOut

closes #3040, fixes #3038
- Properly trim title
- Re-add casper test/adjust where necessary
- Re...

a05112f2b04747b8f03f4467f474bac06daefff2 authored over 10 years ago
Implements character count helper.

closes #3035
- New character count helper
- Re-add casper test for bio count
- Change settings.g...

4254bae32795795a31099321c7eb8b4e58118039 authored over 10 years ago
Hide settings/apps unless apps:true is in config.js

fixes #3031

- Adds an initializer for passing config to the frontend, it's not pretty but it wo...

a0391961346a98bfce4dacd426b11e55ea837f49 authored over 10 years ago
Switch Ember initializers to public API methods

853eeba4ecd478cc09d299d132f209766f9ea18a authored over 10 years ago
Better editor entry

Ref #2308

- Double clicking a PostItemView on the content screen will open that post
in the e...

20095bafe0ad91a3275589997cdc63340f213f8c authored over 10 years ago
Merge pull request #3014 from ErisDS/issue-3013

Check for undefined model

540987910ea6c10e03d5760c7a3a66f806def3c0 authored over 10 years ago
Merge pull request #3039 from halfdan/3038-focus-title

Focus title in editor when opening page.

91922119f33197fd778692948d0971c2f2043218 authored over 10 years ago
Merge pull request #3034 from ErisDS/more-tests

Adding more tests for settings

0cdeab8b1737214f2909c547edd84a4b6a44a149 authored over 10 years ago
Merge pull request #3024 from morficus/nprogress-loading-indicator

Re-implementing the loading indicator for the Ember admin

f481932aba11e5556c0a9cb3706ea45c644d0ce4 authored over 10 years ago
Adding more ember admin tests

- improving the implementation of thenOpenAndWaitForPageLoad
- adding a class into the settings ...

f786317546d7389789fefbb398fdce175d2bd7b4 authored over 10 years ago
Focus title in editor when opening page.

closes #3038
- Adds new gh-focus-input component
- Uses new component in editor

6d5cc93f3fa72ceed6187f9c598aa48f9422e65f authored over 10 years ago
Re-implementing the loading indicator for the Ember admin

closes #2855 , closes #2848
- New mixin that utilizes NProgress for displaying a loading indict...

385afefb46414df1a132e483ecb2f1e192054840 authored over 10 years ago
Fix warning about transitionTo being deprecated

89cd1e41b42ea4b98cc831b345d495642ed70319 authored over 10 years ago
Merge pull request #3033 from halfdan/fix-word-count

Fix word count in ember.

5e893a4f0d284a6625bc6583f9fd86f73fdc4f9e authored over 10 years ago
Merge pull request #3023 from darvelo/promise-rejection

Fix promise rejection during validation

07da720705794d40932e78258f335173066e1aa0 authored over 10 years ago
Fix word count in ember.

fa56f9ba64a32e8e998ccc2a598227f67ddd5090 authored over 10 years ago
Fix promise rejection

fixes #3013
- bubble promise rejection on post model validation/save error so that it doesn't bu...

9249e203185e2e6917a589ec2b338f73ab0715e7 authored over 10 years ago
Merge pull request #3022 from novaugust/codemirror-shortcuts

Implement Markdown Shortcuts

2fde05156b52a671486908697db83dcad0a2aee1 authored over 10 years ago
Merge pull request #3026 from darvelo/delete-new-post

Remove "Delete This Post" option from New Post publish bar menu items

aaf9abe8ca348a104e23c1f33611e7ff7eb51a7b authored over 10 years ago