•  
     
    story #25738 manage Tuleap users & project access
Summary
Empty
manage Tuleap users & project access
Empty

User:

  • Rename (change of login, change of "realname", change of email, other ?)
  • Status change: Suspended / Deleted
  • Take into account category
    • Active: have access to all public projects as well as project they are member of
    • Restricted: only have access to project they are member of

Projects:

  • Public incl. Restricted: Can be accessed by all users regardless if they are Active or Restricted
  • Public: Can only be accessed by Active users
  • Private: Can only be accessed by Members
  • Private without Restricted: Can only be accessed by Members (FWIW,, from MW point of view it's the same thing than Private)

Platform can be:

  • Accessible by anonymous
  • Or mandate a login
  • Or mandate a login + have "Restricted users"

From Mediawiki point of view, it's a new REST route accessible with oauth2-mediawiki_standalone scope: GET /projects/{id}/mediawiki_standalone_permissions:

{
  "permissions": {
    "is_reader": bool,
    "is_writer": bool,
    "is_admin": bool,
    "is_bot": bool
  }
}
Empty
Empty
Status
Mediawiki Standalone
Done
Development
  • [ ] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [ ] Are permissions checked?
  • [ ] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Empty
Details
#25738
Manuel Vacelet (vaceletm)
2022-07-21 11:02
2022-03-29 10:28
3498

References

Follow-ups

User avatar

Closed despite outstanding issue #27186


  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
  • Status changed from On going to Done
User avatar
Thomas Gerbet (tgerbet)2022-05-17 10:33

gerrit #25867 integrated into Tuleap 13.8.99.87.


  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
User avatar
  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
  • Category set to Mediawiki Standalone
User avatar
  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
  • Status changed from Ready (stalled) to On going