discourse/app
Penar Musaraj 1f45215537 FEATURE: Drafts view in user profile
* add drafts.json endpoint, user profile tab with drafts stream

* improve drafts stream display in user profile

* truncate excerpts in drafts list, better handling for resume draft action

* improve draft stream SQL query, add rspec tests

* if composer is open, quietly close it when user opens another draft from drafts stream; load PM draft only when user is in /u/username/messages (instead of /u/username)

* cleanup

* linting fixes

* apply prettier styling to modified files

* add client tests for drafts, includes a fixture for drafts.json

* improvements to code following review

* refresh drafts route when user deletes a draft open in the composer while being in the drafts route; minor prettier scss fix

* added more spec tests, deleted an acceptance test for removing drafts that was too finicky, formatting and code style fixes, added appEvent for draft:destroyed

* prettier, eslint fixes

* use "username_lower" from users table, added error handling for rejected promises

* adds guardian spec for can_see_drafts, adds improvements following code review

* move DraftsController spec to its own file

* fix failing drafts qunit test, use getOwner instead of deprecated this.container

* limit test fixture for draft.json testing to new_topic request only
2018-08-01 16:34:54 +10:00
..
assets FEATURE: Drafts view in user profile 2018-08-01 16:34:54 +10:00
controllers FEATURE: Drafts view in user profile 2018-08-01 16:34:54 +10:00
helpers FEATURE: include published_time in metadata 2018-07-30 17:09:56 +05:30
jobs Fix the build. 2018-07-30 15:07:03 +08:00
mailers Drop reply_key, skipped and skipped_reason from email_logs. 2018-07-30 11:39:28 +08:00
models FEATURE: Drafts view in user profile 2018-08-01 16:34:54 +10:00
serializers FEATURE: Drafts view in user profile 2018-08-01 16:34:54 +10:00
services FIX: Check for group name availability should skip reserved usernames. 2018-08-01 11:09:33 +08:00
views FIX: should not be needed as we have itemprop='url' 2018-07-30 09:31:27 -04:00