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