aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bot: add check_user decorator to check user login statusfeature/user_permissionclarkzjw2023-02-271-22/+27
|
* misskey is not supportedclarkzjw2023-02-271-6/+10
|
* bot: support changing default toot visibilityclarkzjw2023-02-231-11/+10
|
* fix mastodon.py missing in status.update()clarkzjw2023-02-231-4/+21
|
* - bot: support pleroma instancesclarkzjw2023-02-231-12/+35
| | | | - status_update() in mastodon.py currently doesn't support content_type, thus it still fallbacks to text/plain on pleroma instances when adding comments
* bot: encrypt access_key with cryptography.fernet libraryclarkzjw2023-02-231-11/+11
|
* bot: fix login flowclarkzjw2023-02-231-1/+2
|
* bot: change create_poi to create_or_update_poiclarkzjw2023-02-231-0/+1
|
* bot: set default toot visibility to privateclarkzjw2023-02-231-6/+4
|
* bot: test peewee sqlite3clarkzjw2023-02-231-14/+37
|
* fix oauth login flowclarkzjw2023-02-231-5/+13
|
* create oauth app before user loginclarkzjw2023-02-231-1/+7
|
* bot: support Mastodon OAuth2 loginclarkzjw2023-02-231-0/+15
| | | | | | | | | | | | | | | | test callback test mastodon callback test callback clean customwebhook example bot: test oauth login test callback url test callback
* support image captionclarkzjw2023-02-221-12/+15
|
* remove some redundant code blocksclarkzjw2023-02-221-88/+89
|
* more code formattingclarkzjw2023-02-221-127/+119
|
* fix /cancel flowclarkzjw2023-02-221-13/+9
|
* add custom webhook exampleclarkzjw2023-02-221-7/+9
|
* optimize importsclarkzjw2023-02-211-5/+2
|
* refactoring codeclarkzjw2023-02-211-0/+266
    Powered by cgit v1.2.3 (git 2.41.0)