2624 Commits (c2d4561ba6b25ec4e0f1f9ec617c3338f4de1ef4)

Author SHA1 Message Date
Emilio Talamante Lugo 0c003e9de1 Handled possible race conditions and modified returned object on get_cell_output
7 years ago
Ciaran Langton d8730ced00 Fix comment
7 years ago
Ciaran Langton 19c6cbb618 Fix incorrect MIME type for JavaScript
7 years ago
Min RK 7f7bfeefc0 Block cross-origin GET,HEAD requests with mismatched Referer
7 years ago
Min RK d7becafd59 add xsrf checks on files endpoints
7 years ago
Min RK 98773c1a8a Set X-Content-Options: nosniff on all handlers
7 years ago
Carol Willing d17caf92c0
Merge pull request #4453 from minrk/maybe-future
7 years ago
Carol Willing 43622e756e
Merge pull request #4443 from minrk/notify-ws-close
7 years ago
Emilio Talamante Lugo 23adb8e919 Replacing time.sleep for a conditional waiting method
7 years ago
Min RK e80c77004d
Merge pull request #4423 from minrk/fix-custom
7 years ago
Min RK 07cdcafe2a
Merge pull request #4250 from vilhelmen/headercontent_super
7 years ago
Min RK 729183b148 use our own maybe_future
7 years ago
Min RK 88aae11172
Merge pull request #4431 from kevin-bates/apply-nb2kg-updates
7 years ago
Min RK 859ae0ac60
Merge pull request #4306 from 00Kai0/00kai0
7 years ago
Min RK e2ac757821
Merge pull request #4449 from minrk/unpin-tornado
7 years ago
Min RK be35a370ce gateway: compatibility with tornado 4
7 years ago
Min RK dcee710154 patch gen.maybe_future for compatibility with tornado 6
7 years ago
Min RK 5828300401 fix check for closed connection
7 years ago
Emilio Talamante Lugo b892d7c8c6 Converted shutdown.js test to selenium python test
7 years ago
Min RK 490b8fd3ef trigger _ws_closed on any close event
7 years ago
Kevin Bates 46bcf78d63 Update gateway support with recent changes
7 years ago
Frédéric Chapoton 9f59b7feb3
remove unused import of os
7 years ago
Min RK d145301b55
Merge pull request #4112 from dmikushin/master
7 years ago
Min RK 6a96754208
Merge pull request #4355 from EvgeniDubov/fix_notebook_file_extension_case
7 years ago
Min RK 4978373174
Merge pull request #4130 from SpencerPark/markdown-table-alignment
7 years ago
Min RK f4183bb612
Merge pull request #4275 from steaward/issue-4270
7 years ago
Min RK eea02c2c5f
Merge pull request #4213 from aayusharyan/patch-1
7 years ago
Min RK b4328ea7ee move rtl fixes to page.less from custom.css
7 years ago
Min RK 6d15e9cdab
Merge pull request #4328 from maxmouchet/list_hidden_files
7 years ago
Min RK 0e28875a1c
Merge pull request #4392 from takluyver/tornado-6-ws-coroutine
7 years ago
Min RK bba82ca3bd
Merge pull request #4412 from kevin-bates/async-startup
7 years ago
Min RK 46ee18b23f
Merge pull request #4376 from mpacer/update_json_configd
7 years ago
Min RK 906406aeb0
Merge pull request #4161 from kevin-bates/embed-nb2kg
7 years ago
Kevin Bates 2c526fb60b Enable restart_kernel for async usage
7 years ago
Thomas Kluyver 132f273065
Merge pull request #4377 from takluyver/selenium-test-save
7 years ago
Kevin Bates acba19033b Minimize handlers and manager methods
7 years ago
Kevin Bates f74ef2f691 Move environment variables to SingletonConfigurable
7 years ago
Kevin Bates 060a2b9aea Embed NB2KG into Notebook server
7 years ago
Thomas Kluyver 7c8db2d063 Call tornado WebSocketHandler.get() as a coroutine
7 years ago
Thomas Kluyver 8a4cbd0ad9
Merge pull request #4318 from RomanKornev/upd-document-title
7 years ago
Thomas Kluyver bc3a8cbe79 Convert test for saving with complex name to Selenium
7 years ago
Thomas Kluyver e00a86c4cb Throw clearer error if no new window handles found
7 years ago
Thomas Kluyver df8a548012 Some improvements to promise handling when saving notebook
7 years ago
M Pacer 134c8b6c03 surface config.d nbserver_extensions to the NotebookApp config object
7 years ago
Roman Kornev d3ce20738c Update text editor document.title
7 years ago
Gestalt LUR 2c313e96f8
fix incorrect Chinese translation
7 years ago
edubov 56d4f2c3fc changing file name to lower case before checking if file extension is ipynb
7 years ago
Maxime Mouchet 533e1984e2 Merge branch 'master' of https://github.com/jupyter/notebook into list_hidden_files
7 years ago
Maxime Mouchet 48915c0ad7 Split logic
7 years ago
Maxime Mouchet 1566dd1712 List hidden files if allowed (#3812)
7 years ago
Roman Kornev 18ca0330d8 Update document.title to a more descriptive name
7 years ago
Thomas Kluyver a5ad463427 Remove multiselect Javascript test converted to Selenium
7 years ago
Thomas Kluyver 605dfb8b15 Convert multiselect test to Selenium
7 years ago
__kai__ 9b3aa52b80 make kill kernel configurable.
7 years ago
Thomas Kluyver adcb7025ca Make filename check in list_running_servers more specific
7 years ago
Thomas Kluyver 6896aacdf6 Add failing test for list_running_servers
7 years ago
Stephen Ward 0734e2c950
remove multiple download links for the .ipynb click
7 years ago
Min RK 363d73d145 bootstrap 3.4
7 years ago
Thomas Kluyver 56d7a2d3a6 Remove one-time token code
8 years ago
Thomas Kluyver 92362103e3 Point to file in terminal message
8 years ago
Thomas Kluyver 28e296fc9f Use permanent token in redirect file
8 years ago
Thomas Kluyver 270c0f96d7 Launch the browser with a redirect file
8 years ago
Will Starms 49aad1bfbc relocate super() content to other side of span
8 years ago
Will Starms 6f2946b9dc Respect parent template headaercontent in child pages
8 years ago
Chris Miller daa80ad4ac Tune chunk size for large file uploads to be larger for perf gains.
8 years ago
Chris Miller 7a42187ccd Optimize Base64 encoding of large files to be uploaded to avoid GC pauses.
8 years ago
Min RK 82782a370e
Merge pull request #4084 from bhansa/issues-4000-accessibility
8 years ago
Stephen Ward 91fb343c0c fixed ui-icons from blocking tooltip text
8 years ago
Matthias Bussonnier 64fa7cf674
Merge pull request #4210 from SylvainCorlay/message-filtering
8 years ago
Min RK 9d19aa3677
Merge pull request #4221 from betatim/uploading-ui-tweak
8 years ago
Min RK 21b93eae43
Merge pull request #4219 from kevin-bates/tolerate-culled-kernels
8 years ago
Sylvain Corlay 4a7151448c Enable kernel message filtering
8 years ago
Min RK 11a2e6d52e assemble breadcrumb html safely
8 years ago
Tim Head f03797bfc1 Tweak upload button to give feedback
8 years ago
Thomas Kluyver 588b1f8eb3 Merge branch 'nbconvert-sandbox'
8 years ago
Kevin Bates 0e63ebb1db Update session_exists() to account for invalid sessions due to culling
8 years ago
AAYUSH SINHA a3987d6e27
Add padding bottom for symmetry of the Notebook
8 years ago
Vu Minh Tam c2b292f3e6
Add missing i18n parameter
8 years ago
Thomas Kluyver 4b2e7dc3e3
Merge pull request #4193 from askerry/selenium_buffering
8 years ago
Amy Skerry 8b704d6628 Address review feedback
8 years ago
Thomas Kluyver 6d7b6af514
Merge pull request #4182 from AndresSan6/merge_selected_cells
8 years ago
Thomas Kluyver 2345350c7f
Merge pull request #4185 from askerry/fix_race
8 years ago
Amy Skerry f995db42ee Address review feedback
8 years ago
Xiaohan Li 363926290e
Fix type in nbjs.po
8 years ago
Matthias Bussonnier 39b3afc2e6
Merge pull request #4085 from vgalisson/patch-1
8 years ago
Amy Skerry 3faafc4122 Migrate buffering test to selenium
8 years ago
Amy Skerry 6f73d79376 Add custom expectation to wait for n elements
8 years ago
Amy Skerry dea186d177 Add wait_for_tag to avoid race condition in display isolation test
8 years ago
Andres Sanchez f27e87541d Changed function name in utils.py and in test_merge_cells.py
8 years ago
Thomas Kluyver c9378c71fe
Merge pull request #4146 from askerry/selenium_display_isolation
8 years ago
Thomas Kluyver 099383e012
Merge pull request #4141 from askerry/selenium_display_image
8 years ago
Amy Skerry a5a6e4ad08 Address review feedback
8 years ago
Amy Skerry 3ccc4ed207 Address review feedback
8 years ago
Andres Sanchez fd6ea8e556 Removed unnecessary property attibute created in utils.py and added comments to test_merge_cells.py
8 years ago
Andres Sanchez 1c87821dc1 Modifications to test JS funcion in test_merge_cells.py
8 years ago
Thomas Kluyver 2af744075f
Merge pull request #4103 from einon/einonm
8 years ago
Thomas Kluyver a036ba2cd8
Merge pull request #4142 from askerry/selenium_merge_cells
8 years ago
Amy Skerry aa658d3d79 Migrate display isolation test to selenium
8 years ago
Amy Skerry 34cd3528d5 Migrate test for merge cells api to selenium
8 years ago
Amy Skerry 03478bee87 Migrate image display test to selenium
8 years ago
Dave Foster 1c40db2440 Fix default value method for `allow_remote_access` when ip is '*'
8 years ago
SpencerPark 9c3ea1319a Default to right table alignment but allow table local overrides
8 years ago
Thomas Kluyver 107a89fce5 Apply CSP sandboxing for nbconvert responses
8 years ago
Mark Einon f140ba95c4 Present both possible URL options as separate copy/pastable options
8 years ago
Mark Einon 643b992690 Fix copy/paste-ability of default URL presented on startup
8 years ago
Matthias Bussonnier 04a686dbaf
Merge pull request #4074 from agatheliguori/master
8 years ago
Thomas Aarholt 9182f84cf0
Corrected alt-text of "replace in all cells"
8 years ago
Min RK 4f9a6cbdd8
Merge pull request #3664 from vit-tucek/unicode_home_dirs
8 years ago
Michal Charemza 815ed3ce56
Allow more contents manager functions to return futures
8 years ago
Dmitry Mikushin f859abde69 Enable login mode - to automatically source the /etc/profile script
8 years ago
bhansa d97275b91b removed bg darken for navbar
8 years ago
Min RK b663bf1b14
Merge pull request #4034 from Carreau/adaptation-log
8 years ago
Min RK d2916c9a81
Merge pull request #4073 from 1kastner/patch-1
8 years ago
GALISSON Victor c588951c90
Update to nbjs.po
8 years ago
Min RK 4135e3ffe7
Merge pull request #4063 from kevin-bates/log-status-type
8 years ago
bhansa 3ca5f16ff0 improved color contrast for file menus
8 years ago
agatheliguori 9c1309210c Fixed french translation mistakes and normalized capitalization
8 years ago
Mathis Hammel 6126f78381 Fixed two remaining wrong translations
8 years ago
1kastner 9b7312d330
Add info about messaging specs
8 years ago
Kevin Bates 23e74dcdfa Include status types when logging activity
8 years ago
Mathis Hammel 74f08b897c Fixed some translations
8 years ago
Steven Silvester c2a2bcc4a7
Merge pull request #4041 from arradha/fix/mathjax-codeblocks
8 years ago
Maxim Vov f2fdbf929e Added metrics for number of kernels running labeled by type
8 years ago
Arjun Radhakrishna 7eb6e29509 Fix spurious newline in expected result
8 years ago
Maxim Vov e951fab0db Added docs to the prometheus package and the terminal.api_handlers file.
8 years ago
Arjun Radhakrishna 6fd0a80778 Reformat long string
8 years ago
Arjun Radhakrishna c5bee3a29d test and fix: disable math inside code blocks
8 years ago
Matthias Bussonnier 96cb061e7b
More descriptive message.
8 years ago
Maxim Vov 7bc7df472c Fixed imports, from static to dynamic.
8 years ago
Maxim Vov 03e5dc00e1 Moved the 'metrics' file to a new package named 'promethues'.
8 years ago
Matthias Bussonnier 7e140c5baf When adapting also log the version jupyter_client is expecting.
8 years ago
Gustavo Efeiche 26c73d36d0 Fix issue #3948
8 years ago
Gustavo Efeiche a8716eb9ac Fix versions mismatch in namespace.js and _version.py
8 years ago
Gustavo Efeiche e661c7642d Change from 6.0.0dev0 to 6.0.0.dev0
8 years ago
Min RK b7fdc41ff6 back to dev
8 years ago
Min RK 7acb4e047d release 5.7.0
8 years ago
Matthias Bussonnier bb07253ff4
Merge pull request #3888 from JocelynDelalande/jd-french-i18n
8 years ago
Jocelyn Delalande 05f9488232 Fix misc French wordings
8 years ago
Jocelyn Delalande e1494bb8f8 Rework French wording "Brute NBConvert" → « Texte Brut (pour NBConvert)"
8 years ago
Jocelyn Delalande db8b03e434 Rework French wording au-dessus/au-dessous → précédent/suivant
8 years ago
Jocelyn Delalande 5a1b35fe13 Fix trailing spaces in translations
8 years ago
Min RK 37b35dc65f fix uneven input/output prompt alignment
8 years ago
Min RK 86e473e754
Merge pull request #3839 from AestheticIntegration/fix-output-prompt-width
8 years ago
Min RK 8ced0dd367
Merge pull request #3907 from kevin-bates/prevent-AttributeError-on-shutdown
8 years ago
Min RK f81ec30b62
Merge pull request #3829 from mociarain/fix-tornado-settings
8 years ago
Min RK 0da9648ed3
Merge pull request #3905 from KGHustad/breadcrumb-root-url-fix
8 years ago
Min RK 4650dabd05
Merge pull request #3871 from parente/fix/shortcut-editor-enter
8 years ago
Min RK 9c60369a17
Merge pull request #3836 from cmd-ntrf/jqueryui
8 years ago
Kevin Bates 2d688f2071 Prevent access through 'NoneType' when closing activity_stream
8 years ago
Kristian Gregorius Hustad 076acf6a98 Prefix base URL to breadcrumb root URL
8 years ago
Min RK 872a6c7b9b
Merge pull request #3886 from rwmajor2/add_access_control_hdr_config
8 years ago
Jocelyn Delalande cc97e8fe90 French translation: reword "point de sauvegarde" → "sauvegarde"
8 years ago
Jocelyn Delalande 6ee41dadc4 Add French translation
8 years ago
Bill Major cc5e08d1bc Allow access control headers to be overriden in jupyter_notebook_config.py
8 years ago
Sally Wilsak c258d3fa79 Get the list of exporters from entrypoints
8 years ago
Peter Parente 109b39e2b6 Prevent page reload on Enter
8 years ago
Steven Silvester 98085dcb84
Merge pull request #3744 from PraneetMokkapati/master
8 years ago
Steven Silvester 34baae5678
Merge pull request #3759 from minrk/flush-iopub
8 years ago
Steven Silvester eed1caf32a
Merge pull request #3809 from minrk/ipaddress-unicode-py2
8 years ago
Félix-Antoine Fortin c9bd0fa87a Update jquery-ui.min path in page.html template
8 years ago
Dave Aitken 4bfda5074d
Return output prompt to width of input prompt after #3772
8 years ago
Maitiu O Ciarain 0827dcb0b5 Fix quotes and tidy up the help messages
8 years ago
Maitiu O Ciarain 090f9c2314 Correctly pass them to the underlying tornado server
8 years ago
Maitiu O Ciarain a37404f6b9 Make the max_body_size & max_buffer_size configurable
8 years ago
Min RK b94cc449db
Merge pull request #3712 from forbxy/master
8 years ago
Min RK 237a31060e
Merge pull request #3784 from gnestor/inline-run-button
8 years ago
Min RK e33a16f42f use localhost as default local hostname
8 years ago
Min RK 1901eeac63 ip_address only accepts unicode on Python 2
8 years ago
Min RK ceaf1c1158
Merge pull request #3778 from beledouxdenis/master-get_secure_cookie_options
8 years ago
Grant Nestor 75d2744eb4 Fix uneven input prompt width for markdown cells
8 years ago
Denis Ledoux 3729dd02ac [FIX] notebookapp, auth: `get_secure_cookie` kwargs
8 years ago
Grant Nestor 43bd70b246 Fix uneven input prompt width
8 years ago
Min RK a53d2c8489 flush iopub before sending restarting/dead status messages
8 years ago
Grant Nestor 3c4bc0ef62 Display inline run button on same line as input prompt
8 years ago
Grant Nestor f54e4355e8 Only display inline run button on mobile
8 years ago
Thomas Kluyver 0300f7341d Work around Mac's scoped link-local address for localhost
8 years ago
Thomas Kluyver 2bb4252f21 Re-enable Host header check after 5.6
8 years ago
Thomas Kluyver 2dd46b16c9 back to development
8 years ago
Thomas Kluyver 7674331e3d release 5.6.0
8 years ago
Thomas Kluyver a0503629ba Disable the host check for 5.6 because of gh-3754
8 years ago
Mokkapati, Praneet(ES) b3457a068e Disabling Slide Type changes, when a cell is not editable
8 years ago
Mokkapati, Praneet(ES) 24dd9d67d7 Disabling Adding or Removing Tags, when a cell is not editable
8 years ago
Thomas Kluyver 9d0ea1a427
Merge pull request #3726 from takluyver/selenium-newnb-clickable
8 years ago
Min RK b670fae728
Merge pull request #3714 from takluyver/check-host
8 years ago
Thomas Kluyver c4c49b71ea Wait for 'New' dropdown button to be clickable for Selenium tests
8 years ago
Thomas Kluyver 0d6ffa6888 Explain how to disable host check in warning message
8 years ago
Thomas Kluyver c99935556e Decode IP addresses on Windows
8 years ago
Thomas Kluyver 845ea48c31 getaddrinfo() on Py2 only takes positional args
8 years ago
Thomas Kluyver fa3abf2209 Allow remote access by default when we're listening on external addresses
8 years ago
Thomas Kluyver 7f1bba613d Check 'Host' header for local connections
8 years ago
bxy007 c339a34605 fix:can't choose same file
8 years ago
Min RK 357b8e7758 add “or 127.0.0.1” for all-ips
8 years ago
Thomas Kluyver b8b66332e2 Back to development
8 years ago
Thomas Kluyver b428d2d40a release 5.6.0rc1
8 years ago
Thomas Kluyver 5766341360
Merge pull request #3289 from Madhu94/add-save-as-menu-option
8 years ago
Min RK 0c81fc3f06 Remove ES6 syntax from save_notebook_as
8 years ago
Min RK 90894ee639
Merge pull request #3696 from takluyver/start-no-active-kernels
8 years ago
Tom Jorquera 24e39d32c2 Add option to override displayed url
8 years ago
madhu94 81c6eed3d7 Don't get entire contents of the notebooks, while checking
8 years ago
Thomas Kluyver 5e9915609b Don't show number of active kernels on notebook start
8 years ago