Age | Commit message (Collapse) | Author |
|
|
|
Implement SQL requests construction
|
|
|
|
|
|
|
|
- Remame getDeviceById and getDeviceByUniqueId functions
|
|
|
|
|
|
Refactor managers, permissions etc
|
|
|
|
|
|
- Reorganize permission check and link
- Optimize calendar retrieving
|
|
|
|
|
|
- Add two helpers to BaseResource
|
|
|
|
|
|
|
|
|
|
|
|
Drivers implementation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement SMS commands
|
|
|
|
Add fallback to SMS if device is not online
Use more variables and ternary operators
|
|
|
|
- Allow "device readonly" users send commands
|
|
|
|
|
|
|
|
- Allow users edit tokens
- Managers can create users with deviceLimit = 0 only
- Manager can't create users with expirationTime later then their
- Other permissions improvements
|
|
- optimize HashSet creation
|
|
- Optimize getManaged* functions
|
|
|
|
|
|
|
|
|