131 Commits (3482d61234024529bf45cdcfce5bb7eaa25a2ba4)

Author SHA1 Message Date
Ashley Teoh dee58e0a08 use text() not html()
8 years ago
Celina Kilcrease 06214aea0a remove inline css
8 years ago
Ashley Teoh d6c7f2e7a8 change column width, flip order
8 years ago
Ashley Teoh 6475eaa73f empty function to format filesize
8 years ago
Ashley Teoh a299be7ff7 fix sorting function foreal
8 years ago
Ashley Teoh 86c45a17ed fix sort function
8 years ago
Ashley Teoh 59b7c66662 revert chages
8 years ago
Ashley Teoh 38acc780ca add file size text
8 years ago
Ashley Teoh 388d6367ca starting out the sort function
8 years ago
Thomas Kluyver 9e72e054c0 Convert native for loop to Array forEach()
8 years ago
Thomas Kluyver 276474afe5
Merge pull request #3411 from takluyver/notebooklist-back-to-start
8 years ago
Thomas Kluyver 0c28482de0 Fix going back to root directory with history in notebook list
8 years ago
Thomas Kluyver e2ee7c6297 Javascript lint in notebooklist.js
8 years ago
bxy007 191be80e83 fix spell error
8 years ago
bxy007 4a3885d3e2 fix:when upload large file,we cant stop
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
Grant Nestor 9ce534c020
[WIP] Use DOM history API for navigating directories (#3115)
8 years ago
Thomas Kluyver afd5aeab95
Merge pull request #3049 from bacboc/feature
9 years ago
bacboc 551f8b2848 Fix broken link
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 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
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
Grant Nestor 6a1f807b89 Open all editable files with `/edit` path
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
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