Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: use f-strings without bug | Miroslav Šedivý | 2022-12-02 | 2 | -2/+2 |
| | |||||
* | Merge pull request #290 from eumiro/fstrings | Lorenz Diener | 2022-12-02 | 21 | -194/+141 |
|\ | | | | | refactor: use f-strings | ||||
| * | refactor: use f-strings | Miroslav Šedivý | 2022-12-02 | 21 | -194/+141 |
|/ | |||||
* | Bump version | halcy | 2022-12-01 | 4 | -66/+15 |
| | |||||
* | commit new set of tests | halcy | 2022-12-01 | 139 | -8209/+8143 |
| | |||||
* | Minor fixes, document some return values | halcy | 2022-12-01 | 2 | -10/+49 |
| | |||||
* | nit | halcy | 2022-12-01 | 1 | -1/+0 |
| | |||||
* | Clean up some docs stuff | halcy | 2022-12-01 | 2 | -22/+19 |
| | |||||
* | Finish moving code out into smaller files | halcy | 2022-12-01 | 28 | -2860/+3056 |
| | |||||
* | Disable 3.6 test (missing crypto module) | halcy | 2022-12-01 | 1 | -1/+1 |
| | |||||
* | Add pytz to test deps to allow tests to not fail on lower python versions | halcy | 2022-12-01 | 1 | -1/+2 |
| | |||||
* | More moving functions out | halcy | 2022-12-01 | 5 | -229/+256 |
| | |||||
* | Move some more methods, fix crypto heckup | halcy | 2022-11-30 | 6 | -519/+549 |
| | |||||
* | carefully move some things into files, test if readthedocs still builds | halcy | 2022-11-30 | 4 | -346/+363 |
| | |||||
* | Merge branch 'eumiro-modern-datetime' | halcy | 2022-11-30 | 4 | -15/+8 |
|\ | |||||
| * | Merge branch 'modern-datetime' of https://github.com/eumiro/Mastodon.py into ↵ | halcy | 2022-11-30 | 4 | -15/+8 |
|/| | | | | | | | eumiro-modern-datetime | ||||
| * | refactor: simplify __datetime_to_epoch | Miroslav Šedivý | 2022-11-30 | 1 | -8/+2 |
| | | |||||
| * | replace pytz with datetime.timezone and zoneinfo | Miroslav Šedivý | 2022-11-30 | 3 | -9/+7 |
| | | |||||
* | | Start moving functions out of main module | halcy | 2022-11-30 | 6 | -939/+972 |
|/ | |||||
* | Switch back to previous version parser | halcy | 2022-11-30 | 1 | -3/+7 |
| | |||||
* | reapply accidentally reverted changes | halcy | 2022-11-30 | 2 | -53/+32 |
| | |||||
* | revert what I did to version parsing. Why did this break? | halcy | 2022-11-30 | 1 | -10/+10 |
| | |||||
* | Fix cross page links in docs | halcy | 2022-11-30 | 4 | -181/+197 |
| | |||||
* | Merge branch 'master' of github.com:halcy/Mastodon.py | halcy | 2022-11-30 | 1 | -33/+18 |
|\ | |||||
| * | Merge pull request #285 from eumiro/cmp_versions | Lorenz Diener | 2022-11-30 | 1 | -33/+18 |
| |\ | | | | | | | refactor: improve version comparisons | ||||
| | * | refactor: improve version comparisons | Miroslav Šedivý | 2022-11-29 | 1 | -33/+18 |
| |/ | |||||
* / | ref test | halcy | 2022-11-30 | 1 | -1/+1 |
|/ | |||||
* | Clarify some things | halcy | 2022-11-29 | 1 | -2/+2 |
| | |||||
* | Fix some nits | halcy | 2022-11-29 | 2 | -13/+30 |
| | |||||
* | Restructure the docs, a lot | halcy | 2022-11-29 | 16 | -14/+797 |
| | |||||
* | add module / class stuff | halcy | 2022-11-28 | 4 | -0/+9 |
| | |||||
* | why doc not showing | halcy | 2022-11-28 | 1 | -1/+2 |
| | |||||
* | fix index | halcy | 2022-11-28 | 1 | -2/+3 |
| | |||||
* | Some more doc split tests | halcy | 2022-11-28 | 5 | -2/+855 |
| | |||||
* | why no toctree | halcy | 2022-11-28 | 1 | -2/+0 |
| | |||||
* | First attempt at making docs a bit more neat | halcy | 2022-11-28 | 2 | -1488/+133 |
| | |||||
* | Add v2 admin accounts API | halcy | 2022-11-28 | 8 | -11/+548 |
| | |||||
* | Add remove_from_followers | halcy | 2022-11-27 | 6 | -22/+511 |
| | |||||
* | Add account_familiar_followers | halcy | 2022-11-27 | 6 | -9/+526 |
| | |||||
* | Clean docs up a bit more | halcy | 2022-11-27 | 1 | -17/+8 |
| | |||||
* | Changelog update | halcy | 2022-11-27 | 1 | -7/+8 |
| | |||||
* | Add client auth data to access token file | halcy | 2022-11-27 | 3 | -8/+25 |
| | |||||
* | clean terminology up a bit | halcy | 2022-11-27 | 3 | -48/+56 |
| | |||||
* | Switch admin stats test to path match | halcy | 2022-11-27 | 2 | -12/+12 |
| | |||||
* | document logging out | halcy | 2022-11-27 | 1 | -1/+3 |
| | |||||
* | typo | halcy | 2022-11-27 | 1 | -1/+1 |
| | |||||
* | Fix test by using fixed dates | halcy | 2022-11-27 | 2 | -29/+29 |
| | |||||
* | add admin stats APIs | halcy | 2022-11-27 | 6 | -10/+436 |
| | |||||
* | Add admin domain block tests, change some things about the admin domain blocks | halcy | 2022-11-26 | 4 | -27/+419 |
| | |||||
* | update changelog | halcy | 2022-11-26 | 1 | -0/+2 |
| |