summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/models/UserModel.java
Commit message (Collapse)AuthorAgeFilesLines
* Federation support for TeamsJames Moger2011-12-131-0/+12
|
* Teams support.James Moger2011-12-071-2/+23
| | | | | | 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.
* Implemented ConfigUserService. Fixed and deprecated FileUserService.James Moger2011-12-041-0/+8
|
* Revised user access checks to account for repository ownership.James Moger2011-11-111-0/+16
| | | | | Repository owners no longer have to be explicitly selected to grant them access to Git, feeds, and zip downloads. Idea from Github/dadalar.
* Users JList to JTable. Fixed indicator tooltip. Users Tab.James Moger2011-10-161-1/+6
|
* Largely completed, uber-cool federation feature.James Moger2011-09-121-3/+4
|
* Documentation. Added JavaDoc comments.James Moger2011-07-011-0/+8
|
* Big push for first release.James Moger2011-06-251-1/+1
| | | | | | | | | | | | * 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.
* Added AccessRestrictionFilter and simplified authentication.James Moger2011-06-141-1/+7
| | | | | | | | | | | | | | | | Replaced servlet container basic authentication with a custom servlet filter which performs the same function. The advantage to this is that the servlet container is now divorced from the webapp. The login service (realm) also simplified a great deal and removes its Jetty dependencies. Additionally, the basic authorization pop-up will be displayed as needed based on the repository's access restriction. This was necessary for view-restricted repositories with the RSS feature. Its also necessary for completely open repositories as before it would prompt for credentials. Improved feed syndication feature.
* Unit testing. Removal of some unused code paths.James Moger2011-05-281-6/+1
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-0/+53