1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-27 02:58:39 +00:00
mobilizon/lib/mobilizon_web
Thomas Citharel 0c8d2f7e00
Work around Addresses to bring them properly through GraphQL
Got caught with https://github.com/absinthe-graphql/absinthe/issues/601
at some point, that's why fields are renamed

Fix tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-04-01 16:51:15 +02:00
..
api ℹ Improve docs and documentation (again) 2019-03-19 11:16:03 +01:00
controllers Add backend and endpoints for Feed Tokens 2019-03-08 14:57:05 +01:00
resolvers Get config and display/hide register button 2019-03-22 15:26:58 +01:00
schema Work around Addresses to bring them properly through GraphQL 2019-04-01 16:51:15 +02:00
templates/email
uploaders Make Categories a predefined list 2019-02-25 15:31:04 +01:00
views Work around Addresses to bring them properly through GraphQL 2019-04-01 16:51:15 +02:00
auth_error_handler.ex Allow tag relations + bump ecto deps 2019-02-21 16:58:14 +01:00
auth_pipeline.ex
context.ex Add GraphQL methods and test 2019-03-15 16:37:46 +01:00
endpoint.ex Allow tag relations + bump ecto deps 2019-02-21 16:58:14 +01:00
gettext.ex
guardian.ex Introduce admin and moderator role, check role on list_users action 2019-03-07 14:18:11 +01:00
http_signature.ex A few fixes comming from Dialyser 2019-02-22 16:57:12 +01:00
router.ex Add backend and endpoints for Feed Tokens 2019-03-08 14:57:05 +01:00
schema.ex Work around Addresses to bring them properly through GraphQL 2019-04-01 16:51:15 +02:00
upload_plug.ex