Commit Graph

13 Commits

Author SHA1 Message Date
Rob Walker 952f22c0ed Disabled CURL SSLv3
SSLv3 is not secure and rejected by some Tool Consumers. The PHP CURL
manual recommends not setting this option.
2016-11-11 15:18:25 -05:00
Stephen Vickers 4a28e44b67 Add user_image support
Added image as a property of User object populated from user_image
parameter in launch message
2016-09-18 11:54:48 +09:00
Stephen Vickers a65bd59aee Update file version
Change file version to 3.0.2
2016-09-18 11:53:50 +09:00
Stephen Vickers dd04fa96c0 Replace ResourceLinkShare.php file
File got removed in error!
2016-09-06 11:26:59 +01:00
Stephen Vickers 51c8769121 Merge branch 'phpdoc_updates' of https://github.com/junpataleta/LTI-Tool-Provider-Library-PHP into junpataleta-phpdoc_updates 2016-09-06 11:23:38 +01:00
Stephen Vickers 524281912b Add missing use statement
DataConnector use statement missing.
2016-09-06 10:46:15 +01:00
Jun Pataleta bb9d6f8f85 Updated PHPDoc blocks
* Imported classes declared in the doc blocks to
  - ensure proper class loading;  and
  - help make the library become more IDE-friendly.
* Added some fixes also about mistyped variables.
  - $shareKey in ToolProvider::checkForShare()
  - $supporteTypes in ResourceLink::checkValueType
* Fixed/added return tags of some of the methods.
* Fixed class name declaration of some method parameters.
* Changed type definition of some variables:
  - 'datetime' to 'int' for timestamp variables.
  - 'datetime' to 'string' for Outcome::date.
2016-09-01 17:39:57 +08:00
John Okely 635a47fde8 Save the tool proxy on the consumer 2016-08-31 11:08:48 +08:00
Stephen Vickers 047dc7c717 Correct User class instantiation
Use fromResourceLink method to create user instance
2016-08-16 02:24:59 -06:00
Stephen Vickers 40a128db54 Fix namespace
DOMDocument class missing namespace prefix
2016-08-16 02:24:59 -06:00
Stephen Vickers 170088d891 Add missing getID method
Context.getId() method missing.
2016-08-16 02:24:59 -06:00
Stephen Vickers ceb3a6687e Update license
Change to Apache 2 license
2016-05-24 02:23:57 -05:00
Stephen Vickers 198f58a529 Version 3.0.0
First release of library
2016-05-18 23:50:06 +01:00