2808 Commits (617f7468fe609351bc882067da8fc5f62852bb21)

Author SHA1 Message Date
Remi Rampin 617f7468fe
Implement password hashing with bcrypt (#3793)
6 years ago
Kevin Bates 0df10dee3e
Merge pull request #5588 from dlukes/login-shell
6 years ago
David Lukes d157fa8fed Document login vs. non-login shell behavior
6 years ago
Kevin Bates 3941004e68
Merge pull request #5545 from adamblake/patch-1
6 years ago
David Lukes fad1ce56e3 Improve login shell heuristics
6 years ago
David Lukes b152dd314d
Nested shells should not be login (#5247) (#5565)
6 years ago
Ram Rachum 7d375282a9 Fix exception causes all over the codebase
6 years ago
Kevin Bates db46c594bb
Merge pull request #5530 from cool-RR/patch-1
6 years ago
Adam Blake f2db0265d4
Respect cell.is_editable during find-and-replace
6 years ago
Laura Merlo 95348dd1de FIX: removed double link when custom_display_url (#5400)
6 years ago
Ram Rachum 54e58be448
Fix exception causes in handlers.py
6 years ago
Steven Silvester b5a488835e remove commented out code
6 years ago
Reece Hart 427bc961ee closes #4029: implement optional markdown header and footer files
6 years ago
Kevin Bates e937fd7992
Back to dev version
6 years ago
Kevin Bates 36bc44a82c
Release 6.1.0rc1
6 years ago
E. M. Bray 8e7c99ad8d
Workaround for socket permission errors on Cygwin (#4584)
6 years ago
mattn dbfa82c3e7
Add japanese translation files (#4490)
6 years ago
Mingxuan Lin 866f4f8e0d
Fix for the terminal shutdown issue (#4180)
6 years ago
Shane Canon b5b44eb520
Fix for recursive symlink issue #4669 (#4670)
6 years ago
Joshua Zeltser fb08a1bda3
TO show tooltips via keyboard forDuplicate,View,Rename, Download, Shutdown, Edit,Move, Delete buttons. (#4729)
6 years ago
tao a90121c0d2
Solve issue #3940: The dropdown submenu at notebook page is not keyboard accessible (#4732)
6 years ago
Ben Thayer ea0ac90257
Backspace deletes empty line (#5502) (#5516)
6 years ago
Zachary Sailer ed5e9d6d0e
Merge pull request #5316 from berendjan/reduce_duplication
6 years ago
Matthias Geier 5aba3b824c
MathJax: Support for \gdef (#4407)
6 years ago
Aman Bansal 45d9f38d36
Alignment issue fixed (#3173)
6 years ago
Ben Thayer cf5cb64c32
Implemented Split Cell for multicursor (#4824)
6 years ago
Ben Thayer d406b8c6a3
Fixed multicursor backspacing (#4880)
6 years ago
Mohammad Mostafa Farzan 6b83c9b4c5
unforce rtl output display (#5039)
6 years ago
Mohammad Mostafa Farzan 2ac0ff3d97
add codemirror-rtl to rtl markdown cells (#5037)
6 years ago
Mohammad Mostafa Farzan 80fc3c8c48
add support for all RTL languages (#5036)
6 years ago
John de2f3f724d
remove old JS markdown tests, add a new one in selenium (#5497)
6 years ago
Kyle Kelley 6308e979aa
Merge pull request #2922 from takluyver/run-cell-play
6 years ago
lucabem 266e2978e9 Changed _get_endpoint_for_user_filter to static and used in constructor class instead of each class method
6 years ago
lucabem f5322fc387 Added functionality to allow filter kernels by Jupyter Enterprise Gateway using KERNEL_USERNAME env var
6 years ago
Kevin Bates 6e9256b064
Culling: ensure last_activity attr exists before use (#5355)
6 years ago
Kevin Bates 4da22cef44
Restore detection of missing terminado package (#5465)
6 years ago
Kevin Bates 66ad3f469c
Enable check_origin on gateway websocket communication (#5471)
6 years ago
Max Klein 01e298f83d
added `--autoreload` flag to `NotebookApp` (#4795)
6 years ago
Toon Baeyens b278fa67de
Make a notebook writable after successful save-as (#5296)
6 years ago
Onno Broekmans 7563c54dfc
Fix broken "Raw cell MIME type" dialog (#3255) (#5385)
6 years ago
Madhusudhan Srinivasa 4775ee551a
use cmdtrl-enter to run a cell (#5120)
6 years ago
dSchurch f42f2408b0
Migrate Move multiselection test to selenium (#5158)
6 years ago
Niko Felger d84faae6a8
Convert notifications JS test to selenium (#5455)
6 years ago
Zachary Sailer ae7747f2b7
Merge pull request #5352 from ErwinRussel/refactoring
6 years ago
Zachary Sailer 3ec00ad2ad
Merge pull request #5372 from kevin-bates/cull-terminals
6 years ago
Kevin Bates 9d80001f83
Rename parent to nb_app
6 years ago
Kevin Bates 84b7b854b6
Apply review comments, revert interval validation, bump terminado to 0.8.3
6 years ago
Kevin Bates 2064957a84
Add basic terminal manager tests
6 years ago
Afshin Taylor Darian e9ce1b7461
Merge pull request #5107 from manics/toolbar-button-help-tooltip
6 years ago
Simon Li 5d47947675 Toolbar buttons tooltip: fallback to label as tooltip, set aria-label
6 years ago