Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-06-22 | Add changelog | Matias Linares | 1 | -0/+49 |
2021-06-22 | [WIP] CONTRIBUTING file | Matias Linares | 2 | -3/+85 |
2021-03-28 | Add typing api support | Matias Linares | 3 | -1/+19 |
2021-03-28 | Add read-markers api support | Matias Linares | 4 | -4/+34 |
2021-01-11 | Merge branch 'documentation' | Matias Linares | 20 | -96/+125 |
2021-01-11 | Merge remote-tracking branch 'github/master' | Matias Linares | 1 | -0/+1 |
2021-01-11 | [test] Fix with refactor | Matias Linares | 2 | -7/+8 |
2021-01-11 | Response & Exception refactor | Matias Linares | 10 | -63/+64 |
2021-01-11 | [DOC] .pod6 -> .rakudoc extension & better layout | Matias Linares | 8 | -26/+53 |
2020-12-27 | Add index.md to docs | Matias Linares | 1 | -0/+1 |
2020-12-27 | Merge branch 'master' into documentation | Matias Linares | 17 | -87/+558 |
2020-12-27 | Set theme jekyll-theme-leap-day | Matias Linares | 1 | -0/+1 |
2020-12-27 | Remove unused xt/ directory from github actions | Matias Linares | 1 | -1/+1 |
2020-12-27 | Update github action | Matias Linares | 1 | -2/+10 |
2020-12-27 | Update room documentation | Matias Linares | 2 | -6/+110 |
2020-12-27 | Complete messages method for Matrix::Client::Room | Matias Linares | 2 | -4/+26 |
2020-12-26 | Implement membership endpoints for Matrix::Client::Room | Matias Linares | 3 | -30/+103 |
2020-11-23 | Update META for release v0.6.1v0.6.1 | Matias Linares | 1 | -1/+1 |
2020-11-23 | Merge remote-tracking branch 'github/master' | Matias Linares | 1 | -2/+2 |
2020-11-23 | Fix tests | Matias Linares | 2 | -1/+3 |
2020-11-23 | Update main.yml | Matias Linares | 1 | -2/+2 |
2020-09-06 | Bump version on METAv0.6.0 | Matias Linares | 1 | -1/+1 |
2020-09-06 | Add thumbnail endpoint | Matias Linares | 2 | -8/+47 |
2020-09-06 | Update endpoints script. | Matias Linares | 3 | -2/+23 |
2020-09-06 | [Github workflow] Change actions/checkout from v2 to v1 | Matias Linares | 1 | -2/+2 |
2020-09-06 | Add media store config method | Matias Linares | 4 | -40/+92 |
2020-09-06 | Provide MediaStore | Matias Linares | 1 | -0/+1 |
2020-05-17 | Merge branch 'master' of github.com:matiaslina/perl6-matrix-client | Matias Linares | 1 | -0/+27 |
2020-05-17 | Remove travis.yml | Matias Linares | 1 | -9/+0 |
2020-05-17 | Create main.yml | Matias Linares | 1 | -0/+27 |
2020-05-17 | Add MediaStore tests | Matias Linares | 1 | -0/+49 |
2020-05-17 | Fix missing multi methods on the endpoints TODO generator | Matias Linares | 3 | -11/+14 |
2020-05-17 | Add Matrix::Client::MediaStore class | Matias Linares | 5 | -11/+89 |
2020-05-07 | Bump version 0.5.2v0.5.2 | Matias Linares | 2 | -2/+3 |
2020-03-24 | Merge branch 'master' into documentation | Matias Linares | 10 | -9/+41 |
2020-03-24 | Rename some things to from perl6 to raku | Matias Linares | 8 | -5/+36 |
2020-03-24 | Remove JSON::Tiny dependency in test/examples | Matias Linares | 3 | -4/+5 |
2020-03-24 | Use inline styles | Matias Linares | 1 | -2/+4 |
2019-08-17 | Merge branch 'master' into documentation | Matias Linares | 7 | -45/+193 |
2019-07-11 | Use JSON::Fastv0.5.1 | Matias Linares | 5 | -7/+7 |
2019-06-29 | Update readme | Matias Linares | 1 | -16/+43 |
2019-06-29 | Bump versionv0.5.0 | Matias Linares | 1 | -1/+1 |
2019-06-29 | Add device management endpoints | Matias Linares | 3 | -7/+53 |
2019-06-29 | Use Authorization header instead query param | Matias Linares | 1 | -8/+33 |
2019-06-29 | Add generic send event method | Matias Linares | 1 | -2/+13 |
2019-06-18 | Update version to 0.4.0v0.4.0 | Matias Linares | 1 | -1/+1 |
2019-06-18 | Add kick and forget endpoints | Matias Linares | 2 | -2/+16 |
2019-06-18 | Add invite endpoint | Matias Linares | 2 | -1/+9 |
2019-06-17 | Add ban and unban endpoints | Matias Linares | 2 | -2/+19 |
2019-06-05 | Upgrade documentation | Matias Linares | 5 | -14/+296 |