228 Commits (601632c07b8b8c62e188fff6264b68d99410c11a)

Author SHA1 Message Date
Daniel Berteaud 601632c07b Drop the owner column in rooms table, useless 9 years ago
Daniel Berteaud a7efdd54a7 Return an error if trying to create an already existing room 9 years ago
Daniel Berteaud 57c5252f7e Get rid of the useless name in session 9 years ago
Daniel Berteaud c0fa2bb3e5 Don't record IP in session, as it's not used 9 years ago
Daniel Berteaud dac6a1f3ae Purge the DB every 15 minutes instead of 5 9 years ago
Daniel Berteaud 28b62f9931 Fix etherpad session creation 9 years ago
Daniel Berteaud 2a00e86a2e password is not reserved anymore 9 years ago
Daniel Berteaud 761f9035d5 Get rid of the ping API call, useless now 9 years ago
Daniel Berteaud 305b6cf5eb Some big changes arround password and authentication handling 9 years ago
Daniel Berteaud a0273ab7aa Set default role to participant if there's no join password 9 years ago
Daniel Berteaud d5c95fb9eb Remove the old password route and template 9 years ago
Daniel Berteaud 506b6f12db Prompt for a password in a niver popup 9 years ago
Daniel Berteaud a108b81e3a Update authenticate method 9 years ago
Daniel Berteaud d311b4cc6d Typo in comment 9 years ago
Daniel Berteaud de1cbae578 Only check invitation response if required 10 years ago
Daniel Berteaud c22ed01a86 get_mtime isn't needed anymore 10 years ago
Daniel Berteaud 2d8a599cc6 Detect supported lang based on files in I18N 10 years ago
Daniel Berteaud 53975723bd Don't check if modifying persistence is allowed if not needed 10 years ago
Daniel Berteaud 98439ac100 Move conf loading in it's own pm 10 years ago
Daniel Berteaud 95e8c0d9b7 Default value for directories.cache 10 years ago
Daniel Berteaud 024a362944 Make the cache directory configurable 10 years ago
Daniel Berteaud ef4183a47c Change get_room_members so it returns a array of peer id 10 years ago
Daniel Berteaud 76532851f2 Some comment enhancements 10 years ago
Daniel Berteaud 6c3499cd1c Change class for invitation response messages 10 years ago
Daniel Berteaud d9c8904c14 Manage invitation responses in the signaling heartbeat 10 years ago
Daniel Berteaud c6a39b7c0c Purge expired rooms and invitation in an IOLoop instead of the ping hack 10 years ago
Daniel Berteaud cc13881390 get_url doesn't exist anymore, switch to url_for 10 years ago
Daniel Berteaud 89a5e5bbc4 Don't try to log token if it's not defined 10 years ago
Daniel Berteaud 188d333098 Fix owner authenticating through the authenticate api method 10 years ago
Daniel Berteaud 15c3980792 Don't send notified emails to non owner 10 years ago
Daniel Berteaud 54a2dce8bf Some cleanups in key/room/role association and checks 10 years ago
Daniel Berteaud 1edd844272 Some changes in the way peer role is handled 10 years ago
Daniel Berteaud a2c65ad26c Small changes regarding static resources caching 10 years ago
Daniel Berteaud f480f9b537 Log who's logging out before destroying the session 10 years ago
Daniel Berteaud f8257889b3 Mark active page as such in the toolbar 10 years ago
Daniel Berteaud fb3f5fa05f Send JSON bool for room conf 10 years ago
Daniel Berteaud 9e20d9208f Combine all JS files in one template 10 years ago
Daniel Berteaud 5a832da7a2 Remove get_url wrapper 10 years ago
Daniel Berteaud 63bccc1cb8 Replace URI with Mojo::URL 10 years ago
Daniel Berteaud d38be16526 Remove the signaling URI settings 10 years ago
Daniel Berteaud 76086b39e4 Set log level just before starting the app 10 years ago
Daniel Berteaud 255ac408f3 Move log level to the daemon section 10 years ago
Daniel Berteaud edec884c37 Minify and combine static assets with Mojolicious::Plugin::StaticCompressor 10 years ago
Daniel Berteaud 511a996679 Unicast messages on the signaling channel if needed 10 years ago
Daniel Berteaud 75238a2631 Fallback to en if current locale is not complete 10 years ago
Daniel Berteaud 3e2fbbcd11 Reject uninitialized room names 10 years ago
Daniel Berteaud 67c3f5705e Fix SQL query syntax 10 years ago
Daniel Berteaud f2a2e877a6 Remove the old rfc5766-turn-server auth method as it doesn't brings anything 10 years ago
Daniel Berteaud 14d179ebc0 Implement TURN REST API compatible credentials 10 years ago
Daniel Berteaud 6960665111 Support several STUN and TURN severs 10 years ago