aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add account noteshalcy2022-11-135-25/+143
|
* clean up media loading, add thumbnail to media_updatehalcy2022-11-1310-6892/+41495
|
* Update information about dicts (media colors, card blurhash)halcy2022-11-133-5/+18
|
* add thumbnail customization supporthalcy2022-11-138-68321/+69408
|
* Add datetime parsing for edited_athalcy2022-11-131-1/+1
|
* add remote parameter, filtering by date for masto mainlinehalcy2022-11-133-136/+106
|
* Add more python versions to testhalcy2022-11-131-2/+54
|
* Update README.rstLorenz Diener2022-11-101-2/+2
|
* Delete .travis.ymlLorenz Diener2022-11-101-11/+0
|
* Updated config.ymlLorenz Diener2022-11-111-1/+1
|
* Updated config.ymlLorenz Diener2022-11-111-1/+1
|
* Updated config.ymlLorenz Diener2022-11-111-1/+1
|
* Update config.ymlLorenz Diener2022-11-101-1/+1
|
* Update config.ymlLorenz Diener2022-11-101-0/+2
|
* add multiupload testhalcy2022-11-112-0/+1930
|
* Update config.ymlLorenz Diener2022-11-101-1/+1
|
* Update config.ymlLorenz Diener2022-11-101-18/+15
|
* Merge pull request #253 from halcy/circleci-project-setupLorenz Diener2022-11-111-0/+26
|\ | | | | Add .circleci/config.yml
| * Add .circleci/config.ymlLorenz Diener2022-11-111-0/+26
|/
* Fix testshalcy2022-11-1110-401/+316
|
* Merge branch 'master' of github.com:halcy/Mastodon.pyhalcy2022-11-081-1/+1
|\
| * Merge pull request #252 from edent/patch-1Lorenz Diener2022-11-081-1/+1
| |\ | | | | | | Correct link
| | * Correct linkTerence Eden2022-11-081-1/+1
| |/ | | | | I know there is a redirect, but seeing the old toosuit URl might be confusing to new users.
* / add media v2 API + tests, move v1 testhalcy2022-11-089-1997/+71532
|/
* Initial test fixing pass. Four tests still fail.halcy2022-11-07126-13545/+30179
|
* add a TODO listhalcy2022-11-061-0/+66
|
* fix readme, bump versionhalcy2022-11-063-10/+3
|
* Add changeloghalcy2022-11-061-0/+17
|
* Add documentation for file_name paramhalcy2022-11-061-2/+5
|
* update docs a bithalcy2022-11-061-4/+6
|
* Remove Pipfile.lock - only used for testing, anywayshalcy2022-11-061-310/+0
|
* Add new test result cassettehalcy2022-11-061-0/+98
|
* Fix version parsinghalcy2022-11-061-1/+1
|
* Fix some things that may have broken in PRshalcy2022-11-061-3/+18
|
* Merge pull request #250 from fwaggle/fix-249Lorenz Diener2022-11-061-0/+4
|\ | | | | Fix gotosocial crash in search()
| * Fix gotosocial crash in search()fwaggle2022-11-061-0/+4
|/ | | | | | | Set a default 1.0.0 version if nothing else alters it so that version checks don't raise an Exception. Fixes #249.
* Merge pull request #223 from animeavi/file_nameLorenz Diener2022-11-051-4/+5
|\ | | | | Allow specifying the file name for media uploads
| * Allow specifying the file name for media uploadsZero2021-03-141-4/+5
| | | | | | | | The parameter is optional so this change is backwards compatible
* | Merge pull request #248 from fwaggle/fix-gotosocialLorenz Diener2022-11-051-8/+11
|\ \ | | | | | | Fix gotosocial issues
| * | Fix version crash when connecting to gotosocialfwaggle2022-11-051-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While gotosocial has a PR open to send a Mastodon-compatible version in the `instance` endpoint, whatever it sends is unlikely to be helpful for the purpose of version-gating features in the client library. You can disable version-gating, but it still fails on instantiating due to GtS's version not matching the semver regex. Fix this by moving the version_check_mode above it, and not parsing the version if it's turned off.
| * | Handle UNIX Epoch times in X-RateLimit-Resetfwaggle2022-11-051-2/+5
|/ / | | | | | | | | | | | | | | | | Instead of returning an ISO8601 timestamp, gotosocial returns an integer UNIX Epoch for the X-RateLimit-Reset header. As `dateutil.parser.parse` doesn't handle these, I do a naive check to see if the header is an integer and don't parse it if so. Fixes #246
* | Merge pull request #245 from arittner/fix_244Aljoscha Rittner2022-08-081-1/+1
|\ \ | | | | | | Not required status_ids parameter runs into an error if None
| * | Not required status_ids parameter runs into an error if NoneAljoscha Rittner2022-08-081-1/+1
|/ / | | | | | | Fixes #244
* | Merge pull request #241 from arittner/pr230Aljoscha Rittner2022-06-281-3/+7
|\ \ | | | | | | Support tagged, exclude_reblogs parameter on account_statuses and includes PR 230
| * | Fixed PR and changed the doc-stringAljoscha Rittner2022-06-281-5/+3
| | |
| * | Support tagged, exclude_reblogs parameter on account_statusesJeong Arm2022-06-281-2/+8
|/ /
* | Fixed overseen test failure with new app name in "secret" fileAljoscha Rittner2022-06-281-1/+1
| |
* | Merge pull request #240 from arittner/set_useragentAljoscha Rittner2022-06-272-2/+23
|\ \ | | | | | | Supports a User-Agent header
| * | Supports a User-Agent headerAljoscha Rittner2022-06-272-2/+23
|/ / | | | | | | fixes #213
* | Merge pull request #219 from MicroCheapFx/206_notificationsAljoscha Rittner2022-06-271-1/+4
|\ \ | | | | | | | | | | | | Replaced `mentions_only` by `exclude_types` in `notifications` Fixes #206
Powered by cgit v1.2.3 (git 2.41.0)