Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (376 - 378 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
#211 invalid User login johnbywater johnbywater

Reported by johnbywater, 4 years ago.

Description

Native login scenario: Complete login form, require email address. Any session is resumed.

Mandated technical requirement: use Repoze (see plugin:form of repoze.who); borrow from BlastOff?.

See CKAN or Microfacts for usage of repose with openid.

#1056 fixed User links for OpenID users are broken dread pudo

Reported by pudo, 3 years ago.

Description

Use case:

  • Login using OpenID
  • Click on 'My account' - results in 404

Solutions:

  • User user.id instead of their name
  • Escape the URL properly.
Note: See TracQuery for help on using queries.