aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/views.py
Commit message (Expand)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-1/+1
* Use request.db to do a query to support a global-free view :)Christopher Allan Webber2014-12-031-1/+1
* Have the hook handle happen in the root_view proxy view itselfChristopher Allan Webber2014-01-141-2/+10
* This is a very minor change that makes it possible for plugins to provide antilly-Q2014-01-101-1/+4
* Make showing the Terms of Service a user option, and move it to the footer.Christopher Allan Webber2013-10-111-1/+4
* This should be my final code update before I am ready for review! Basically, intilly-Q2013-09-101-0/+4
* Whew. This is a big update. I did some significant keeping work. I moved all oftilly-Q2013-07-171-2/+2
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* Remove mediagoblin.db.sql.fake.DESCENDINGSebastian Spaeth2013-01-071-3/+3
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Bug 681 - Comments from reviewing the new video mergeJoar Wandborg2011-12-061-5/+1
* Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-2/+6
|\
| * Multimedia refractoring, and added video thumbnail supportJoar Wandborg2011-10-051-2/+6
* | Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-0/+1
|\ \
| * | Whitespace and formatting cleanup.Nathan Yergler2011-10-011-0/+1
| |/
* / Finished splitting util.py into separate files.Aaron Williamson2011-10-011-1/+2
|/
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* Make index page paginatedChristopher Allan Webber2011-08-011-5/+11
* Updated spacings in code for better readabilityRasmus Larsson2011-07-091-1/+1
* Added configuration variable to toggle registrations, if disabled the registr...Rasmus Larsson2011-07-091-1/+3
* Made a simple template rendering view and switched a bunch of code over to us...Christopher Allan Webber2011-06-051-2/+11
* I have a strong preference for aligning all parameters in a function call.Christopher Allan Webber2011-06-051-1/+2
* Reformat render_to_response callsElrond2011-06-051-3/+3
* Create render_to_reponse and use it everywhere.Elrond2011-06-051-6/+3
* Moving all views over to using util.render_template()!Christopher Allan Webber2011-06-041-5/+5
* Clean unused imports (found by pyflakes).Elrond2011-05-181-7/+2
* Move ObjectId, DESCENDING to db.utilElrond2011-05-181-2/+1
* Move models into new db/ directoryElrond2011-05-181-1/+1
* Show images in reverse submit orderSebastian Spaeth2011-05-161-1/+2
* Generate unique slugs for newly submitted images.Aaron Williamson2011-05-131-0/+1
* Removing this horrifying submission test stuff from way back whenChristopher Allan Webber2011-05-101-45/+0
* Implement simple media detail pageSebastian Spaeth2011-05-101-2/+2
* Actually display submitted stuff on the mainpage. Crappy, but working!Christopher Allan Webber2011-05-061-1/+5
* Adds initial root pageWill Kahn-Greene2011-04-301-1/+5
* Changes Mediagoblin -> MediaGoblin.Will Kahn-Greene2011-04-131-1/+1
* Where did this o come from.Christopher Allan Webber2011-04-021-1/+1
* Added copyright noticesMatt Lee2011-03-271-0/+16
* A testing submit view that doesn't work but is getting closer to working.Christopher Allan Webber2011-03-271-4/+16
* Still totally useless but at least it writes to the databaseChristopher Allan Webber2010-07-181-1/+7
* Starting with the test submit view using wtformsChristopher Allan Webber2010-07-181-0/+32
* Initial mediagoblin structureChristopher Allan Webber2010-07-171-0/+4