Commit Graph

121 Commits (9873c93d23f8d12912ffb2eee9fa38ff415abc80)

Author SHA1 Message Date
Thomas Kluyver ce5621737f Merge pull request #2449 from gnestor/issue-2404
9 years ago
Grant Nestor 6a1f807b89 Open all editable files with `/edit` path
9 years ago
Brian E. Granger 4d9809d659 Allow session of type other than notebook.
9 years ago
Grant Nestor 226492d1b1 All files are viewable by default, handle notebooks and html differently
9 years ago
Grant Nestor 5c0495d14e Inspect mimetype in addition to file extension to determine if a file is editable/viewable
9 years ago
Grant Nestor abba580536 Add more HTML-like variants
9 years ago
Grant Nestor b51e5d59e7 Support "View" and "Edit" for a selection of multiple files
9 years ago
Grant Nestor 7cb2bae6a0 Always display "View" button and display "Edit" button for all editable files
9 years ago
Grant Nestor f43ac2f928 Fix double url-encoding issue on view file
9 years ago
Grant Nestor c43d258aa2 Update list of editable extensions
9 years ago
Grant Nestor 6871dc81db Use `is_viewable` vs. `is_not_safe`
9 years ago
Thomas Kluyver 1d7e6007ba Avoid double-encoding item path for view button
9 years ago
Grant Nestor 63bca42067 Open all files with `/files` path except for `.html` and .svg`
9 years ago
Ioannis Papadopoulos d4bd5ccf39 Refactored Page class removing todo
9 years ago
Min RK 420715e3e5 Merge pull request #2234 from takluyver/i2204
9 years ago
Grant Nestor 92cfd65931 Use flex box vs. table
9 years ago
Kaushik Chaubal 7cd59275ea add a dialog for large file size warning + simplify chunking logic
9 years ago
Kaushik Chaubal 7d4965abc0 fix of uploading large files crashes the browser #96 + adding unit tests
9 years ago
Matthias Bussonnier e751e1ca1e Implement discussed behavior:
9 years ago
Thomas Kluyver b2d048a85e [WIP] Show server root directory in move dialog
9 years ago
Brian E. Granger 6846deec7a Fixing notebook behavior of Edit.
9 years ago
Brian E. Granger 5974cbe2ad Don't show Edit button on files we know we can't edit or ipynb
9 years ago
Brian E. Granger 2f266d3183 Only show View button for HTML files.
9 years ago
Min RK 2d42e62e85 Don't use jquery-ui data selector
9 years ago
Min RK 2ce065a121 switchClass is undefined
9 years ago
Thomas Kluyver 39b756bf34 Merge pull request #1905 from gnestor/pr/1755
9 years ago
Matthias Bussonnier be5cf10a7d Merge pull request #2065 from jinmehta13/console-welcome-message
9 years ago
Peter Parente 87b5b2ffb0 Fix missing running kernels
9 years ago
Grant Nestor acf4fa8ce5 Clean up
9 years ago
Grant Nestor 224294c274 Use `/view` route for HTML files
9 years ago
Grant Nestor b7dcae6a56 Update View and Edit conditions
9 years ago
Grant Nestor a7387b8633 Revise https://github.com/jupyter/notebook/pull/1755
9 years ago
Doug Blank 482ea4bb67 Adds edit and view buttons, #1752
9 years ago
Jinesh Mehta 00952c45a7 added welcome message to display in console
9 years ago
Thomas Kluyver 666ecbf35c Merge pull request #2011 from minrk/unwebpack
9 years ago
michaelpacer f3b4d16d14 fix typo(?) on the exception to edit application/javascript
9 years ago
michaelpacer cd24d1ee92 add .tpl to set of editable extensions by notebook text editor
9 years ago
Min RK 11bd42c353 un-nest loading of contents in main modules
9 years ago
Min RK 47d4451958 remove webpack shims
9 years ago
Min RK 9478a6b82b use tornado xsrf token in API
9 years ago
alexandercbooth fd9cddd82a chore(baseUrl): remove forward slash from path
10 years ago
alexandercbooth cf37b9f145 [WIP] chore(baseUrl): add base_url to download_selected
10 years ago
robnagler a92f38439f EDIT_MIMETYPES needed "this." and corrected boolean logic on editing
10 years ago
Matthias Bussonnier d8fc95173b Merge pull request #1347 from Carreau/shortcut-editor-2
10 years ago
Safia Abdalla be7649b873 Replaced PERMITTED_MIMETYPES with EDIT_MIMETYPES
10 years ago
Safia Abdalla 883429615d Add PERMITTED_MIMETYPES
10 years ago
Matthias Bussonnier ab85f165c7 Create shortcut editor for the notebook
10 years ago
Pierre Gerold fcec0896ce Protect the three call to custom.js
10 years ago
Min RK 41d6da235c Merge pull request #879 from ellisonbg/nbext-pain
10 years ago
Thomas Kluyver 291e0c101e Adjust styling of dropdown header in new menu
10 years ago