Skip to content

Commit 22c7c09

Browse files
committed
Merge branch 'develop'
2 parents 6a3363e + 68d75e5 commit 22c7c09

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Api/Model/Shared/UserListModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function __construct()
1010
{
1111
parent::__construct(
1212
UserModelMongoMapper::instance(),
13-
["username" => ['$regex' => ""], "isDeleted" => false],
13+
["username" => ['$regex' => ""], "isDeleted" => ['$in' => [false, null]]],
1414
["username", "email", "name", "avatar_ref", "role", "projects", "active"]
1515
);
1616
}

src/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Allow: /

0 commit comments

Comments
 (0)