]> BookStack Code Mirror - bookstack/history - app
Lexical: Added media src conversions
[bookstack] / app /
2025-01-14 Dan BrownMerge pull request #5405 from BookStackApp/public_theme...
2025-01-13 Dan BrownThemes: Added testing and better mime sniffing for...
2025-01-13 Dan BrownThemes: Added route to serve public theme files
2025-01-13 Dan BrownMerge pull request #5400 from BookStackApp/laravel11
2025-01-11 Dan BrownFramework: Fixed Laravel 11 upgrade test issues, update...
2025-01-11 Dan BrownFramework: Performed Laravel 11 upgrade guide steps
2025-01-04 Dan BrownMerge pull request #5379 from BookStackApp/better_cleanup
2025-01-01 Dan BrownExports: Added rate limits for UI exports 5379/head
2025-01-01 Dan BrownExports: Improved PDF command temp file cleanup
2024-12-31 Dan BrownZIP Exports: Improved temp file tracking & clean-up
2024-12-23 Dan BrownLocales: Updated locale list with new languages
2024-12-22 Dan BrownZIP Exports: Prevent book child page drafts from being...
2024-12-13 Dan BrownAPI: Added cover to book/shelf list endpoints
2024-12-12 Dan BrownNotifications: Logged errors and prevented them blockin...
2024-12-11 Dan BrownSearch Index: Fixed SQL error when indexing large pages
2024-12-11 Dan BrownAuth: Added specific guards against guest account login
2024-12-09 Dan BrownAttachment API: Fixed error when name not provided...
2024-12-03 Dan BrownMerge branch 'rashadkhan359/development' into development
2024-12-03 Dan BrownSearch API: Updated handling of parent detail, added...
2024-12-02 Dan BrownMerge branch 'fix/markdown-export' into development
2024-12-02 Dan BrownMD Exports: Added HTML description conversion
2024-12-01 Dan BrownMerge branch 'fix-ldap-display-name' into development
2024-12-01 Dan BrownLDAP: Review and testing of mulitple-display-name attr...
2024-12-01 Dan BrownMerge branch 'docker-simplify' into development
2024-12-01 Dan BrownMerge branch 'portazips' into development
2024-12-01 Dan BrownMerge pull request #5259 from BookStackApp/typescript...
2024-11-29 Dan BrownAttachments: Fixed full range request handling
2024-11-28 Dan BrownMerge branch 'oidc-content-type-issue' into development
2024-11-28 Dan BrownOIDC: Added extra userinfo content-type normalisation...
2024-11-28 Dan BrownIncludes: Workaround for PHP 8.3.14 bug
2024-11-27 Dan BrownZIP Exports: Changed the instance id mechanism 5260/head
2024-11-26 Wes BiggsUpdates the OIDC userinfo endpoint request to allow... 5337/head
2024-11-26 Dan BrownZIP Exports: Added detection/handling of images with...
2024-11-25 Dan BrownZIP Import & Exports: Addressed issues during testing
2024-11-22 Dan BrownZIP Imports: Added book content ordering to import...
2024-11-18 Dan BrownZIP Imports: Added image type validation/handling
2024-11-18 Dan BrownZIP Exports: Added ID checks and testing to validator
2024-11-16 Dan BrownZIP Imports: Started testing core import logic
2024-11-16 Dan BrownZIP Imports: Added high level import run tests
2024-11-14 Dan BrownZIP Import: Finished base import process & error handling
2024-11-11 Dan BrownZIP Imports: Finished off core import logic
2024-11-10 Dan BrownZIP Imports: Built out reference parsing/updating logic
2024-11-10 czemuExportFormatter: Add book description and check for... 5313/head
2024-11-09 Dan BrownZIP imports: Started actual import logic
2024-11-08 Dan BrownLanguages: Added Turkmen to locale manager
2024-11-08 Dan BrownUpdate URL Command: Added revisions table support
2024-11-05 Dan BrownZIP Imports: Added parent and permission check pre...
2024-11-05 Dan BrownZIP Imports: Added full contents view to import display
2024-11-04 Dan BrownZIP Imports: Added parent selector for page/chapter...
2024-11-03 Dan BrownZIP Imports: Fleshed out continue page, Added testing
2024-11-03 Dan BrownZIP Imports: Added listing, show view, delete, activity
2024-11-02 Dan BrownZIP Import: Added upload handling
2024-11-02 Dan BrownZIP Import: Added model+migration, and reader class
2024-11-02 Dan BrownZIP Imports: Added validation message display, added...
2024-10-30 Dan BrownZIP Exports: Got zip format validation functionally...
2024-10-30 Dan BrownZIP Exports: Started import validation
2024-10-29 Dan BrownZIP Exports: Built out initial import view
2024-10-29 Dan BrownZIP Exports: Added new import permission
2024-10-28 Matthieu LeboeufAdded support for concatenating multiple LDAP attribute...
2024-10-27 Rashadrespective book and chapter structure added. 5280/head
2024-10-27 Dan BrownZIP Exports: Tested each type and model of export
2024-10-23 Dan BrownZIP Exports: Added entity cross refs, Started export...
2024-10-23 Dan BrownZIP Exports: Added core logic for books/chapters
2024-10-23 Dan BrownZIP Exports: Reorganised files, added page md parsing
2024-10-21 Dan BrownZIP Exports: Added working image handling/inclusion
2024-10-21 Dan BrownZip Exports: Added attachment/image link resolving...
2024-10-20 RashadEager loading for titles
2024-10-20 RashadAdded include func for search api
2024-10-20 Dan BrownZIP Export: Started building link/ref handling
2024-10-19 Dan BrownZIP Export: Expanded page & added base attachment handling
2024-10-15 Dan BrownZIP Exports: Finished up format doc, move files, starte...
2024-10-15 Dan BrownUsers: Changed name validation to min:1 instead of 2
2024-10-11 Dan BrownSettings: Added test to cover setting category by view
2024-10-10 Lachlan TripoloneMove settings category layouts into their own view... 5255/head
2024-10-10 Lachlan TripoloneRefactor SettingController to validate categies by...
2024-10-05 Dan BrownSearch: Fixed last commented filter when using table...
2024-10-05 Dan BrownSearching: Fixed some form search issues
2024-10-03 Dan BrownMerge pull request #5239 from BookStackApp/search_negation
2024-10-03 Dan BrownSearch: Prevented negated terms filling in UI inputs 5239/head
2024-10-03 Dan BrownSearch: Added exact/filter/tag term negation support
2024-10-03 Dan BrownSearching: Added negation support to UI and term handling
2024-10-02 Dan BrownSearch: Added structure for search term inputs
2024-09-30 Dan BrownMerge branch 'feature/opensearch' into development
2024-09-29 Dan BrownMaintenance: Removed stray dd from last commit
2024-09-29 Dan BrownUsers: Improved user response for failed invite sending
2024-09-29 Dan BrownPages: Updated editor field to always be set
2024-09-27 Dan BrownExports: Made pdf command timeout configurable
2024-09-27 Dan BrownMerge branch 'lexical' into development
2024-09-22 Dan BrownPage Editors: Added switching/options for new lexical...
2024-09-09 Maximilian WalterAdd XML for OpenSearch
2024-08-29 Dan BrownMerge branch 'development' of github.com:BookStackApp...
2024-08-29 Dan BrownAPI: Fixed lacking permission enforcement on book contents
2024-08-28 Dan BrownLDAP: Updated tests for recursive group changes
2024-08-28 Dan BrownLDAP: Updated recursive group search to query by DN
2024-08-27 Dan BrownAPI: Updated docs with consistent types, fixed users...
2024-07-14 Dan BrownCSP: Updated handling of drawio URL to consider port
2024-07-14 Dan BrownOIDC: Fixed incorrect detection of group detail population
2024-07-14 Dan BrownMerge pull request #5096 from DanielGordonIT/normalize...
2024-07-03 DanielGordonITWraps file extension comparison components in strtolower()
2024-06-10 Dan BrownSAML: Set static type to pass static checks
next
Morty Proxy This is a proxified and sanitized view of the page, visit original site.