]> BookStack Code Mirror - bookstack/history - app
Fix Crowdin name in the language_request issue template
[bookstack] / app /
2022-06-08 Dan BrownExtracted download response logic to its own class
2022-06-08 Dan BrownAdded audio mimes to our safe list for inline serving
2022-06-08 Dan BrownReorganised and split out export templates & styles
2022-06-07 Dan BrownRemoved `image_id` property from books & shelves api...
2022-05-30 Dan BrownPrevented inadvertant logging during MFA flow
2022-05-30 Dan BrownMerge branch 'development' of github.com:BookStackApp...
2022-05-30 Dan BrownMerge pull request #3416 from BookStackApp/group_sync_c...
2022-05-30 Dan BrownMerge pull request #3433 from BookStackApp/tiny_improve...
2022-05-16 Dan BrownFixed entity-specific tag counts listing
2022-05-11 Dan BrownUpdated default value for secure session detection
2022-05-09 Dan BrownFixed LDAP_DUMP_* options when data contains binary
2022-05-09 Dan BrownUpdated attachment download to check OB before cleaning it
2022-05-09 Dan BrownAdded Farsi language available
2022-05-05 Dan BrownUpdated method of string interpolation
2022-05-04 Dan BrownApplied styleci changes
2022-05-04 Dan BrownAdded ability to escape role "External Auth ID" commas 3416/head
2022-05-04 Dan BrownMerge branch 'development' of github.com:BookStackApp...
2022-05-04 Dan BrownFixed double path slash URL issue in some cases
2022-04-29 Dan BrownAdded uzbeck into local list
2022-04-29 Dan BrownMerge pull request #3373 from evandroamaro/patch-1
2022-04-29 Dan BrownApplied stylci changes, updated composer deps
2022-04-29 Dan BrownImproved iframe & summary handling in HTML to MD conversion
2022-04-29 Dan BrownFixed drawing handling on HTML to Markdown conversion
2022-04-25 Dan BrownApplied latest StyleCI changes
2022-04-25 Dan BrownMerge branch 'recycle_bin_api_endpoints' into development
2022-04-25 Dan BrownUpdated polymorphic database relation types to simpler...
2022-04-25 Dan BrownReviewed recycle bin API PR and made changes
2022-04-24 Dan BrownUpdated composer deps, applied latest StyleCI changes
2022-04-24 Dan BrownMerge pull request #3364 from BookStackApp/app_url_requests
2022-04-24 Dan BrownMerge pull request #3387 from BookStackApp/editor_switching
2022-04-24 Dan BrownMerge pull request #3365 from BookStackApp/data_streaming
2022-04-24 julesdevopsdo some cleanup and add doc 3377/head
2022-04-23 Dan BrownSwitched to database-based tracking for page editor
2022-04-21 julesdevopsComplete list endpoint and add some tests
2022-04-18 Dan BrownAdded core editor switching functionality
2022-04-17 Dan BrownAligned page edit controller method data usage
2022-04-17 Dan BrownAdded editor type change button
2022-04-13 Dan BrownFixed base URL starting slash usage
2022-04-07 julesdevopsStart recycle bin API endpoints: list, restore, delete
2022-04-04 Dan BrownTouched entity timestamps on entity tag update
2022-04-03 Dan BrownFixed tests from streaming changes 3365/head
2022-04-02 Dan BrownAdded streaming support to API attachment read responses
2022-04-02 Dan BrownAdded streamed uploads for attachments
2022-04-02 Dan BrownFixed streamed outputs in more extreme scenarios
2022-04-02 Dan BrownUpdated attachment download responses to stream from...
2022-04-02 Dan BrownUpdated custom request overrides to better match origin...
2022-03-30 Dan BrownFixed settings redirect issue and custom head display
2022-03-30 Dan BrownUpdated translation contributors, added Basque to langu...
2022-03-28 Dan BrownPHPStan and StyleCI fixes
2022-03-28 Dan BrownMerge pull request #3349 from BookStackApp/settings_reorg
2022-03-28 Dan BrownAdded 404 response for non-existing setting categories 3349/head
2022-03-28 Dan BrownSplit out settings view and made functional
2022-03-26 Dan BrownFixed tests, applied StyleCI changes
2022-03-26 Dan BrownAdded extendable/scalable formatter for webhook data
2022-03-26 Dan BrownAdded manual image thumbnail exif orientation handling
2022-03-25 Dan BrownApplied latest styleCI changes
2022-03-23 Dan BrownAdded LDAP group debugging env option
2022-03-23 Dan BrownFixed conctenation of direct book pages within markdown...
2022-03-23 Dan BrownApplied StyleCI changes and updated dependancies
2022-03-23 Dan BrownMerge pull request #3333 from BookStackApp/wysiwyg_tasklist
2022-03-22 Dan BrownAdded tasklist support to markdown exporter
2022-03-09 Dan BrownApplied latest styleCI changes
2022-03-09 Dan BrownMerge pull request #3298 from BookStackApp/wysiwyg_links
2022-03-07 Dan BrownUpdated CSP with frame-src rules
2022-03-01 Dan BrownUpdated strategy for empty newline sections
2022-02-24 Dan BrownApplied latest StyleCI changes
2022-02-24 Dan BrownUpdated OIDC error handling for better error reporting
2022-02-13 Dan BrownApplied StyleCI changes, updated readme badges & roadmap
2022-02-13 Dan BrownMade a pass to clean up UserRepo
2022-02-09 Dan BrownMerge pull request #3260 from BookStackApp/wysiwyg_details
2022-02-09 Dan BrownUpdated PDF export to open detail blocks
2022-02-08 Dan BrownUpdated with latest styleci changes
2022-02-08 Dan BrownMerge branch 'tinymce' into development
2022-02-08 Dan BrownMerge pull request #3238 from BookStackApp/users_api
2022-02-08 Dan BrownMerge pull request #3245 from BookStackApp/php7.4
2022-02-08 Dan BrownAligned some editor events, Changed wysiwyg custom...
2022-02-06 Dan BrownMerge branch 'fix-code-block-linefeed' into development
2022-02-06 Dan BrownPrevented PCRE limit issues in markdown base64 extraction
2022-02-04 Dan BrownAddressed test failures from users API changes 3238/head
2022-02-04 Dan BrownAdded user API examples
2022-02-04 Dan BrownAdded user-create API endpoint
2022-02-03 Dan BrownAdded user-update API endpoint
2022-02-03 Dan BrownAdded users-delete API endpoint
2022-02-03 Dan BrownRefactored existing user API work
2022-02-03 Dan BrownMerge branch 'api-endpoint-users' into users_api
2022-02-01 Dan BrownApplied latest styleci changes
2022-01-31 Dan BrownAdded language select to the user create form
2022-01-31 Dan BrownAdded external-auth-id option to create-admin command
2022-01-31 Dan BrownFixed default registration role display options
2022-01-30 Dan BrownMerge branch 'development' of github.com:BookStackApp...
2022-01-30 Dan BrownAdded option to configure PDF export paper size
2022-01-30 StyleCI BotApply fixes from StyleCI
2022-01-30 Dan BrownMerge pull request #3210 from Julesdevops/simple-503...
2022-01-28 Dan BrownFixed OIDC JWT key parsing in microsoft environments
2022-01-24 Dan BrownAdded parent context to recently updated items
2022-01-24 Dan BrownUpdated translator attribution and StyleCI changes
2022-01-24 Dan BrownMerge pull request #3179 from Julesdevops/atomic-user...
2022-01-24 Dan BrownMerge branch 'show_more_informations_on_recently_update...
2022-01-24 Dan BrownMerge branch 'master' of github.com:BookStackApp/BookStack
2022-01-24 Dan BrownFurther adjusted linked image sizes on PDF export
next
Morty Proxy This is a proxified and sanitized view of the page, visit original site.