This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
crafty-4
Watch
1
Star
0
Fork
0
You've already forked crafty-4
mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced
2024-08-30 18:23:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b0d342e949
Branches
Tags
View all branches
crafty-4
/
app
/
classes
/
web
/
routes
/
api
History
luukas
b0d342e949
Check if something is in a dict with a simpler way
...
* Replace `data.get("key", None) is not None` with `"key" in data`
2022-05-25 00:39:16 +03:00
..
auth
Improve the invalidate tokens API handler
2022-05-25 00:35:11 +03:00
roles
Remove role_id from role modify response
2022-05-18 23:41:28 +03:00
servers
Remove the root example from the new server schema
2022-05-19 16:32:18 +03:00
users
Check if something is in a dict with a simpler way
2022-05-25 00:39:16 +03:00
api_handlers.py
Only allow number IDs to the user handlers
2022-05-18 22:54:44 +03:00
index_handler.py
Add and fix API v2 and db
2022-05-08 00:07:55 +03:00
jsonschema.py
Add a JSON schema route
2022-05-18 15:58:54 +03:00
not_found.py
Add a JSON schema route
2022-05-18 15:58:54 +03:00