214 Commits (c2d4561ba6b25ec4e0f1f9ec617c3338f4de1ef4)

Author SHA1 Message Date
Ethan 23aa0d8076 fixed color contrast issue in tree.less
8 years ago
Peter Parente 386b3a248a Update page / tab title when navigating
8 years ago
Peter Parente 611762b255 Fix modified clicking of dirs, crumbs
8 years ago
Thomas Kluyver 51acfb61ad Use event.preventDefault() on links creating new files & folders
8 years ago
Thomas Kluyver 1d84d839f3 Change the path to create notebooks in when navigating directories
8 years ago
Min RK 5df9e35d83 avoid overflow of hidden form
8 years ago
Thomas Kluyver ca50f1af5a
Merge pull request #3097 from gnestor/requirejs
8 years ago
Grant Nestor 9ce534c020
[WIP] Use DOM history API for navigating directories (#3115)
8 years ago
Grant Nestor 4d258a8e4e Use `requirejs` vs. `require`
9 years ago
Francesco Franchina 47a6401ea0 Forced the the cursor as a pointer hovering the fileinput - chrome only
9 years ago
Francesco Franchina 02e1284d8b Fixes completely #3044 - select all
9 years ago
Francesco Franchina 7c32c3dd2f Solves part of the #3044 - upload button
9 years ago
Thomas Kluyver afd5aeab95
Merge pull request #3049 from bacboc/feature
9 years ago
bacboc 551f8b2848 Fix broken link
9 years ago
PHaeJin c0973877c8 Fix a typo (#3043)
9 years ago
Grant Nestor 009af0e833 Use `/files` prefix for PDF-like files
9 years ago
Grant Nestor b82ca09782 Update viewable_extensions
9 years ago
Grant Nestor 2fdc5327e3 Clean up
9 years ago
Grant Nestor cb8d88e8e5 Add viewable whitelist based on browser-supported file extensions
9 years ago
Grant Nestor 679a1a2985 Normalize inputs before comparing in `item_in`
9 years ago
Grant Nestor 4de3a4cc61 Default to edit if file type is unknown
9 years ago
Grant Nestor c0b678c510 Remove editable whitelist
9 years ago
Grant Nestor aa3c1a5481 Merge pull request #2357 from Ashamandi/master
9 years ago
Thomas Kluyver e3df23656e Prevent uploading file twice
9 years ago
samarsultan 28fcc7bffd update notebooklist.js
9 years ago
samarsultan c4385ebcb3 removing setUserPreference function
9 years ago
Thomas Kluyver 96d87c5792 Add a promise for app_initialized event.
9 years ago
samarsultan 57da7fa019 Resolving Conflicts
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
Samar Sultan 7fee8447fa Update notebooklist.js
9 years ago
samarsultan 29ce7dea3b tuning code style
9 years ago
samarsultan 2d0be3560f Tuning bidi support
9 years ago
samarsultan 6f126382d7 tuning bidi support
9 years ago
samarsultan 243a3f8d77 Bidi Support
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
samarsultan ea72fe3ff5 Creating bidi interface
9 years ago
samarsultan 4013cd8b17 enable the localization mode
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
Jonathan Frederic ef0bb2a5c8 Merge pull request #1143 from captainsafia/fix-edit-for-js
10 years ago
Brian E. Granger 7705bfd5ab New approach working, old approach gone.
10 years ago
Brian E. Granger 49b7b8c071 This part of things is working.
10 years ago
Min RK 2c4138862f Freeze selection when performing actions on selected items
10 years ago
Safia Abdalla 955c3d0c03 Exempt javascript files from files check
10 years ago
Jonathan Frederic 08e968d7e9 Make events a global singleton
10 years ago
Jonathan Frederic 5b337bbfee Add missing import
10 years ago