discourse/lib/guardian
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
..
category_guardian.rb SECURITY: escape HTML entities from topic title 2018-04-15 18:44:28 +05:30
ensure_magic.rb FEATURE: vanilla import 2014-04-18 18:42:31 +02:00
group_guardian.rb Remove use of deprecated site setting. 2018-02-12 14:26:22 +08:00
post_guardian.rb FEATURE: allow author to delete posts irrespective of post_edit_time_limit 2018-06-26 21:43:06 +05:30
post_revision_guardian.rb LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01:00
tag_guardian.rb FEATURE: Support disabling tag creation for non-staff users. 2018-06-27 07:15:02 +08:00
topic_guardian.rb FEATURE: per-category approval settings (#5778) 2018-07-13 12:51:08 +10:00
user_guardian.rb FEATURE: Drafts view in user profile 2018-08-01 16:34:54 +10:00