Paul Adam Davis
21668cc65d
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
5bc1bf8380
Properly remove email notification on signout.
...
no ref
- Calls notifications.clear() on signout
2014-07-30 13:32:19 +00:00
Hannah Wolfe
fe2e3f45c7
Merge pull request #3416 from alarobric/case_3291
...
Settings screens redirect for certain roles
2014-07-30 14:17:19 +01:00
Hannah Wolfe
6a687723c5
Merge pull request #3447 from jaswilli/auth
...
Fixup signin and signout
2014-07-30 14:13:02 +01:00
John O'Nolan
4f8e28c439
Import old dropdowns temporarily
2014-07-30 14:56:37 +03:00
John O'Nolan
b1f27ac526
Settings
2014-07-30 13:39:38 +03:00
John O'Nolan
51c725b6b9
Deprecated post-settings-menu.scss
2014-07-30 13:24:16 +03:00
John O'Nolan
231d1065a8
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
1554248284
Error layout
2014-07-30 13:20:20 +03:00
John O'Nolan
e14cb231c0
Editor styles + split codemirror styles out into lib
2014-07-30 12:59:07 +03:00
John O'Nolan
6f1e9500fa
Content management
...
With massively reduced overnesting
2014-07-30 11:54:41 +03:00
Alan Richards
dacd1060ee
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
e4258a396a
Auth
2014-07-30 10:56:43 +03:00
John O'Nolan
fa9f2b510f
About Ghost screen
2014-07-30 10:51:37 +03:00
John O'Nolan
e7fb5cb8ed
Setup
2014-07-30 10:46:18 +03:00
John O'Nolan
71d20068a1
Adjusted animation timing for links
2014-07-30 10:39:17 +03:00
John O'Nolan
411848313c
Stripping default nav styling completely
...
This is already conflicting with new styles horribly.
2014-07-30 10:20:27 +03:00
John O'Nolan
f6f2a15c4b
Cleanup screen.scss / import uploader
2014-07-30 09:19:02 +03:00
John O'Nolan
f8033f92fe
Deprecate utilities.scss
2014-07-30 09:09:11 +03:00
John O'Nolan
f636ea7015
Uploader
2014-07-30 09:08:49 +03:00
John O'Nolan
60c5e894a6
No underlines
2014-07-30 09:04:29 +03:00
John O'Nolan
5f2ab4e8f4
Merged typography.scss into global.scss
2014-07-30 08:44:05 +03:00
John O'Nolan
61563e74a1
Tables
2014-07-30 08:19:50 +03:00
John O'Nolan
04265ed7ca
Merged rolelabels.scss into users.scss
2014-07-30 08:17:51 +03:00
John O'Nolan
a6d7dd9e86
Users
2014-07-30 08:17:00 +03:00
John O'Nolan
d7554ae988
NProgress
2014-07-30 08:14:39 +03:00
John O'Nolan
a513392db5
Notifications
2014-07-30 08:12:17 +03:00
John O'Nolan
2f4b0bee1c
Deprecate navs.scss, merge into shame.scss
2014-07-30 08:09:57 +03:00
John O'Nolan
be54a65174
Modals
2014-07-30 08:08:54 +03:00
John O'Nolan
bd3bb31b6c
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
62fa89cd23
Floating header
2014-07-30 07:59:43 +03:00
John O'Nolan
db305054a5
Forms
2014-07-30 07:57:36 +03:00
John O'Nolan
8a3125c37b
Buttons
2014-07-30 07:47:54 +03:00
John O'Nolan
65d08b6f25
Merge base.scss into global.scss
2014-07-30 07:43:36 +03:00
John O'Nolan
039a053e07
Animations
2014-07-30 07:41:35 +03:00
Jason Williams
725d4aac7d
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
72732f9163
Minor cleanup
2014-07-29 19:50:13 +03:00
Paul Adam Davis
089e709f30
Working burger menu toggling
2014-07-29 18:48:31 +01:00
John O'Nolan
75dbfaa98a
Moved dropdown styles to components dir
2014-07-29 19:24:17 +03:00
John O'Nolan
2ba2810ad0
Updated dropdown styling
2014-07-29 19:23:00 +03:00
John O'Nolan
54d2d47f6e
Added dropdown to global nav user menu
2014-07-29 19:22:37 +03:00
John O'Nolan
39550091e8
Minor display tweaks
2014-07-29 17:35:03 +03:00
Paul Adam Davis
aab0bf4fa7
Better dropdowns styles and docs
2014-07-29 16:19:00 +01:00
Sebastian Gierlinger
83e1ffca1d
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
593b6f0200
New page-content panel and base font-size refinements
2014-07-29 16:19:46 +03:00
John O'Nolan
770ff0d628
Mobile menu updates
2014-07-29 15:47:03 +03:00
Paul Adam Davis
97042a74c2
Refactor dropdowns to use extends
2014-07-29 12:46:19 +01:00
Hannah Wolfe
0ffc5e6d47
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
9f2ddf7937
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
9ce280e81c
First pass of dropdowns
2014-07-29 11:00:29 +01:00