Git Product home page Git Product logo

Comments (3)

huapox avatar huapox commented on May 22, 2024

Suggest gitea/gitlab/github OAuth source add-functional in the webUI, It's better than Just use command.

from agola.

sgotti avatar sgotti commented on May 22, 2024

@huapox Sorry but I can't understand what you're suggesting and how it's related to this issue. Can you open a new enhancement issue? If you're suggesting to add add agola remotesource create web ui equivalent it's logically not possible since you have to use an admin token that cannot be used in the ui.

from agola.

alessandro-sorint avatar alessandro-sorint commented on May 22, 2024

I are working in thi issue. I write some ideas for start the job.
The the invitation can create only by the user owners.
For the moment the user give the notification of the invitation from the web page and there are a list of invitations
The user can accept or refuse the invitation.
The user owners can cancel the invitation.

In the db I would like the add the table invitation whit this fields: id uuid, userid uuid, orgid uuid, creatoruseid uuid, role varchar, PRIMARY KEY (id)

I think to implement this apis in the gateway:

POST /invitations
Creation of the invitation, only for owner users

GET /invitations/{invitationid}
Get the invitation by id

GET /user/invitations
Get invitations list of the current user

GET /orgs/{orgref}/invitations
Get invitations list of an organization. Only for owner users

PUT /invitations/{invitationid}/actions
Action for accept/deny invitation, for current user, and action cancel for users owner

from agola.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.