Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1777 - 1779 of 2152)

Ticket Resolution Summary Owner Reporter
#1031 fixed User lookup API johnlawrenceaspden rgrp

Reported by rgrp, 3 years ago.

Description

Add an api for searching users. This is needed for any kind of ajax autocomplete (needed for anywhere we want to add users).

  • API location: /api/util/user/lookup?q=querystr&limit=10
  • Return json objects containing {id: ..., name: ..., fullname: ...}
  • Put in a module called controllers/apiv2/user.py
#2916 fixed User management in orgs needs autocomplete johnmartin ross

Reported by ross, 20 months ago.

Description

The user management in organizations ( http://localhost:5000/organization/users/NAME ) should autocomplete names in the dropdown box so that only valid usernames are added to the table.

#151 duplicate User object should have a created attribute dread rgrp

Reported by rgrp, 5 years ago.

Description

User object should have a "created" attribute initialized to current datetime.

Require a db migration but o/w very simple.

Cost: 1.5h

Note: See TracQuery for help on using queries.