]> BookStack Code Mirror - bookstack/history - resources/js
Added system cli, and created backups directory
[bookstack] / resources / js /
2023-04-27 Dan BrownMerge branch 'esakkiraja100116/development' into develo...
2023-04-27 Dan BrownMerge pull request #4193 from BookStackApp/custom_dropzone
2023-04-27 Dan BrownFixed linting and failing test issues from dropzone... 4193/head
2023-04-26 Dan Browndropzone: Addressed existing todos, cleaned attachment ux
2023-04-26 Dan BrownUpdated attachments to work with new dropzone
2023-04-26 Dan BrownImage manager: fix upload control for drawing, updated...
2023-04-26 Dan BrownMerge branch 'development' of github.com:BookStackApp...
2023-04-26 Dan BrownFixed broken shortcut hint overlay
2023-04-25 Dan BrownDropzone: Polished image manager elements
2023-04-25 Dan BrownDropzone: Developed ux further
2023-04-24 Dan BrownDropzone: started on design/ui of uploading
2023-04-24 Dan BrownDropzone: Swapped fetch for XHR for progress tracking
2023-04-24 Dan BrownStarted custom dropzone implementation
2023-04-23 Dan BrownMerge branch 'feature/mail-verify-peer' into development
2023-04-23 Dan BrownAdded clojure code language option
2023-04-21 Dan BrownMerge branch 'wkhtmltopdf-env-example' into development
2023-04-20 Dan BrownDocumented public JS events used
2023-04-19 Dan BrownMerge pull request #4181 from BookStackApp/js_formatting
2023-04-19 Dan BrownESLINT: Addressed remaining detected issues
2023-04-19 Dan BrownESLINT: Started inital pass at addressing issues
2023-04-18 Dan BrownRan eslint fix on existing codebase
2023-04-18 Dan BrownMerge pull request #3617 from BookStackApp/codemirror6
2023-04-18 Dan BrownCM6: Further fixes/improvements after testing 3617/head
2023-04-18 Dan BrownCM6: Fixed a range of issues during browser testing
2023-04-18 Dan BrownCM6: Added tabbing, fixed dark mode border in WYSIWYG
2023-04-17 Dan BrownCM6: Updated for popup editor, added new interface
2023-04-16 Dan BrownCM6: Got WYSIWYG code blocks working
2023-04-16 Dan BrownCM6: Aligned styling with existing, improved theme...
2023-04-15 Dan BrownUpdated cm6 theme handling to allow extension via API
2023-04-14 Dan BrownAdded cm6 strategy for splitting and dyn. loading langs
2023-04-14 Dan BrownAddressed existing cm6 todos
2023-04-13 Dan BrownCleaned up change handling in cm6 editor action handling
2023-04-13 Dan BrownFinished update pass of all md editor actions to cm6
2023-04-13 Dan BrownUpdated another range of actions for cm6
2023-04-11 Dan BrownMade a start on updating editor actions
2023-04-11 Dan BrownGot md shortcuts working, marked actions for update
2023-04-10 Dan BrownGot markdown editor barely functional
2023-04-07 Dan BrownMerge branch 'v23.02-branch' into development
2023-04-07 Dan BrownFixed tag numbering in last commit
2023-04-07 Dan BrownFixed click issue with tag suggestions in safari
2023-03-21 Dan BrownAdded own twig/smarty packages for cm6 lang support
2023-03-19 Dan BrownMerge branch 'development' into codemirror6
2023-02-23 Dan BrownChanged autosave handling for better editor performance
2023-02-17 Dan BrownAdded newer languages where possible
2023-02-17 Dan BrownMerge branch 'codemirror6' into codemirror6_take2
2023-02-17 Dan BrownMerge pull request #4049 from BookStackApp/shelf_book_s...
2023-02-17 Dan BrownAdded shelf book item sort action functionality
2023-01-28 Dan BrownMerge pull request #4002 from BookStackApp/color_upgrades
2023-01-28 Dan BrownUpdate JS to show live changes and set light color...
2023-01-28 Dan BrownRolled out use of seperate link color style
2023-01-28 Dan BrownUpdated generic tab styles and js to force accessible...
2023-01-27 Dan BrownMerge pull request #3999 from BookStackApp/sort_ui_impr...
2023-01-27 Dan BrownAdded prevention of nested chapters on sort 3999/head
2023-01-27 Dan BrownMade book-sort changes based on screen reader testing
2023-01-27 Dan BrownFinished off design and fixing of sort buttons
2023-01-27 Dan BrownAdded functionality/logic for button-based sorting
2023-01-27 Dan BrownImproves sortable ux
2023-01-26 Dan BrownTweak tag list to add new row on input instead of change
2023-01-26 Dan BrownAdded better drawing load failure handling
2023-01-26 Dan BrownAdd scheme and sql-variant code language options
2022-12-16 Dan BrownMerge branch 'development' of https://github.com/jhit...
2022-12-16 Dan BrownPrevent search focus change on left/right arrow press
2022-11-29 Jürgen HörmannAdd popular PHP templating languages to code editor 3879/head
2022-11-28 Dan BrownConverted md settings to localstorage, added preview...
2022-11-28 Dan BrownMerge pull request #3875 from BookStackApp/md_editor_up...
2022-11-28 Dan BrownConnected md editor settings to logic for functionality
2022-11-27 Dan BrownAdded md editor ui dropdown options & their back-end...
2022-11-26 Dan BrownAdded callout cycling in markdown editor via shortcut
2022-11-26 Dan BrownFixed md editor refactoring issues after manual test
2022-11-26 Dan BrownRefactored markdown editor logic
2022-11-23 Dan BrownMerge branch 'development' of github.com:BookStackApp...
2022-11-23 Dan BrownUpdated global search component to new format
2022-11-23 Dan BrownMerge branch 'search_preview' into development
2022-11-21 Dan BrownExtracted keyboard nav. from dropdowns to share w/...
2022-11-21 Dan BrownAdded new endpoint for search suggestions
2022-11-20 Dan BrownMerge pull request #3852 from BookStackApp/php82
2022-11-20 Dan BrownAdded global search input debounce and loading indicator
2022-11-20 Dan BrownReplaced JS logic with CSS focus-within logic
2022-11-20 Dan BrownFixed input styles in search preview mode, added animation
2022-11-16 Dan BrownMerge pull request #3853 from BookStackApp/component_re...
2022-11-16 Dan BrownUpdated js dev docs with latest component changes 3853/head
2022-11-16 Dan BrownReplaced el.components mapping with component service...
2022-11-16 Dan BrownRemoved use of image-manager/entity-selector window...
2022-11-16 Dan BrownFinished updating remainder of JS components to new...
2022-11-15 Dan BrownUpdated a whole load more js components
2022-11-15 Dan BrownUpdated another set of components
2022-11-15 Dan BrownUpdated a batch of JS components
2022-11-14 Dan BrownStarted refactor and alignment of component system
2022-11-14 Dan BrownStarted on a live-preview on global search input
2022-11-12 Dan BrownUpdated email confirmation flow so confirmation is...
2022-11-12 Dan BrownAdded swift support to code blocks and editor
2022-11-10 Dan BrownAdded dart support to code blocks/editing
2022-11-10 Dan BrownExtracted hardcoded english text to language files
2022-11-10 Dan BrownMerge pull request #3830 from BookStackApp/shortcuts
2022-11-09 Dan BrownAligned user preference endpoints in style and behaviour
2022-11-09 Dan BrownAdded shortcut input controls to make custom shortcuts...
2022-11-08 Dan BrownStarted interface user shortcut form interface
2022-11-05 Dan BrownImproved shortcut overlay with related action highlighting
2022-11-05 Dan BrownDistributed shortcut actions to common ui elements
2022-11-04 Dan BrownStarted implementation of UI shortcuts system
next