Skip to content
Snippets Groups Projects
  1. Dec 18, 2015
  2. Dec 16, 2015
  3. Nov 24, 2015
  4. Nov 23, 2015
  5. Nov 19, 2015
  6. Nov 13, 2015
  7. Oct 28, 2015
  8. Oct 23, 2015
  9. Oct 22, 2015
  10. Oct 14, 2015
  11. Oct 07, 2015
  12. Oct 03, 2015
  13. Oct 02, 2015
  14. Oct 01, 2015
  15. Sep 23, 2015
  16. Sep 22, 2015
  17. Sep 21, 2015
  18. Sep 18, 2015
  19. Sep 17, 2015
  20. Sep 16, 2015
    • Rodrigo Nascimento's avatar
      e03e929a
    • Reid Wakida's avatar
      Create RocketChat authorization package that handles role and permission · c2e6e0fa
      Reid Wakida authored
      based authorization
      
      Leverages alanning:roles package to associate a user to a role.  Uses
      alanning:roles optional "group" parameter to limit the role's scope to
      either the global level or room level.  The global level is applicable
      to users that can perform administrative functions.  The room level is
      applicable to users that can perform room specific administrative
      functions (like a moderator).
      
      A role can have zero or more permissions.  Permissions and their
      association to roles are defined by this package
      
      Authorization checks are based on whether or not the user has a role or permission.
      
      The roles, permissions, and their association are statically defined at
      this time.  Eventually, there should be an API to dynamically create a
      role and associate it to static permission(s).
      
      Old 'isAdmin' and '.admin is true'  checks have been replaced with
      corresponding hasPermission authorization checks.  Additionally, code
      that automatically assigned admin privileges are updated to assign
      'admin' role instead.
      
      channel/direct message/private group code checks authorization to edit
      properties (e.g. title) and edit/delete messages (regardless of the
      system level allow edit/delete settings).
      - user with 'admin' role are authorized to do anything
      - room creator is assigned 'moderator' role that can edit the room and
        edit/delete messages
      - members can only edit/delete their own messages IF system wide
        settings permit them to.
      
      v19 migration will
      - add 'admin' role to users with admin:true property
      - add 'moderator' role scoped to room for room creators
      - add 'user' role to all users.
      
      There are known issues unrelated to the changes made
      - If a user with edit/delete message room permissions logs out then a user without
        edit/delete message room permissions logs in, then they will see
      edit/delete icons.  The server will deny execution
      - edit/delete icons are not reactive   Thus if the system level allow
        edit/delete message setting is toggled, the icons will not reflect it.
      The server will deny execution.
      c2e6e0fa
    • Marcelo Schmidt's avatar
      Star message · ba048679
      Marcelo Schmidt authored
      ba048679
  21. Sep 15, 2015
  22. Sep 10, 2015
  23. Sep 03, 2015
  24. Sep 01, 2015
  25. Aug 27, 2015
  26. Aug 26, 2015
Loading