James Moger
2012-07-14 8b7d3017cb094d3181235df2802f614ec339ef8d
commit | author | age
da0c31 1 ## Standard Features (GO/WAR)
85c2e6 2 - JGit SmartHTTP servlet
JM 3 - Browser and git client authentication
ed21d2 4 - Four *per-repository* access control configurations with a Read-Only control flag
3b5289 5     - ![anonymous](blank.png) *Anonymous View, Clone & Push*
JM 6     - ![push](lock_go_16x16.png) *Authenticated Push*
7     - ![clone](lock_pull_16x16.png) *Authenticated Clone & Push*
8     - ![view](shield_16x16.png) *Authenticated View, Clone & Push*
9     - ![freeze](cold_16x16.png) Freeze repository (i.e. deny push, make read-only)
831469 10 - Ability to federate with one or more other Gitblit instances
fa5e6f 11 - RSS/JSON RPC interface
d40adc 12 - Java/Swing Gitblit Manager tool 
85c2e6 13 - Gitweb inspired web UI
e4547f 14 - Responsive web UI that subtracts elements to be usable on phones, tablets, and desktop browsers
fa54be 15 - Groovy pre- and post- push hook scripts, per-repository or globally for all repositories
0b9119 16 - Email push notifications *(via sendmail.groovy push script)*
ff3f0e 17 - Lucene indexing of specified repository branches
d40adc 18 - Administrators may create, edit, rename, or delete repositories through the web UI or RPC interface
JM 19 - Administrators may create, edit, rename, or delete users through the web UI or RPC interface
fe24a0 20 - Administrators may create, edit, rename, or delete teams through the web UI or RPC interface
85c2e6 21 - Repository Owners may edit repositories through the web UI
aebae0 22 - Administrators and Repository Owners may set the default branch through the web UI or RPC interface
6e15cb 23 - LDAP authentication and optional LDAP-controlled Team memberships
df162c 24 - Gravatar integration
d40adc 25 - Git-notes display support
11924d 26 - gh-pages display support (Jekyll is not supported)
85c2e6 27 - Branch metrics (uses Google Charts)
JM 28 - HEAD and Branch RSS feeds
29 - Blame annotations view
30 - Dates can optionally be displayed using the browser's reported timezone
31 - Display of Author and Committer email addresses can be disabled
32 - Case-insensitive searching of commit messages, authors, or committers
33 - Dynamic zip downloads feature
34 - Markdown file view support
35 - Syntax highlighting for popular source code types
36 - Customizable regular expression substitution for commit messages (i.e. bug or code review link integration)
37 - Single text file for users configuration
38 - Optional utility pages
3b5289 39     - ![docs](book_16x16.png) Docs page which enumerates all Markdown files within a repository
JM 40     - ![tickets](bug_16x16.png) Ticgit ticket pages *(based on last MIT release bf57b032 2009-01-27)*
8b7d30 41 - Translations
JM 42     - English
43     - Japanese
44     - Spanish
45     - Polish
85c2e6 46
JM 47 ## Gitblit GO Features
48 - Out-of-the-box integrated stack requiring minimal configuration
3b5289 49 - Automatically generates a self-signed certificate for *localhost* https communications  
JM 50     (includes script to generate a self-signed certificate for *your hostname*, see [setup](/setup.html) for details)
85c2e6 51 - Single text file for configuring server and gitblit
d39680 52 - A Windows service installation script and configuration tool
7525c2 53 - Built-in AJP connector for Apache httpd 
85c2e6 54
JM 55 ## Limitations
d65f71 56 - HTTP/HTTPS are the only supported Git protocols
fa54be 57 - Built-in access controls are not path-based, they are repository-based.  
85c2e6 58 - Only Administrators can create, rename or delete repositories
JM 59 - Only Administrators can create, modify or delete users
fa54be 60 - Only Administrators can create, modify or delete teams
d39680 61 - Native Git may be needed to periodically run git-gc as [JGit][jgit] does not fully support the git-gc featureset.
85c2e6 62
JM 63 ### Caveats
64 - Gitblit may have security holes.  Patches welcome.  :)
65
6e15cb 66 [jgit]: http://eclipse.org/jgit "Eclipse JGit Site"