| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Shockingly, File.lastModified() does not always support millisecond
resolution on all platforms even if the underlying filesystem supports
it. Added a forceReload flag (in addition to last modified checks) to
ensure that user backends and configuration properties are properly
reloaded.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
This allows custom implementations to store their settings alongside the
Gitblit GO or WAR settings while remaining unit-testable.
|
| |
|
| |
|
|
* 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.
|