James Moger
2013-06-27 29a371c063588f958ccf75dc7fb0423d8a69aa84
Disabled SparkleShare menu
2 files modified
4 ■■■■ changed files
releases.moxie 2 ●●● patch | view | raw | blame | history
src/main/distrib/data/clientapps.json 2 ●●● patch | view | raw | blame | history
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.
src/main/distrib/data/clientapps.json
@@ -76,6 +76,6 @@
        "platforms": [ "windows", "macintosh", "linux" ],
        "icon": "sparkleshare_32x32.png",
        "minimumPermission" : "RW+",
        "isActive": true
        "isActive": false
    }
]