Paul Adam Davis
d4e564d7d9
Refactor auth CSS
...
This means signing screen icons now depend on new markup
2014-08-19 15:25:24 +01:00
Felix Rieseberg
7fdb32032d
Working CopyHTML shortcut
...
closes #3481
- Pressing Ctrl/CMD+Shift+C in the editor will open up a modal that
contains the generated HTML for either the selected text or the whole
post
2014-08-19 15:05:26 +01:00
Hannah Wolfe
2004bcc531
Merge pull request #3767 from jaswilli/clear-ws-slug
2014-08-19 10:13:45 +01:00
Felix Rieseberg
9e3820e1ef
'Autocorrect' for posts per page setting
...
See #3671
- As @JohnONolan’s suggestion, if the user enters an invalid value for
the ‘posts per page’ setting, the number autocorrects to 5, iOS
autocorrect-style
2014-08-18 23:24:59 -06:00
Jason Williams
77af056fd0
Reset slug input text box after invalid input.
...
No Issue
- When an invalid, all whitespace slug is entered into the
slug input in the post settings menu, it's rejected but
the input's value still remains the same. This resets the
input back to its original value.
- Added test for the above behavior.
- Only show success notification if slug was actually changed.
- Convert whitespace from tabs to spaces in post-settings-menu.hbs
2014-08-18 21:10:57 +01:00
Hannah Wolfe
8be442a59a
Merge pull request #3766 from jaswilli/user-slug
...
Correct behavior on updating user slug.
2014-08-18 20:55:54 +01:00
Hannah Wolfe
d3bab3e4db
Fixing bad merge
2014-08-18 20:22:10 +01:00
Felix Rieseberg
c5bcc83b63
Post Settings: No 'Author' selection for 'author'
...
closes #3756
- The post settings menu’s option to change the post’s author isn’t
displayed if the user has the ‘author’ role.
- Also fixed some incorrect indentation in the template (no actual code
change)
2014-08-18 19:29:19 +01:00
Hannah Wolfe
4ca21a7d75
Merge pull request #3805 from TryGhost/gui-update-yolo
...
Gui Update
2014-08-18 19:20:40 +01:00
Hannah Wolfe
f29b088394
Fixing tests, PSM and settings pane
...
- resolving test failures where number of tests changed
- fixing issue with PSM label
- re-removing app settings screen code
2014-08-18 18:16:09 +01:00
Paul Adam Davis
dcbd77ca03
Move nav-item file, use variable colours instead of some hexes
2014-08-18 18:08:52 +01:00
Paul Adam Davis
cbb3d34d85
New PSM markup, nav-item, and refactored input icons
...
References #97 , #98 , #99
2014-08-18 17:57:04 +01:00
Paul Adam Davis
6e769b3378
Remove dist CSS files from gitignore
2014-08-18 13:28:06 +01:00
John O'Nolan
495b3da40e
God damn tests
2014-08-17 22:23:00 +03:00
Hannah Wolfe
30661f8ddb
Merge pull request #3762 from blia/dev
...
Fixed TypeError when updating slug
2014-08-17 16:02:14 +01:00
John O'Nolan
7f82aca17c
Content management cleanup
2014-08-17 15:01:35 +03:00
John O'Nolan
6e119567c5
Settings nav overhaul
2014-08-17 15:01:35 +03:00
Paul Adam Davis
d400bd7c4e
Use old form styles with class changes for radios & checkboxes
2014-08-17 14:58:03 +03:00
Paul Adam Davis
0a93fbc96a
Working new dropdowns
...
- Implement new GUI 2.0 dropdowns into templates
2014-08-17 14:58:03 +03:00
John O'Nolan
d323b495a7
Implement new button markup
2014-08-17 14:57:07 +03:00
John O'Nolan
fe7805c0cf
New publish button markup implementation
2014-08-17 14:53:47 +03:00
John O'Nolan
2331572978
Adding global app frame wrappers
...
This makes the new responsive styles work in a basic way. It'll probably need revisiting to break out the header area into a partial (maybe?)
2014-08-17 14:53:47 +03:00
John O'Nolan
b73d60bc2e
Implement new global-nav markup
2014-08-17 14:40:44 +03:00
John O'Nolan
b38785d5f6
Settings nav overhaul
2014-08-16 19:39:52 +03:00
John O'Nolan
ef2b4fc7f6
Remove old button styles
2014-08-16 19:39:37 +03:00
Hannah Wolfe
8edbaa9ae0
Merge pull request #3785 from jaswilli/post-status
...
Revert post status on failed save.
2014-08-15 18:27:47 +01:00
Hannah Wolfe
23d97fb7b1
Merge pull request #3670 from felixrieseberg/iss3641
...
Validation fix for number of posts/page
2014-08-15 18:27:14 +01:00
Hannah Wolfe
fcdbfbcc17
Merge pull request #3769 from novaugust/iss3764
...
Hide role dropdown on user page if user is owner
2014-08-15 17:53:46 +01:00
Jilles Soeters
4bb94e99f0
Added target="_blank" to all links that go to the support page.
2014-08-15 16:46:24 +02:00
Jason Williams
bb50791dce
Correct behavior on updating user slug.
...
No Issue
- Defer save until after slug is checked.
- If new slug is empty or all whitespace, reset to previous value.
- If new slug is the same as existing slug except for an increment
value (e.g. ghost-user-2), use the original slug.
- If the slug has changed, change the URL path to reflect the
change so that the browser refresh and back button still work.
- Added tests.
2014-08-15 04:00:19 +00:00
Jason Williams
09ede03ce4
Revert post status on failed save.
...
Refs #3667 , Refs #3776
- If saving a post fails, revert its status back to the
pre-save value.
- Added tests to check post status after failed save attempt
on both new and existing posts.
2014-08-15 00:22:10 +00:00
Hannah Wolfe
153a0c818f
Merge pull request #3776 from felixrieseberg/iss3667
...
Ensure editor awareness if publishing fails
2014-08-14 21:19:21 +01:00
Hannah Wolfe
801ca568e4
Merge pull request #3738 from felixrieseberg/iss3728
...
Error notification if send test mail returns 500
2014-08-14 20:38:08 +01:00
Hannah Wolfe
ec05c703ec
Merge pull request #3749 from novaugust/ghost-logo-link
...
Update ghost-logo, amend the amdendments, death to jQuery
2014-08-14 20:19:00 +01:00
Felix Rieseberg
beba43b8f3
Ensure editor awareness if publishing fails
...
closes #3667
- If the ‘save’ function on a new post fails, the local Ember model
still beliefs that the status is ‘published’, resulting in wrong
buttons. A simple catch fixes that.
2014-08-14 11:05:05 -07:00
Paul Adam Davis
459d0de22d
Fix images in buttons
2014-08-14 17:56:23 +01:00
Paul Adam Davis
7078724c3f
Re-implement old form styles
2014-08-14 16:29:34 +01:00
Paul Adam Davis
71e140eb19
Badge component
2014-08-14 14:38:32 +01:00
Paul Adam Davis
0316385917
Pagination component
2014-08-14 12:48:44 +01:00
Felix Rieseberg
9d2b29df8a
Validation fix for number of posts/page
...
closes #3641
- Reworded error messages, remove “please” (credits go to @YouriAckx)
2014-08-13 12:08:09 -07:00
Hannah Wolfe
8d9eaa5240
Merge pull request #3733 from rwjblue/use-ghost-paths-util
...
Use the ghost-paths consistently.
2014-08-13 18:28:11 +01:00
Paul Adam Davis
ab516199ae
Allow buttons elements in dropdowns
2014-08-13 15:15:23 +01:00
Paul Adam Davis
2aafe85987
Updated dropdown positions in layouts
2014-08-13 14:25:28 +01:00
Matt Enlow
150ce6c9b9
Hide role dropdown on user page if user is owner
...
Closes #3764
2014-08-12 18:06:34 -06:00
Kirill Yakovenko
a0d5817203
Fix TypeError when updating slug
...
- added check slug before trim
2014-08-12 17:46:14 +03:00
Paul Adam Davis
78f459315a
Implement labels
2014-08-12 15:27:22 +01:00
Paul Adam Davis
a0e9829dba
User list styles from master
2014-08-12 15:26:20 +01:00
Felix Rieseberg
4cd78e3e4d
Error notification if send mail api returns 500
...
closes #3728
- If the mail config is broken, the ajax call will fail with 500 and
not return an error.
- This change catches 500 and wraps the error in a notification.
2014-08-11 09:15:12 -07:00
Matt Enlow
8fb6555df5
Update ghost-logo, death to jQuery
...
Amends #3740 (which amended #3736 ), ref #3623
- Removed futzy jquery for setting href on logo; binding to ApplicationView property
- Killed dead code
2014-08-11 09:52:55 -06:00
Hannah Wolfe
6aba193bb5
Merge pull request #3740 from PaulAdamDavis/ghost-logo-link
...
Change Ghost logo link back to an anchor
2014-08-11 12:20:42 +01:00
Paul Adam Davis
15285c1593
Add ghost logo anchor tag
...
Amends #3736 , references #3623
With `button.ghost-logo`, there's no `href`, so cannot be opened in a new window. This changes it back to an anchor and appends the blog URL to a href attribute. Win!
Bumps Ghost-UI version to 0.8.13 bring in related CSS changes.
2014-08-11 12:08:08 +01:00
John O'Nolan
d1a481d2e1
Merge pull request #3744 from PaulAdamDavis/user-actions-button
...
Change user actions button tag
2014-08-11 13:03:22 +02:00
Robert Jackson
970ccff961
Ensure that slug is always synced for User form.
2014-08-11 11:42:53 +01:00
Paul Adam Davis
4f4562e452
Change user actions button tag
...
No issue
- Changes the user actions button to a `<button>` element.
2014-08-11 11:29:29 +01:00
Hannah Wolfe
2b1beee7da
Merge pull request #3736 from novaugust/ghost-burgers
...
Fix -navbar events attachment
2014-08-10 22:45:50 +01:00
Matt Enlow
0a2034f7e4
Fix -navbar events attachment
...
Closes #3623
- Move hamburger logic to action with terrible name, "toggleSidebarOrGoHome"
- Move ".js-close-sidebar" events to a document.on(event, *selector*, f) to make sure they attach even when the js-close-sidebars aren't on page (ie, hidenav)
2014-08-10 15:31:47 -06:00
Sebastian Gierlinger
0752ae2197
Merge pull request #3731 from ErisDS/issue-3724
...
Expose blog URL to client app
2014-08-10 20:51:45 +02:00
Hannah Wolfe
ccdcb7a4f8
Merge pull request #3730 from jyek/auth-route
...
Update authentication endpoint for subdirectory
2014-08-10 19:23:31 +01:00
Hannah Wolfe
8ae5e65462
Expose blog URL to client app
...
fixes #3724
- provide config.url to the ember client app via a data attribute
- create server and client side helpers to output the URL
- wire up the client side helper
- add a class for testing, and add tests for both the server and client side
2014-08-10 18:49:37 +01:00
Justin Yek
d6fca73f68
Update authentication endpoint for subdirectory
...
Fixes bug where user is unable to log into admin when subdirectory is specified
2014-08-11 01:29:36 +08:00
Robert Jackson
f8069b7ca9
Use the ghost-paths consistently.
...
Always using the utility function ensures that we have the ability to
update/change/etc these paths without scouring the codebase.
For example, if we ever decide to bump the API version it would be nice
if there was only one location it needed to be updated at.
2014-08-10 13:10:29 -04:00
Hannah Wolfe
3707993794
Merge pull request #3729 from rwjblue/ensure-author-in-psm-is-reset
...
Ensure PSM author is reset when changing posts.
2014-08-10 16:26:36 +01:00
Robert Jackson
9e07e18d2a
Ensure PSM author is reset when changing posts.
2014-08-10 10:40:04 -04:00
John O'Nolan
3c8a6a5464
Fix wrong author slug on user settings page
2014-08-10 10:37:28 +03:00
John O'Nolan
d3fbdb2b92
OCD
2014-08-10 09:36:36 +03:00
Felix Rieseberg
1da2047236
Fix 'broken' debug tools template
...
closes #3715
- Includes wrapper class for @pauladamdavis css
2014-08-09 09:20:50 -07:00
Felix Rieseberg
69348b5bbb
Error if user has already been invited
...
closes #3681
2014-08-08 16:41:16 -07:00
Hannah Wolfe
0e8e6e1baa
Merge pull request #3706 from jaswilli/invite-fixup
...
Close invite user modal immediately after submit.
2014-08-08 22:58:29 +01:00
Hannah Wolfe
e2080ec37e
Merge pull request #3705 from wjake/issue-3663
...
Reset forgotten form on success
2014-08-08 22:45:53 +01:00
Paul Adam Davis
8353a000d6
Reimplement visual ascetic styles
2014-08-08 21:54:22 +01:00
Jason Williams
75299bab24
Close invite user modal immediately after submit.
...
Closes #3672 , Closes #3673 , Closes #3680
- Close and reset modal immediately after submit instead
of waiting until after processing has finished.
2014-08-08 20:44:03 +00:00
Hannah Wolfe
715fa4d08a
Merge pull request #3697 from novaugust/close-modal#3652
...
Close modals when clicking off them
2014-08-08 18:05:13 +01:00
Hannah Wolfe
aee8df77bc
Merge pull request #3696 from rwjblue/do-not-focus-post-title
...
Do not focus post title when editing.
2014-08-08 18:03:00 +01:00
Robert Jackson
6990b38d5f
Do not focus post title when editing.
2014-08-08 11:37:24 -04:00
Matt Enlow
2546fdf665
Close modals when clicking off them
...
Closes #3652
2014-08-08 08:33:42 -06:00
Hannah Wolfe
3c6679146e
Merge pull request #3693 from sebgie/issue#3623
...
Fix Ghost icon is not clickable
2014-08-08 14:38:06 +01:00
Hannah Wolfe
0c7b6f3413
Merge pull request #3686 from sebgie/issue#3660
...
Improve error handling for authentication
2014-08-08 14:25:40 +01:00
Sebastian Gierlinger
2f1a55fa66
Fix Ghost icon is not clickable
...
closes #3623
- Initialization of the link was done on login page where the ‚burger‘
did not exist.
- initialization in application needs to be done to make it work on
refresh
2014-08-08 13:53:56 +02:00
Sebastian Gierlinger
473065c61b
Improve error handling for authentication
...
closes #3660
- added wrapping in JSON API format to error500()
- added client side handling
2014-08-08 09:44:24 +02:00
Jake Wright
71104558b7
Reset email form value on success
...
closes #3663
- Set value of email input as nil string
2014-08-08 02:52:19 +01:00
Hannah Wolfe
a647e38e5e
Merge pull request #3656 from rwjblue/activate-specific-tab-not-toggle
...
Activate specific tab that is tapped/clicked.
2014-08-07 19:32:14 +01:00
Hannah Wolfe
a89115318b
Merge pull request #3655 from rwjblue/dont-loop-keyboard-nav
...
Do not loop keyboard nav on content list.
2014-08-07 19:30:48 +01:00
Hannah Wolfe
ebe9bd214a
Merge pull request #3628 from novaugust/popover-btn-binding#3603
...
Add open class to popover buttons
2014-08-07 19:27:46 +01:00
John O'Nolan
7ba56386dd
Reset buttons without classes
2014-08-07 16:37:47 +03:00
John O'Nolan
a36c7a559b
Fix floatingheader alignments
2014-08-07 16:35:58 +03:00
Robert Jackson
6bb1ac1083
Activate specific tab that is tapped/clicked.
2014-08-07 09:32:10 -04:00
Robert Jackson
7ff58e442b
Do not loop keyboard nav on content list.
2014-08-07 09:15:24 -04:00
John O'Nolan
514cddf655
Improved mobile editor styles
2014-08-07 15:33:56 +03:00
John O'Nolan
7b1609e7de
Update application frame styles for content + editor
2014-08-07 15:11:01 +03:00
Felix Rieseberg
2091fadb42
Editor: Warn if title change is unsaved
...
closes #3643
- TitleScratch is compared with Title; if there’s a difference, we have
unsaved changes and open up the modal.
2014-08-06 20:39:19 -07:00
Matt Enlow
fa27b2a651
Add open class to popover buttons
...
Ref#3603
- Popover Buttons now have an `open` class applied to them when their popover is open
- The open class is removed from the popover button at the start of the popover's fadeout
- Consolidated common code into popover-mixin
2014-08-06 18:23:03 -06:00
Hannah Wolfe
7b21ca64a5
Merge pull request #3633 from halfdan/3630-revoke-user
...
Fix revoke user invite and user.destroy
2014-08-06 22:29:33 +01:00
John O'Nolan
39bcbac761
Typography updates
2014-08-06 22:46:32 +03:00
John O'Nolan
e7fb3b9c46
Unfucking content management screen
2014-08-06 22:46:23 +03:00
Fabian Becker
1325f87671
Fix revoke user invite and user.destroy
...
fixes #3630
- Extend user adapter in ember to load users with status: all
- Fix user.destroy by loading all users with status: all
2014-08-06 16:48:18 +00:00
John O'Nolan
a6584f7638
Put global nav back under modals
2014-08-06 19:47:52 +03:00
John O'Nolan
b6533cd1c8
unfuck settings nav
2014-08-06 19:46:43 +03:00
shindakun
5d7630607b
Transition to signin with error message on invalid token not 500 error screen
...
closes #3548
- Add error to hidenav, removes menubar from error screen.
- Wrap atob() in a try/catch
- Added regex to try and validate if params.token at least looks like base64
2014-08-06 08:08:02 -07:00
John O'Nolan
e1aaea0d0a
Convert old button override styles to new classes
...
(and some cleanup)
2014-08-06 14:36:35 +03:00
Robert Jackson
0a9bde7702
Restore original display after window resizing.
...
fixes #3597
2014-08-06 09:04:43 +01:00
Hannah Wolfe
6ed629b410
Merge pull request #3618 from jaswilli/issue-3612
...
Check for server notifications on hard refresh
2014-08-06 08:13:23 +01:00
Sebastian Gierlinger
20efb84d7d
Merge pull request #3614 from ErisDS/remove-apps
...
No apps screen for 0.5
2014-08-06 08:51:07 +02:00
Jason Williams
b4c3c6f20a
Check for server notifications on hard refresh
...
Closes #3612
- Trigger the loadServerNotifications event from the
ApplicationRoute's afterModel hook, which gets called
every time the app gets loaded.
2014-08-06 05:01:00 +00:00
Hannah Wolfe
6a1d7c7a18
Merge pull request #3550 from halfdan/3542-forgotten-user
...
Properly show message when resetting password.
2014-08-06 02:18:30 +01:00
Jason Williams
3242c5b4a9
Cleanup from notifications refactor.
...
Refs #3521
2014-08-06 00:13:56 +00:00
Hannah Wolfe
3e73376c0d
No apps screen for 0.5
...
no issue
- The apps screen is nowhere near ready for prime time yet, lets not have
it in 0.5 at all
2014-08-06 00:54:57 +01:00
John O'Nolan
9e5bbeaa6a
Styles for splitbuttons on editor screen
2014-08-06 02:06:36 +03:00
Fabian Becker
e9e6aa1732
Changing User.read API to default to active users.
...
refs #3542
- Properly handle forgotten screen (ember)
- Change Users API to only return active users on read
- Adjust tests
2014-08-06 00:30:48 +02:00
John O'Nolan
a470c46543
Button updates to match existing styles
2014-08-06 00:39:19 +03:00
Paul Adam Davis
d74a9174d8
Swap notification close link for a button
...
No issue
- Swap out notification <a> close link for <button> (gains a native hover state)
2014-08-05 20:08:03 +01:00
Paul Adam Davis
8799ded351
Re-do of dropdowns
2014-08-05 20:06:22 +01:00
Hannah Wolfe
2cc7ebe8c6
Merge pull request #3590 from felixrieseberg/iss3518
...
Ghost Logo navigation responds correctly to mobile
2014-08-05 19:08:30 +01:00
Felix Rieseberg
39c3127bac
Ghost Logo navigation responds correctly to mobile
...
closes #3522
- Previously, the logo had a href attribute which was manually kept
from executing on mobile. Slow mobile devices that didn’t fully load
the JS would therefore navigate “desktop style”
- The href attribute is now set after the event handler has been loaded, ensuring correct navigation behaviour.
2014-08-05 10:05:32 -07:00
Paul Adam Davis
311325aa79
Form Inputs
2014-08-05 15:12:27 +01:00
Sebastian Gierlinger
9997d3aaf1
Fix embedded code being removed
...
no issue
- changed order of escaping
2014-08-05 14:11:20 +02:00
Hannah Wolfe
73ba38d72b
Cleaning up old html files
2014-08-05 12:02:58 +01:00
Hannah Wolfe
2ac2cc3719
Merge pull request #3593 from morficus/issue-3563
...
prevent revoking invite for already active users
2014-08-05 11:57:16 +01:00
John O'Nolan
51cd767757
Reduce indentation for readability
2014-08-05 12:23:51 +03:00
Sebastian Gierlinger
c387e8d196
Merge pull request #3587 from PaulAdamDavis/settings-header-classes
...
Add classes to settings headers
2014-08-05 09:46:21 +02:00
Maurice Williams
bac71559f3
prevent revoking invite for already active users
...
closes #3563
- before attempting to revoke an invitation, get updated model info
- reload route and show warning if user info has changed
2014-08-05 00:35:46 -04:00
Felix Rieseberg
d4626ede74
Working delete user modal & button
...
closes #3529
- Created ‘delete user’ modal (similar to the ‘delete post’ modal) and
controller
- Modal will be opened if ‘Delete User’ is selected in the user
setting cog menu
2014-08-04 13:29:24 -07:00
John O'Nolan
abec25b72b
Highlight old styles for removal
2014-08-04 19:45:32 +03:00
John O'Nolan
4524c004a1
Clean up conflicting class
2014-08-04 19:43:47 +03:00
John O'Nolan
dcf54bd9ce
Strip base button style. This should be covered already.
2014-08-04 19:38:41 +03:00
John O'Nolan
9ecbb375a5
Remove old button styles which are not used anywhere in core
2014-08-04 19:37:04 +03:00
John O'Nolan
e8dc88597e
Break splitbuttons out into component
2014-08-04 19:28:07 +03:00
John O'Nolan
f06fc42846
Adjust BS default styles
2014-08-04 19:24:41 +03:00
John O'Nolan
82c9f59a21
Port/convert BS mixins/vars - strip unneeded variations
2014-08-04 18:57:33 +03:00
John O'Nolan
29f6c1d178
Add base bootstrap buttons
2014-08-04 18:11:22 +03:00
Paul Adam Davis
124aefebee
Add classes to settings headers
...
No issue
Refs https://github.com/TryGhost/Ghost-UI/issues/91
- Adds a class to settings page headers, for cleaner CSS selectors
2014-08-04 12:53:55 +01:00
Sebastian Gierlinger
1c104c8f00
Merge pull request #3569 from morficus/issue-3549
...
fix most recent post stolen by the last logged in user AND only show active users in post-settings-menu drop-down
2014-08-04 10:51:07 +02:00
Sebastian Gierlinger
a4814705f2
Merge pull request #3581 from felixrieseberg/iss3541
...
Autofocus on input fields after routing
2014-08-03 22:22:48 +02:00
Hannah Wolfe
0c7038f054
Merge pull request #3500 from novaugust/markdown-help
...
Update markdown help modal
2014-08-03 18:05:12 +01:00
Hannah Wolfe
b2be3bc365
Merge pull request #3567 from novaugust/issue#3564
...
Return to invite new user; invite multiple users in one go
2014-08-03 17:54:59 +01:00
Matt Enlow
cb2f911b07
Return to invite new user; invite multiple users in one go
...
Closes #3533 , Closes #3547 , Closes #3531
- invite-new-user always resets role to author now, allowing for multiple invites on one load
- Added confirm action when hitting return in INUModal's email input
- Don't pass users as the model to invite-new-user-modal
- Move invite-new-user reset to a `finally` clause
- invite-new-user always closes on a confirm
2014-08-03 10:31:42 -06:00
Hannah Wolfe
696589bb2d
Merge pull request #3580 from felixrieseberg/iss3543
...
Insert inline code shortcut for editor
2014-08-03 17:28:39 +01:00
Hannah Wolfe
9c677abf3c
Merge pull request #3578 from morficus/issue-3516
...
Stop event propagation when hitting "enter" in the gh-blur-input component
2014-08-03 17:25:29 +01:00
Hannah Wolfe
4db3cb06e4
Merge pull request #3576 from morficus/issue-3523
...
Error modifying "author" attribute before post record has been created
2014-08-03 17:24:09 +01:00
Matt Enlow
9d288563b8
Update markdown help modal
...
Closes #3499
- Swapped out "Cmd" for the symbol. We're all UTF8, right?
- Removed hint for "Inline Code" until we readd its shortcut
2014-08-03 10:24:00 -06:00
Hannah Wolfe
6475f92411
Merge pull request #3579 from morficus/issue-3502
...
Replacing "touchstart" with "tap" event, provided by hammer.js
2014-08-03 17:23:30 +01:00
Hannah Wolfe
05ce783bd5
Merge pull request #3535 from rwjblue/properly-transition-on-mobile
...
Handle toggleing the content screen on mobile.
2014-08-03 17:23:25 +01:00
Hannah Wolfe
8435c58987
Merge pull request #3571 from felixrieseberg/iss3570
...
Show "Make Owner" only if displayed user is admin
2014-08-03 17:20:54 +01:00
Felix Rieseberg
2712bb6828
Autofocus on input fields after routing
...
closes #3538 , closes #3541
- The “autofocus” property isn’t considered by browsers if the element
is created after the page has been loaded. The Ember cookbook
recommends extending the input type with a manually triggered
autofocus, which I included here.
- This introduces the new helper “gh-focus-input”, an input field
gaining focus even when routing occurs.
2014-08-03 09:16:13 -07:00
Hannah Wolfe
a91bbf64bc
Merge pull request #3574 from rwjblue/speed-up-posts-orderby
...
Small performance tweak for Posts ordering.
2014-08-03 15:05:02 +01:00
Felix Rieseberg
8b2346cf46
Insert inline code shortcut for editor
...
closes #3543
- Wired up existing code shortcut in codemirror-shortcuts.js in
editor-shortcuts.js
2014-08-02 23:40:12 -07:00
Maurice Williams
19164bb80e
Replacing "touch start" with "tap" event, provided by hammer.js
...
fixes #3502
2014-08-03 01:36:46 -04:00
Maurice Williams
8aef67ef52
Stop event propagation when hitting "enter" in the gh-blur-input component
...
fixes #3516
- new behavior is disabled by default
- added new stopEnterKeyDownPropagation property enable new behavior
2014-08-03 00:48:05 -04:00
Maurice Williams
44dd5ed286
fix most recent post stolen by the last logged in user AND only show active users in post-settings-menu drop-down
...
fixes #3549 fixes #3528
- instead of grabbing and setting the author after fetching the list of users, get the author info from the models "author" property and set it when that value returns. (3549)
- added filter to the PSM's "authors" attribute to only display active users (3528)
2014-08-02 21:28:02 -04:00
Maurice Williams
6ee5ba2291
Error modifying "author" attribute before post record has been created
...
fixes #3523
- when changing the author, added a check to NOT trigger a save if the post has not been created/saved as yet
2014-08-02 14:35:19 -04:00
Robert Jackson
a5b30bc3ba
Small performance tweak for Posts ordering.
...
* Move publishedAtCompare to standalone function in closure scope
(allows better browser optimizations).
* Avoid getting the same field (published_at) more than once.
2014-08-02 11:15:55 -04:00
Robert Jackson
43c68f0bf9
Ensure keyboard navigation matches custom post sorting.
2014-08-02 10:39:26 -04:00
Felix Rieseberg
8fd05ca1de
Show "Make Owner" only if displayed user is admin
...
closes #3570
- Added ‘controller.user.isAdmin’ as an condition for displaying the
“make owner” option
2014-08-02 07:02:50 -07:00
Sebastian Gierlinger
8662015560
Merge pull request #3521 from jaswilli/notifications
...
Prevent stacking of notifications
2014-08-02 12:54:56 +02:00
Felix Rieseberg
8841623469
Admin isn't shown "make owner" option
...
closes #3558
- Replaced canAssignRoles as "show user" conditional with new
"canMakeOwner"
2014-08-01 13:03:26 -07:00
Jason Williams
1c6216777c
Refactor notifications to prevent stacking.
...
Closes #3511 , Closes #3512 , Closes #3526
- show* methods now close existing passive notifications by
default. They also now take an optional options object where
existing parameters such as "delayed" and "defaultErrorText"
can be passed in as well as the new "doNotClosePassive" flag.
- Removed all explicit calls to notifications.closePassive except
for the few places where it makes sense to call it separately.
2014-08-01 16:57:29 +00:00
Jason Williams
ec1dc0e24a
Add missing model to template render.
...
Closes #3530 , Refs #3474
- Cleanup from #3474 which stopped passing the model into
the render template call.
2014-08-01 16:29:59 +00:00
Sebastian Gierlinger
294cdb3ddb
Merge pull request #3551 from halfdan/3540-password-reset
...
Proper messaging on password reset
2014-08-01 15:47:38 +02:00
Fabian Becker
c2c8e92e8f
Proper messaging on password reset
...
fixes #3540
- Show proper message when reusing token
- Show message after resetting password
2014-08-01 13:18:53 +00:00
Paul Adam Davis
f0a3f57dcb
Change user menu link to a button
...
Closes #3546
- Change user menu popover toggle from a <a> to a <button>
- Change tests accordingly
2014-08-01 10:56:03 +01:00
Paul Adam Davis
ffcb80e54e
Vertically center floating header text
2014-08-01 09:02:11 +01:00
Robert Jackson
9912c2bfed
Handle toggleing the content screen on mobile.
...
Closes #3520 .
Move the custom jQuery animation into an action on the controller so
that we can trigger it from within the route if needed.
2014-08-01 02:47:29 -04:00
Hannah Wolfe
4f7bac3aed
Merge pull request #3486 from sebgie/issue#3468
...
Update spam prevention
2014-08-01 00:10:50 +01:00
Hannah Wolfe
68610d579f
Merge pull request #3496 from jaswilli/refresh
...
Remove unnecessary hard refresh on signout.
2014-08-01 00:04:39 +01:00
Sebastian Gierlinger
9e40da5366
Update spam prevention
...
closes #3468
- added rate limit to deny more than 5 attempt every hour
- updated spam prevention to be configurable
- added config values spamTimeout, ratePeriod, rateAttempts
- added ratePeriod:1 to config.example.js to prevent functional tests
from hitting the rate limit
- commented spam test, I’ll fix it tomorrow
2014-08-01 00:58:32 +02:00
Jason Williams
b1c75ce324
Remove unnecessary hard refresh on signout.
...
Refs #3488
- Hard refresh handled by ember-simple-auth.
2014-07-31 22:41:35 +00:00
Hannah Wolfe
be922d5d06
Merge pull request #3488 from manuelmitasch/fix-session-invalidation
...
The page refresh when oauth token has expired was broken.
2014-07-31 23:28:58 +01:00
Hannah Wolfe
cda6f8f188
Merge pull request #3487 from JohnONolan/notification-copy
...
Shorter notifications
2014-07-31 22:53:20 +01:00
Hannah Wolfe
558dbe58f9
Merge pull request #3493 from rwjblue/fix-posts-post-author-list
...
Show posts authored by current user.
2014-07-31 22:41:11 +01:00
Hannah Wolfe
f5f4a4e152
Merge pull request #3490 from jaswilli/psm
...
Fix for missing author when switching posts
2014-07-31 22:38:09 +01:00
Robert Jackson
369eaa454e
Show posts authored by current user.
...
The current logic allows showing of all EXCEPT the current users posts
(when the current user is an author).
This fixes that.
2014-07-31 17:23:08 -04:00
Jason Williams
27e14b7ad9
Fix for missing author when switching posts
...
No Issue
- Fixes the case where the authors dropdown in the
post settings menu has no author selected after
switching between posts.
2014-07-31 20:19:52 +00:00
Manuel Mitasch
e34ecada69
The page refresh when oauth token has expired was broken.
...
Ember simple-auth action "sessionInvalidationSucceeded" was overriden to display a meaningless message.
2014-07-31 21:49:29 +02:00
John O'Nolan
140c16554f
Bring back the code icon
2014-07-31 22:29:10 +03:00
Hannah Wolfe
31d2ed150f
Changing second half of script placeholders
2014-07-31 19:05:56 +01:00
John O'Nolan
154bec4b9b
Styles for embed placeholders
2014-07-31 21:01:55 +03:00
Hannah Wolfe
8acd3a5060
Updating HTML for script placeholders
2014-07-31 17:42:43 +01:00
John O'Nolan
601ad25716
Shorter notifications
...
Basic notifications are unnecessarily verbose and, in some instances, even cause line-wrapping to occur. This change shortens them to short, concsise statements to indicate what action has taken place.
2014-07-31 19:19:47 +03:00
Hannah Wolfe
c5d046d452
Merge pull request #3476 from rwjblue/moar-shortcuts
...
Enable uppercase, lowercase, titlecase shortcuts.
2014-07-31 16:50:11 +01:00
Paul Adam Davis
9beb031bad
Better dropdown organisation
2014-07-31 16:06:25 +01:00
Robert Jackson
585348c4c0
Cleanup CodeMirror shortcuts.
...
* Add titleize utility function.
* Capitalizes first word.
* Capitalizes all words not contained in simple article/conjunction
list.
* Enable shortcuts for `uppercase`, `lowercase`, and `titlecase`.
* Fix header shortcuts
* Ensure that header shortcuts do not duplicate text.
* Make headers idempotent (pressing `ctrl+alt+1` then
`ctrl+alt+2` does not make `# # # blah`.
2014-07-31 10:53:13 -04:00
Hannah Wolfe
34dbc13893
Merge pull request #3477 from halfdan/duplicate-notification
...
Avoids duplicate notification / transition
2014-07-31 15:47:19 +01:00
Hannah Wolfe
cfcc30b65e
Merge pull request #3480 from jaswilli/issue-3466
...
Update user roles in store after owner transfer
2014-07-31 15:39:48 +01:00
Hannah Wolfe
7d631453bd
Merge pull request #3472 from morficus/issue-3401
...
custom slugging capabilities for individual user pages
2014-07-31 15:36:11 +01:00
Hannah Wolfe
203c90123e
Merge pull request #3471 from novaugust/editor-shortcuts
...
Keyboard shortcuts for Mac vs All
2014-07-31 15:34:14 +01:00
Matt Enlow
c93b7631d6
Keyboard shortcuts for Mac vs All
...
Closes #3029 , Ref #3469
- Editor shortcuts are now built in a separate file, which uses `ctrlOrCmd` to correctly set OS specific shortcuts.
- Removed `newLine` and `selectWord` shortcuts
2014-07-31 08:00:52 -06:00
Jason Williams
038632e9a6
Update user roles in store after owner transfer
...
Closes #3466
- Transferring the owner role is now done via a separate
endpoint and not through Ember-Data. As a result the
user role data needs to be updated manually.
- Updated the owner endpoint to return a response body
containing the updated user objects.
- Updated tests.
2014-07-31 13:41:10 +00:00
Sebastian Gierlinger
027daaf89d
Merge pull request #3462 from ErisDS/issue-3446
...
Post list: authors only see their own posts
2014-07-31 15:03:15 +02:00
Fabian Becker
1fffc74247
Avoids duplicate notification / transition
...
no ref
- Let application.js handle transition after setup
- Remove duplicate loading of server notifications
2014-07-31 14:22:37 +02:00
Maurice Williams
e6115c4126
custom slugging capabilities for individual user pages
...
closes #3401
- modifying slug-generator to be more generic
- adding slugging capabilities for /settings/users/:slug
- modified posts to use the updated slug-generator
2014-07-31 08:14:22 -04:00
Robert Jackson
774d027ffb
Redirect to the first available post for current user.
2014-07-31 12:44:22 +01:00
Hannah Wolfe
74549ddc59
Completed post & user list filer by role
...
closes #3446 , closes #3086
- Authors can only ever get to their own posts
- Editors only ever see authors in the user list
2014-07-31 11:23:37 +01:00
Hannah Wolfe
54ffe55a93
Merge pull request #3474 from felixrieseberg/iss3400
...
User Settings: Display cog based on rights
2014-07-31 09:30:13 +01:00
Felix Rieseberg
43fe63d956
User Settings: Display cog based on rights
...
closes #3400
- The user view has been extended to have properties indicating whether
the user has rights to make the displayed user an owner or delete
him/her
- Handlebar conditionals decide whether or not to display the cog
2014-07-31 01:03:03 -07:00
Robert Jackson
68fe9fabef
Limit Posts for Authors.
...
* Ensures that posts listing only shows posts that the current user
authored, if they only have the Author role.
* Do not transition into the posts.post route if the current user is
not the author (but has the Author role). This is needed because
the API server will always return the post (regardless of the current
user).
2014-07-31 09:02:49 +01:00
Hannah Wolfe
92ccdf7024
Post list: authors see their own posts
...
issue #3446
2014-07-31 09:02:48 +01:00
Hannah Wolfe
3ec5a5e978
Merge pull request #3467 from rwjblue/update-validation-to-match-server-error
...
Update validation to match server error.
2014-07-31 07:46:57 +01:00
Matt Enlow
e3a5608108
Add keyboard navigation of posts
...
Closes #3015
- Added stepThroughPosts method to PostsRouter, takes a integer, goes that far, wraps around the array.
- PostsPostRoute notifies the PostsController of which model it currently has, to help stepThroughPosts know who's selected
2014-07-30 22:23:02 -06:00
Hannah Wolfe
ed788ef723
Merge pull request #3436 from novaugust/user-role-dropdown
...
User role dropdown
2014-07-31 02:06:34 +01:00
Matt Enlow
975f925561
Add User Role Dropdown
...
Closes #3402 , Closes #3428
-------------------
### Components
- Added GhostSelectComponent to handle async select creation (h/t @rwjblue)
- Added GhostRolesSelector (extends GhostSelect) for displaying user role options
- Created StoreInjector for surgically inserting the store into things that normally wouldn't have them.
### Users Settings
- InviteNewUserModal now uses GhostRolesSelector & defaults to Author
- The role dropdown for user settings has permissions set per 3402
### User Model
- Added `role` property as an interface to getting and setting `roles`
- Refactored anything that set `roles` to set `role`
- isAdmin, isAuthor, isOwner and isEditor are all keyed off of `role` now
### Tests
- Added functional tests for Settings.Users
- updated settings.users and settings.users.user screens
- fix spacing on screens
### Server Fixtures
- Fixed owner fixture's roles
2014-07-30 17:59:14 -06:00
Robert Jackson
d86711e09d
Update validation to match server error.
...
When a using the forgottenRoute if you enter an incorrectly formatted
email address you would see the error message 'Invalid Email', however
if you entered an email address that was correctly formatted but missing
the error message would be 'Invalid email address'.
This fixes the discrepancy.
2014-07-30 19:07:42 -04:00
Robert Jackson
356f9525d8
Redirect to error404 when user not found.
...
Closes #3459 .
2014-07-30 17:43:45 -04:00
Hannah Wolfe
820459e625
Merge pull request #3463 from rwjblue/hard-refresh
...
Perform a hard refresh upon signout.
2014-07-30 22:28:27 +01:00
Hannah Wolfe
3b81cca49c
Merge pull request #3457 from sebgie/issue#3426
...
Transfer ownership end point
2014-07-30 22:26:42 +01:00
Hannah Wolfe
ee2d10d7c3
Merge pull request #3456 from PaulAdamDavis/prevent-auth-autocomplete
...
Disable autocomplete for setup & signup screens
2014-07-30 22:22:40 +01:00
Hannah Wolfe
7efee359e6
Merge pull request #3454 from halfdan/signout-email
...
Properly remove email notification on signout.
2014-07-30 22:21:41 +01:00
Hannah Wolfe
a8a1901a8b
Merge pull request #3453 from PaulAdamDavis/3271-prevent-website-autofill
...
Disable user settings autocomplete in Chrome
2014-07-30 22:14:32 +01:00
Hannah Wolfe
cf048b72b2
Merge pull request #3449 from felixrieseberg/iss3383
...
Stop validation error notification stack
2014-07-30 22:04:31 +01:00
Robert Jackson
7abbcf18e4
Perform a hard refresh upon signout.
...
Closes #3458 .
2014-07-30 14:22:28 -04:00
Paul Adam Davis
535c4633d8
Re-jigged nav JS and add parallax
...
- Clicking the content closes the nav
- Content overlays the nav to create a parallax effect
- Clicking the burger works now
2014-07-30 18:26:28 +01:00
Sebastian Gierlinger
a18b58a2f6
Transfer ownership end point
...
closes #3426
- added transfer ownership endpoint
- added owner to roles.permissible
- manually removed owner from roles.browse
- removed hard coded author role
- fixed tests that were passing due to hard coded author role
- added testUtils.setup(‚roles‘)
2014-07-30 17:40:30 +02:00
Felix Rieseberg
7cf0a25381
Stop validation error notification stack
...
closes #3383
- Calls closePassive() if a new validation error is thrown to display
only the latest validation error
2014-07-30 08:07:34 -07:00
Paul Adam Davis
665b25e424
Disable autocomplete for setup & signup screens
...
No issue
- Adds 2 hidden inputs at the top start of the form that trick chrome into filling those, leaving out the rest.
2014-07-30 16:04:03 +01:00
Paul Adam Davis
46d85359f1
Disable user settings autocomplete in Chrome
...
Closes #3271
- Adds 2 hidden inputs at the top start of the form that trick chrome into filling those, leaving out the rest.
2014-07-30 14:34:02 +01:00
Fabian Becker
a22f1d0d7a
Properly remove email notification on signout.
...
no ref
- Calls notifications.clear() on signout
2014-07-30 13:32:19 +00:00
Hannah Wolfe
11c0fe7a0f
Merge pull request #3416 from alarobric/case_3291
...
Settings screens redirect for certain roles
2014-07-30 14:17:19 +01:00
Hannah Wolfe
949252f5ed
Merge pull request #3447 from jaswilli/auth
...
Fixup signin and signout
2014-07-30 14:13:02 +01:00
John O'Nolan
6aa6be071c
Import old dropdowns temporarily
2014-07-30 14:56:37 +03:00
John O'Nolan
571a1d89a5
Settings
2014-07-30 13:39:38 +03:00
John O'Nolan
d632a23aab
Deprecated post-settings-menu.scss
2014-07-30 13:24:16 +03:00
John O'Nolan
5e619c841d
I have no idea why this was its own file in layouts/modals.scss
2014-07-30 13:22:02 +03:00
John O'Nolan
f2511bb97a
Error layout
2014-07-30 13:20:20 +03:00
John O'Nolan
43d390d5e3
Editor styles + split codemirror styles out into lib
2014-07-30 12:59:07 +03:00
John O'Nolan
1551925ec5
Content management
...
With massively reduced overnesting
2014-07-30 11:54:41 +03:00
Alan Richards
4d074c3e55
Settings screens redirect for certain roles
...
Closes #3291
- Adds redirects based on roles as defined in the case
- Adds new mixin `CurrentUserSettings`
- For authors, all settings pages redirect to `users/self`
- For editors, all settings pages other than specific users redirect to `users`. Any user that is not self or an author redirects to `users`
2014-07-30 00:57:16 -07:00
John O'Nolan
171e205785
Auth
2014-07-30 10:56:43 +03:00
John O'Nolan
1e20a5236f
About Ghost screen
2014-07-30 10:51:37 +03:00
John O'Nolan
eb7da979a2
Setup
2014-07-30 10:46:18 +03:00
John O'Nolan
aabe9ed6b6
Adjusted animation timing for links
2014-07-30 10:39:17 +03:00
John O'Nolan
0fc1416bfc
Stripping default nav styling completely
...
This is already conflicting with new styles horribly.
2014-07-30 10:20:27 +03:00
John O'Nolan
09ce90c9e9
Cleanup screen.scss / import uploader
2014-07-30 09:19:02 +03:00
John O'Nolan
a83c736c48
Deprecate utilities.scss
2014-07-30 09:09:11 +03:00
John O'Nolan
15e9796c51
Uploader
2014-07-30 09:08:49 +03:00
John O'Nolan
c2de94a9bd
No underlines
2014-07-30 09:04:29 +03:00
John O'Nolan
42f9f3c0e1
Merged typography.scss into global.scss
2014-07-30 08:44:05 +03:00
John O'Nolan
c30fabb94a
Tables
2014-07-30 08:19:50 +03:00
John O'Nolan
6d39ac0e2e
Merged rolelabels.scss into users.scss
2014-07-30 08:17:51 +03:00
John O'Nolan
68f5c9f378
Users
2014-07-30 08:17:00 +03:00
John O'Nolan
951f572939
NProgress
2014-07-30 08:14:39 +03:00
John O'Nolan
b544ce098e
Notifications
2014-07-30 08:12:17 +03:00
John O'Nolan
75e92add37
Deprecate navs.scss, merge into shame.scss
2014-07-30 08:09:57 +03:00
John O'Nolan
778b7cd7a3
Modals
2014-07-30 08:08:54 +03:00
John O'Nolan
f59f86eb28
Deprecate old files and introduce _shame.scss
...
- New _shame.scss to hold styles/components which need to be refactored or removed
- layout.scss and floatingheader.scss merged into global.scss/shame.scss
2014-07-30 08:07:23 +03:00
John O'Nolan
16d36b48c1
Floating header
2014-07-30 07:59:43 +03:00
John O'Nolan
1dbd4cd759
Forms
2014-07-30 07:57:36 +03:00
John O'Nolan
98d87cfa26
Buttons
2014-07-30 07:47:54 +03:00
John O'Nolan
0ce641e363
Merge base.scss into global.scss
2014-07-30 07:43:36 +03:00
John O'Nolan
b6d61cd0da
Animations
2014-07-30 07:41:35 +03:00
Jason Williams
d19c3ae9d1
Fixup signin and signout
...
No Issue
- Move authentication related handlers to the Application route.
- Switch Sign Out from a button to a link. Use the signout route
to handle invalidating the session and redirecting instead of
an action from a button.
- Clear error messages on signin page when pressing log in button.
- Errors are now always shown on sign in screen and a success
notification is shown after sign out.
- Update functional tests.
2014-07-29 20:58:43 +00:00
John O'Nolan
2faa4a75f9
Minor cleanup
2014-07-29 19:50:13 +03:00
Paul Adam Davis
61b846fc8f
Working burger menu toggling
2014-07-29 18:48:31 +01:00
John O'Nolan
175395eafc
Moved dropdown styles to components dir
2014-07-29 19:24:17 +03:00
John O'Nolan
bdb63b2e87
Updated dropdown styling
2014-07-29 19:23:00 +03:00
John O'Nolan
914cef3b8d
Added dropdown to global nav user menu
2014-07-29 19:22:37 +03:00
John O'Nolan
56beb90c49
Minor display tweaks
2014-07-29 17:35:03 +03:00
Paul Adam Davis
82365de583
Better dropdowns styles and docs
2014-07-29 16:19:00 +01:00
Sebastian Gierlinger
bb5ca7c272
Fix Invitations
...
no issue
- added `invited-pending` when resending invitation
- promise chain was missing a return statement
- email error was masked and front end showed success notification
2014-07-29 15:35:48 +02:00
John O'Nolan
ce0b9c78ef
New page-content panel and base font-size refinements
2014-07-29 16:19:46 +03:00
John O'Nolan
098f7c17e5
Mobile menu updates
2014-07-29 15:47:03 +03:00
Paul Adam Davis
49eed8b6cd
Refactor dropdowns to use extends
2014-07-29 12:46:19 +01:00
Hannah Wolfe
05afe8afb2
Improve importer error messaging
...
closes #3274
- Ensure that validation errors are always handled by moving them into the
importer
- Ensure that db errors are handled consistently across sqlite and mysql
- Change the errors to be output in a table, with a short failure notification
- Add tests for 003 importing bad files
2014-07-29 12:02:18 +01:00
Hannah Wolfe
b6d7afe9ad
Merge pull request #3440 from sebgie/notification-reset-invite
...
Reset/Signin while signed in
2014-07-29 11:52:40 +01:00
Paul Adam Davis
2ac2934118
First pass of dropdowns
2014-07-29 11:00:29 +01:00
Paul Adam Davis
fc3e465f44
Ignore GUI.css files
2014-07-29 10:59:40 +01:00
John O'Nolan
1ceab27e96
Always hide horizontal scrollbars on body
2014-07-29 12:28:02 +03:00
John O'Nolan
8d1635b7dc
Introducing new mobile header and more mobile nav components
2014-07-29 12:10:20 +03:00
Maurice Williams
3397790204
Removing "author" role-label
...
closes #3427
- adding conditional statement to now display users with role "author"
2014-07-29 01:50:34 -04:00
Jason Williams
d75483e4a8
Preserve order of tags as entered by the user.
...
Closes #3133
- Implement an ordered set for the tags property of the tag
input controller. Set order is by order added to the post.
2014-07-29 02:16:21 +00:00
John O'Nolan
32e14025e4
First pass on global nav mobile styles
2014-07-29 02:34:47 +03:00
John O'Nolan
9775244ab5
Slightly smaller user profile image for nav dropdown
2014-07-29 01:38:28 +03:00
John O'Nolan
5a81c808df
Finished first pass on new navbar
2014-07-29 01:34:34 +03:00
John O'Nolan
6fc3e09017
Clean up
2014-07-28 23:21:02 +02:00
Sebastian Gierlinger
fe9692e824
Reset/Signin while signed in
...
no issue
- added redirect and notification to reset route
- added notification to signup route
2014-07-28 18:00:08 +02:00
Hannah Wolfe
6c76b080bb
Merge pull request #3423 from jaswilli/issue-3403
...
Add a mixin for saving a subset of a model.
2014-07-28 09:49:19 +01:00
Hannah Wolfe
13f34fd992
Merge pull request #3422 from sebgie/issue#3177
...
Hide Access Token
2014-07-28 09:18:42 +01:00
Jason Williams
039f5fd693
Add a mixin for saving a subset of a model.
...
Closes #3403
- Add SelectiveSaveMixin so that a DS.Model can save one or more
properties at a time while preserving other outstanding changes.
2014-07-27 21:04:35 +00:00
Sebastian Gierlinger
d40f545106
Add XSS prevention
...
closes #3387
- added placeholder for <script> and <iframe>
- added google-caja sanitizer
- changed title in posts overview to ‚double-stash‘
2014-07-27 23:03:01 +02:00
Sebastian Gierlinger
4376fcb784
Hide Access Token
...
closes #3177
- uses an iFrame to initiate the download to hide the access token
The access token is now hidden in the admin logic. If we would like to
completely hide the token it is possible to remove the access token and
use signed requests instead, but I think the effort isn’t worth the
benefit in this case.
2014-07-27 22:57:57 +02:00
Hannah Wolfe
3cb2a03170
Merge pull request #3393 from joeldrapper/sort-roles-dropdown
...
Fixed role sort order in the invite a new user drop down list
2014-07-27 19:39:06 +01:00
Hannah Wolfe
4191a9c7be
Merge pull request #3412 from novaugust/credentials-validation-convergance
...
Create new user validator to DRY up validators
2014-07-27 19:38:24 +01:00
Hannah Wolfe
4972fe1672
Merge pull request #3411 from novaugust/signup-password
...
Rebind password to password input on signup page
2014-07-27 19:36:54 +01:00
Jason Williams
371a4a059f
Do not clear password until after leaving signin
...
Closes #3399
- Provide our own authenticate action handler which does not
clear the password input.
- Use the Signin route's deactivate hook to clear the password
property on the controller after the user has transitioned
away from the signin page.
2014-07-26 19:06:58 +00:00
Hannah Wolfe
fb128f6be7
Merge pull request #3406 from simplabs/update-ember-simple-auth
...
Updated Ember Simple Auth to latest version
2014-07-26 17:24:18 +01:00
Matt Enlow
a22dca8722
Create new user validator to DRY up validators
...
No issue
- Created NewUserValidator class to DRY up validation of a models name, email, and password
- Changed SignUpValidator to be an instance of NewUserValidator
- Changed SetUpValidator to extend NewUserValidator
2014-07-25 13:20:40 -06:00
Matt Enlow
0d4397ef98
Rebind name and password to inputs on signup page
...
Closes #3410 , Ref #3392
- Removed setting name from user email address per issue #3392
2014-07-25 13:04:33 -06:00
Marco Otte-Witte
7835d824d3
updated Ember Simple Auth to latest version
2014-07-25 16:04:19 +02:00
Hannah Wolfe
4057a2c8d5
Merge pull request #3397 from morficus/issue-3392
...
Removing "full name" auto-popualtion during signup
2014-07-25 09:54:51 +01:00
joeldrapper
773630f045
Roles drop down sorted by ID
...
closes #3391
- Changed sort order to ID instead of name
2014-07-25 09:41:12 +01:00
Hannah Wolfe
409b0793cf
Merge pull request #3398 from morficus/issue-3396
...
Fixing resend user invitation
2014-07-25 08:53:13 +01:00
Hannah Wolfe
5a63c1c34d
Merge pull request #3394 from IanMitchell/settings-user-button
...
Hides <Users button for authors
2014-07-25 08:51:45 +01:00
Hannah Wolfe
c057d0b406
Merge pull request #3385 from felixrieseberg/iss3375
...
Signin error notifications kept from stacking
2014-07-25 08:48:08 +01:00
Maurice Williams
690bd9c551
Removing "full name" auto-popualtion during signup
...
closes #3392
- removing data-binding attribute for "name" input box on signup screen
- removing data-binding attribute for "password" input box on signup screen
- making "email" the first input box and "name" the 2nd
- removing "autofocus" attribute for "email" input box on signup screen
2014-07-24 22:49:57 -04:00
Maurice Williams
8b747a9593
Fixing resend user invitation
...
closes #3396
- passing role when resending a users invitation
2014-07-24 22:42:55 -04:00
Ian Mitchell
601692780a
Hides <Users button for authors
...
closes #3295
- The <Users button visibility is now restricted by user role
2014-07-24 18:54:02 -07:00
Hannah Wolfe
1695631f11
Merge pull request #3377 from PaulAdamDavis/signout-button
...
Change signout link to button
2014-07-24 17:52:09 +01:00
Hannah Wolfe
f3899aaefe
Merge pull request #3376 from felixrieseberg/iss3292
...
Redirect authors and editors away from debug page
2014-07-24 17:51:16 +01:00
Hannah Wolfe
cc30b7b564
Merge pull request #3368 from felixrieseberg/master
...
Show errors on reset page (Closes #3330 )
2014-07-24 17:49:56 +01:00
Felix Rieseberg
8d3a3e711f
Signin error notifications kept from stacking
...
closes #3375
- Prior to showing error notifications, the signin route now calls
closePassive().
2014-07-24 11:16:00 -04:00
Jason Williams
5e021da86c
Improve handling of users and roles in admin
...
Closes #3083 Refs #3229
- Populates the dropdown list in the invite user menu with the
list of roles a user is permitted to create.
- Users API now checks the invite user request for allowed roles.
- Change API response from 200 to 201 on successful invitation.
- Change API response from 500 to 201 when the user was created but
the email was not sent. The client will show a warning notification
when it sees 'invite-pending' as the new user's status.
- Add support for "?status=all" to the /users endpoint.
- Refactor the route and controller for the /settings/users page so
that there's only one network API call to load users instead of two.
2014-07-24 14:20:47 +00:00
Felix Rieseberg
7eb32c86d3
Show error notifications on "reset password" page
...
closes #3330
- Caught errors are displayed using notifications util
2014-07-24 08:45:42 -04:00
Hannah Wolfe
96a61025ec
Merge pull request #3362 from sebgie/issue#3087-2
...
Transfer Ownership
2014-07-24 12:19:08 +01:00