1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-17 19:59:13 +02:00

Commit Graph

  • 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 Daniel Berteaud 2015-01-22 22:10:07 +0100
  • 944f121ae4 Start rewriting the admin area (WIP, not working yet) Daniel Berteaud 2015-01-22 19:04:51 +0100
  • a0b4362608 Hide overlays on XS screens Also force hide tooltip when opening a modal dialog to prevent the tooltip being displayed over the modal Daniel Berteaud 2015-01-22 18:33:46 +0100
  • 2013c85c28 Completly remove screen share button if not supported and move the MOH button in its own btn-group Daniel Berteaud 2015-01-22 18:07:01 +0100
  • 6bc6c0dde7 Completly hide the help dialog on XS screens Daniel Berteaud 2015-01-22 17:28:10 +0100
  • 9b468b55a0 Add the non minified version of notifyjs Daniel Berteaud 2015-01-22 17:13:25 +0100
  • 9c2f2e3d89 Update bootstrap-switch to 3.3.1 Daniel Berteaud 2015-01-22 17:10:01 +0100
  • d9eeca2c90 Correctly update switches when updating config Daniel Berteaud 2015-01-22 17:09:30 +0100
  • 58219f62d9 Check passwords match when submiting config Daniel Berteaud 2015-01-22 16:58:14 +0100
  • 2f1d51eda4 There's no more drop downs menu Daniel Berteaud 2015-01-22 16:49:14 +0100
  • d101b98648 Hide password fields after config update Daniel Berteaud 2015-01-22 16:46:42 +0100
  • 3c74404321 Fix configuration handling with empty password Daniel Berteaud 2015-01-22 16:42:21 +0100
  • c5a19d6a3d Notification on room configuration changes Daniel Berteaud 2015-01-22 16:33:05 +0100
  • 5f122fed91 Hide auth modal on successful auth Daniel Berteaud 2015-01-22 16:05:19 +0100
  • 137bd01c9d Hide the configuration modal after save If it succeed Daniel Berteaud 2015-01-22 16:03:24 +0100
  • 4e455d1caa Replace the dropdown auth menu with a modal dialog Daniel Berteaud 2015-01-22 15:54:08 +0100
  • 2a3468d7ec Push the logout button and time counter to the navbar on XS screens Daniel Berteaud 2015-01-22 15:45:04 +0100
  • 5c241c1e99 Fix room ping Daniel Berteaud 2015-01-22 15:21:51 +0100
  • bac285b055 Remove group actions They aren't that useful and just make trhe interface less clear Daniel Berteaud 2015-01-22 15:15:39 +0100
  • 4f7ce39d6b CHange the glyph for webcam Daniel Berteaud 2015-01-22 15:11:46 +0100
  • ead9300d8e Correctly remove first email input When joining a room which has email notifications configured Daniel Berteaud 2015-01-22 15:09:12 +0100
  • 9bd0de6118 Some more cleanups in localizations Daniel Berteaud 2015-01-22 13:51:42 +0100
  • 2b0b0bf609 Huge cleanup, remove all old config stuff Daniel Berteaud 2015-01-22 13:43:58 +0100
  • b65ad2c63e Handle email notifications in the new config menu Daniel Berteaud 2015-01-22 13:28:26 +0100
  • cdc4d71e68 Hook the new config menu with a new update_room_conf api method Daniel Berteaud 2015-01-22 12:56:48 +0100
  • b9e3597111 Fix the new configuration form id Daniel Berteaud 2015-01-21 22:51:38 +0100
  • b0f77440d9 Update email list in the new config menu Daniel Berteaud 2015-01-21 22:41:39 +0100
  • 3436c1320e Add dynamic input fields for email notifications in the new config menu Daniel Berteaud 2015-01-21 22:24:02 +0100
  • a4a1f78a7d Update buttons in the new config menu when joining the room Daniel Berteaud 2015-01-21 19:08:31 +0100
  • 41d1282e4b Fix promoting peer Daniel Berteaud 2015-01-21 19:02:00 +0100
  • f80c8e7d97 Send peer_id, not peer Daniel Berteaud 2015-01-21 18:46:47 +0100
  • fa99945aa9 STatus and msg were reversed on promote peer error Daniel Berteaud 2015-01-21 18:41:00 +0100
  • 8c5d67c5a6 First round of the config menu revamp Daniel Berteaud 2015-01-21 18:39:20 +0100
  • b93e93326f Remove focus on some buttons Daniel Berteaud 2015-01-20 17:29:08 +0100
  • 138bb5a5dd Fix invitation token parsing Daniel Berteaud 2015-01-20 17:28:54 +0100
  • 432f6521e4 Simplify invite menu Daniel Berteaud 2015-01-20 17:07:57 +0100
  • d2cea265d4 Remove redundant reserve help Daniel Berteaud 2015-01-20 16:54:30 +0100
  • a329c59d91 Hide MOH button on XS screens Daniel Berteaud 2015-01-20 16:45:19 +0100
  • 7957e32a9a Remove wipe and quit button It just cluttered the interface and wasn't OK on XS screens Daniel Berteaud 2015-01-20 16:41:47 +0100
  • ec912503f6 Remove lang switch from room Only keep it on the front pages Daniel Berteaud 2015-01-20 16:37:47 +0100
  • 527ab348b4 On XS screens, display the timecounter in the navbar Daniel Berteaud 2015-01-20 16:36:25 +0100
  • 2dd357f534 Simplify name desc in fr and en locales Daniel Berteaud 2015-01-20 16:06:53 +0100
  • 72f021c266 Update to Bootstrap 3.3.2 Daniel Berteaud 2015-01-20 14:37:59 +0100
  • 6fa7a0b5c9 Replace secret with secrets Daniel Berteaud 2015-01-20 11:17:04 +0100
  • 897fd7b02f Use Email::Valid to check email address Daniel Berteaud 2015-01-18 22:59:06 +0100
  • 27337d4875 Remove the old api handler Note that this breaks the admin interface, which will be rewritten Daniel Berteaud 2015-01-18 22:54:03 +0100
  • bbf4eee3df Switch delete_room to the new api Daniel Berteaud 2015-01-18 22:51:19 +0100
  • 1c8217e208 Switch get_pad_session to the new api handler Daniel Berteaud 2015-01-18 22:46:36 +0100
  • f5ab168d77 Switch wipe_data to the new api handler Daniel Berteaud 2015-01-18 22:38:28 +0100
  • b1e37a673f Switch promote_peer to the new api handler Daniel Berteaud 2015-01-18 22:17:08 +0100
  • f181eb6406 Switch join action to the new api handler Daniel Berteaud 2015-01-18 22:09:04 +0100
  • 2dc0ed116a Switch email_notification to the new api handler Daniel Berteaud 2015-01-18 21:55:46 +0100
  • cf83985a3c Fix checking peer role Daniel Berteaud 2015-01-18 21:20:28 +0100
  • 2e4d09ad0e Switch set_ask_for_name to the new api handler Daniel Berteaud 2015-01-18 21:19:16 +0100
  • 09917e3286 Switch get_peer_role to the new api handler Daniel Berteaud 2015-01-18 21:06:01 +0100
  • c8a17e7be8 Switch get_room_info to the new api handler Daniel Berteaud 2015-01-18 20:02:23 +0100
  • 0a6e2d4f9b Switch set_persistent to the new API handler Daniel Berteaud 2015-01-18 19:38:18 +0100
  • 46a1c21388 Fix setting owner role after authentication Daniel Berteaud 2015-01-18 19:21:58 +0100
  • f7aca508a8 Password error must be reported as an error Daniel Berteaud 2015-01-18 19:07:33 +0100
  • d1099ec517 Fix auth call Daniel Berteaud 2015-01-18 19:05:40 +0100
  • dfeee63d07 Spacing issue Daniel Berteaud 2015-01-18 19:03:03 +0100
  • d962b7183c Allow authenticate method to participants Daniel Berteaud 2015-01-18 19:02:36 +0100
  • c4bfe21f4e More fixes in key_can_do_this Daniel Berteaud 2015-01-18 19:02:22 +0100
  • 8f4b707d4c Fix API authorization checks Daniel Berteaud 2015-01-18 18:45:48 +0100
  • 1eb8b4f9db Switch authenticate to the new API handler Daniel Berteaud 2015-01-18 18:35:51 +0100
  • 18dfb3f81a Small typo in comment Daniel Berteaud 2015-01-18 17:33:02 +0100
  • 91aa46c9c7 Convert setPassword (join and owner) to the new API handler root 2015-01-10 13:58:05 +0100
  • 9d67d1afc0 Move ping action to the new API handler Daniel Berteaud 2014-10-24 17:54:35 +0200
  • 90c49fc6a1 Move lock_room and unlock_room to the new API handler Daniel Berteaud 2014-10-24 17:42:13 +0200
  • 3a3603df1a Move email invitation to the new API handler Daniel Berteaud 2014-10-24 17:28:06 +0200
  • 59aadfbbfb Rename the lang switch Daniel Berteaud 2014-10-23 18:01:01 +0200
  • cb3c7cb5f9 Switch language switch to the new API handler Daniel Berteaud 2014-10-22 18:39:19 +0200
  • 95d970b128 Add purge_api_keys helper And reserve the api name, + add a new route for api access Daniel Berteaud 2014-10-21 18:59:34 +0200
  • 40b97cb7b9 Maintain key <-> room <-> role associations in the room_keys table Daniel Berteaud 2014-10-21 15:33:17 +0200
  • ab24ac57bd Forgot AUTO_INCREMENT on id columns Daniel Berteaud 2014-10-21 13:16:59 +0200
  • a903c5d0ec Create API key on login, and record it in the session Daniel Berteaud 2014-10-21 12:41:18 +0200
  • 64fb984264 Add api_keys and room_keys tables Daniel Berteaud 2014-10-21 11:50:55 +0200
  • dca0ab194e It's not jsonrpc, rename action handler to jsapi Daniel Berteaud 2014-10-21 10:14:13 +0200
  • 4d70f0bece Coding standard: spacing issues Daniel Berteaud 2014-10-20 20:19:50 +0200
  • 55241c4798 Rename action URI handler to jsonrpc Daniel Berteaud 2014-10-19 16:59:12 +0200
  • 63d2f70bfa Merge get and post routes for password protected rooms Daniel Berteaud 2014-10-19 16:55:02 +0200
  • b6e6ca81cd Merge admin routes in a single route Daniel Berteaud 2014-10-19 13:15:25 +0200
  • b0cb6cb85b index should only accept GET Daniel Berteaud 2014-10-19 13:11:49 +0200
  • 5d7005d1fd Some essential fixes in admin area Daniel Berteaud 2014-10-19 13:10:11 +0200
  • 45794f4127 Fix inactivity timeouts which are now expressed in minutes, not seconds Daniel Berteaud 2014-10-19 13:02:01 +0200
  • 18d76a597f Small cleanup in create_etherpad_session helper Daniel Berteaud 2014-10-19 12:54:02 +0200
  • d96b213ccd Cleanups in create_pad helper Daniel Berteaud 2014-10-19 12:51:12 +0200
  • 1b33dfb9be More cleanups in email invitation handling Daniel Berteaud 2014-10-19 12:38:36 +0200
  • 5005346577 Rename delete_invitations to purge_invitations Daniel Berteaud 2014-10-19 12:27:17 +0200
  • 81f1ece9ba CLeanups in invitation response handling Daniel Berteaud 2014-10-19 12:25:03 +0200
  • 971b114251 Rename processed_invitation Daniel Berteaud 2014-10-19 12:07:43 +0200
  • 55832c26d4 CLeanups in invitations handling Daniel Berteaud 2014-10-19 12:00:14 +0200
  • f8bd8daa50 Rename get_invitation to get_invitation_by_token plus some cleanups Daniel Berteaud 2014-10-19 11:47:54 +0200
  • 5f2aa74063 Replace ask_for_name with the generic modify_room helper Daniel Berteaud 2014-10-16 23:11:49 +0200
  • a78787c173 Cleanups in email_notification handling Daniel Berteaud 2014-10-16 23:08:41 +0200
  • 976ca5679b Replace set_persistent with the generic modify_room helper Daniel Berteaud 2014-10-16 22:40:48 +0200
  • c9d8730b47 Replace set_join_pass and set_owner_pass with the generic modify_room Daniel Berteaud 2014-10-16 22:37:16 +0200
  • 944f153d21 Fix room creation Daniel Berteaud 2014-10-16 22:24:26 +0200
  • 33db43e2b0 Remove some useless error handling Daniel Berteaud 2014-10-16 22:20:59 +0200
  • 4053d8dc95 Cleanups in delete_room Daniel Berteaud 2014-10-16 22:16:11 +0200