Commit Graph

23 Commits

Author SHA1 Message Date
Stephen Vickers c9cbfdd5e2 Merge pull request #13 from InterThread/disable-curl-ssl3
Disabled CURL SSLv3
2016-11-28 16:44:29 +00:00
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 06b12f70c2 Update version to 3.0.2
Update version in composer.json
2016-09-18 13:22:22 +09: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 16b4ca83d3 Merge branch 'junpataleta-phpdoc_updates' 2016-09-06 11:25:17 +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 4c93c23e2c Change minimum PHP to 5.6
Calls to empty function with a method return value requires PHP 5.5+.
PHP 5.6 is the oldest version currently supported.
2016-09-06 10:47:35 +01:00
Stephen Vickers 524281912b Add missing use statement
DataConnector use statement missing.
2016-09-06 10:46:15 +01:00
Stephen Vickers 87dc9dcfca Merge pull request #3 from xow/feature-saveproxy
Save the tool proxy on the consumer
2016-09-06 09:36:43 +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 aef3921c88 Add link to sample app 2016-07-21 11:00:28 -06:00
Stephen Vickers c397e07066 Add copyright notice 2016-07-19 14:24:27 -06:00
Stephen Vickers e7955124d2 Add license and composer files 2016-07-19 13:51:45 -06:00
Stephen Vickers ceb3a6687e Update license
Change to Apache 2 license
2016-05-24 02:23:57 -05:00
Stephen Vickers 2d216d1ecd Add link to documentation 2016-05-19 00:01:53 +01:00
Stephen Vickers 198f58a529 Version 3.0.0
First release of library
2016-05-18 23:50:06 +01:00
Lisa Mattson 7c7ffdfc13 Initial commit 2016-02-02 09:40:35 -05:00