summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/UsersPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-33/+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.
* Teams support.James Moger2011-12-071-0/+3
| | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress.
* Clarified page hierarchy. Fixed TicGit pages.James Moger2011-09-301-0/+1
|
* Split RepositoriesPage into 3 pages. Inline page header authentication.James Moger2011-09-291-0/+29