Page MenuHomePhorge

[MEET]: Generic implementation of Roles/Permissions
ClosedPublic

Authored by machniak on Jan 14 2021, 2:04 PM.
Tags
None
Referenced Files
F12004218: D2098.id5899.diff
Sat, May 4, 3:55 PM
F11995713: D2098.id5923.diff
Sat, May 4, 4:03 AM
Unknown Object (File)
Fri, May 3, 7:49 PM
Unknown Object (File)
Fri, May 3, 7:22 PM
Unknown Object (File)
Fri, May 3, 7:00 PM
Unknown Object (File)
Thu, May 2, 6:40 PM
Unknown Object (File)
Thu, May 2, 4:33 PM
Unknown Object (File)
Sun, Apr 28, 7:30 AM
Subscribers
Restricted Project

Details

Reviewers
vanmeeuwen
Group Reviewers
Restricted Project
Commits
rK768848eaa55c: [MEET]: Generic implementation of Roles/Permissions
Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.
  • Improve constants handling
vanmeeuwen added inline comments.
src/database/migrations/2021_01_13_120000_create_openvidu_connections_table.php
32

TODO for Jeroen: examine which indexes to use.

  • Add unique key on openvidu_connections.session_id
  • Fix: session_id should be indexed but not unique
vanmeeuwen added inline comments.
src/database/migrations/2021_01_13_120000_create_openvidu_connections_table.php
32

there should be an additional index on ['room_id', 'session_id'] because of Room.php 364

This revision now requires changes to proceed.Jan 19 2021, 10:57 AM
  • Improve constants handling
  • Add unique key on openvidu_connections.session_id
  • Fix: session_id should be indexed but not unique
  • Remove redundant where clause
This revision is now accepted and ready to land.Jan 19 2021, 3:29 PM
This revision was automatically updated to reflect the committed changes.