GithubHelp home page GithubHelp logo

ronnieholm / bugfree.spo.externalsharingcenter Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 232 KB

Manages sharings with automatic revocation and email notification in SharePoint Online.

License: BSD 2-Clause "Simplified" License

C# 72.60% TypeScript 21.95% HTML 5.31% JavaScript 0.13%

bugfree.spo.externalsharingcenter's People

Contributors

ronnieholm avatar

Watchers

 avatar  avatar  avatar

bugfree.spo.externalsharingcenter's Issues

Add User's Guide

With steps for enabling sharing of a site collection, sharing with users inside a site collection, and adding sharings to External Sharing Center.

When number of site collection > 500, start page goes blank

When the number of site collections a user has access to > 500, the site collections table on the start page goes blank.

This happens because the start page is search driven and SharePoint search only supports retrieving 500 search results at a time. The existing code loads search results in batches of up to 500, but as it turns out the JSON schema of the first batch is different from that of the following batches.

Results of the first batch are located under data.PrimaryQueryResult.RelevantResults whereas results of subsequent batches are located under data.d.query.PrimaryQueryResult.RelevantResults.

Ensure internal consistency between SharePoint lists on External Sharing Center

Given that SharePoint lists don't support transactions, we can end up with dangling references between SiteCollectionExternalUsers and ExternalUsers. Sometimes a row in SiteCollectionExternalUsers points to no rows in ExternalUsers and sometimes a row in ExternalUsers point to no rows in SiteCollectionExternalUsers.

To fix this inconsistency, delete rows with dangling references in either direction. Deleting those rows have no effect on actual site collection sharings.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.