clojars / clojars-web

A community repository for open-source Clojure libraries
https://clojars.org
Eclipse Public License 1.0
470 stars 114 forks source link

Project-level deploy scoping #877

Closed tobias closed 10 months ago

tobias commented 10 months ago

Rename groups table to permissions

This better captures what it is used for, and preps us for having jar-level permissions in the future.

Add project-scoped permissions

This will allow group admins to give admin or just deploy rights to users for individual projects within the group.

Implements #709.

Screenshot of the updates to the group management page:

image

tobias commented 10 months ago

Now with collapsable help!

image