aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Start moving functions out of main modulehalcy2022-11-306-939/+972
|
* Switch back to previous version parserhalcy2022-11-301-3/+7
|
* reapply accidentally reverted changeshalcy2022-11-301-43/+22
|
* Fix cross page links in docshalcy2022-11-301-169/+184
|
* Merge branch 'master' of github.com:halcy/Mastodon.pyhalcy2022-11-301-33/+18
|\
| * refactor: improve version comparisonsMiroslav Šedivý2022-11-291-33/+18
| |
* | ref testhalcy2022-11-301-1/+1
|/
* Add v2 admin accounts APIhalcy2022-11-281-7/+81
|
* Add remove_from_followershalcy2022-11-271-20/+23
|
* Add account_familiar_followershalcy2022-11-271-6/+20
|
* Add client auth data to access token filehalcy2022-11-271-2/+12
|
* clean terminology up a bithalcy2022-11-271-46/+46
|
* typohalcy2022-11-271-1/+1
|
* add admin stats APIshalcy2022-11-271-4/+135
|
* Add admin domain block tests, change some things about the admin domain blockshalcy2022-11-261-25/+36
|
* typos lolmicah2022-11-251-3/+3
|
* Merge remote-tracking branch 'origin/master' into catgoat/domain_blocksmicah2022-11-251-70/+174
|\
| * add lang parameterhalcy2022-11-251-26/+57
| |
| * Fix testshalcy2022-11-251-5/+2
| |
| * Add admin trends testhalcy2022-11-251-16/+60
| |
| * Add trending APIshalcy2022-11-241-4/+43
| |
| * Merge pull request #278 from adbenitez/adbenitez/fix-bug-in-json_date_parseLorenz Diener2022-11-241-1/+1
| |\ | | | | | | fix NameError: name 'x' is not defined in __json_date_parse()
| | * fix NameError: name 'x' is not defined in __json_date_parse()adbenitez2022-11-241-1/+1
| | |
| * | Remove mastosoc default instancehalcy2022-11-241-21/+16
| |/
* | add delete and modify with commentsmicah2022-11-251-7/+49
| |
* | documentationmicah2022-11-251-40/+20
| |
* | start to add domain blocksmicah2022-11-241-0/+62
|/
* Add notification testshalcy2022-11-241-6/+7
|
* Robustify version parsinghalcy2022-11-241-1/+12
|
* Add new notification types, test for pathlib supporthalcy2022-11-241-10/+22
|
* Largely pointless now, so replacing with just a notehalcy2022-11-241-10/+0
|
* Fix search issue, add pathlib path supporthalcy2022-11-231-2/+11
|
* Fix some tests, fix a pleroma specific date parsing issuehalcy2022-11-221-5/+7
|
* Merge pull request #268 from heharkon/masterLorenz Diener2022-11-221-2/+12
|\ | | | | Directory listing functionality had some possible parameters missing
| * Directory listing functionality had some possible parameters missing. ↵Henrik Härkönen2022-11-201-2/+12
| | | | | | | | "local" being perhaps the most important.
* | add status editinghalcy2022-11-221-82/+136
| |
* | fix incorrectly sending id in formdata, causing an issue with pleroma (#267)halcy2022-11-211-1/+1
| |
* | Add more streaming events, some testshalcy2022-11-211-21/+84
| |
* | refactor: use is for True/FalseMiroslav Šedivý2022-11-201-36/+33
| |
* | refactor: use is for NoneMiroslav Šedivý2022-11-202-107/+107
|/
* fix versioning for limited federation instanceshalcy2022-11-191-18/+16
|
* add ability to get detailed signup error from create_accounthalcy2022-11-191-43/+63
|
* Add policy param for push_subscription_sethalcy2022-11-191-2/+12
|
* Add account lookup APIhalcy2022-11-191-0/+13
|
* Add email resend apihalcy2022-11-191-0/+9
|
* add server rules APIhalcy2022-11-191-2/+10
|
* Document "rules" attribute, make docs maybe a bit betterhalcy2022-11-191-1/+1
|
* some more testshalcy2022-11-191-0/+2
|
* try to fix tests, againhalcy2022-11-181-3/+2
|
* add server datetime retriever, fix tests some morehalcy2022-11-171-10/+25
|
Powered by cgit v1.2.3 (git 2.41.0)