0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-21 07:26:59 +00:00
BookStackApp_BookStack/app
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
..
Access OIDC: Added PKCE functionality 2024-01-25 14:24:46 +00:00
Activity Comments: Added HTML filter on load, tinymce elem filtering 2024-01-31 16:20:22 +00:00
Api User Account: Ensured page titles for pages and api tokens 2023-10-19 15:24:48 +01:00
App Auth: Refactored OIDC RP-logout PR code, Extracted logout 2023-12-06 13:49:53 +00:00
Config Uploads: Explicitly disabled s3 streaming in config 2024-01-15 13:36:04 +00:00
Console Comments: Added wysiwyg link selector, updated tests, removed command 2024-01-31 14:22:04 +00:00
Entities Chapters API: Added missing book_slug field 2024-01-16 12:06:13 +00:00
Exceptions PHPStan: Fixed larastan loading and address some level2 issues 2023-12-10 14:58:05 +00:00
Facades Played around with a new app structure 2023-05-17 17:56:55 +01:00
Http Range requests: Added test cases to cover functionality 2024-01-14 15:50:00 +00:00
Permissions Permissions: Updated generation querying to be more efficient 2023-12-23 13:35:57 +00:00
References Input WYSIWYG: Updated reference link updating for descriptions 2023-12-18 18:12:36 +00:00
Search Default templates: Added page picker and working forms 2023-12-11 15:58:27 +00:00
Settings Input WYSIWYG: Added reference store & fetch handling 2023-12-18 16:23:40 +00:00
Theming PHPStan: Fixed larastan loading and address some level2 issues 2023-12-10 14:58:05 +00:00
Translation Langs: Updated translators and locale list pre v23.10 2023-10-30 11:41:36 +00:00
Uploads Attachments: Drag and drop video support 2024-01-15 11:57:20 +00:00
Users Users API: Fixed sending invite when using form requests 2023-12-13 15:13:54 +00:00
Util Input WYSIWYG: Fixed existing tests, fixed empty description handling 2023-12-20 17:21:09 +00:00