summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/client/RegistrantPermissionsPanel.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-235/+0
| | | | | | | | | This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.
* Permission filtering in web uiJames Moger2012-11-021-1/+24
| | | | | Present the mutable permissions by default. Allow the administrator or owner to toggle the displayed permissions to see how the user and team permissions are applied to a repository.
* Gracefully deal with missing repository in permissions ui (issue 155)James Moger2012-11-011-2/+7
|
* Renamed isEditable to mutableJames Moger2012-10-311-1/+1
|
* Improve transparency of permissions by indicating permission sourceJames Moger2012-10-311-4/+19
|
* Stabilizing and polishing permissions ui. Still in-progress.James Moger2012-10-291-16/+40
|
* Differentiate between an explicit permission and a regex permissionJames Moger2012-10-221-1/+29
|
* Completed permissions UI, RPC, and Manager support (issue 36)James Moger2012-10-191-0/+140