Daniel Berteaud
e14b8e479c
fr locale fixe
10 years ago
Daniel Berteaud
11d1cf840e
Syntaxe error in en locale
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
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
c5a19d6a3d
Notification on room configuration changes
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
9bd0de6118
Some more cleanups in localizations
10 years ago
Daniel Berteaud
cdc4d71e68
Hook the new config menu with a new update_room_conf api method
10 years ago
Daniel Berteaud
3436c1320e
Add dynamic input fields for email notifications in the new config menu
10 years ago
Daniel Berteaud
432f6521e4
Simplify invite menu
10 years ago
Daniel Berteaud
d2cea265d4
Remove redundant reserve help
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
2dd357f534
Simplify name desc in fr and en locales
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
d962b7183c
Allow authenticate method to participants
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
Daniel Berteaud
90c49fc6a1
Move lock_room and unlock_room to the new API handler
10 years ago
Daniel Berteaud
3a3603df1a
Move email invitation to the new API handler
10 years ago
Daniel Berteaud
bdb86d4973
Rewrite valid_room_name helper to return a hashref
10 years ago
Daniel Berteaud
cb56f6a935
Define constants in a separated package
10 years ago
root
b4497a1e80
Switch to Mojolicious::Plugin::Mail
...
Close #81
10 years ago
Daniel Berteaud
695491e8c1
Small typos in fr locale
10 years ago
Daniel Berteaud
a289803632
Separate owner password and persistence
...
Now, persistent rooms will be really persistent (never deleted), but can only be set by an admin
Rooms with an owner password set are now called "reserved" room, and works as before
10 years ago
Daniel Berteaud
f75fb45941
Add email invitation suport on the management page
10 years ago
Daniel Berteaud
f2db6be49e
Display the number of participants in the management page
10 years ago
Daniel Berteaud
098dd94f16
Add localization for the new pages
10 years ago
Daniel Berteaud
22ab05ee98
Revamp the invite by email menu
10 years ago
Daniel Berteaud
9176b37350
Add a description meta
11 years ago
Daniel Berteaud
ba80a3b429
Add localization for the new delete room feature
...
And this last commit fix #75
11 years ago
Daniel Berteaud
da8633c1a3
Fix a typo goodby -> goodbye
11 years ago
Daniel Berteaud
7e634c0b39
Add localization for the new confirm on quit dialog
11 years ago
Daniel Berteaud
d43d387b8c
Add localization for the new wipe data feature
11 years ago
Daniel Berteaud
c1418e3aee
Add a new slide on the index to talk about etherpad integration
...
Only if etherpad is enabled
11 years ago
Daniel Berteaud
1c3a7c2687
Enable etherpad access in the interface
11 years ago
Daniel Berteaud
eb90707b39
Add a warning if javascript is disabled
...
Fix #64
11 years ago
Daniel Berteaud
0fd8f42776
Add a simple modal dialog when connection is lost
...
Fix #65
11 years ago
Daniel Berteaud
d980e4a874
FIx a typo in en locale
11 years ago
Daniel Berteaud
5658c6db4e
Update browser not supported dialog
...
Adapt links for android (point to Google Play)
Don't display browsers download link on iOS, as they will not work anyway
Fix #62
11 years ago
Daniel Berteaud
061e7ba4d4
Remove some dead code
11 years ago
Daniel Berteaud
f4f1cfd6a7
Localize HELP_MOH_BUTTON
...
Fix #61
11 years ago