185 Commits (f14ea4290f23e74ca51e0e9ce7620d754c5e3b4b)

Author SHA1 Message Date
Daniel Berteaud 47224076e0 Replace useless queries by JOIN statements 10 years ago
Daniel Berteaud f69cc901de CLeanups in get_peer_role helper 10 years ago
Daniel Berteaud 6a798e8ea4 Cleanups in set_peer_role 10 years ago
Daniel Berteaud 6ec5ce7e60 Minor cleanup 10 years ago
Daniel Berteaud 7c0655255f CLeanups in get_participant_list helper 10 years ago
Daniel Berteaud 504b143e05 Cleanups in remove_participant_from_room 10 years ago
Daniel Berteaud 05179d558a Cleanups in add_participant_to_room 10 years ago
Daniel Berteaud 4479376453 Remove lock_room helper, now handled by the generic modify_room 10 years ago
Daniel Berteaud 79d894be69 Cleanups in modify_room helper 10 years ago
Daniel Berteaud fb101cb1b9 Return OK when everything is fine in get_room_by_* 10 years ago
Daniel Berteaud c195448b05 Rename status to ok on function return 10 years ago
Daniel Berteaud 8b0dfdccce Remove a few useless initializations 10 years ago
Daniel Berteaud 2653bd6686 Cleanup get_room_by_id 10 years ago
Daniel Berteaud 907b17ade1 Cleanup get_room_by_name 10 years ago
Daniel Berteaud 28cffe0481 Cleanup create_room helper 10 years ago
Daniel Berteaud bdb86d4973 Rewrite valid_room_name helper to return a hashref 10 years ago
Daniel Berteaud 88315e6423 Small cleanup 10 years ago
Daniel Berteaud e9bb0e1137 Update logout helper to return a hashref 10 years ago
Daniel Berteaud b5d483645c Update login helper to return a hashref 10 years ago
Daniel Berteaud 798102117e Add a new generic modify_room helper 10 years ago
Daniel Berteaud cb56f6a935 Define constants in a separated package 10 years ago
Daniel Berteaud 946a9a749f Rename a few DB tables 10 years ago
Daniel Berteaud eda5ada45b Fix invitations handling 10 years ago
Daniel Berteaud 2b5f5208e6 Remove useless bind variable 10 years ago
Daniel Berteaud 85da128bff Fix participant last_activity 10 years ago
Daniel Berteaud 6a92875ae0 Another round of SQL queries updates 10 years ago
Daniel Berteaud 7370977481 Start adaptation to the new DB schema 10 years ago
Daniel Berteaud b9dbc3c9fd Rename get_room to get_room_by_name 10 years ago
Daniel Berteaud 8b01ca6fe9 Some more prepared queries 10 years ago
Daniel Berteaud 3e3f6e09f8 Remove support for language selection with url suffix 10 years ago
Daniel Berteaud 008e90a927 Directly render the feedback_thanks template 10 years ago
Daniel Berteaud cfb6fddac2 Switch conf parser to Config::Simple 10 years ago
Daniel Berteaud cf3e6a28b1 Use Mojolicious::Plugin::Database to connect to the DB 10 years ago
Daniel Berteaud e09c70e62c Switch to Session::Token to generate random names 10 years ago
Daniel Berteaud 146d1b7881 Adapt to run vroom under hypnotoad instead of a CGI script 10 years ago
Daniel Berteaud 4d90bb4e41 Small typo 10 years ago
root 98b81d2520 Use a prepared statement to create etherpad group 10 years ago
Daniel Berteaud 111344fb58 Don't load unused modules 10 years ago
root b4497a1e80 Switch to Mojolicious::Plugin::Mail 10 years ago
Daniel Berteaud 232125b88c Add lang switch in the toolbar 10 years ago
Daniel Berteaud 8d8dfad3d4 Maintain client localizations on server-side 10 years ago
Daniel Berteaud a289803632 Separate owner password and persistence 10 years ago
Daniel Berteaud f4a90fa9b4 Another fix in room expiration logic 10 years ago
Daniel Berteaud 7d02133483 Fix participant cleanup logic 10 years ago
Daniel Berteaud b8576f687b Code cleanup 10 years ago
Daniel Berteaud f2db6be49e Display the number of participants in the management page 10 years ago
Daniel Berteaud 819ac83f63 Cleanup participant table after 10 min instead of 2 hours 10 years ago
Daniel Berteaud 9f8908657c Some code cleanup 10 years ago
Daniel Berteaud 22afd16b15 Fix case in components name 10 years ago
Daniel Berteaud d51e6b8d2d Fix room deletion 10 years ago