Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PLT-6162: Search for users not in a given team. (#5943) | George Goldberg | 2017-04-03 | 1 | -0/+1 |
| | |||||
* | Implement POST /users/search endpoint for APIv4 (#5822) | Joram Wilander | 2017-03-23 | 1 | -0/+1 |
| | | | | | | | | | | * Implement POST /users/search endpoint for APIv4 * PLT-2713 Added store functions for searching users that don't have a team * PLT-2713 Added 'without_team' option when searching users * PLT-2713 Added 'without_team' option when searching users (v4) | ||||
* | PLT-4535/PLT-4503 Fix inactive users in searches and add option ↵ | Joram Wilander | 2016-11-02 | 1 | -0/+39 |
functionality to DB user search (#4413) * Add options to user database search * Fix inactive users showing up incorrectly in some user searches * Read JSON for searchUsers API into anonymous struct * Move anonymous struct to be a normal struct in model directory and upadte client to use it * Added clarification comment about slightly odd query condition in search |