]> BookStack Code Mirror - bookstack/history - app
Fixed occurances of altered titles in search results
[bookstack] / app /
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 BrownMerge pull request #3042 from BookStackApp/tags_view
2021-11-06 Dan BrownAdded testing coverage for tag index 3042/head
2021-11-06 Dan BrownStarted build of tag view
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-05 Dan BrownApplied styleci changes
2021-11-05 Dan BrownStandardised laravel validation to be array based
2021-11-04 Dan BrownMerge branch 'master' of github.com:BookStackApp/BookStack
2021-11-04 Dan BrownApplied latest styleci changes
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 BrownUpdated attachments to not be saved with a complete...
2021-11-01 Dan BrownRan a pass through image and attachment routes
2021-11-01 Dan BrownCleaned up logic within ImageRepo
2021-10-31 Dan BrownUpdated showImage file serving to not be traversable
2021-10-31 Dan BrownAdded safe mime sniffing to prevent serving HTML
2021-10-31 Dan BrownUpdated AzureAD provider to use microsoft graph
2021-10-30 Dan BrownMoved from debugbar to clockwork
2021-10-30 Dan BrownLaravel 8 shift squash & merge (#3029)
2021-10-28 Dan BrownMade further changes to page image extraction validation
2021-10-27 Dan BrownMerge branch 'master' of https://github.com/haxatron...
2021-10-26 Dan BrownLaravel 7.x Shift (#3011)
2021-10-26 HaxatronUpdate ImageRepo.php
2021-10-25 Dan BrownAdded estonian to language logic
2021-10-23 Dan BrownMerge branch 'fix_sidebar_css' of https://github.com...
2021-10-23 Dan BrownReviewed SAML SLS changes for ADFS, #2902
2021-10-21 Dan BrownMerge branch 'master' of https://github.com/theodor...
2021-10-20 Dan BrownApplied styleci changes
2021-10-20 Dan BrownMerge pull request #2996 from BookStackApp/saml2_acs_se...
2021-10-20 Dan BrownUpdated SAML ACS post to retain user session 2996/head
2021-10-20 Dan BrownApplied latest changes from styleCI
2021-10-20 Dan BrownMerge pull request #2986 from BookStackApp/attachments_api
2021-10-20 Dan BrownAdded attachment API examples during manual testing
2021-10-19 Dan BrownAdded TestCase for attachments API methods
2021-10-18 Dan BrownBuild out core attachments API controller
2021-10-18 Dan BrownAdded base64 image extraction to markdown page content
2021-10-16 Dan BrownApplied latest styles changes from style CI
2021-10-16 Dan BrownMerge branch 'oidc'
2021-10-15 Dan BrownApplied latest styleci changes
2021-10-14 Dan BrownFixed guest user email showing in TOTP setup url
2021-10-14 Dan BrownMerge pull request #2977 from BookStackApp/custom_debug...
2021-10-14 Dan BrownAdded testing to cover debug view 2977/head
2021-10-14 Dan BrownAdded custom whoops-based debug view
2021-10-14 Dan BrownFixed lack of oidc discovery filtering during testing 2960/head
2021-10-13 Dan BrownFleshed out testing for OIDC system
2021-10-12 Dan BrownRenamed OIDC files to all be aligned
2021-10-12 Dan BrownAdded OIDC basic autodiscovery support
2021-10-12 Dan BrownAdded further OIDC core class testing
2021-10-11 Dan BrownAdded positive test case for OIDC implementation
2021-10-11 Dan BrownGot OIDC custom solution to a functional state
2021-10-11 Dan BrownAdded token and key handling elements for oidc jwt
2021-10-11 Dan BrownMerge pull request #2965 from Haxatron/master
2021-10-10 Dan BrownStarted on a custom oidc oauth provider
2021-10-09 HaxatronUpdate dompdf.php 2965/head
2021-10-08 Dan BrownAdded throttling to password reset requests
2021-10-08 Dan BrownApplied changes from styleci
2021-10-08 Dan BrownAdded protections against path traversal in file system...
2021-10-08 Dan BrownFixed search query issues when table prefixes are used
2021-10-08 Dan BrownForced response cache revalidation on logged-in responses
2021-10-06 Dan BrownContinued review of #2169
2021-10-06 Dan BrownStarted refactor for merge of OIDC
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-29 Dan BrownApplied StyleCI changes
2021-09-29 Dan BrownReviewed addition to db table prefix
2021-09-29 Dan BrownMerge branch 'floviolleau-db-prefixes' of https://githu...
2021-09-26 Dan BrownReviewed adding IP recording to activity & audit log
2021-09-26 Dan BrownMerge branch 'log-ip-address' of https://github.com...
2021-09-26 Dan BrownApplied styleci changes
2021-09-26 Dan BrownStandardised facade usage to use via their FQCN
2021-09-23 ZeroFix coding style 2936/head
2021-09-20 ZeroSave user IP to audit log
2021-09-19 floviolleauAllow to use DB tables prefix
2021-09-19 floviolleauAllow to use DB tables prefix
2021-09-18 Dan BrownMerge pull request #2928 from BookStackApp/browserkit_r...
next
Morty Proxy This is a proxified and sanitized view of the page, visit original site.