This website requires JavaScript.
Explore
Help
Register
Sign In
NussNougate
/
crafty-4
Watch
2
Star
0
Fork
0
You've already forked crafty-4
mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced
2025-01-19 09:45:28 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
crafty-4
/
app
/
classes
/
models
History
luukas
166272e12c
Replace
.count() != 0
with
.exists()
2022-05-25 14:24:34 +03:00
..
base_model.py
Fix formatting to comply with
⬛
Black
2022-04-11 11:08:36 +01:00
crafty_permissions.py
Add route for viewing user Crafty permissions
2022-05-25 00:55:49 +03:00
management.py
Replace
.count() != 0
with
.exists()
2022-05-25 14:24:34 +03:00
roles.py
Replace
.count() != 0
with
.exists()
2022-05-25 14:24:34 +03:00
server_permissions.py
Optimize get_user_permissions_mask
2022-05-23 23:03:50 +03:00
server_stats.py
Fix error where database atomic is not needed
2022-05-21 14:26:58 -04:00
servers.py
Merge branch 'dev' into bugfix/api-v2-bugfixes
2022-05-23 20:20:49 +03:00
users.py
Replace
.count() != 0
with
.exists()
2022-05-25 14:24:34 +03:00