Commit Graph

256 Commits

Author SHA1 Message Date
DumbergerL 519993ddd6
fix(typo): add $ to econtent 2022-06-17 15:08:26 +02:00
Ben 041bff317d
Merge upstream commit '0f6f2958e9db5e5ea9a5ba014ddcce7c486edf53' into feature/guzzle7-update 2022-04-26 00:19:35 +02:00
Ben f1c4a1d7e2
Merge upstream commit '396376ceb9bea3d2fa9a860401da27c267fd9a17' into feature/guzzle7-update 2022-02-19 17:24:57 +01:00
Brad Jones 0f6f2958e9
PHP 8 2021-12-18 17:36:18 -08:00
Yoann Celton 396376ceb9
Merge pull request #10 from vazaha-nl/test-fixes
Fixed function signature error and failing tests
2021-10-07 20:34:17 +11:00
Lennart Hengstmengel ba600d22bd correct assertion to check string containment 2021-10-07 10:27:09 +02:00
Lennart Hengstmengel b29257a282 fixed method signature 2021-10-07 10:26:35 +02:00
Ben f0d759e56b
Merge branch 'feature/make-http-api-send-public' into feature/guzzle7-update 2021-09-19 14:54:20 +02:00
Ben 98743c6454
Make MatrixHttpApi->send public 2021-09-19 14:54:07 +02:00
Ben 269c4288d4
Merge branch 'feature/get-room-id' into feature/guzzle7-update 2021-09-19 13:16:14 +02:00
Ben f82d1770ce
Add getRoomId to Room class 2021-09-19 13:10:19 +02:00
Ben 4bae520305
Update composer.json, guzzle and .gitignore
Additionally update test sources and README.md
2021-09-18 12:14:53 +02:00
Brad Jones 70f6273e0e
Merge pull request #6 from bradjones1/bugfix/guzzle-deprecations
Fix misspellings and deprecations in HTTP API class
2021-06-24 11:07:32 -06:00
Brad Jones e1566bd876
Merge pull request #7 from bradjones1/more-context-in-http-exception
Add more original context to HTTP exception
2021-06-24 11:07:20 -06:00
Brad Jones 25c2131ae7
Merge pull request #4 from bradjones1/feature/jwt-login
Add JWT login method
2021-06-24 11:07:09 -06:00
Brad Jones 3f8e4606a2 Add more original context to HTTP exception 2021-06-02 16:45:36 -10:00
Brad Jones 1295ab9c21 Fix misspellings and deprecations in HTTP API class 2021-05-31 14:25:34 -10:00
Brad Jones ea38609e8b
Merge pull request #5 from bradjones1/bugfix/room-join-url
Fix room join API URL
2021-05-30 18:07:53 -10:00
Brad Jones b9c3ab1e21 Fix room join API URL 2021-05-30 18:06:33 -10:00
Brad Jones a002615d40 Add JWT login method 2021-05-30 16:32:41 -10:00
Brad Jones 9de988b660 Update README to reference packagist and replace must also be fully lowercase 2021-05-09 20:32:24 -07:00
Brad Jones 62fbb93ea5 Update composer.json for Composer 2 compatibility 2021-05-09 20:29:02 -07:00
Yoann Celton 862dae376a Updating README 2018-12-08 18:12:05 +11:00
Yoann Celton e9b54553dd Fixing couple issues on the Room 2018-12-08 18:05:39 +11:00
Yoann Celton ba70751853 Room unit tests 2018-12-04 19:13:30 +11:00
Yoann Celton 889c16363d Porting room 2018-12-02 21:57:02 +11:00
Yoann Celton e97027f4c5 Porting HttpApi tests 2018-12-01 20:43:49 +11:00
Yoann Celton 67fbcd5f08 Porting the client 2018-12-01 13:11:32 +11:00
Yoann Celton 3e75a76d24 Porting MatrixHttpApi 2018-11-30 10:24:49 +11:00
Yoann Celton b299540a2a Porting all TestMainApi tests 2018-11-29 13:58:17 +11:00
Yoann Celton 07bb38828c Formatting 2018-11-28 23:24:37 +11:00
Yoann Celton 9173a51169 Removing boilerplate code 2018-11-28 23:24:20 +11:00
Yoann Celton dc150881ae Preparing for tests 2018-11-28 23:22:55 +11:00
Yoann Celton 0289f00aa5 Start of the API class 2018-11-28 19:57:53 +11:00
Yoann Celton 11078c1767 Removing psr2 enforcing 2018-11-28 19:57:29 +11:00
Yoann Celton b397cd9ba3 Adding User class 2018-11-27 23:59:27 +11:00
Yoann Celton 2c91f5d572 Adding some more base classes 2018-11-27 23:30:54 +11:00
Yoann Celton c795414c3f Adding exceptions 2018-11-27 22:40:33 +11:00
Yoann Celton 3e4b10e85c Adjusting settings 2018-11-27 22:40:19 +11:00
Yoann Celton c24f5d635c Prefilling info 2018-11-27 22:01:37 +11:00
Yoann Celton 9ebeb23068 init 1 2018-11-27 21:59:33 +11:00
Frank de Jonge a06d74a4c4
Merge pull request #131 from gmponos/patch-1
Update travis to test on PHP7.3
2018-11-06 22:57:45 +01:00
Mponos George 3355bcd9bd
Update travis to test on PHP7.3 2018-11-06 23:56:19 +02:00
Frank de Jonge 475ce457af
Merge pull request #127 from gskema/scrutinizer_php_upgrade
Use new PHP analysis engine
2018-11-06 22:36:32 +01:00
Frank de Jonge fd6738d5c5
Merge pull request #130 from gmponos/add_phpcs_xml_dist
Added a phpcs.xml.dist file
2018-11-06 22:34:19 +01:00
George Mponos 986054dc29 Add phpcs to gitignore and gitattributes file 2018-11-06 23:26:04 +02:00
George Mponos d6d2c91ae4 Added a phpcs.xml.dist file 2018-11-06 23:23:35 +02:00
Frank de Jonge 581a8d1553
Merge pull request #128 from gmponos/patch-1
Remove TAP as it is deprecated/removed
2018-11-06 21:49:59 +01:00
George Mponos 7a181eca6d Remove TAP adapter 2018-11-06 21:57:35 +02:00
Gytis Škėma c0cec43e16 Use new PHP analysis engine 2018-03-04 19:30:46 +02:00