Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using ArrayUtils.isEmpty to test arrays and collections | James Moger | 2012-01-05 | 1 | -19/+30 |
| | |||||
* | Show additional columns in users and teams tables | James Moger | 2011-12-28 | 1 | -1/+31 |
| | |||||
* | Implemented Team hook scripts | James Moger | 2011-12-27 | 1 | -1/+22 |
| | |||||
* | Support mailing lists for Teams | James Moger | 2011-12-21 | 1 | -0/+9 |
| | |||||
* | Teams support. | James Moger | 2011-12-07 | 1 | -7/+316 |
| | | | | | | 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 Moger | 2011-12-04 | 1 | -10/+17 |
| | |||||
* | Combined-md5 password storage option | James Moger | 2011-10-24 | 1 | -0/+9 |
| | |||||
* | Added IUserService.setup(IStoredSettings) for custom implementations. | James Moger | 2011-09-28 | 1 | -0/+10 |
| | | | | This allows custom implementations to store their settings alongside the Gitblit GO or WAR settings while remaining unit-testable. | ||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 1 | -7/+13 |
| | |||||
* | Documentation. Adding JavaDoc comments. Adjustments to method names. | James Moger | 2011-07-01 | 1 | -5/+118 |
| | |||||
* | Big push for first release. | James Moger | 2011-06-25 | 1 | -0/+423 |
* 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. |