BookStack/app/Activity/Models
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
..
Activity.php PHPStan: Fixed larastan loading and address some level2 issues 2023-12-10 14:58:05 +00:00
Comment.php Comments: Added HTML filter on load, tinymce elem filtering 2024-01-31 16:20:22 +00:00
Favouritable.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
Favourite.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
Loggable.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
Tag.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
View.php Removed redundant null check 2023-09-16 13:49:03 +01:00
Viewable.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
Watch.php Notifications: User watch list and differnt page watch options 2023-08-14 13:11:18 +01:00
Webhook.php Fixed failing references after controller/file reshuffle 2023-05-24 09:06:15 +01:00
WebhookTrackedEvent.php Played around with a new app structure 2023-05-17 17:56:55 +01:00