aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'Christopher Allan Webber2013-10-072-4/+4
|\
| * Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-09-123-43/+75
| |\
| * | This has been an update to clean out the code a little bit. The primary changetilly-Q2013-08-132-4/+4
* | | Fixing ALL THE BROKEN TESTS. I probably broke most of them.Christopher Allan Webber2013-09-291-1/+1
* | | Fixing import error after merge of basic_auth branch.Christopher Allan Webber2013-09-191-2/+3
* | | Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor'Christopher Allan Webber2013-09-193-43/+1
|\ \ \ | |_|/ |/| |
| * | moved change_pass to basic_auth and fixed some typos with the moving of forgo...Rodney Ewing2013-08-163-56/+0
| |/
* | Improve checkbox descriptionSebastian Spaeth2013-09-041-1/+1
* | didn't remove form.new_email when change email was moved to its own viewRodney Ewing2013-08-311-11/+7
* | Merge remote-tracking branch 'refs/remotes/rodney757/email'Christopher Allan Webber2013-08-253-31/+63
|\ \
| * | 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-203-31/+63
| |/
* / add user prefrence for insite notificationsRodney Ewing2013-08-202-1/+5
|/
* fix for boolean fieldsRodney Ewing2013-07-111-1/+0
* 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
* added feature to render_divs where if field.label == '' then it will render f...Rodney Ewing2013-06-251-2/+3
* cleanup after mergeRodney Ewing2013-06-251-0/+1
* Merge remote-tracking branch 'upstream/master' into authRodney Ewing2013-06-253-23/+103
|\
| * Removing the "enter your password to change your email" bit.Christopher Allan Webber2013-06-212-37/+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-242-5/+16
| * added support for user to change email addressRodney Ewing2013-05-243-17/+104
* | 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
|/
* fixed translation, and changed tabs to spaces, and change it so the user can ...Rodney Ewing2013-05-211-1/+2
* moved change pass to a seperate view and fixed issues 709Rodney Ewing2013-05-203-23/+50
* 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-242-2/+2
* 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-222-36/+44
|\
| * Add a license preference fieldMark Holmquist2013-01-172-36/+44
* | Sanitize slug input on media editSebastian Spaeth2013-01-181-7/+6
|/
* Allowing to delete a user account (#302)Sebastian Spaeth2013-01-172-0/+33
* 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-092-10/+20
* Move things from routing.py to tools/routing.pyElrond2012-12-231-1/+1
* 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-212-5/+5