-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTODO
More file actions
30 lines (20 loc) · 685 Bytes
/
Copy pathTODO
File metadata and controls
30 lines (20 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Optimize Model::get_domUs() in inserting in Model::$domUs_by_names array only
halted domUs.
Make Model::create_user() handles PDOException when a unique constraint is
violated to properly returns false.
Model::get_user()
Model::get_users()
"guest" must always exists, even if he is not in the database.
Model::delete_users()
Model::create_users()
Uses the cache to avoid unnecessary operations.
Model::delete_users()
Model::create_users()
Model::get_user()
Model::get_users()
Provides a "$ignore_cache" parameter.
Handles the "recovery" user (almighty).
SQL
When an user is deleted, also delete his ACLs.
Live migration
Handle more correctly errors sent throught JavaScript.