Chris Miller
daa80ad4ac
Tune chunk size for large file uploads to be larger for perf gains.
7 years ago
Chris Miller
7a42187ccd
Optimize Base64 encoding of large files to be uploaded to avoid GC pauses.
7 years ago
Min RK
9d19aa3677
Merge pull request #4221 from betatim/uploading-ui-tweak
...
Tweak upload button to give visual feedback
8 years ago
Min RK
11a2e6d52e
assemble breadcrumb html safely
...
avoids xss from malicious directory names
8 years ago
Tim Head
f03797bfc1
Tweak upload button to give feedback
...
For files below 25MB there was no visual feedback to the user when
uploading a file. This leads to confusion when uploading files that are
big but not huge over a slow network connection.
8 years ago
Kristian Gregorius Hustad
076acf6a98
Prefix base URL to breadcrumb root URL
...
The base URL was only prefixed to the breadcrumbs following the root.
See https://github.com/jupyterhub/jupyterhub/issues/2137 for problem
description.
8 years ago
bxy007
c339a34605
fix:can't choose same file
8 years ago
Thomas Kluyver
58752355b9
Merge pull request #3539 from nyu-ossd-s18/filesize
...
Adding file size to views
8 years ago
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
Leo Gallucci
27710b9324
jQuery attribute selector value MUST be surrounded by quotes
8 years ago
Thomas Kluyver
3980d815b3
Prevent default event handling on new terminal
...
Avoid resetting the directory navigation when you create a new terminal.
Closes gh-3496
8 years ago
Thomas Kluyver
9d4a2da362
Merge pull request #3004 from gnestor/issue-1530
...
Add shutdown button option
8 years ago
Thomas Kluyver
9359a73788
Allow translation of shutdown dialog
8 years ago
Thomas Kluyver
8a97003a6a
New module for shutdownbutton
8 years ago
Grant Nestor
86e45ab9f4
Add shutdown button option
8 years ago
Thomas Kluyver
9e72e054c0
Convert native for loop to Array forEach()
...
This fixes a problem with variable scoping and closures.
Closes gh-3473
8 years ago
Thomas Kluyver
276474afe5
Merge pull request #3411 from takluyver/notebooklist-back-to-start
...
Fix going back to root directory with history in notebook list
8 years ago
Thomas Kluyver
0c28482de0
Fix going back to root directory with history in notebook list
...
Bug found during pair programming with @mpacer
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
...
All the default browser behavior when the user is holding any modifier
key while clicking on a folder or breadcrumb in the fileview.
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
...
Closes gh-3263
Closes gh-3248
8 years ago
Thomas Kluyver
ca50f1af5a
Merge pull request #3097 from gnestor/requirejs
...
[WIP] Use `requirejs` vs. `require`
8 years ago
Grant Nestor
9ce534c020
[WIP] Use DOM history API for navigating directories ( #3115 )
...
* Use DOM history API for navigating directories
* Fix test
* Fix building URLs and states for breadcrumbs
* Use base_url when constructing navigation URLs
8 years ago
Grant Nestor
4d258a8e4e
Use `requirejs` vs. `require`
8 years ago
Thomas Kluyver
afd5aeab95
Merge pull request #3049 from bacboc/feature
...
Fix broken link
9 years ago
bacboc
551f8b2848
Fix broken link
9 years ago
PHaeJin
c0973877c8
Fix a typo ( #3043 )
...
* Fix a typo
* Fix a typo
* Fix abroken 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
...
Bidi support
9 years ago
Thomas Kluyver
e3df23656e
Prevent uploading file twice
...
Closes gh-2773
9 years ago
samarsultan
28fcc7bffd
update notebooklist.js
9 years ago
samarsultan
c4385ebcb3
removing setUserPreference function
9 years ago