BookStack/resources/views/comments
Dan Brown 06901b878f
Comments: Added HTML filter on load, tinymce elem filtering
- Added filter on load to help prevent potentially dangerous comment
  HTML in DB at load time (if it gets passed input filtering, or is
  existing).
- Added TinyMCE valid_elements for input wysiwygs, to gracefully degrade
  content at point of user-view, rather than surprising the user by
  stripping content, which TinyMCE would show, post-save.
2024-01-31 16:20:22 +00:00
..
comment-branch.blade.php Comments: Updated to show form in expected location 2023-06-08 15:09:54 +01:00
comment.blade.php Comments: Added HTML filter on load, tinymce elem filtering 2024-01-31 16:20:22 +00:00
comments.blade.php Comments: Added wysiwyg link selector, updated tests, removed command 2024-01-31 14:22:04 +00:00
create.blade.php Comments: Added back-end HTML support, fixed editor focus 2024-01-30 15:16:58 +00:00