team-3/src/c3nav/api
2024-12-09 15:34:06 +01:00
..
migrations missing migration 2023-12-01 20:57:47 +01:00
static/api/css browsable api should be reponsive 2016-09-13 13:23:28 +02:00
__init__.py goodbye django rest framework 2023-12-03 21:50:55 +01:00
api.py enforce that the session auth endpoint is not used with api keys 2023-12-28 16:04:05 +01:00
apps.py fix some bugs in session api and add a signal to cleanup tokens after password change 2018-11-23 22:45:45 +01:00
auth.py force session for all users, even not logged in, to ensure they can save routing settings via api 2023-12-21 16:45:53 +01:00
exceptions.py enforce that the session auth endpoint is not used with api keys 2023-12-28 16:04:05 +01:00
middleware.py Don’t crash on empty content type 2019-03-01 16:34:58 +01:00
models.py remove old api secret 2023-12-03 16:39:11 +01:00
ninja.py make linter happy 2023-12-11 19:02:19 +01:00
schema.py serialize baserouterproxy correctly 2024-12-09 15:34:06 +01:00
settings.py theming should be fine now 2024-03-28 17:38:09 +01:00
signals.py fix some bugs in session api and add a signal to cleanup tokens after password change 2018-11-23 22:45:45 +01:00
stats.py add stats endpoint 2024-03-29 14:17:51 +01:00
urls.py add stats endpoint 2024-03-29 14:17:51 +01:00
utils.py change all of the MeshMessages c-models from dataclasses to pydantic 2024-03-09 17:19:08 +01:00