Commit Graph

20 Commits (8d923df2127ae27269e4143de627d28f56f9be61)

Author SHA1 Message Date
Ensar Sarajčić 34c752241d Add common errors 2018-11-03 18:23:01 +01:00
Ensar Sarajčić 79cbd09f24 Add created_at and modified_at timestamps to all responses 2018-11-03 15:54:13 +01:00
Ensar Sarajčić af6025fec7 Improve email templates 2018-10-31 23:25:54 +01:00
Ensar Sarajčić 5e13fcac5d Add redirection to frontend on email activation 2018-10-31 21:43:27 +01:00
esensar 42c3566ab0 Make POST and PUT return created roles/accounts 2018-10-24 22:20:50 +02:00
esensar bf681f4568 Add email confirmation feature and endpoints 2018-10-10 20:54:38 +02:00
esensar e9ebff8be6 Standardize all responses and requests
* Remove root object from requests
* Add "content" wrapper for all responses
2018-10-08 21:50:34 +02:00
esensar 3c0644357b Add list of possible permissions 2018-10-06 14:18:12 +02:00
esensar f63137cb39 Remove code from api __init__.py into separate modules 2018-10-06 14:07:40 +02:00
esensar f3a57cb2cd Remove code from accounts __init__ to separate modules 2018-10-06 13:38:27 +02:00
esensar 6b76520cc7 Fix swagger roles issue 2018-09-23 13:56:41 +02:00
esensar bea29b4e42 Add decorator for role protection 2018-09-23 01:33:31 +02:00
esensar 562e2653c9 Add role management routes 2018-09-23 01:22:19 +02:00
esensar 3b09857dbc Add role update call 2018-09-22 19:01:50 +02:00
esensar b85e90cfb4 Add basic device endpoints 2018-05-08 16:45:09 +02:00
esensar 145ca339c9 Add get account fake endpoint 2018-05-08 10:52:36 +02:00
esensar f506e3dfaa Add token validation logic and protected routes 2018-05-07 17:17:19 +02:00
esensar 6c856965a1 Add swagger documentation 2018-05-07 16:13:07 +02:00
esensar 55caf167c9 Use marshmallow and webargs for parsing and marshaling 2018-05-07 13:57:53 +02:00
esensar 8d151ba8c3 Restfulify account creation and login 2018-05-06 21:42:21 +02:00