Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (241 - 243 of 1174)

Ticket Resolution Summary Owner Reporter
#12 FIXED Email verification for new users joar Christopher Allan Webber
Description

New users should be requested email verification.

Steps to make happen:

  • user['status'] should default to 'needs_email_verification'
  • After registering, a property should be set with a unique random verification key
  • Link embedding verification key and username should be emailed to user
  • Clicking the link should activate the user's account, setting user['status'] to active
#27 fixed API Support for Mobile Uploads joar Blaise Alleyne
Description

This might be a bit broad and/or already considered elsewhere, but having API support to upload media from third-party clients (especially on mobile computers) would be a killer feature. For example, on my N900, Maemo has share plugins which support Flickr, Twitpic, etc., and integrate well into the build in camera software.

StatusNet implemented the Twitter API to allow for broad support, but I'm only familiar with Flickr, not so much Picasa or Deviant Art or other platforms. Would it make sense to implement (parts of) the Flickr API here to benefit from that same kind of support? Is there another API to consider? Or does it make more sense to create something new?

http://www.flickr.com/services/api/

The feature request end goal is having some kind of API support for third-party upload clients, especially on mobile devices. Not sure if this has been considered, or what the best way to do this is.

#31 FIXED Tool to create a tarball of the current environment (database, media files, etc) joar Christopher Allan Webber
Description

It would be great if we had a tool that could do something like:

./bin/gmg environment_tarball mediagoblin.ini tarball_name.tar.gz

That contained something like:

./mediagoblin_db.json
./public_store/ # all public store files kept here
./queue_store/ # all queue store files kept here
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.