166 Commits (4eb3d2f7e7b87f61727ee4debc2c253258d232a9)

Author SHA1 Message Date
Daniel Berteaud 55832c26d4 CLeanups in invitations handling 10 years ago
Daniel Berteaud f8bd8daa50 Rename get_invitation to get_invitation_by_token 10 years ago
Daniel Berteaud 5f2aa74063 Replace ask_for_name with the generic modify_room helper 10 years ago
Daniel Berteaud a78787c173 Cleanups in email_notification handling 10 years ago
Daniel Berteaud 976ca5679b Replace set_persistent with the generic modify_room helper 10 years ago
Daniel Berteaud c9d8730b47 Replace set_join_pass and set_owner_pass with the generic modify_room 10 years ago
Daniel Berteaud 944f153d21 Fix room creation 10 years ago
Daniel Berteaud 33db43e2b0 Remove some useless error handling 10 years ago
Daniel Berteaud 4053d8dc95 Cleanups in delete_room 10 years ago
Daniel Berteaud 49aab66082 Enable DBI RaiseError so we don't have to handle them everywhere 10 years ago
Daniel Berteaud 759965165f Simplify purge_rooms 10 years ago
Daniel Berteaud a6dc7c9ce5 Simplify purge_participants 10 years ago
Daniel Berteaud 88c5d3ccb2 Simplify has_joined 10 years ago
Daniel Berteaud 3fc530292c Simplify promote_peer 10 years ago
Daniel Berteaud 5240daddd1 Simplify get_peer_role 10 years ago
Daniel Berteaud ee6ce99341 Simplify set_peer_role 10 years ago
Daniel Berteaud 84cf94b8b5 Simplify and fix get_participants_list 10 years ago
Daniel Berteaud 372e7add34 Simplify remove_participant_from_room 10 years ago
Daniel Berteaud dcc651763b Simplify modify_room helper 10 years ago
Daniel Berteaud 91465f1c1b Fix some syntaxe error 10 years ago
Daniel Berteaud 2f3ad038c1 Simplify get_room_by_id 10 years ago
Daniel Berteaud f911706ddd Simplify get_room_by_name 10 years ago
Daniel Berteaud 0a304dcabb Simplify logout 10 years ago
Daniel Berteaud 8c2267abec Simplify login 10 years ago
Daniel Berteaud 42a8962fdd Simplify valid_id helper 10 years ago
root b7924cbf2f Simple return value of valid_name 10 years ago
Daniel Berteaud effaf249ad Fix ping_room timestamp updates 10 years ago
Daniel Berteaud 3a280ab370 Cleanups in purge_rooms helper 10 years ago
Daniel Berteaud a5c2445c6a Cleanups in purge_participants 10 years ago
Daniel Berteaud 831cec4d0f Cleanups in has_joined helper 10 years ago
Daniel Berteaud 848fba10ae Cleanups in promote_peer helper 10 years ago
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