aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/user_pages/routing.py
Commit message (Expand)AuthorAgeFilesLines
* Removed almost all of the code from coresaksham11152016-07-191-11/+1
* Only video uploader can edit their subtitlessaksham11152016-07-191-1/+1
* Made decorators views for Customize Interfacesaksham11152016-07-191-0/+5
* Subtitle built over attachments : workingsaksham11152016-07-191-0/+5
* added filtering by entry state in processing panelBoris Bobrov2016-02-011-0/+5
* Change 'federation' name to 'api' which is more suitableJessica Tallon2015-02-151-0/+4
* Created the media metadata editor pagetilly-Q2014-05-061-0/+4
* I did some more code-keeping in this commit. I added a lot of documentation, sotilly-Q2013-09-031-1/+1
* Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-08-201-0/+4
|\
| * Added comment preview functionality to user pages. It works by passing the co...Emily O'Leary2013-08-071-0/+4
* | This is the first stage of my project of implenting admin/moderator functiona-tilly-Q2013-06-241-0/+8
|/
* Use media.id for collecting media too.Elrond2013-02-241-1/+1
* Use the media id for attachmemt editing.Elrond2013-02-241-1/+1
* Making the tags on media pages point to the user's tag listing specifically.Christopher Allan Webber2013-02-211-1/+1
* Implement user's tag filtered gallery pageSebastian Spaeth2013-01-211-0/+5
* Fix linking to comments.Elrond2013-01-171-1/+1
* Merge remote-tracking branch 'refs/remotes/elrond/misc/use_media_id'Christopher Allan Webber2013-01-161-3/+3
|\
| * Start to use the media_id in "admin" URLs.Elrond2013-01-111-3/+3
* | collection browsing: rename view/template user_collections -> collection_listStefano Zacchiroli2013-01-151-2/+2
* | collections: add support to browse existing collectionsStefano Zacchiroli2013-01-151-0/+4
|/
* Move things from routing.py to tools/routing.pyElrond2012-12-231-1/+1
* Remove mongolisms from user_pages.view #451Sebastian Spaeth2012-12-211-0/+1
* Fixed attachmentsJoar Wandborg2012-10-231-1/+1
* Fixed 404 page under werkzeug.routingJoar Wandborg2012-10-141-1/+1
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-45/+65
* Added basic collection functionalityAaron Williamson2012-09-181-0/+15
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* Feature #403 - Ability to delete media entries - Fixes according to feedbackJoar Wandborg2011-08-301-2/+2
* I think confirm_delete deserves a url like /confirm-delete/ rather than /conf...Christopher Allan Webber2011-08-291-2/+3
* Merge remote branch 'remotes/jwandborg/f403_ability_to_delete'Christopher Allan Webber2011-08-281-0/+2
|\
| * + 'confirm' section for confirmation dialoguesMark Holmquist2011-08-221-0/+2
* | Merge branch 'master' into jwandborg-f482_media_attachmentsChristopher Allan Webber2011-08-221-1/+5
|\|
| * Processing panel viewChristopher Allan Webber2011-08-141-1/+5
* | Feature #482 - Media attachments -Joar Wandborg2011-08-221-1/+4
|/
* Issue #431 - Prevent comment link expiry - Added functionality for comment li...Joar Wandborg2011-07-071-0/+3
* Issue #362 - Added a route to MediaComment POST handlerJoar Wandborg2011-06-291-1/+4
* adds routing.py and view.py changescfdv2011-06-161-0/+2
* Mount media editing under /u/{username}/m/{media}/edit/Christopher Allan Webber2011-06-041-0/+2
* modified atomfeed feature, corrected spacing, url generation, routing idBernhard Keller2011-05-231-1/+3
* MediaEntry slugs usable in URLs, & decorator that grabs media from the requestChristopher Allan Webber2011-05-201-1/+1
* Removing the raw string-nessChristopher Allan Webber2011-05-131-1/+1
* URLs should end in trailing slashes, or slash redirection doesn't workChristopher Allan Webber2011-05-111-3/+3
* Implement simple media detail pageSebastian Spaeth2011-05-101-0/+24