Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (229 - 231 of 1174)

Ticket Resolution Summary Owner Reporter
#233 FIXED Basic content license support Aaron Williamson nyergler
Description

We need to add support for licensing content uploaded to GMG instances. For basic support we need to implement the following:

  • attach the license (identified by a URI) to Media
  • allow users to select a license for media (probably start with fixed set)
  • display license when users view the media page
#240 FIXED Provide facility for configuring application-required middleware nyergler nyergler
Description

Some things, like CSRF protection (#361), benefit from the ability to uniformly call helpers before and after a request is processed by the view. In the case of CSRF, we want to confirm that the token matches before processing the view, and make sure the token is set before delivering the response. Unlike WSGI middleware, this sort of wrapping is an integral part of the application.

#548 fixed Add support for token refresh to the OAuth plugin nyergler
Description

The OAuth plugin currently does not support token refresh, as described in the OAuth specification. This is needed to allow Android clients (among others) to refresh their tokens as they expire. It appears there was some planning for this, as a refresh_token field exists in the OAuthToken model, but it is currently unpopulated.

This work may overlap with work on #517.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.