8943 Commits (84003fb30d7adfaff468be49c00a4d573a8a9588)
 

Author SHA1 Message Date
Steven Silvester e663bc3156 Add a jupyter lab page
10 years ago
Min RK 2c4138862f Freeze selection when performing actions on selected items
10 years ago
Min RK 9e1ce0e3dc Merge pull request #1142 from captainsafia/fix-rename-with-capitalization
10 years ago
Min RK f504fb277b Merge pull request #1144 from julienr/fix_tests_readme
10 years ago
Julien Rebetez 93201ddece Update tests/README.md to point towards using notebook.jstest instead of iptest
10 years ago
Julien Rebetez f50474d60d Add test for attachments garbage collection
10 years ago
Julien Rebetez 51cab51f1c Add Copy/Paste cell attachments test
10 years ago
Julien Rebetez cc58b282fd Remove jquery from dependencies since it’s a global
10 years ago
Safia Abdalla e30c28eeba Updated same_file to check for same device
10 years ago
Safia Abdalla 955c3d0c03 Exempt javascript files from files check
10 years ago
Safia Abdalla 7a8aa92b73 Add same_file check in rename_file
10 years ago
Safia Abdalla 3f4a2cb00b Add same_file utility function
10 years ago
Carol Willing 5d6acb1db5 Merge pull request #1134 from captainsafia/update-contrib-in-readme
10 years ago
Safia Abdalla 515df8b7b7 Update README.md
10 years ago
Thomas Kluyver 964c31fbe8 Merge pull request #1139 from minrk/run-npm-if-we-should
10 years ago
Julien Rebetez ea57ff74a6 Explain why we disable caja uri checks on img::src
10 years ago
Julien Rebetez c7186d5c09 Remove unused attachments on manual save
10 years ago
Julien Rebetez a0920c47d8 Simplify attachments handling code by having an attachment attribute in every cell
10 years ago
Julien Rebetez c8266aa507 Fix cell attachments copy/paste
10 years ago
Julien Rebetez ac9a345400 Bump nbformat minor to 4.1 to support attachments
10 years ago
Julien Rebetez 84f38c2cf9 Make attachments textcell-specific
10 years ago
Julien Rebetez c012835e67 Fix 'insert-image' menu item toggling. Instead of disabling the menuitem in unselect, we preventively disable it in Cell.select and let cell subtypes re-enable it when needed.
10 years ago
Julien Rebetez aa460ffecc Fix speed issues when attaching large images
10 years ago
Julien Rebetez 6cc468db52 Add tests for attachments insert menuitem
10 years ago
Julien Rebetez 865de47233 Add Cut/Copy/Paste Cell attachments menu items
10 years ago
Julien Rebetez 646619d5cd Check that we have items in markdown cell paste handler
10 years ago
Julien Rebetez e66ff8f001 Fix drag/drop event handler to be compatible with codemirror 5.8, which
10 years ago
Julien Rebetez b21348f75b Attachments dialog only apply deletion on ‘Apply’.
10 years ago
Julien Rebetez c4bd66e4b2 Nicer attachments editing dialog
10 years ago
Julien Rebetez 22fccff443 Add a new insert-image action and corresponding dialog to insert inline images from menu.
10 years ago
Julien Rebetez 480c90e473 Refactor the inline image drop logic. Preliminary copy/paste support.
10 years ago
Julien Rebetez 13bcdc9095 Keep the attachments even if the cell type changes
10 years ago
Julien Rebetez 1c6f589ff6 Add attachments cell toolbar option which opens a metadata-like JSON editor.
10 years ago
Julien Rebetez 3414b83855 Insert markdown markup for attachments images instead of HTML
10 years ago
Julien Rebetez 398c90b0aa Use the cell ‘attachments’ property instead of ‘metadata.attachments’.
10 years ago
Julien Rebetez 3462b34fca Implement markdown cell attachments. Allow drag’n’drop of images into markdown cells. See #613
10 years ago
Min RK 70367e77e3 remove unused force option from js dependencies
10 years ago
Min RK 67b54ffbec clarify jsdeps command description
10 years ago
Min RK d7a0aba848 only write file in jsversion if there's a change to make
10 years ago
Min RK fdc1bb50da simplify js build steps
10 years ago
Min RK b0a49719eb Merge pull request #1138 from takluyver/js-no-arrow-func
10 years ago
Thomas Kluyver c6fe4db8e8 Don't use arrow functions in webpack js config
10 years ago
Thomas Kluyver 843e9a181a Merge pull request #1136 from minrk/close-restart-channel
10 years ago
Min RK 6b82621b9a Merge pull request #1130 from takluyver/daemonic-test-server
10 years ago
Min RK ba161b06dd teardown zmq Context explicitly at the end of each test group
10 years ago
Min RK 1c47a3dbb5 channel.closed is a method
10 years ago
Min RK cadcb75602 don't concatenate stream outputs larger than 8k
10 years ago
Min RK d62bdf4774 Merge pull request #1121 from brandles/update-dockerfile
10 years ago
Min RK a1458ce8fc Merge pull request #1047 from jdfreder/webpack
10 years ago
Safia Abdalla 91397a75b4 Update link to developer documentation
10 years ago