]> BookStack Code Mirror - bookstack/history - app/Entities
Fixed failing webhook test cases
[bookstack] / app / Entities /
2021-12-20 Dan BrownApplied latest StyleCI changes
2021-12-20 Dan BrownMerge pull request #3118 from BookStackApp/copy_stuff
2021-12-19 Dan BrownAdded ability to clone books
2021-12-19 Dan BrownAdded ability to copy/clone chapters
2021-12-19 Dan BrownExtracted page copy to new cloner class
2021-12-18 Dan BrownMerge branch 'webhooks'
2021-12-18 Dan BrownMerge branch 'search-by-ip' of https://github.com/johnr...
2021-12-18 Dan BrownReverted unrequired use of mb_ function
2021-12-18 Dan BrownMerge branch 'fix/multibyte-safe-search'
2021-12-15 Kristian KrastevMake building of search results work for multi-byte... 3113/head
2021-12-11 Dan BrownRefactored the activity service
2021-11-28 Dan BrownTweaked pdf export iframe replacement to fix compatibility
2021-11-25 Dan BrownAdded conversion of iframes to anchors on PDF export
2021-11-23 Dan BrownUpdated translators and merged styleci fixes
2021-11-22 Dan BrownApplied another round of static analysis updates
2021-11-22 Dan BrownTweaked custom command registration, Added StyleCI...
2021-11-22 Dan BrownMerge branch 'assign_ids_to_nested_headers' of https...
2021-11-21 julesdevopsfeat(PageContent): set unique ids on nested headers 3069/head
2021-11-20 Dan BrownApplied another set of static analysis improvements
2021-11-15 Dan BrownUpdated page includes to be top-level for code blocks
2021-11-14 Dan BrownAdded an env configurable file upload size limit
2021-11-14 Dan BrownAdded API search endpoint
2021-11-14 Dan BrownRemoved prefix route groups, applyed styleci changes
2021-11-14 Dan BrownFixed issue where markdown drafts showed as HTML
2021-11-13 Dan BrownMerge pull request #3043 from BookStackApp/search_impro...
2021-11-13 Dan BrownFixed occurances of altered titles in search results 3043/head
2021-11-13 Dan BrownMade further tweaks to search results formatting
2021-11-13 Dan BrownFixed failing tests due to search highlighting changes
2021-11-13 Dan BrownApplied StyleCI changes
2021-11-13 Dan BrownAdded tag highlighting in search
2021-11-13 Dan BrownAdded name highlighting in search results
2021-11-12 Dan BrownAdded search result preview text highlighting
2021-11-12 Dan BrownAdded auto-conversion of search terms to exact values
2021-11-12 Dan BrownAdded tag values as part of the indexed search terms
2021-11-12 Dan BrownAdded page content parsing to up-rank header text in...
2021-11-11 Dan BrownUpdated regen-search command to show some level of...
2021-11-11 Dan BrownRefactored search indexer, Increase title/name score...
2021-11-09 Dan BrownAdded missing comments or types
2021-11-08 Dan BrownImproved relation loading during search
2021-11-08 Dan BrownApplied styleci fixes and pluck improvement as per...
2021-11-08 Dan BrownAdded search term score popularity adjustment
2021-11-08 Dan BrownReduced data retreived from database on page search
2021-11-08 Dan BrownFurther search system refactorings
2021-11-08 Dan BrownRefactored search runner a little to be neater
2021-11-06 Dan BrownApplied latest StyleCI changes
2021-11-06 Dan BrownDone a round of phpstan fixes
2021-11-05 Dan BrownApplied StyleCI changes, added php/larastan to attribution 3039/head
2021-11-05 Dan BrownAdded inital phpstan/larastan setup
2021-11-04 Dan BrownMerge branch 'modernize-3rd-party-service-logos' of...
2021-11-04 Dan BrownMerge branch 'laravel_upgrade'
2021-11-01 Dan BrownApplied latest styleci changes
2021-11-01 Dan BrownMerge branch '3027_attachment_vuln'
2021-11-01 Dan BrownCleaned up logic within ImageRepo
2021-10-30 Dan BrownLaravel 8 shift squash & merge (#3029)
2021-10-28 Dan BrownMade further changes to page image extraction validation
2021-10-26 Dan BrownLaravel 7.x Shift (#3011)
2021-10-21 Dan BrownMerge branch 'master' of https://github.com/theodor...
2021-10-18 Dan BrownAdded base64 image extraction to markdown page content
2021-10-16 Dan BrownMerge branch 'oidc'
2021-10-08 Dan BrownApplied changes from styleci
2021-10-08 Dan BrownFixed search query issues when table prefixes are used
2021-10-06 Dan BrownMerge branch 'openid' of https://github.com/jasperweyne...
2021-10-04 Dan BrownReviewed and refactored additional editor draft save...
2021-10-04 Dan BrownMerge branch 'conflict_warnings' of https://github...
2021-10-04 Dan BrownAllowed page includes on custom home
2021-09-18 Dan BrownMerge pull request #2928 from BookStackApp/browserkit_r...
2021-09-18 Dan BrownApplied styleci style changes 2928/head
2021-09-13 Dan BrownRemoved browserkit from a couple of classess
2021-09-01 Dan BrownFixed lack of proper ordering of pages
2021-08-31 Dan BrownMerge branch 'master' of github.com:BookStackApp/BookStack
2021-08-31 Dan BrownAdded untrusted server fetching control
2021-08-24 Dan BrownApplied stylci advisories
2021-08-23 Dan BrownUpdated visual consistency of lists and markdown task...
2021-08-22 Dan BrownReorgranised blade view files to form a convention
2021-08-21 Dan BrownMerge pull request #2868 from ffranchina/master
2021-08-21 Dan BrownOptimized loading of page/chapter URLs to be a little...
2021-08-21 Dan BrownUpdated pages API to not clear content if not provided
2021-08-08 MatthieuParisTypo. 2877/head
2021-08-08 MatthieuParisTesting command suppressed.
2021-08-08 MatthieuParisDisplay warnings when saving draft if another user...
2021-08-04 Dan BrownMerge branch 'v21.05.x'
2021-07-03 Dan BrownMerge branch 'v21.05.x'
2021-06-26 Dan BrownMerge pull request #2820 from BookStackApp/analysis...
2021-06-26 Dan BrownApply fixes from StyleCI 2820/head
2021-06-26 Dan BrownReview of #2682, Also added parent deletion link on...
2021-06-26 Dan BrownMerge branch 'master' of https://github.com/arjvand...
2021-06-23 Dan BrownReviewed #2393, Removed image guessing and added testing
2021-06-23 Dan BrownMerge branch 'create-content-meta-tags' of https:/...
2021-06-22 Dan BrownAdded markdown export endpoints to API
2021-06-22 Dan BrownUpdated markdown export implementation
2021-06-22 Dan BrownMerge branch 'markdown-export' of https://github.com...
2021-06-13 Dan BrownMerge pull request #2791 from BookStackApp/attachments_...
2021-06-13 Dan BrownFixed content parsing break with line html comment
2021-06-04 Dan BrownUpdated base64 image extraction to use url instead...
2021-06-02 Dan BrownMerge branch 'master' of https://github.com/ffranchina...
2021-06-02 Dan BrownReviewed base64 image upload support
2021-06-02 Dan BrownMerge branch 'master' of https://github.com/awarre...
2021-05-29 Dan BrownReviewed and refactored next/previous navigation button...
2021-05-26 Dan BrownMerge branch 'prev-next-button' of https://github.com...
2021-05-26 Dan BrownAdded deletion of revisions on page delete
next