Long Vu
e00ef1aef1
Merge remote-tracking branch 'origin/master' into add-user-agreement-to-login-screen
2020-11-17 17:27:30 -05:00
Long Vu
fb5f98f2fa
login page: add optional feature to accept terms and conditions in order to login
...
The feature is disabled by default.
If enabled (by setting `login_term_url`), user will have to check the
checkbox to accept the terms and conditions in order to login.
2020-11-17 17:24:38 -05:00
Félix-Antoine Fortin
9da4aa236e
Standardize Sign in capitalization on the login page
2020-11-11 13:01:14 -05:00
Min RK
47e45a4d3f
Merge pull request #3136 from pabepadu/add_footer_block
...
Add a footer block + wrap the admin footer in this block
2020-09-08 09:38:21 +02:00
Min RK
ff30396a8e
Merge pull request #3028 from possiblyMikeB/ui-feedback-onsubmit
...
UI Feedback on Submit
2020-09-08 09:36:39 +02:00
Min RK
0317fd63fa
Merge pull request #3103 from kinow/responsive-issues
...
Hide hamburger button menu in mobile/responsive mode and fix other minor issues
2020-08-27 11:15:50 +02:00
pabepadu
3458c742cb
Add a footer block + wrap the admin footer in this block
2020-08-07 02:19:21 +02:00
pabepadu
49f3bb53f4
Fix the services dropdown in the admin page
2020-08-05 05:29:21 +02:00
Bruno P. Kinoshita
9d556728bb
Add padding for the span with user name and logout button (responsive mode only)
2020-06-25 23:31:54 +12:00
Bruno P. Kinoshita
4369e2cbfa
Adjust jupyterhub logo margin-left in responsive mode
2020-06-25 23:31:54 +12:00
Bruno P. Kinoshita
ef4455bb67
Closes #2182 display hamburger menu only if user variable is present (in responsive mode)
2020-06-25 23:31:54 +12:00
Min RK
71a25d4514
Merge pull request #3042 from rabsr/2925_start_my_server_fails
2020-05-19 14:57:44 +02:00
ragar64
d67b71b7ae
" #2925 : Changing start my server button link to spawn url once server is stopped"
2020-05-08 21:47:41 +05:30
Min RK
8a3790b01f
Adding pagination in the admin panel ( #2929 )
...
Adding pagination in the admin panel
2020-05-06 11:09:54 +02:00
Min RK
0d245fe4e4
move pagination info next to pagination links
...
at the bottom
2020-05-06 10:47:08 +02:00
Will Starms
137591f458
remove fixed position, causes Z ordering issues with the bottom of the users list
2020-05-01 19:09:19 -05:00
Michael Blackmon
debd297494
restrict submit handler to only operate on targeted form
2020-04-20 11:33:38 -04:00
Michael Blackmon
10bb5ef3c0
wrap button & widget in feedback-container; add js block with onsubmit handler
2020-04-20 11:00:40 -04:00
Michael Blackmon
42e7d1a3fb
put submit button & widget in feedback-container; extend template to include script block with form onsubmit handler
2020-04-20 10:59:34 -04:00
Michael Blackmon
5fbd2838c9
add style class for feedback, widget and container
2020-04-20 10:39:57 -04:00
Michael Blackmon
17dde3a2a9
remove margin styling from submit button
2020-04-20 10:38:19 -04:00
Jeremy Tuloup
39b9f592b6
Fix user_row endblock in admin template
2020-04-08 17:22:25 +02:00
Jeremy Tuloup
e30b2ca875
Remove unused variables in home.js
2020-03-02 10:02:38 +01:00
Jeremy Tuloup
cfcd85a188
Start named servers by pressing the Enter key
2020-02-28 15:24:37 +01:00
Juan Cruz-Benito
8f46d89ac0
Adding info method to pagination and related items in admin template
2020-02-28 13:19:53 +01:00
Bruno P. Kinoshita
2f6ea71106
Add not_running.js to modify button spawn_url
2020-02-26 09:28:12 +13:00
Juan Cruz-Benito
f36796dd85
Merge branch 'master' into add_pagination_admin
2020-02-25 17:01:01 +01:00
Tim Head
e08552eb99
Merge pull request #2941 from minrk/allow-implicit-spawn
...
Allow implicit spawn via javascript redirect
2020-02-22 07:27:17 +01:00
Min RK
436757dd55
handle implicit spawn with a javascript redirect
...
less dangerous than using a Location redirect, so remove conflicts
delay is a user-configurable timer (0 = no implicit spawn, default)
2020-02-20 12:43:39 +01:00
JohnPaton
a999ac8f07
Use only rel="icon"
...
This is the officially recommended method from MDN
https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML
2020-02-14 16:51:27 +01:00
John Paton
a3e3f24d2d
Add favicon to the base page template
...
This was missing before. Giving it its own named block will let users customize it if they wish.
2020-02-14 16:35:48 +01:00
Juan Cruz-Benito
3d0da4f25a
Adding python-paginate package and using it to paginate admin panel
2020-02-13 18:35:17 +01:00
Min RK
ddc61d2b62
Merge pull request #2828 from bitnik/patch-4
...
add block for scripts included in head
2019-12-03 10:10:06 +01:00
Min RK
dc049a88eb
Merge pull request #2763 from rcthomas/link-services
...
Link services
2019-12-03 10:08:59 +01:00
Kenan Erdogan
6956ffd2a9
add block for scripts included in head
2019-11-22 10:56:49 +01:00
Will Starms
2cac46fdb2
Remove server_tokens setting
...
Revert this if we decide this is a security issue, but we report the version through the API as well
2019-10-17 13:43:28 -05:00
Will Starms
8c1620e6c5
server version display
...
also tests
2019-10-15 19:23:08 -05:00
Bruno P. Kinoshita
bc32450005
Fix header project name typo
2019-10-12 13:54:01 +13:00
Rollin Thomas
cd0b3e05e2
Add service links
2019-10-05 10:59:59 -07:00
Min RK
f79495e6bf
fix relative links for spawn
2019-09-19 16:12:29 +02:00
Min RK
f474b31c94
Merge branch 'master' into server_str_sanitization
2019-09-19 16:11:16 +02:00
Kenan Erdogan
2545cd9bb3
change redirecting to relative to home page in js
2019-09-02 19:04:59 +02:00
Min RK
60f5ce0ff8
Merge pull request #2640 from nicorikken/feature/user-url-encoding
...
Escape usernames in the frontend
2019-07-22 14:12:39 +02:00
Kenan Erdogan
37642408a4
close <div class="container">
tag in home.html
2019-07-17 10:44:44 +02:00
Nico Rikken
d8d58b2ebd
chore: undo escape() functions
2019-07-16 18:52:31 +02:00
Nico Rikken
859dc34ea6
chore: rename to json_escaped_name and unittests
2019-07-16 18:45:48 +02:00
Nico Rikken
41db9fe116
chore: cleanup debugging code
2019-07-16 16:47:06 +02:00
Nico Rikken
7c78e6c326
chore: try non-escaping user
...
Now the user was double-escaped, resulting in escaped % signs
2019-07-16 14:28:28 +02:00
Nico Rikken
f1ed6c95f0
chore: reverse url changes
2019-07-16 14:04:51 +02:00
Nico Rikken
73309b5741
feat: adopt unicode_escaped_name property
2019-07-16 13:33:49 +02:00