Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix influxdb volume, missing user parameter in list_commandv0.1.1 | clarkzjw | 2023-02-27 | 3 | -3/+4 |
| | |||||
* | Merge branch 'feature/user_permission'v0.1 | clarkzjw | 2023-02-27 | 4 | -32/+67 |
|\ | | | | | | | add check_user decorator to check user login status | ||||
| * | bot: add check_user decorator to check user login statusfeature/user_permission | clarkzjw | 2023-02-27 | 4 | -32/+67 |
|/ | |||||
* | Merge branch 'feature/oauth-misskey' | clarkzjw | 2023-02-27 | 3 | -14/+16 |
|\ | | | | | | | Misskey is not supported | ||||
| * | misskey is not supported | clarkzjw | 2023-02-27 | 3 | -14/+16 |
|/ | |||||
* | update TODO | clarkzjw | 2023-02-24 | 1 | -1/+0 |
| | |||||
* | Merge branch 'deploy/cicd' | clarkzjw | 2023-02-24 | 10 | -20/+179 |
|\ | | | | | | | | | added Dockerfile and docker-compose.yaml with krakend api gateway and monitoring using influxdb and grafana dashboard | ||||
| * | deploy: add krakend monitoring using influxdb and grafana | clarkzjw | 2023-02-24 | 3 | -14/+49 |
| | | |||||
| * | deploy: add krakend api gateway | clarkzjw | 2023-02-23 | 3 | -5/+104 |
| | | |||||
| * | deploy: add Dockerfile and docker-compose.yaml | clarkzjw | 2023-02-23 | 8 | -16/+41 |
|/ | |||||
* | bot: support changing default toot visibility | clarkzjw | 2023-02-23 | 6 | -25/+91 |
| | |||||
* | bot: implement /logout command | clarkzjw | 2023-02-23 | 5 | -2/+16 |
| | |||||
* | bot: implement /list command | clarkzjw | 2023-02-23 | 3 | -3/+26 |
| | |||||
* | Merge branch 'feature/update_menu' | clarkzjw | 2023-02-23 | 2 | -5/+30 |
|\ | | | | | | | bot: fix mastodon.py missing in status.update() | ||||
| * | fix mastodon.py missing in status.update() | clarkzjw | 2023-02-23 | 2 | -5/+30 |
|/ | |||||
* | Merge branch 'feature/oauth-pleroma' | clarkzjw | 2023-02-23 | 5 | -15/+64 |
|\ | | | | | | | | | - bot: support pleroma instances - 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: support pleroma instances | clarkzjw | 2023-02-23 | 5 | -15/+64 |
|/ | | | | - status_update() in mastodon.py currently doesn't support content_type, thus it still fallbacks to text/plain on pleroma instances when adding comments | ||||
* | Merge branch 'feature/encryption' | clarkzjw | 2023-02-23 | 7 | -19/+36 |
|\ | | | | | | | - bot: encrypt access_key with cryptography.fernet library | ||||
| * | bot: encrypt access_key with cryptography.fernet library | clarkzjw | 2023-02-23 | 7 | -19/+36 |
|/ | |||||
* | bot: update README | clarkzjw | 2023-02-23 | 1 | -3/+3 |
| | |||||
* | update README | clarkzjw | 2023-02-23 | 3 | -15/+29 |
| | |||||
* | update TODO | clarkzjw | 2023-02-23 | 1 | -0/+1 |
| | |||||
* | bot: add command templates | clarkzjw | 2023-02-23 | 5 | -11/+60 |
| | |||||
* | remove outdated config | clarkzjw | 2023-02-23 | 3 | -17/+0 |
| | |||||
* | bot: multi user working | clarkzjw | 2023-02-23 | 3 | -22/+42 |
| | |||||
* | bot: fix login flow | clarkzjw | 2023-02-23 | 2 | -1/+19 |
| | |||||
* | bot: change create_poi to create_or_update_poi | clarkzjw | 2023-02-23 | 3 | -6/+6 |
| | |||||
* | bot: set default toot visibility to private | clarkzjw | 2023-02-23 | 5 | -9/+10 |
| | |||||
* | bot: test peewee sqlite3 | clarkzjw | 2023-02-23 | 9 | -85/+139 |
| | |||||
* | fix oauth login flow | clarkzjw | 2023-02-23 | 4 | -27/+34 |
| | |||||
* | create oauth app before user login | clarkzjw | 2023-02-23 | 2 | -5/+8 |
| | |||||
* | bot: support Mastodon OAuth2 login | clarkzjw | 2023-02-23 | 8 | -204/+171 |
| | | | | | | | | | | | | | | | | test callback test mastodon callback test callback clean customwebhook example bot: test oauth login test callback url test callback | ||||
* | update TODO | clarkzjw | 2023-02-22 | 1 | -1/+1 |
| | |||||
* | support image caption | clarkzjw | 2023-02-22 | 1 | -12/+15 |
| | |||||
* | remove some redundant code blocks | clarkzjw | 2023-02-22 | 2 | -90/+91 |
| | |||||
* | more code formatting | clarkzjw | 2023-02-22 | 4 | -138/+136 |
| | |||||
* | fix /cancel flow | clarkzjw | 2023-02-22 | 3 | -16/+25 |
| | |||||
* | add custom webhook example | clarkzjw | 2023-02-22 | 3 | -13/+236 |
| | |||||
* | update TODO | clarkzjw | 2023-02-21 | 1 | -1/+0 |
| | |||||
* | optimize imports | clarkzjw | 2023-02-21 | 4 | -30/+12 |
| | |||||
* | refactoring code | clarkzjw | 2023-02-21 | 4 | -325/+339 |
| | |||||
* | renaming functions | clarkzjw | 2023-02-21 | 3 | -188/+104 |
| | |||||
* | support manually adding places | clarkzjw | 2023-02-21 | 1 | -62/+121 |
| | |||||
* | handle telegram built venue location | clarkzjw | 2023-02-21 | 1 | -7/+41 |
| | |||||
* | update conversation flow | clarkzjw | 2023-02-21 | 1 | -11/+21 |
| | |||||
* | refine conversation flow with some inline keyboards | clarkzjw | 2023-02-21 | 1 | -51/+83 |
| | |||||
* | bot: enable location search | clarkzjw | 2023-02-21 | 3 | -34/+58 |
| | |||||
* | make bot as a module | clarkzjw | 2023-02-21 | 2 | -18/+16 |
| | |||||
* | add setting handler | clarkzjw | 2023-02-21 | 1 | -41/+67 |
| | |||||
* | Merge branch 'feature/poi_photo' | clarkzjw | 2023-02-21 | 4 | -25/+236 |
|\ | | | | | | | allow users to upload up to 4 photos when checking in |