Coder Social home page Coder Social logo

bubbleswap / sp-permissionmanagement Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dhardin/sp-permissionmanagement

0.0 1.0 0.0 930 KB

An intuitive way to alter user permissions in SharePoint.

License: MIT License

JavaScript 91.15% CSS 1.23% HTML 7.62%

sp-permissionmanagement's Introduction

#SP-PermissionManagement

An intuitive way to alter user permissions in SharePoint.

##Screenshot Permission Management Screenshot

##Features

  • Edit SharePoint user permissions
  • Edit SharePoint group users
  • Edit SharePoint group info
  • Export User Permissions
  • Export Users in a Group
  • Remove a User from SharePoint Site
    • Removes all permissions, including unique permissions
  • Responsive layout so you can edit on any device (thank you Foundation)

##Setup

  • Upload SP-PermissionManagement repository to a Document Library in your SharePoint site
  • Edit config.js
    • SP-PermissionManagement/js/config.js
    • Change url attribute value to your SharePoint site
      var app = app || {};
      
      app.config = {
          url: 'Your url goes here', //set this property to your SharePoint sites top level URL
          trycount: 3,
          isTesting: false,
          property_map: {
            user: {
              ows_name: 'name',
              ows_username: 'username',
              ows_email: 'email'
            }
          }
        }
  • Open index.html and start managing permissions

##Usage You can modify either a selected user's permissions or the users in a group.

The dual list boxes on either edit page allow you to add or remove permissions/users to the selected user/group. Just remember to save after!

##Compatibility

  • IE9+, Chrome, Firefox
  • SharePoint 2007*-2013

*This application will work in SharePoint 2007 environments when opened in your browser only. You cannot properly use this module in a content editor webpart or page viewer webpart due to the inheritance of quirks mode from the aforementioned SharePoint 2007 to any embeded iframes. :(

##Dependencies

  • jQuery
  • Zurb Foundation
  • Backbone.js
  • Underscore.js

##Roadmap

  • Add ability to manage a group's users
  • Add ability to manage a user's groups
  • Add abiility to manage permissions at the list/library level
  • Highlight search results
  • Optimizations
    • Optimize list filtering
      • Resolved search delay using memoization and built-in underscore utility functions.
    • Optimize list rendering
      • Instead of re-rendering the full collection on an add/remove, we find the correct DOM index and add/remove the element that corresponds to that index using jQuery. Results in a whole lot of awesomeness.
      • When a user searches, if the query is cached, set the list html to cached value, else render list in asynchronous fashion.

sp-permissionmanagement's People

Contributors

dhardin avatar

Watchers

 avatar

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.