takahe/api
Christof Dorner b31c5156ff
Improve hashtag case handling and implement /api/v1/tags/<hashtag> endpoint (#554)
* Lowercase hashtag before loading its timeline

* Implement /api/v1/tags/<hashtag> endpoint

* Lower hashtag before un-/following

* Fix field name for hashtag following/followed boolean
2023-04-06 15:14:21 -06:00
..
migrations OAuth2 Fixes (#338) 2023-01-01 11:46:55 -07:00
models Check scope on API endpoints 2023-02-19 11:37:02 -07:00
views Improve hashtag case handling and implement /api/v1/tags/<hashtag> endpoint (#554) 2023-04-06 15:14:21 -06:00
__init__.py Working start of an OAuth flow 2022-12-12 11:56:49 -07:00
admin.py Working start of an OAuth flow 2022-12-12 11:56:49 -07:00
apps.py Working start of an OAuth flow 2022-12-12 11:56:49 -07:00
decorators.py Allow API access with cookies again 2023-03-02 10:22:37 -07:00
middleware.py Implement a client_credentials process for read 2023-03-06 15:48:43 -07:00
pagination.py Fix page ordering (#535) 2023-03-10 09:10:34 -07:00
schemas.py Improve hashtag case handling and implement /api/v1/tags/<hashtag> endpoint (#554) 2023-04-06 15:14:21 -06:00
urls.py Improve hashtag case handling and implement /api/v1/tags/<hashtag> endpoint (#554) 2023-04-06 15:14:21 -06:00