Maurice Williams
cb9f4f7c05
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
Sebastian Gierlinger
653fe3fb44
Merge pull request #3556 from jaswilli/issue-3498
...
Include development assets in release build.
2014-08-01 20:52:06 +02:00
Sebastian Gierlinger
51e64e7beb
Merge pull request #3559 from jaswilli/post-api-tests
...
Fix failure in Post API tests.
2014-08-01 20:23:52 +02:00
Jason Williams
0ef7ee4f33
Fix failure in Post API tests.
...
Refs #3473
- Make sure test is checking the post it expects by verifying
the post id in the results.
2014-08-01 17:55:27 +00:00
Sebastian Gierlinger
9798d53261
Merge pull request #3557 from jaswilli/issue-3530
...
Add missing model to template render.
2014-08-01 19:11:25 +02:00
Jason Williams
41493e1ccc
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
063bd3536b
Merge pull request #3525 from jaswilli/issue-3510
...
Sanity check page parameter used in findPage
2014-08-01 18:24:08 +02:00
Jason Williams
938b183707
Sanity check page parameter used in findPage
...
Closes #3510
- Make sure the page parameter is does not overflow the
integer data type.
- Added tests.
2014-08-01 14:32:38 +00:00
Jason Williams
a285a561c4
Include development assets in release build.
...
Closes #3498
2014-08-01 13:48:15 +00:00
Sebastian Gierlinger
42c5a32966
Merge pull request #3551 from halfdan/3540-password-reset
...
Proper messaging on password reset
2014-08-01 15:47:38 +02:00
Fabian Becker
45f2e956d0
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
Sebastian Gierlinger
19bef057dc
Merge pull request #3553 from PaulAdamDavis/3546-usermenu-button
...
Change user menu link to a button
2014-08-01 12:40:24 +02:00
Paul Adam Davis
a7b5c72e68
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
Sebastian Gierlinger
6d3f00f543
Merge pull request #3519 from jaswilli/tests-undefined-key
...
Fix tests to ensure correct post is being checked
2014-08-01 11:50:43 +02:00
Jason Williams
0ebccc5c65
Fix tests to ensure correct post is being checked
...
Refs #3473
- Change tests to not assume that all inserted fixture data
will end up with the same millisecond-precision time for
results sorting. If a test is set up to check the contents
of a specific fixture extract it explictly from the results.
2014-08-01 05:12:08 +00:00
Hannah Wolfe
b0fdf4d078
Re-upgrading Casper
2014-08-01 00:28:55 +01:00
Hannah Wolfe
3f8d3d3774
Version bump to 0.5.0-rc1
2014-08-01 00:13:03 +01:00
Hannah Wolfe
59953c6610
Merge pull request #3486 from sebgie/issue#3468
...
Update spam prevention
2014-08-01 00:10:50 +01:00
Hannah Wolfe
fa4cb9c19d
Merge pull request #3496 from jaswilli/refresh
...
Remove unnecessary hard refresh on signout.
2014-08-01 00:04:39 +01:00
Sebastian Gierlinger
3792598a31
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
Sebastian Gierlinger
2200a65954
Merge pull request #3494 from ErisDS/issue-3285
...
Update importer for MU
2014-08-01 00:52:00 +02:00
Jason Williams
68775b3ef8
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
6db2a7c22a
Merge pull request #3495 from halfdan/patch-1
...
Set postgres version to 9.3
2014-07-31 23:29:42 +01:00
Hannah Wolfe
de46cd4a14
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
756368721e
Update importer for MU
...
closes #3285
- remove apps stuff for now
- if there is a single user, behave the same as before, overriding
non-critical properties of the single owner user
- if there are multiple users, import them like normal resource
2014-07-31 23:14:57 +01:00
Hannah Wolfe
6325aa611c
Updating Casper to latest
2014-07-31 23:08:23 +01:00
Fabian Becker
7ae5547a22
Set postgres version to 9.3
...
refs #2499
2014-08-01 00:07:36 +02:00
Hannah Wolfe
f4895a4200
Merge pull request #3487 from JohnONolan/notification-copy
...
Shorter notifications
2014-07-31 22:53:20 +01:00
Hannah Wolfe
91ae72dc82
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
262169fcf8
Merge pull request #3490 from jaswilli/psm
...
Fix for missing author when switching posts
2014-07-31 22:38:09 +01:00
Robert Jackson
7ca51764d6
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
fc88f53bae
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
Hannah Wolfe
a04562b349
Merge pull request #3478 from halfdan/fix-pgsql
...
Fixing pg build.
2014-07-31 20:55:21 +01:00
Hannah Wolfe
a13f460acb
Merge pull request #3485 from jaswilli/migration
...
Fix naming of export file during migration
2014-07-31 20:55:12 +01:00
Hannah Wolfe
6413337c2f
Merge pull request #3425 from jgable/fixImporter
...
Make importer more robust for tags
2014-07-31 20:52:51 +01:00
Manuel Mitasch
2b1720e43b
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
Hannah Wolfe
0b55b39cde
Changing second half of script placeholders
2014-07-31 19:05:56 +01:00
Sebastian Gierlinger
c5fbe2def3
Merge pull request #3479 from ErisDS/issue-3079
...
Complete frontend multi-user features
2014-07-31 18:52:16 +02:00
Hannah Wolfe
687197bf31
Updating HTML for script placeholders
2014-07-31 17:42:43 +01:00
Jason Williams
8936b82014
Fix naming of export file during migration
...
No Issue
- The method that generates a filename for the export during
a migration returns a promise, not the filename directly,
so the export file was being named [object Object].
2014-07-31 16:22:05 +00:00
John O'Nolan
854a3041fd
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
b7bfc35079
Merge pull request #3476 from rwjblue/moar-shortcuts
...
Enable uppercase, lowercase, titlecase shortcuts.
2014-07-31 16:50:11 +01:00
Robert Jackson
3cf9034c90
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
45b4b95b1d
Merge pull request #3477 from halfdan/duplicate-notification
...
Avoids duplicate notification / transition
2014-07-31 15:47:19 +01:00
Hannah Wolfe
194d45fac6
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
1c3cb1bb6a
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
26af1e4843
Merge pull request #3471 from novaugust/editor-shortcuts
...
Keyboard shortcuts for Mac vs All
2014-07-31 15:34:14 +01:00
Hannah Wolfe
f9ff78475b
Complete frontend multi-user features
...
closes #3076
- author RSS pages
- fixes page_url / pagination helper
- add 'author' option to has helper
- tests for author pages, author rss pages and helpers
2014-07-31 15:33:52 +01:00
Matt Enlow
a7444bf338
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
baf9138b27
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