| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge remote-tracking branch 'refs/remotes/rodney757/email' | Christopher Allan Webber | 2013-08-25 | 1 | -27/+49 |
|\ \ |
|
| * | | check for form.password in the off chance that a user is logged in and the se... | Rodney Ewing | 2013-08-20 | 1 | -1/+1 |
| * | | maybe have change password and email on same page | Rodney Ewing | 2013-08-20 | 1 | -27/+49 |
| |/ |
|
* / | add user prefrence for insite notifications | Rodney Ewing | 2013-08-20 | 1 | -1/+3 |
|/ |
|
* | Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o... | Rodney Ewing | 2013-07-11 | 1 | -3/+3 |
* | merge --squash openid branch to take care of a false merge commit in the | Rodney Ewing | 2013-07-03 | 1 | -24/+34 |
* | cleanup after merge | Rodney Ewing | 2013-06-25 | 1 | -0/+1 |
* | Merge remote-tracking branch 'upstream/master' into auth | Rodney Ewing | 2013-06-25 | 1 | -22/+94 |
|\ |
|
| * | Removing the "enter your password to change your email" bit. | Christopher Allan Webber | 2013-06-21 | 1 | -31/+23 |
| * | send_verification_email was moved to auth/tools | Rodney Ewing | 2013-05-29 | 1 | -1/+2 |
| * | form is already validated, no need to validate again | Rodney Ewing | 2013-05-29 | 1 | -6/+2 |
| * | added error handling on bad token, fixed route, and added tests | Rodney Ewing | 2013-05-24 | 1 | -4/+15 |
| * | added support for user to change email address | Rodney Ewing | 2013-05-24 | 1 | -16/+89 |
* | | fixed failing tests after rebase | Rodney Ewing | 2013-05-24 | 1 | -2/+2 |
* | | moved bcrypt_gen_password_hash to basic_auth/tools and added gen_password_has... | Rodney Ewing | 2013-05-24 | 1 | -1/+0 |
* | | moved bcrypt_check_password to basic_auth/tools from auth/lib | Rodney Ewing | 2013-05-24 | 1 | -0/+1 |
|/ |
|
* | moved change pass to a seperate view and fixed issues 709 | Rodney Ewing | 2013-05-20 | 1 | -12/+36 |
* | Create redir_obj and use it around. | Elrond | 2013-04-28 | 1 | -6/+4 |
* | No lazy_* needed here; Add ReallyLazyProxy.__repr__. | Elrond | 2013-04-25 | 1 | -1/+1 |
* | Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms. | Aditi Mittal | 2013-04-24 | 1 | -1/+1 |
* | Use GenerateSlugMixin for collections. | Elrond | 2013-04-06 | 1 | -1/+1 |
* | Use WTForms data field in edit/views.py | Hans Lo | 2013-03-27 | 1 | -16/+16 |
* | Use the media id for attachmemt editing. | Elrond | 2013-02-24 | 1 | -2/+2 |
* | removed unused import cgi.FieldStorage | András Veres-Szentkirályi | 2013-02-22 | 1 | -1/+0 |
* | user.get('moo') -> user.moo | Sebastian Spaeth | 2013-01-22 | 1 | -4/+4 |
* | Merge remote-tracking branch 'refs/remotes/spaetz/521_license_preference' int... | Christopher Allan Webber | 2013-01-22 | 1 | -35/+32 |
|\ |
|
| * | Add a license preference field | Mark Holmquist | 2013-01-17 | 1 | -35/+32 |
* | | Sanitize slug input on media edit | Sebastian Spaeth | 2013-01-18 | 1 | -7/+6 |
|/ |
|
* | Allowing to delete a user account (#302) | Sebastian Spaeth | 2013-01-17 | 1 | -0/+31 |
* | Merge remote-tracking branch 'refs/remotes/elrond/misc/use_media_id' | Christopher Allan Webber | 2013-01-16 | 1 | -1/+2 |
|\ |
|
| * | Start to use the media_id in "admin" URLs. | Elrond | 2013-01-11 | 1 | -1/+2 |
* | | Simplify check_media_slug_used | Sebastian Spaeth | 2013-01-15 | 1 | -2/+2 |
|/ |
|
* | Enable /u/USERNAME/edit/ pattern #588 | Sebastian Spaeth | 2013-01-09 | 1 | -9/+17 |
* | Convert return HttpException to raise HttpException | Sebastian Spaeth | 2012-12-23 | 1 | -2/+2 |
* | webob.HTTPFound --> MG.tools.redirect | Sebastian Spaeth | 2012-12-21 | 1 | -5/+4 |
* | Transition webob.HttpForbidden to webob's exceptions Forbidden | Sebastian Spaeth | 2012-12-21 | 1 | -2/+3 |
* | Move DBModel._id -> DBModel.id | Sebastian Spaeth | 2012-12-21 | 1 | -4/+4 |
* | Fix translations around. | Elrond | 2012-12-03 | 1 | -1/+1 |
* | Fixed attachments | Joar Wandborg | 2012-10-23 | 1 | -12/+11 |
* | Replaced all request.POST with request.form, ... | Joar Wandborg | 2012-09-29 | 1 | -30/+30 |
* | Too much was marked for translation this gettext message. | Christopher Allan Webber | 2012-09-24 | 1 | -1/+3 |
* | Removed unnecessary reference to may_edit_collection in edit views.py | Aaron Williamson | 2012-09-18 | 1 | -1/+1 |
* | Added basic collection functionality | Aaron Williamson | 2012-09-18 | 1 | -3/+59 |
* | Added some security checks to attachment upload, it's still not | Joar Wandborg | 2012-06-24 | 1 | -2/+29 |
* | Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment... | Joar Wandborg | 2012-06-10 | 1 | -30/+41 |
|\ |
|
| * | Updates to send email comments, included translation, better validation. | Derek Moore | 2012-03-25 | 1 | -38/+38 |
| * | These are changes for issue #405, add email comment notification. | Derek Moore | 2012-03-15 | 1 | -19/+29 |
* | | Fix problems from pyflakes output | Will Kahn-Greene | 2012-06-03 | 1 | -7/+1 |
|/ |
|
* | Changed from key-notation to dot-notation in edit_profile | Joar Wandborg | 2012-03-08 | 1 | -1/+1 |
* | Generic check_media_slug_used db utility. | Elrond | 2012-03-05 | 1 | -5/+4 |