summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/IUserService.java
Commit message (Collapse)AuthorAgeFilesLines
* Show additional columns in users and teams tablesJames Moger2011-12-281-0/+19
|
* Teams support.James Moger2011-12-071-0/+79
| | | | | | 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.
* Documentation.James Moger2011-10-111-1/+1
|
* Added IUserService.setup(IStoredSettings) for custom implementations.James Moger2011-09-281-0/+10
| | | | This allows custom implementations to store their settings alongside the Gitblit GO or WAR settings while remaining unit-testable.
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-011-4/+108
|
* Big push for first release.James Moger2011-06-251-0/+53
* Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation.