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
Paul Adam Davis
91ef8680c8
Ignore GUI.css files
2014-07-29 10:59:40 +01:00
John O'Nolan
3ede5f4feb
Always hide horizontal scrollbars on body
2014-07-29 12:28:02 +03:00
John O'Nolan
12f78f22ce
Introducing new mobile header and more mobile nav components
2014-07-29 12:10:20 +03:00
Maurice Williams
de1dc4d0d0
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
7a7138e534
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
5a1e3299f8
First pass on global nav mobile styles
2014-07-29 02:34:47 +03:00
John O'Nolan
c108feb687
Slightly smaller user profile image for nav dropdown
2014-07-29 01:38:28 +03:00
John O'Nolan
38f3101518
Finished first pass on new navbar
2014-07-29 01:34:34 +03:00
John O'Nolan
76c8c86ada
Clean up
2014-07-28 23:21:02 +02:00
Sebastian Gierlinger
b3112a4349
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
6adc6efb3b
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
64766de8d6
Merge pull request #3422 from sebgie/issue#3177
...
Hide Access Token
2014-07-28 09:18:42 +01:00
Jason Williams
d59edf1806
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
d895238571
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
f0d38aa66d
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
77ae8394e0
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