Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
megahirt committed Sep 21, 2023
2 parents 6a3363e + 68d75e5 commit 22c7c09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Model/Shared/UserListModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public function __construct()
{
parent::__construct(
UserModelMongoMapper::instance(),
["username" => ['$regex' => ""], "isDeleted" => false],
["username" => ['$regex' => ""], "isDeleted" => ['$in' => [false, null]]],
["username", "email", "name", "avatar_ref", "role", "projects", "active"]
);
}
Expand Down
2 changes: 2 additions & 0 deletions src/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Allow: /

0 comments on commit 22c7c09

Please sign in to comment.