]> BookStack Code Mirror - bookstack/history - app
Dev: Fixed flaky OIDC test, updated dev version
[bookstack] / app /
2024-03-10 Dan BrownMerge branch 'totp-patch' into development
2024-03-09 Dan BrownPage nav: Fixed nbsp being represented as nothing
2024-03-09 Dan BrownBreadcrumbs: Set book/shelf lists to use name ordering
2024-02-28 Dan BrownEntity popular queriy: Loaded parents for selector...
2024-02-28 Dan Brown404: Fixed entity list issue with entity with non-visib...
2024-02-28 Dan BrownTranslations: Updated translator attribution, added...
2024-02-28 Dan BrownMerge branch 'v23-12' into development
2024-02-22 Dan BrownSessions: Prevent image urls being part of session...
2024-02-21 Dan BrownTheme System: Added AUTH_PRE_REGISTER logical event
2024-02-13 Dan BrownMerge pull request #4794 from BookStackApp/en_tweaks
2024-02-11 Dan BrownMerge pull request #4827 from BookStackApp/query_revamp
2024-02-11 Dan BrownQueries: Update API to align data with previous versions 4827/head
2024-02-08 Dan BrownQueries: Addressed failing test cases from recent changes
2024-02-08 Dan BrownQueries: Updated old use-specific entity query classes
2024-02-07 Dan BrownQueries: Moved out or removed some class-level items
2024-02-07 Dan BrownQueries: Extracted static page,chapter,shelf queries...
2024-02-07 Dan BrownQueries: Updated all app book static query uses
2024-02-07 Dan BrownQueries: Migrated revision repo queries to new class
2024-02-05 Dan BrownQueries: Extracted PageRepo queries to own class
2024-02-05 Dan BrownQueries: Extracted chapter repo queries to class
2024-02-05 Dan BrownMerge pull request #4828 from shashinma/development
2024-02-05 Mikhail ShashinUpdate PWA manifest orientation to any 4828/head
2024-02-04 Dan BrownQueries: Migrated bookshelf repo queries to new class
2024-02-04 Dan BrownQueries: Migrated BookRepo queries to new query class
2024-02-04 Dan BrownDB: Started update of entity loading to avoid global...
2024-02-01 Dan BrownPlonker Remediation: Removed dd line left in from debugging
2024-02-01 Dan BrownMerge branch 'chapter-templates' into development
2024-02-01 Dan BrownDefault chapter templates: Added tests, extracted repo...
2024-02-01 Dan BrownDefault chapter templates: Updated api docs and tests
2024-01-31 Dan BrownMerge pull request #4815 from BookStackApp/comment_wysiwyg
2024-01-31 Dan BrownComments: Removed remaining uses of redundant 'text...
2024-01-31 Dan BrownComments: Added HTML filter on load, tinymce elem filtering
2024-01-31 Dan BrownComments: Added wysiwyg link selector, updated tests...
2024-01-30 Dan BrownComments: Added back-end HTML support, fixed editor...
2024-01-30 Dan BrownComments: Added input wysiwyg for creating/updating...
2024-01-29 Saschaadded template to chapter API controller 4750/head
2024-01-27 Dan BrownMerge pull request #4804 from BookStackApp/oidc_pkce
2024-01-25 Dan BrownOIDC: Added PKCE functionality
2024-01-24 Dan BrownMerge pull request #4796 from BookStackApp/v23-12
2024-01-23 Saschafixed error from phpcs
2024-01-23 SaschaUpdate TrashCan.php
2024-01-17 Dan BrownMerge pull request #4758 from BookStackApp/range_reques...
2024-01-16 Dan BrownChapters API: Added missing book_slug field
2024-01-15 Dan BrownUploads: Explicitly disabled s3 streaming in config 4758/head
2024-01-15 Dan BrownAttachments: Drag and drop video support
2024-01-14 Dan BrownRange requests: Added test cases to cover functionality
2024-01-07 Dan BrownRange requests: Added basic HTTP range support
2024-01-07 Dan BrownRange requests: Extracted stream output handling to...
2024-01-01 SaschaAdded Default Templates for Chapters
2023-12-23 Dan BrownPermissions: Updated generation querying to be more...
2023-12-22 Dan BrownMerge pull request #4729 from BookStackApp/description_...
2023-12-22 Dan BrownInput WYSIWYG: Updated API testing, fixed description...
2023-12-21 Dan BrownInput WYSIWYG: Updated API to show/accept html descriptions
2023-12-20 Dan BrownInput WYSIWYG: Aligned newline handling with old descri...
2023-12-20 Dan BrownInput WYSIWYG: Fixed existing tests, fixed empty descri...
2023-12-19 Dan BrownInput WYSIWYG: Updated tests, Added simple html limiting
2023-12-18 Dan BrownInput WYSIWYG: Updated UpdateUrlCommand, Added chapter...
2023-12-18 Dan BrownInput WYSIWYG: Updated reference link updating for...
2023-12-18 Dan BrownInput WYSIWYG: Added reference store & fetch handling
2023-12-17 Dan BrownInput WYSIWYG: Added description_html field, added...
2023-12-13 Dan BrownUsers API: Fixed sending invite when using form requests
2023-12-12 Dan BrownMerge pull request #4721 from BookStackApp/default...
2023-12-12 Dan BrownPage Templates: Changed template field name, added...
2023-12-11 Dan BrownDefault templates: Added page picker and working forms
2023-12-11 Dan BrownDefault Templates: Started review and updates from...
2023-12-11 Dan BrownMerge branch 'development' into default-templates
2023-12-10 Dan BrownPHPStan: Fixed larastan loading and address some level2...
2023-12-10 Dan BrownURL Handling: Removed referrer-based redirect handling
2023-12-08 Dan BrownSAML2: Fixed non-spec point of logout, Improved redirec...
2023-12-07 Dan BrownMerge pull request #4714 from BookStackApp/oidc_logout
2023-12-07 Dan BrownOIDC RP Logout: Fixed issues during testing
2023-12-06 Dan BrownOIDC RP Logout: Added autodiscovery support and test...
2023-12-06 Dan BrownAuth: Refactored OIDC RP-logout PR code, Extracted...
2023-12-06 Dan BrownMerge branch 'fix/oidc-logout' into development
2023-12-03 Dan BrownSAML2: Included parsed groups in dump data
2023-12-03 Dan BrownMerge branch 'v23-10' into development
2023-11-27 Dan BrownMerge pull request #4688 from BookStackApp/include...
2023-11-27 Dan BrownIncludes: Added back support for parse theme event 4688/head
2023-11-27 Dan BrownIncludes: Added ID de-duplicating and more thorough...
2023-11-27 Dan BrownIncludes: Switched page to new system
2023-11-25 Dan BrownIncludes: Updated logic regarding parent block els...
2023-11-24 Dan BrownIncludes: Added block-level handling to new include...
2023-11-23 Dan BrownIncludes: Developed to get new system working with...
2023-11-22 Dan BrownIncludes: Started foundations for new include tag parser
2023-11-20 Dan BrownImages: Prevented base64 extraction without permission 4684/head
2023-11-19 Dan BrownImages: Forced intervention loading via specific method
2023-11-19 Dan BrownFavicon: Moved resizing to specific resizer class
2023-11-17 Dan BrownLogicalTheme: Added events for registering web routes
2023-11-14 Dan BrownHTML: Tweaked output from full HtmlDocument
2023-11-14 Dan BrownMerge pull request #4673 from BookStackApp/html_doc_ali...
2023-11-14 Dan BrownHTML: Aligned and standardised DOMDocument usage 4673/head
2023-11-14 Dan BrownMerge pull request #4661 from BookStackApp/tinymce_update
2023-11-14 Dan BrownMerge branch 'Man-in-Black-patch-1' into development
2023-11-14 Dan BrownNotifications: Review of PR to include path path #4629
2023-11-14 SaschaAdded book name to the mail template
2023-11-07 Dan BrownPWA: Prevent passing credentials to avoid redirection...
2023-10-30 Dan BrownDemo mode: Updated my account access to be more selective
2023-10-30 Dan BrownLangs: Updated translators and locale list pre v23.10
2023-10-23 Dan BrownMiddlware: Prevented caching of all app requests
2023-10-19 Dan BrownMerge pull request #4618 from radiantwave/patch-1
next