aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit/views.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'refs/remotes/rodney757/email'Christopher Allan Webber2013-08-251-27/+49
|\ \
| * | check for form.password in the off chance that a user is logged in and the se...Rodney Ewing2013-08-201-1/+1
| * | maybe have change password and email on same pageRodney Ewing2013-08-201-27/+49
| |/
* / add user prefrence for insite notificationsRodney Ewing2013-08-201-1/+3
|/
* Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...Rodney Ewing2013-07-111-3/+3
* merge --squash openid branch to take care of a false merge commit in theRodney Ewing2013-07-031-24/+34
* cleanup after mergeRodney Ewing2013-06-251-0/+1
* Merge remote-tracking branch 'upstream/master' into authRodney Ewing2013-06-251-22/+94
|\
| * Removing the "enter your password to change your email" bit.Christopher Allan Webber2013-06-211-31/+23
| * send_verification_email was moved to auth/toolsRodney Ewing2013-05-291-1/+2
| * form is already validated, no need to validate againRodney Ewing2013-05-291-6/+2
| * added error handling on bad token, fixed route, and added testsRodney Ewing2013-05-241-4/+15
| * added support for user to change email addressRodney Ewing2013-05-241-16/+89
* | fixed failing tests after rebaseRodney Ewing2013-05-241-2/+2
* | moved bcrypt_gen_password_hash to basic_auth/tools and added gen_password_has...Rodney Ewing2013-05-241-1/+0
* | moved bcrypt_check_password to basic_auth/tools from auth/libRodney Ewing2013-05-241-0/+1
|/
* moved change pass to a seperate view and fixed issues 709Rodney Ewing2013-05-201-12/+36
* Create redir_obj and use it around.Elrond2013-04-281-6/+4
* No lazy_* needed here; Add ReallyLazyProxy.__repr__.Elrond2013-04-251-1/+1
* Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.Aditi Mittal2013-04-241-1/+1
* Use GenerateSlugMixin for collections.Elrond2013-04-061-1/+1
* Use WTForms data field in edit/views.pyHans Lo2013-03-271-16/+16
* Use the media id for attachmemt editing.Elrond2013-02-241-2/+2
* removed unused import cgi.FieldStorageAndrás Veres-Szentkirályi2013-02-221-1/+0
* user.get('moo') -> user.mooSebastian Spaeth2013-01-221-4/+4
* Merge remote-tracking branch 'refs/remotes/spaetz/521_license_preference' int...Christopher Allan Webber2013-01-221-35/+32
|\
| * Add a license preference fieldMark Holmquist2013-01-171-35/+32
* | Sanitize slug input on media editSebastian Spaeth2013-01-181-7/+6
|/
* Allowing to delete a user account (#302)Sebastian Spaeth2013-01-171-0/+31
* Merge remote-tracking branch 'refs/remotes/elrond/misc/use_media_id'Christopher Allan Webber2013-01-161-1/+2
|\
| * Start to use the media_id in "admin" URLs.Elrond2013-01-111-1/+2
* | Simplify check_media_slug_usedSebastian Spaeth2013-01-151-2/+2
|/
* Enable /u/USERNAME/edit/ pattern #588Sebastian Spaeth2013-01-091-9/+17
* Convert return HttpException to raise HttpExceptionSebastian Spaeth2012-12-231-2/+2
* webob.HTTPFound --> MG.tools.redirectSebastian Spaeth2012-12-211-5/+4
* Transition webob.HttpForbidden to webob's exceptions ForbiddenSebastian Spaeth2012-12-211-2/+3
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-4/+4
* Fix translations around.Elrond2012-12-031-1/+1
* Fixed attachmentsJoar Wandborg2012-10-231-12/+11
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-291-30/+30
* Too much was marked for translation this gettext message.Christopher Allan Webber2012-09-241-1/+3
* Removed unnecessary reference to may_edit_collection in edit views.pyAaron Williamson2012-09-181-1/+1
* Added basic collection functionalityAaron Williamson2012-09-181-3/+59
* Added some security checks to attachment upload, it's still notJoar Wandborg2012-06-241-2/+29
* Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment...Joar Wandborg2012-06-101-30/+41
|\
| * Updates to send email comments, included translation, better validation.Derek Moore2012-03-251-38/+38
| * These are changes for issue #405, add email comment notification.Derek Moore2012-03-151-19/+29
* | Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-7/+1
|/
* Changed from key-notation to dot-notation in edit_profileJoar Wandborg2012-03-081-1/+1
* Generic check_media_slug_used db utility.Elrond2012-03-051-5/+4