aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit
Commit message (Expand)AuthorAgeFilesLines
* Fix #5462 - attempt to change email without loginAndrew Browning2016-07-191-0/+1
* Fix #5451 - add_message inconsistenciesAndrew Browning2016-04-021-17/+26
* Fix issue 5367 Edit view updatesayleph2016-01-061-1/+1
* Fix bug on the OAuth client deauthorization pageJessica Tallon2015-12-201-1/+1
* Collection changes and migration for federationJessica Tallon2015-10-072-5/+5
* Fix #994: Also set self.data when no change made to URL.Ben Sturmfels2015-09-081-1/+2
* Use StringField.process_formdata() if valuelist is empty.Berker Peksag2015-08-251-4/+6
* Fix #994: Don't require users to type the website URL scheme when updating pr...Ben Sturmfels2015-08-251-2/+18
* 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
* wtforms.fields.TextField was deprecatedJakob Kramer2015-03-121-11/+11
* 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-092-3/+19
|\
| * Add location model and migrationsJessica Tallon2014-10-092-3/+19
* | Fix #549 - Deauthorize OAuth applicationsJessica Tallon2014-10-012-1/+31
* | Fix iteritems usage on python 3Christopher Allan Webber2014-09-161-1/+1
* | Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-162-8/+77
|\|
| * Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Rep...Loïc Le Ninan2014-06-131-7/+7
| * 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-142-11/+36
| * Made some changes so that the metadata editing page works well with the updatedtilly-Q2014-05-122-24/+6
| * Changed the format of the wtforms table slightlytilly-Q2014-05-121-2/+2
| * 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-062-6/+22
| * Set up the metadata editor formstilly-Q2014-05-061-2/+8
| * Created the media metadata editor pagetilly-Q2014-05-062-1/+17
* | 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-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