From abab3a4e2bc221eb358f846f171cb24fc0f687ad Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 03 Jul 2013 08:16:39 -0400 Subject: [PATCH] Support hot-reloading of project.mkd --- src/site/features.mkd | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/site/features.mkd b/src/site/features.mkd index b99aa52..b9b44a5 100644 --- a/src/site/features.mkd +++ b/src/site/features.mkd @@ -1,5 +1,7 @@ ## Standard Features (GO/WAR) -- JGit SmartHTTP servlet +- JGit http/https SmartHTTP servlet +- JGit git protocol daemon +- Menu driven native platform clone links for all popular Git clients - Browser and git client authentication - Four *per-repository* access restriction configurations with a Read-Only control flag -  *Anonymous View, Clone & Push* @@ -33,10 +35,12 @@ - Administrators and Repository Owners may set the default branch through the web UI or RPC interface - LDAP authentication and optional LDAP-controlled Team memberships - Redmine authentication +- Salesforce.com authentication +- Windows authentication - Gravatar integration - Git-notes display support - Submodule support -- Push log based on a hidden, orphan branch refs/gitblit/pushes +- User-tracked reflog for pushes, tags, etc. - Fanout PubSub notifications service for self-hosted [Sparkleshare](http://sparkleshare.org) use - gh-pages display support (Jekyll is not supported) - Branch metrics (uses Google Charts) @@ -52,16 +56,16 @@ - Single text file for users configuration - Optional utility pages -  Docs page which enumerates all Markdown files within a repository - -  **readonly** Ticgit ticket pages *(based on last MIT release bf57b032 2009-01-27)* + -  **readonly and deprecated** Ticgit ticket pages *(based on last MIT release bf57b032 2009-01-27)* - Translations - English - Japanese - Spanish - Polish - Korean - - Brazilian Portuguese - - Dutch - - Chinese (zh_CN) + - Brazilian Portuguese + - Dutch + - Chinese (zh_CN) ## Gitblit GO Features - Out-of-the-box integrated stack requiring minimal configuration @@ -72,7 +76,7 @@ - Built-in AJP connector for Apache httpd ## Limitations -- HTTP/HTTPS are the only supported Git protocols +- HTTP/HTTPS/GIT are the only supported Git protocols - Built-in access controls are not path-based, they are repository-based. [jgit]: http://eclipse.org/jgit "Eclipse JGit Site" -- Gitblit v1.9.1