James Moger
2013-09-06 5dd8057b49803a7c1b84112418dcfca7b256fce0
commit | author | age
da0c31 1 ## Standard Features (GO/WAR)
75bca8 2 - JGit http/https SmartHTTP servlet
JM 3 - JGit git protocol daemon
724da5 4 - Menu driven native platform clone links for all popular Git clients
85c2e6 5 - Browser and git client authentication
20714a 6 - Four *per-repository* access restriction configurations with a Read-Only control flag
3b5289 7     - ![anonymous](blank.png) *Anonymous View, Clone & Push*
JM 8     - ![push](lock_go_16x16.png) *Authenticated Push*
9     - ![clone](lock_pull_16x16.png) *Authenticated Clone & Push*
10     - ![view](shield_16x16.png) *Authenticated View, Clone & Push*
11     - ![freeze](cold_16x16.png) Freeze repository (i.e. deny push, make read-only)
20714a 12 - Six *per-user/team* repository access permissions
JM 13     - **V** (view in web ui, RSS feeds, download zip)
14     - **R** (clone)
15     - **RW** (clone and push)
16     - **RWC** (clone and push with ref creation)
17     - **RWD** (clone and push with ref creation, deletion)
18     - **RW+** (clone and push with ref creation, deletion, rewind)
19 - Optional feature to allow users to create personal repositories
20 - Optional feature to fork a repository to a personal repository
72cb19 21 - Optional feature to create a repository on push
dc9735 22 - *Experimental* built-in Garbage Collection
831469 23 - Ability to federate with one or more other Gitblit instances
fa5e6f 24 - RSS/JSON RPC interface
9e186e 25 - Java/Swing Gitblit Manager tool
85c2e6 26 - Gitweb inspired web UI
e4547f 27 - Responsive web UI that subtracts elements to be usable on phones, tablets, and desktop browsers
fa54be 28 - Groovy pre- and post- push hook scripts, per-repository or globally for all repositories
0b9119 29 - Email push notifications *(via sendmail.groovy push script)*
ff3f0e 30 - Lucene indexing of specified repository branches
d40adc 31 - Administrators may create, edit, rename, or delete repositories through the web UI or RPC interface
JM 32 - Administrators may create, edit, rename, or delete users through the web UI or RPC interface
fe24a0 33 - Administrators may create, edit, rename, or delete teams through the web UI or RPC interface
85c2e6 34 - Repository Owners may edit repositories through the web UI
aebae0 35 - Administrators and Repository Owners may set the default branch through the web UI or RPC interface
6e15cb 36 - LDAP authentication and optional LDAP-controlled Team memberships
6b4783 37 - Redmine authentication
724da5 38 - Salesforce.com authentication
73c76b 39 - Windows authentication
2659e7 40 - PAM authentication
df162c 41 - Gravatar integration
d40adc 42 - Git-notes display support
eb870f 43 - Submodule support
724da5 44 - User-tracked reflog for pushes, tags, etc.
5316d2 45 - Fanout PubSub notifications service for self-hosted [Sparkleshare](http://sparkleshare.org) use
11924d 46 - gh-pages display support (Jekyll is not supported)
85c2e6 47 - Branch metrics (uses Google Charts)
JM 48 - HEAD and Branch RSS feeds
49 - Blame annotations view
50 - Dates can optionally be displayed using the browser's reported timezone
51 - Display of Author and Committer email addresses can be disabled
52 - Case-insensitive searching of commit messages, authors, or committers
53 - Dynamic zip downloads feature
54 - Markdown file view support
55 - Syntax highlighting for popular source code types
56 - Customizable regular expression substitution for commit messages (i.e. bug or code review link integration)
57 - Single text file for users configuration
5dd805 58 - Optional Docs page which enumerates all Markdown files within a repository
JM 59 2009-01-27)*
8b7d30 60 - Translations
JM 61     - English
62     - Japanese
63     - Spanish
64     - Polish
2904bf 65     - Korean
724da5 66     - Brazilian Portuguese
JM 67     - Dutch
68     - Chinese (zh_CN)
85c2e6 69
JM 70 ## Gitblit GO Features
71 - Out-of-the-box integrated stack requiring minimal configuration
dc9735 72 - Automatic generation of ssl certificate for https communications
JM 73 - Integrated GUI tool to facilitate x509 PKI including ssl and client certificate generation, client certificate revocation, and client certificate distribution
85c2e6 74 - Single text file for configuring server and gitblit
d39680 75 - A Windows service installation script and configuration tool
9e186e 76 - Built-in AJP connector for Apache httpd
85c2e6 77
JM 78 ## Limitations
75bca8 79 - HTTP/HTTPS/GIT are the only supported Git protocols
e92c6d 80 - Built-in access controls are not path-based, they are repository-based.
85c2e6 81
6e15cb 82 [jgit]: http://eclipse.org/jgit "Eclipse JGit Site"