Skip to content

Releases: vgrem/phpSPO

Introduced support for managing permissions on secured objects (Web, List and ListItem entities) in SharePoint API

19 Sep 17:57
Compare
Choose a tag to compare

The list of changes:

Types:

  • RoleType - Specifies the types of roles that are available for users and groups.

  • RoleDefinitionCreationInformation - Contains properties that are used as parameters to initialize a role definition.

Methods:

  • RoleAssignmentCollection.addRoleAssignment - Adds a role assignment to the collection of role assignment objects

  • RoleAssignmentCollection.getByPrincipalId - Gets the role assignment associated with the specified principal ID from the collection

  • RoleAssignmentCollection.removeRoleAssignment - Removes the role assignment with the specified principal and role definition from the collection.

  • RoleDefinitionCollection.getById - Gets the role definition with the specified ID from the collect

  • RoleDefinitionCollection.getByName - Gets the role definition with the specified name.

  • RoleDefinitionCollection.getByType - Gets the role definition with the specified role type.

Add cURL timeout option

03 Jul 07:54
Compare
Choose a tag to compare

Introduced support to set cURL timeout option and bug fixes.

All credit goes to @Deuchnord for those changes.

The support for resource owner password credential (ROPC)flow has been introduced

12 Mar 13:24
Compare
Choose a tag to compare

Introduced support for the resource owner password credential (ROPC) grant, which allows an application to sign in the user by directly handling their password. Could be utilized instead of Basic Authentication which was discontinued in Office 365

skiptoken operation support and compatibility with PHP 7.3

27 Oct 19:26
Compare
Choose a tag to compare

The list of changes:

Introduced support for skiptoken operation in query options #118

Added support for managing requests state ( e.g. skipping failed requests)

Updated Travis config file for unit testing against PHP 7.3

Minor bug fixes

09 Aug 07:21
Compare
Choose a tag to compare

The list of resolved issues:

#115 - process error from STS response

JSON formats mapper improvements

Initial support to federated STS authentication

17 Jul 07:16
71b69ab
Compare
Choose a tag to compare

Added support for federated STS authentication

Support for new methods has been introduced in SharePoint API

29 Jun 20:42
Compare
Choose a tag to compare

VideoService API has been introduced

24 Apr 08:05
Compare
Choose a tag to compare
Merge pull request #62 from blizzz/stream-upload

set CURLOPT_INFILE on PUT when a StreamHandle is provided