From 29a371c063588f958ccf75dc7fb0423d8a69aa84 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 27 Jun 2013 11:42:01 -0400
Subject: [PATCH] Disabled SparkleShare menu
---
src/main/distrib/data/clientapps.json | 2 +-
releases.moxie | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/releases.moxie b/releases.moxie
index ff7e092..e9ddeb8 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -63,7 +63,7 @@
- Added SalesForce.com user service
- Added simple star/unstar function to flag or bookmark interesting repositories
- Added Dashboard page which shows a news feed for starred repositories and offers a filterable list of repositories you care about
- - Added client application menus for Git, SmartGit/Hg, SourceTree, Tower, GitHub for Windows, GitHub for Mac, and SparkleShare
+ - Added client application menus for Git, SmartGit/Hg, SourceTree, Tower, GitHub for Windows, and GitHub for Mac
- Added GO http/https connector thread pool size setting
- Added a server setting to force a particular translation/Locale for all sessions
- Added smart Git Daemon serving. If enabled, git:// access will be offered for any repository which permits anonymous access. If the repository permits anonymous cloning, anonymous git:// clone will be permitted while anonmymous git:// pushes will be rejected.
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json
index 48b233c..2b15cd3 100644
--- a/src/main/distrib/data/clientapps.json
+++ b/src/main/distrib/data/clientapps.json
@@ -76,6 +76,6 @@
"platforms": [ "windows", "macintosh", "linux" ],
"icon": "sparkleshare_32x32.png",
"minimumPermission" : "RW+",
- "isActive": true
+ "isActive": false
}
]
\ No newline at end of file
--
Gitblit v1.9.1