Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 1174)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#44 FIXED Basic user profile page, also bios Caleb Davis Christopher Allan Webber
Description

Say we have the user cwebber, and we want to find out all about cwebber! A little bio, what are the latest images, etc.

Accessing:

[http://mediagoblin.example.org/cwebber/](http://mediagoblin.example.org/cwebber/)

Should show a few of the latest images (not all, that's [http://mediagoblin.example.org/cwebber/gallery/](http://mediagoblin.example.org/cwebber/gallery/) ) and also a personal bio, if a user has provided one.

Additionally http://mediagoblin.example.org/settings/profile/ should allow me to change my profile (for now, just adding a simple bio is fine). It would be great to wrap that work into this ticket.

#72 FIXED "Lost password?" functionality ("Change password" functionality possibly embedded in case) Caleb Davis joar
Description

A user needs to be able to reset and recover his/her password.

When doing so, my initial plan is to

  • Generate a new password * Generate a password hash for the newly generated password * Overwrite the old hash with the new hash * Set some kind of "user_has_forgotten_password" or "requested_to_change_password" value so that the user is pushed towards changing his/her password, thus avoiding any security issues related to the transfer of the password in plain text to the user.
  • Email the password to the user * Ask the user to change his/her password * Reset the "requested_to_change_password" flag * Update the generated password with the new password
#75 FIXED tagging Caleb Davis Will Kahn-Greene
Description

This feature request covers tagging images with a series of words/phrases related to the image.

For example:

  • vacation
  • Florida
  • Mark
  • goofy

Chris said this in the 0.0.3 planning meeting:

Tagging -- In what sense?  good question, we should at least make a ticket :) probably tagging
like MediaEntry['tags'] = ['photo', 'baby'] is good enough
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.