bramdejager / spcb

The SharePoint Client Browser (SPCB) uses the CSOM to connect to a remote SharePoint site collection and shows the site structure with related properties and values.
GNU General Public License v2.0
173 stars 48 forks source link

Source code of tool is not in github #65

Closed stevebeauge closed 6 years ago

stevebeauge commented 6 years ago

Hello,

Unless I've missed something, the github repo only contains the source code in a zip file in release tabs.

What about putting the source in github, in order to allow forking and helping building the tool (which has a great potential).

thanks

bramdejager commented 6 years ago

For now the sources code resides somewhere else. If you would like particular features or have requests, please let me know.

t9mike commented 6 years ago

Please consider putting source on Github. I wanted to review the code for an example of how to use Windows Authentication to login to on-premises SP server. I downloaded via CodePlex archive. It was frustrating, however, as I first tried downloading source via https://github.com/bramdejager/spcb/releases/tag/v1.14, but that is just the github source.

Please at the least consider adding a very visible note about no updated source code and point to CodePlex archive in README.md and also mention no source in headline.

t9mike commented 6 years ago

FYI, reviewing source gave me hint I needed:

ccontext.Credentials = CredentialCache.DefaultNetworkCredentials;

tegmos commented 4 years ago

Any plans for this to happen still? Very useful and desirable tool, but I want to be able to read and modify source. How/where can we get latest?