Files
Chamilo/plugin/ims_lti/vendor/oauth1/CHANGELOG.md
T
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip
sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439
Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
2026-08-06 17:59:45 +02:00

45 lines
2.0 KiB
Markdown

### 2016.02.10
----
* Added composer.json
* Separated classes to separate files
### 2008.08.04
----
* Added LICENSE.txt file with MIT license, copyright owner is perhaps
dubious however.
### 2008.07.22
----
* Change to encoding to fix last change to encoding of spaces
### 2008.07.15
----
* Another change to encoding per:
[http://groups.google.com/group/oauth/browse_thread/thread/d39931d39b4af4bd](http://groups.google.com/group/oauth/browse_thread/thread/d39931d39b4af4bd)
* A change to port handling to better deal with https and the like per:
[http://groups.google.com/group/oauth/browse_thread/thread/1b203a51d9590226](http://groups.google.com/group/oauth/browse_thread/thread/1b203a51d9590226)
* Fixed a small bug per:
[https://github.com/jtsternberg/oauth/issues/26](https://github.com/jtsternberg/oauth/issues/26)
* Added missing base_string debug info when using RSA-SHA1
* Increased size of example endpoint input field and added note about
query strings
### 2009-2011.03.28
----
* Heaps of bug-fixes
* Introduction of PHPUnit testcases (which aided in above mentioned bug-fixes)
* Added support Revision A auth flows.
* Possibly more, I've lost track..
### 2001.03.29
----
* Fixed issue with hosts not being normalized correctly
[http://tools.ietf.org/html/rfc5849#section-3.4.1.2](http://tools.ietf.org/html/rfc5849#section-3.4.1.2)
[https://github.com/jtsternberg/oauth/issues/176](https://github.com/jtsternberg/oauth/issues/176)
[https://github.com/jtsternberg/oauth/issues/187](https://github.com/jtsternberg/oauth/issues/187)
* Changed signature comparing to be timing insensitive
[https://github.com/jtsternberg/oauth/issues/178](https://github.com/jtsternberg/oauth/issues/178)
* Fixed issue with Host header on some servers on non-standard port includes the port-number
[https://github.com/jtsternberg/oauth/issues/170](https://github.com/jtsternberg/oauth/issues/170)
[https://github.com/jtsternberg/oauth/issues/192](https://github.com/jtsternberg/oauth/issues/192)