aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit/views.py
Commit message (Expand)AuthorAgeFilesLines
* Add the user models to the MODELS listJessica Tallon2015-07-311-1/+2
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-3/+4
* Change all unicode() calls with six.text_type().Berker Peksag2015-06-251-2/+2
* Fix #1007 - get location object not string of location name; caused 500 when ...Jessica Tallon2014-10-271-1/+1
* Merge branch 'location'Jessica Tallon2014-10-091-3/+18
|\
| * Add location model and migrationsJessica Tallon2014-10-091-3/+18
* | Fix #549 - Deauthorize OAuth applicationsJessica Tallon2014-10-011-1/+29
* | Fix iteritems usage on python 3Christopher Allan Webber2014-09-161-1/+1
* | Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-1/+33
|\|
| * Cleaned up the code a little bittilly-Q2014-05-141-2/+2
| * Tweaked the metadata edit screen to run jsonschema validators against the data.tilly-Q2014-05-141-9/+6
| * Made some changes so that the metadata editing page works well with the updatedtilly-Q2014-05-121-21/+6
| * Added in a few blank lines when a user edits the metadata of a file that hastilly-Q2014-05-061-0/+10
| * Made it so the metadata editting page is only one step away from functioningtilly-Q2014-05-061-1/+15
| * Created a UI for editting a media's metadata. Had to add a new macro totilly-Q2014-05-061-1/+16
| * Created the media metadata editor pagetilly-Q2014-05-061-1/+12
* | Use six.text_type instead of unicode().Berker Peksag2014-06-021-7/+9
|/
* Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'Christopher Allan Webber2013-10-071-3/+3
|\
| * Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-09-121-39/+59
| |\
| * | This has been an update to clean out the code a little bit. The primary changetilly-Q2013-08-131-3/+3
* | | 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-191-41/+0
|\ \ \ | |_|/ |/| |
| * | moved change_pass to basic_auth and fixed some typos with the moving of forgo...Rodney Ewing2013-08-161-41/+0
| |/
* | 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-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
|\