]> BookStack Code Mirror - bookstack/shortlog
bookstack
2024-03-23 Dan BrownLicensing: Added licenses app view
2024-03-23 Dan BrownLicensing: Updated license gen scripts to share logic
2024-03-23 Dan BrownLicensing: Added script to gen info for JS packages
2024-03-22 Dan BrownLicensing: Added script to build PHP library licensing...
2024-03-19 Dan BrownMigrations: Added prefix support to schema inspection
2024-03-18 Dan BrownMerge branch 'development' into C0rn3j/development
2024-03-18 Dan BrownMeta: Updated workflows, licence and readme
2024-03-17 Dan BrownMerge pull request #4903 from BookStackApp/laravel10
2024-03-17 Dan BrownFramework: Addressed deprecations 4903/head
2024-03-17 Dan BrownDeps: Updated custom symfony/mailer package
2024-03-17 Dan BrownDeps: Updated intervention library from 2 to 3
2024-03-17 Dan BrownTesting: Updated PHPUnit from 9 to 10
2024-03-17 Dan BrownMigrations: Updated with type hints instead of php doc
2024-03-16 Dan BrownFramework: Fixed issues breaking tests
2024-03-16 Dan BrownFramework: Upgrade from Laravel 9 to 10
2024-03-12 Martin RysDockerfile: Don't cache 50MB of lists and use a single... 4895/head
2024-03-12 Dan BrownDev: Fixed flaky OIDC test, updated dev version 4894/head
2024-03-12 Dan BrownUpdated minimum PHP version from 8.0 to 8.1
2024-03-10 Dan BrownUpdated translator attribution before release v24.02.1
2024-03-10 Dan BrownUpdated translations with latest Crowdin changes (...
2024-03-10 Dan BrownMerge branch 'totp-patch' into development
2024-03-10 Dan BrownMFA: Copied autocomplete changes from totp to backup...
2024-03-10 Dan BrownTOTP: Added one-time-code autofill
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-03-09 Dan BrownPage Display: Fixed highlighting for elements in nested...
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 BrownUpdated translations with latest Crowdin changes (...
2024-02-28 Dan BrownMerge branch 'v23-12' into development
2024-02-26 Dan BrownDeps: Updated composer packages 4870/head
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-20 Dan BrownDeps: Updated npm & composer deps
2024-02-20 Dan BrownBreadcrumbs: Fixed bad dropdown menu placement at small...
2024-02-20 Dan BrownWYSIWYG: Improved a range of text direction/alignment...
2024-02-19 Dan BrownCover images: Updated description wording to better...
2024-02-18 Dan BrownWYSIWYG: Updated code handling to respect direction
2024-02-17 Dan BrownMerge pull request #4850 from BookStackApp/table_improv...
2024-02-17 Dan BrownTables: Added dynamic table header toggle 4850/head
2024-02-16 Dan BrownTables: Added menu items to clear formatting and sizes
2024-02-15 Dan BrownTables: Added fix to ensure proper clear formatting...
2024-02-15 MatticTurned off autocomplete for TOTP codes 4849/head
2024-02-15 Dan BrownTables: Updated selection style to avoid scroll overflow
2024-02-15 Dan BrownUpdated tinymce from 6.7.2 to 6.8.3
2024-02-14 Dan BrownMerge branch 'development' of github.com:BookStackApp...
2024-02-14 Dan BrownRTL: Fixed pagination not responding to RTL layout
2024-02-13 Dan BrownMerge pull request #4794 from BookStackApp/en_tweaks
2024-02-13 Dan BrownHeader: Fixed mobile menu falling out of header
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: Added HTML filter test, fixed placeholder... 4815/head
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-30 Dan BrownWYSIWYG: Altered how custom head added to editors
2024-01-29 Saschaadded template to chapter API controller 4750/head
2024-01-29 Saschaextraded template form to own file and changed translations
2024-01-29 SaschaUpdate entities.php
2024-01-27 Dan BrownMerge pull request #4804 from BookStackApp/oidc_pkce
2024-01-27 Dan BrownOIDC: Added testing of PKCE flow 4804/head
2024-01-25 Dan BrownOIDC: Added PKCE functionality
2024-01-24 Dan BrownMerge pull request #4796 from BookStackApp/v23-12
2024-01-24 Dan BrownDependancies: Updated PHP deps via composer 4796/head
2024-01-24 Dan BrownUpdated translator attribution before v23.12.2 release
2024-01-24 Dan BrownMerged l10n_development into v23-12
2024-01-23 Saschafixed error from phpcs
2024-01-23 SaschaUpdate TrashCan.php
2024-01-23 Dan BrownEntity selector: Fixed initial load overwriting initial...
2024-01-23 Dan BrownAttachment List: Fixed broken ctrl-click functionality
2024-01-23 Dan BrownText: Tweaks to EN text for consistency/readability 4794/head
2024-01-17 Dan BrownMerge pull request #4758 from BookStackApp/range_reques...
2024-01-16 Dan BrownMerge branch 'development' of github.com:BookStackApp...
2024-01-16 Dan BrownUpdated translator attribution
2024-01-16 Dan BrownUpdated translations with latest Crowdin changes (...
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
next
Morty Proxy This is a proxified and sanitized view of the page, visit original site.