aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit/views.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some unused imports and local variables.Ben Sturmfels2021-09-231-7/+4
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-3/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-26/+25
* Merge remote-tracking branch 'gsoc2016/Subtitle-1'Boris Bobrov2018-07-101-2/+2
|\
| * Removed path_subtitle from edit/views.pysaksham11152016-07-261-1/+1
| * Removed almost all of the code from coresaksham11152016-07-191-81/+1
| * Only video uploader can edit their subtitlessaksham11152016-07-191-1/+3
| * Only video owner can upload the subtitle for the videosaksham11152016-07-191-1/+2
| * Saing subtitle after editsaksham11152016-07-191-1/+5
| * Opening ths subtitle using absolute path and open functionsaksham11152016-07-191-3/+4
| * Converting the path to subtitle into a tuplesaksham11152016-07-191-0/+3
| * Cleaning upsaksham11152016-07-191-28/+2
| * Customizing Subs using Wtformssaksham11152016-07-191-2/+18
| * Loading subtitle files [Not working]saksham11152016-07-191-2/+3
| * Path decoded and sent to html pagesaksham11152016-07-191-1/+9
| * Made decorators views for Customize Interfacesaksham11152016-07-191-3/+6
| * Customize Interface in progresssaksham11152016-07-191-0/+9
| * Minor Changesaksham11152016-07-191-2/+2
| * Subtitle built over attachments : workingsaksham11152016-07-191-0/+58
* | 2 bug fixes in editor viewsĎÚβĨŐÚŚ Dod2018-06-281-7/+13
* | Fix #5513 - Can't delete blog post draftsayleph2017-08-151-0/+12
* | 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-071-4/+4
* 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