Commit graph

  • df5e341a80 chore: Remove support for PHP < 7.4 master Chris Burgess 2022-06-17 23:37:17 +1200
  • ed0e429b1a chore: Call ocular from PHP 8.1 Chris Burgess 2022-06-17 23:34:30 +1200
  • c4bd26f17d chore: Update supported PHP/OS versions in Travis CI Chris Burgess 2022-06-17 22:59:26 +1200
  • 966883635a PHP 8 Brad Jones 2021-12-18 17:36:18 -0800
  • 36aab9577f correct assertion to check string containment Lennart Hengstmengel 2021-10-07 10:27:09 +0200
  • a0fa169c86 fixed method signature Lennart Hengstmengel 2021-10-07 10:26:35 +0200
  • 8d5f95ed38 Fix misspellings and deprecations in HTTP API class Brad Jones 2021-05-31 14:25:34 -1000
  • 9b8591d1f3 Add more original context to HTTP exception Brad Jones 2021-06-02 16:45:36 -1000
  • 38c79f2d04 Add JWT login method Brad Jones 2021-05-30 16:32:41 -1000
  • bab4953a95 Fix room join API URL Brad Jones 2021-05-30 18:06:33 -1000
  • f12ed63bd8 Update README to reference packagist and replace must also be fully lowercase Brad Jones 2021-05-09 20:32:24 -0700
  • a7ff2db60e Update composer.json for Composer 2 compatibility Brad Jones 2021-05-09 20:29:02 -0700
  • 13df7ff2ad Updating README Yoann Celton 2018-12-08 18:12:05 +1100
  • 8c300b3e25 Fixing couple issues on the Room Yoann Celton 2018-12-08 18:05:39 +1100
  • b2a9e592a2 Room unit tests Yoann Celton 2018-12-04 18:58:23 +1100
  • 6f95fecff6 Porting room Yoann Celton 2018-12-02 21:57:02 +1100
  • 827b7a4207 Porting HttpApi tests Yoann Celton 2018-12-01 20:42:29 +1100
  • 27f5c4d416 Porting the client Yoann Celton 2018-12-01 11:47:23 +1100
  • fbf133db9d Porting MatrixHttpApi Yoann Celton 2018-11-30 10:23:48 +1100
  • f0d4eedf71 Porting all TestMainApi tests Yoann Celton 2018-11-28 23:25:06 +1100
  • 1ca74dd187 Formatting Yoann Celton 2018-11-28 23:24:37 +1100
  • 4cbc6176e4 Removing boilerplate code Yoann Celton 2018-11-28 23:24:20 +1100
  • e78581826a Preparing for tests Yoann Celton 2018-11-28 23:22:55 +1100
  • 4d5af8ec83 Start of the API class Yoann Celton 2018-11-28 19:57:53 +1100
  • d950935923 Removing psr2 enforcing Yoann Celton 2018-11-28 16:10:05 +1100
  • 2c7c754046 Adding User class Yoann Celton 2018-11-27 23:59:27 +1100
  • 0f51a1cf93 Adding some more base classes Yoann Celton 2018-11-27 23:30:54 +1100
  • 4d64c6bce5 Adding exceptions Yoann Celton 2018-11-27 22:40:33 +1100
  • 4d6463d034 Adjusting settings Yoann Celton 2018-11-27 22:40:19 +1100
  • e8ad97d52a Prefilling info Yoann Celton 2018-11-27 22:01:37 +1100
  • 623db82a57 Initial Commit Yoann Celton 2013-08-07 18:33:05 +0100
  • bfcb1e257c test: Add PHP linting via Github Actions #15 Chris Burgess 2022-06-17 23:48:37 +1200
  • ecd9c1088b chore: Remove support for PHP < 7.4 #14 Chris Burgess 2022-06-17 23:37:17 +1200
  • 968fda877f chore: Call ocular from PHP 8.1 Chris Burgess 2022-06-17 23:34:30 +1200
  • fa0bfc7f0a chore: Update supported PHP/OS versions in Travis CI Chris Burgess 2022-06-17 22:59:26 +1200
  • 63620ea2a1
    test: Validate & run tests in Github Actions Chris Burgess 2022-06-17 23:14:38 +1200
  • 480897ef24 fix(typo): add $ to econtent #13 DumbergerL 2022-06-14 15:14:25 +0200
  • 0f6f2958e9
    PHP 8 Brad Jones 2021-12-18 17:36:18 -0800
  • ec39e84544 added support for guzzle 7 #11 Lennart Hengstmengel 2021-10-07 15:31:43 +0200
  • 396376ceb9
    Merge pull request #10 from vazaha-nl/test-fixes Yoann Celton 2021-10-07 20:34:17 +1100
  • ba600d22bd correct assertion to check string containment #10 Lennart Hengstmengel 2021-10-07 10:27:09 +0200
  • b29257a282 fixed method signature Lennart Hengstmengel 2021-10-07 10:26:35 +0200
  • 98743c6454
    Make MatrixHttpApi->send public #9 Benedikt Ziemons 2021-09-19 14:54:07 +0200
  • f82d1770ce
    Add getRoomId to Room class #8 Benedikt Ziemons 2021-09-19 13:10:19 +0200
  • 70f6273e0e
    Merge pull request #6 from bradjones1/bugfix/guzzle-deprecations Brad Jones 2021-06-24 11:07:32 -0600
  • e1566bd876
    Merge pull request #7 from bradjones1/more-context-in-http-exception Brad Jones 2021-06-24 11:07:20 -0600
  • 25c2131ae7
    Merge pull request #4 from bradjones1/feature/jwt-login Brad Jones 2021-06-24 11:07:09 -0600
  • 3f8e4606a2 Add more original context to HTTP exception #7 Brad Jones 2021-06-02 16:45:36 -1000
  • 1295ab9c21 Fix misspellings and deprecations in HTTP API class #6 Brad Jones 2021-05-31 14:25:34 -1000
  • ea38609e8b
    Merge pull request #5 from bradjones1/bugfix/room-join-url Brad Jones 2021-05-30 18:07:53 -1000
  • b9c3ab1e21 Fix room join API URL #5 Brad Jones 2021-05-30 18:06:33 -1000
  • a002615d40 Add JWT login method #4 Brad Jones 2021-05-30 16:32:41 -1000
  • 9de988b660 Update README to reference packagist and replace must also be fully lowercase Brad Jones 2021-05-09 20:32:24 -0700
  • 62fbb93ea5 Update composer.json for Composer 2 compatibility Brad Jones 2021-05-09 20:29:02 -0700
  • 862dae376a Updating README Yoann Celton 2018-12-08 18:12:05 +1100
  • e9b54553dd Fixing couple issues on the Room Yoann Celton 2018-12-08 18:05:39 +1100
  • ba70751853 Room unit tests Yoann Celton 2018-12-04 18:58:23 +1100
  • 889c16363d Porting room Yoann Celton 2018-12-02 21:57:02 +1100
  • e97027f4c5 Porting HttpApi tests Yoann Celton 2018-12-01 20:42:29 +1100
  • 67fbcd5f08 Porting the client Yoann Celton 2018-12-01 11:47:23 +1100
  • 3e75a76d24 Porting MatrixHttpApi Yoann Celton 2018-11-30 10:23:48 +1100
  • b299540a2a Porting all TestMainApi tests Yoann Celton 2018-11-28 23:25:06 +1100
  • 07bb38828c Formatting Yoann Celton 2018-11-28 23:24:37 +1100
  • 9173a51169 Removing boilerplate code Yoann Celton 2018-11-28 23:24:20 +1100
  • dc150881ae Preparing for tests Yoann Celton 2018-11-28 23:22:55 +1100
  • 0289f00aa5 Start of the API class Yoann Celton 2018-11-28 19:57:53 +1100
  • 11078c1767 Removing psr2 enforcing Yoann Celton 2018-11-28 16:10:05 +1100
  • b397cd9ba3 Adding User class Yoann Celton 2018-11-27 23:59:27 +1100
  • 2c91f5d572 Adding some more base classes Yoann Celton 2018-11-27 23:30:54 +1100
  • c795414c3f Adding exceptions Yoann Celton 2018-11-27 22:40:33 +1100
  • 3e4b10e85c Adjusting settings Yoann Celton 2018-11-27 22:40:19 +1100
  • c24f5d635c Prefilling info Yoann Celton 2018-11-27 22:01:37 +1100
  • 9ebeb23068 init 1 Yoann Celton 2018-11-27 21:59:33 +1100
  • a06d74a4c4
    Merge pull request #131 from gmponos/patch-1 Frank de Jonge 2018-11-06 22:57:45 +0100
  • 3355bcd9bd
    Update travis to test on PHP7.3 Mponos George 2018-11-06 23:56:19 +0200
  • 475ce457af
    Merge pull request #127 from gskema/scrutinizer_php_upgrade Frank de Jonge 2018-11-06 22:36:32 +0100
  • fd6738d5c5
    Merge pull request #130 from gmponos/add_phpcs_xml_dist Frank de Jonge 2018-11-06 22:34:19 +0100
  • 986054dc29 Add phpcs to gitignore and gitattributes file George Mponos 2018-11-06 23:26:04 +0200
  • d6d2c91ae4 Added a phpcs.xml.dist file George Mponos 2018-11-06 23:23:35 +0200
  • 581a8d1553
    Merge pull request #128 from gmponos/patch-1 Frank de Jonge 2018-11-06 21:49:59 +0100
  • 7a181eca6d Remove TAP adapter George Mponos 2018-11-06 21:57:35 +0200
  • c0cec43e16 Use new PHP analysis engine Gytis Škėma 2018-03-04 19:30:46 +0200
  • 04ab224bf8
    Merge pull request #125 from arukompas/master Frank de Jonge 2018-01-17 20:27:04 +0100
  • bfc9145bd8
    change the year in LICENSE.md Arunas Skirius 2018-01-17 19:06:48 +0000
  • 08e239f2b1
    Merge pull request #122 from alnutile/patch-1 Frank de Jonge 2017-12-27 11:09:12 +0100
  • 604ea0fc1e
    Spelling mistake? Alfred Nutile 2017-12-26 17:35:57 -0500
  • 957e8d46b6
    Merge pull request #120 from browner12/patch-1 Frank de Jonge 2017-12-12 16:42:23 +0100
  • bcaeeaa09a
    test on 7.2 Andrew 2017-12-12 09:25:10 -0600
  • 3aa4c08ebb Merge pull request #119 from browner12/patch-1 Frank de Jonge 2017-09-28 21:17:09 +0200
  • 8c8a9db745 fix capitalization Andrew 2017-09-28 14:10:22 -0500
  • ba4a5cfef8 Merge pull request #117 from TangRufus/patch-1 Frank de Jonge 2017-08-22 15:08:47 +0200
  • fb04815e6d
    Rename CONDUCT.md to CODE_OF_CONDUCT.md Tang Rufus 2017-08-21 15:30:22 -0500
  • 4d43518157 Merge pull request #115 from ozh/fixtests Frank de Jonge 2017-08-14 23:12:17 +0200
  • fd3dd12c2f Fix tests on PHP 5.6 & HHVM ozh 2017-06-30 20:05:48 +0200
  • ae7202b50f Merge pull request #112 from VictorAvelar/patch-1 Frank de Jonge 2017-04-04 07:33:26 +0200
  • 03e1f7e71c Update composer.json Victor Hugo Avelar 2017-04-03 18:50:45 -0500
  • eea377a312 Merge pull request #111 from jclyons52/master Frank de Jonge 2017-03-16 10:19:22 +0100
  • e0d10abe4a put array back the way it was Joseph Lyons 2017-03-16 13:23:58 +1100
  • 6acef5f791 trailing comma not allowed Joseph Lyons 2017-03-16 13:20:23 +1100
  • e94159cfc0 Merge pull request #110 from hansott/patch-1 Frank de Jonge 2017-03-15 22:28:00 +0100