Commit Graph

152 Commits (b53386b37b3bfdb8a35161bc078cb7b4e023cfb5)

Author SHA1 Message Date
Jonathan Frederic b53386b37b Ran function comment conversion tool
11 years ago
Osada Paranaliyanage bc55f3c16e Refresh terminal list. closes #7018 .
11 years ago
Scott Sanderson 16b9150151 DEV: Add various events.
11 years ago
Min RK 5eff21f3c6 simplify NotebookList.duplicate with recent changes
11 years ago
Min RK 036c47d032 set min-width on tree-list buttons
11 years ago
Min RK 8bad784ce5 update add_duplicate_button with API changes
11 years ago
David Neto 6aae1e219f Add the "Duplicate" button in the main dashboard
11 years ago
Thomas Kluyver aecb4bffa5 All aboard the promise train
11 years ago
Thomas Kluyver 11cfcc40d4 Use promises for GET requests
11 years ago
Min RK 287d572fb3 Merge pull request #6855 from takluyver/new-notebook-async
11 years ago
Min RK a257e580a0 Merge pull request #6854 from takluyver/post-new-terminal
11 years ago
Thomas Kluyver b046af083c Fix some bugs in deleting notebooks from the dashboard
11 years ago
Thomas Kluyver 260ebcebcf Open window before creating new notebook
11 years ago
Min RK 3870a30ce4 contents.new_untitled to match Python API
11 years ago
Min RK 39041a9f03 address review in contents service
11 years ago
Min RK 8407ba3a08 update frontend with path/name changes
11 years ago
Thomas Kluyver 538fcbc025 Close new window on error creating terminal
11 years ago
Thomas Kluyver 8da4e89e3a Make a window immediately, and set its location on response
11 years ago
Thomas Kluyver b7a558d5b9 Use synchronous request for creating new notebooks
11 years ago
Thomas Kluyver 1f2e4cc6c3 Fix passing empty list to draw_notebook_list()
11 years ago
Thomas Kluyver a4f869aa8b Rename methods to remove _file suffix
11 years ago
Thomas Kluyver 5279418acf Make Contents.new more generic
11 years ago
Kester Tong 89df330129 Modifies Contents API to return Error objects
11 years ago
Thomas Kluyver e1cbaf3d3c Fix spelling
11 years ago
Thomas Kluyver f8ec8d4abe Various minor fixes from review
11 years ago
Thomas Kluyver ea314a2a86 Rename callback parameters to success/error
11 years ago
Thomas Kluyver 060dd1305c Miscellaneous JS fixes
11 years ago
Thomas Kluyver c1c591336e Some more event cleanup
11 years ago
Thomas Kluyver c9bd254735 Make contents JS API consistent
11 years ago
Thomas Kluyver 9538726b16 Don't do UI stuff in contents API module
11 years ago
Jeff Hemmelgarn dab99c599f Remove unnecessary backwards compatibility code
11 years ago
Jeff Hemmelgarn 53463898eb Move contentmanager to contents
11 years ago
Jeff Hemmelgarn 09e0ff93d8 Fix a few problems with cherry-picked commits
11 years ago
KesterTong 3994d4d56a Adds configuration options to use Google Drive content manager
11 years ago
KesterTong e3ef5d3b70 Moves list_notebooks to ContentManager
11 years ago
KesterTong 61a911fc0c Fix constructor comments
11 years ago
KesterTong 0aada3ac5d Remove deleted notebook from notebook list
11 years ago
KesterTong 077ba397c1 Removes unnecessary parameter from ContentManager.delete_notebook
11 years ago
Jeff Hemmelgarn 728c6f005f Move deleting a notebook to contentmanager.js
11 years ago
KesterTong 993833d018 Replace other methods with ContentManager.new_notebook
11 years ago
Min RK 96183a60a0 create new terminals with POST /api/terminals
11 years ago
Thomas Kluyver d32322e332 Show terminals as terminals/name
11 years ago
Thomas Kluyver 4025b57ed8 Only display terminals in dashboard if terminals are available
11 years ago
Thomas Kluyver 65e664b143 Add list of available terminals in the dashboard
11 years ago
MinRK 2624f82787 set contentType='application/json'
11 years ago
Jeffrey Bush f141a6926a File list refreshes no longer move the upload filename boxes.
12 years ago
Jeffrey Bush 1f68e22486 Fixed many edge cases in file uploads.
12 years ago
Jeffrey Bush 305c734830 Uploading a file with a name that already exists asks the user if they want to overwrite.
12 years ago
Jeffrey Bush 5fff038965 Added ESC keep to upload textbox to cancel.
12 years ago
Jeffrey Bush defabcc772 Minor improvements to file upload.
12 years ago