Commit Graph

130 Commits (da2d54f73e5aa2f8f5285b2e477b15407dc2e9c3)

Author SHA1 Message Date
Thomas Kluyver 96d87c5792 Add a promise for app_initialized event.
9 years ago
Thomas Kluyver 5c66955fab Smarter check for editable mimetypes
9 years ago
Thomas Kluyver 75f1b9ae26 Don't assume that application/ mime types are editable
9 years ago
John Emmons f81fb46ff6 Preliminary i18n implementation as outlined in JEP 16 (#2140)
9 years ago
Min RK 8fa09260b1 Merge pull request #2472 from ericjperry/fix/IE-terminal
9 years ago
Thomas Kluyver 7dc6b26c9f When switching sort field, use ascending sort
9 years ago
Thomas Kluyver a7e10e9303 Improvements to sorting notebook list
9 years ago
Thomas Kluyver 624158f851 Fix last-modified column of notebook list
9 years ago
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
Eric Perry 113ccd0134 Open terminal tab using a hash rather than undefined for IE compatibility.
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
9 years ago