Min RK
c280b773fb
use session.deserialize to unpack message for rate limiting
...
rather than hardcoding json.loads
Messages should **never** be deserialized by any means other than the Session API.
10 years ago
Jonathan Frederic
9e2c95dc07
limit_window -> rate_limit_window
11 years ago
Jonathan Frederic
eb30002a82
Use a set for filter exceptions
11 years ago
Jonathan Frederic
7aaccbd545
Don't filter status, comm_info, kernel_info, and execute_request messages
11 years ago
Jonathan Frederic
c47f3d021b
Fix a bug in the code that parses the parent message from the msg_list
11 years ago
Jonathan Frederic
acbbc60e09
Change the window length to 1s
11 years ago
Jonathan Frederic
7232a6a99a
Clarification & cleanup
11 years ago
Jonathan Frederic
69faf0fb9b
Change the logic so the intervals are checked all of the time,
...
also changed no-limit default to "0"
11 years ago
Jonathan Frederic
f83485fcee
Remove log msg
11 years ago
Jonathan Frederic
4c99c5f7f8
Limit on websocket, not zmq
11 years ago
Jonathan Frederic
3b3c4d0315
Add simple iopub message rate limiter
11 years ago
Min RK
527538839b
Merge pull request #918 from jcb91/notebook/js/codecell
...
Fix Uncaught ReferenceError: Pos is not defined
closes #917
11 years ago
Min RK
7bfeea46f5
Merge pull request #915 from minrk/right-soft-selected
...
Remove soft selected right border background-leaking
11 years ago
Josh Barnes
53b8e37633
fix for #917 , a bug introduced by a typo in 89b7d96ccd
11 years ago
Brian E. Granger
d86714a015
Merge pull request #914 from minrk/check-origin
...
allow zmq check_origin with no args
11 years ago
Matthias Bussonnier
308cbb2062
Remove soft selected right border background-leaking
11 years ago
Min RK
b2d9faaa9b
Merge pull request #909 from Carreau/left-soft-selected
...
Remove left border on softselected cells
11 years ago
Min RK
1257a3ac85
Merge pull request #905 from minrk/revert-configurable-config-dir
...
restore hardcoded config_dir
11 years ago
Min RK
8aa4f1e60c
allow zmq check_origin with no args
...
terminado may call `self.check_origin()`
in which case we should grab origin from the headers.
11 years ago
Min RK
bf6c89b1ce
Merge pull request #897 from Carreau/warn-name-ations
...
Improve warning on bad JavaScript API usage.
11 years ago
Matthias Bussonnier
ef0f3b9c0e
Do not allow `<` in url.
...
fix #904
11 years ago
Matthias Bussonnier
cc69f06551
Remove left border on softselected cells
11 years ago
Min RK
fa5d71723b
Merge pull request #898 from blink1073/fix-websocket-cross-origin
...
Avoid error when using a cross-origin websocket
11 years ago
Min RK
970507711b
restore hardcoded config_dir
11 years ago
Fernando Perez
0ac253bc1c
Update keyboard shortcuts page to accurately describe command mode (blue margin)
11 years ago
Steven Silvester
fe03de7471
Avoid error when using a cross-origin websocket
11 years ago
Matthias Bussonnier
86865a3543
Improve warning on bad JavaScript API usage.
...
Mitigate #891 (likely close it to, depending on what others thinks)
Separator between prefix and name for commands/action used to be `dot`,
but is internal detail. It is now (as of 4.1) a semicolon (`:`)
If someone try to access an action by name which does not have `:` warn
that they might be using the wrong API and give some hints
11 years ago
Safia Abdalla
dc69a03bfa
Removed "window."
11 years ago
Safia Abdalla
57360754b4
Replace setTimeout with requestAnimationFrame
11 years ago
Safia Abdalla
39e155e697
Add setTimeout to force browser repaint
11 years ago
Safia Abdalla
781e4ffd4f
Added onResult function to type ahead
11 years ago
Min RK
234cf31d3f
4.1.0rc1
11 years ago
damianavila
d0c5c393b6
Remove hard-coding of jupyter_config_dir config_dir at the notebookapp level, letting that being managed ny the ConfigManager.
11 years ago
Min RK
71c5057ae5
Merge pull request #876 from SylvainCorlay/no_body_class
...
Multi-select: avoid adding a css class to body element
11 years ago
Jonathan Frederic
9380a22b76
Hide vertical scrollbar on rendered content by default.
11 years ago
Sylvain Corlay
859e1c77b6
Test based on css selection
11 years ago
Sylvain Corlay
a094df764e
Avoid adding a css class to body element
11 years ago
Matthias Bussonnier
dc3dae96b6
Merge pull request #875 from minrk/set_next_input_clear_optional
...
add clear_output option to set_next_input payload
11 years ago
Min RK
ae2fb41bad
Merge pull request #864 from Carreau/js-cleanup
...
A bunch of js cleanup
11 years ago
Min RK
f8ede57918
add clear_output option to set_next_input payload
...
default preserves prior behavior
11 years ago
Min RK
34481cb7ed
Don't clear output on set_next_input(replace=True)
...
rewriting input shouldn't force removal of output
11 years ago
Min RK
92fa310758
Merge pull request #866 from parleur/versions
...
Use PEP 440 prerelease tags
11 years ago
Matthias Bussonnier
51576872fe
Remove dead code forgotten in previous commit.
11 years ago
Matthias Bussonnier
2e1fcafcfe
Merge pull request #868 from SylvainCorlay/prompt_number_select
...
Disable prompt number selection
11 years ago
Pierre Gerold
0b44f64e9d
Move test function to test file
11 years ago
Matthias Bussonnier
bed0bd1ee2
Typo: `verison` -> `version` (swap `s` and `i`)
11 years ago
Sylvain Corlay
0b54a53b83
Disable prompt number selection
11 years ago
Pierre Gerold
02421c20e9
Remove unused marked related code
11 years ago
Pierre Gerold
f557c8c9b7
Fusion between carreau & mink solution about version nb checking
11 years ago
Matthias Bussonnier
f873493f9f
Test for Pep440 non-Complaint version numbers
...
test directly in the version number file, as the version number is
likely to be committed before running tests, so we want **really quick
failure**.
11 years ago