Daniel Berteaud
22b1d69802
Handle configuration changes in the new admin page
10 years ago
Daniel Berteaud
8fa6fad617
Move passwords hide/unhide code to the global scope
...
So it's also available from the admin interface
10 years ago
Daniel Berteaud
dc0443d32c
Handle email notifications on the admin interface
10 years ago
Daniel Berteaud
7d98c994c9
More fixes for the admin interface
...
Make a new get_room_conf API call which does more or less the same as get_room_info but without trying to get our role
10 years ago
Daniel Berteaud
e94b6cd955
Only trigger tooltip on hover
...
Not on focus
10 years ago
Daniel Berteaud
222f77d5ff
Some fundamental fixes for the admin interface
...
Now rooms get listed and displayed on the page, but a lot is still missing
- Pagination
- Filter as you type
- Action on utton press (only join which is a simple a href works)
- Bypass password when joining a room through the admin page (push in the room_partitipant table)
- Probably more
10 years ago
Daniel Berteaud
944f121ae4
Start rewriting the admin area (WIP, not working yet)
10 years ago
Daniel Berteaud
a0b4362608
Hide overlays on XS screens
...
Also force hide tooltip when opening a modal dialog to prevent the tooltip being displayed over the modal
10 years ago
Daniel Berteaud
2013c85c28
Completly remove screen share button if not supported
...
and move the MOH button in its own btn-group
10 years ago
Daniel Berteaud
9b468b55a0
Add the non minified version of notifyjs
10 years ago
Daniel Berteaud
9c2f2e3d89
Update bootstrap-switch to 3.3.1
10 years ago
Daniel Berteaud
d9eeca2c90
Correctly update switches when updating config
10 years ago
Daniel Berteaud
58219f62d9
Check passwords match when submiting config
10 years ago
Daniel Berteaud
2f1d51eda4
There's no more drop downs menu
10 years ago
Daniel Berteaud
d101b98648
Hide password fields after config update
10 years ago
Daniel Berteaud
c5a19d6a3d
Notification on room configuration changes
10 years ago
Daniel Berteaud
5f122fed91
Hide auth modal on successful auth
10 years ago
Daniel Berteaud
137bd01c9d
Hide the configuration modal after save
...
If it succeed
10 years ago
Daniel Berteaud
4e455d1caa
Replace the dropdown auth menu with a modal dialog
10 years ago
Daniel Berteaud
2a3468d7ec
Push the logout button and time counter to the navbar on XS screens
10 years ago
Daniel Berteaud
bac285b055
Remove group actions
...
They aren't that useful and just make trhe interface less clear
10 years ago
Daniel Berteaud
ead9300d8e
Correctly remove first email input
...
When joining a room which has email notifications configured
10 years ago
Daniel Berteaud
2b0b0bf609
Huge cleanup, remove all old config stuff
10 years ago
Daniel Berteaud
b65ad2c63e
Handle email notifications in the new config menu
10 years ago
Daniel Berteaud
cdc4d71e68
Hook the new config menu with a new update_room_conf api method
10 years ago
Daniel Berteaud
b0f77440d9
Update email list in the new config menu
10 years ago
Daniel Berteaud
3436c1320e
Add dynamic input fields for email notifications in the new config menu
10 years ago
Daniel Berteaud
a4a1f78a7d
Update buttons in the new config menu when joining the room
10 years ago
Daniel Berteaud
f80c8e7d97
Send peer_id, not peer
10 years ago
Daniel Berteaud
8c5d67c5a6
First round of the config menu revamp
10 years ago
Daniel Berteaud
b93e93326f
Remove focus on some buttons
10 years ago
Daniel Berteaud
432f6521e4
Simplify invite menu
10 years ago
Daniel Berteaud
7957e32a9a
Remove wipe and quit button
...
It just cluttered the interface and wasn't OK on XS screens
10 years ago
Daniel Berteaud
527ab348b4
On XS screens, display the timecounter in the navbar
10 years ago
Daniel Berteaud
72f021c266
Update to Bootstrap 3.3.2
10 years ago
Daniel Berteaud
27337d4875
Remove the old api handler
...
Note that this breaks the admin interface, which will be rewritten
10 years ago
Daniel Berteaud
bbf4eee3df
Switch delete_room to the new api
10 years ago
Daniel Berteaud
1c8217e208
Switch get_pad_session to the new api handler
10 years ago
Daniel Berteaud
f5ab168d77
Switch wipe_data to the new api handler
10 years ago
Daniel Berteaud
b1e37a673f
Switch promote_peer to the new api handler
10 years ago
Daniel Berteaud
f181eb6406
Switch join action to the new api handler
10 years ago
Daniel Berteaud
2dc0ed116a
Switch email_notification to the new api handler
10 years ago
Daniel Berteaud
2e4d09ad0e
Switch set_ask_for_name to the new api handler
10 years ago
Daniel Berteaud
09917e3286
Switch get_peer_role to the new api handler
10 years ago
Daniel Berteaud
c8a17e7be8
Switch get_room_info to the new api handler
10 years ago
Daniel Berteaud
0a6e2d4f9b
Switch set_persistent to the new API handler
10 years ago
Daniel Berteaud
d1099ec517
Fix auth call
10 years ago
Daniel Berteaud
1eb8b4f9db
Switch authenticate to the new API handler
10 years ago
root
91aa46c9c7
Convert setPassword (join and owner) to the new API handler
10 years ago
Daniel Berteaud
9d67d1afc0
Move ping action to the new API handler
10 years ago