aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/routing.py
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite routing.py / get_url_mapElrond2012-12-231-14/+12
| | | | | | Move most of the "init routing" code inside get_url_map(). Maybe not the best solution, but better than running the init code directly at module load time.
* Move things from routing.py to tools/routing.pyElrond2012-12-231-42/+1
| | | | | | | This stops a cyclic import. Move add_route, mount and endpoint_to_controller into tools/routing.py and change all callers.
* Refactor routing in app.py.Elrond2012-12-231-0/+30
| | | | | | Move some things out of app.py into functions in routing.py. This makes app.py a bit more readable and allows us to rewrite routing.
* Removed Routes dependency, added admin routesJoar Wandborg2012-10-201-4/+9
|
* Fixed OAuth access_token duplicate routeJoar Wandborg2012-10-151-1/+3
| | | | Changed route name to "[...]list_connections"
* Added rudimentary route "mounting" w/ werkzeug routes; fixed auth routesChristopher Allan Webber2012-10-141-1/+14
| | | | | | auth routes fixes: - mounted the auth routes at /auth/ - removed crufty old verification email route
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-27/+13
| | | | | | | | | | Removed the Routes routing functionality and replaced it with werkzeug.routes. Most views are functional. Known issues: - Translation integration with the request object is not yet figured out. This breaks 404 pages.
* Finish flatpagesplugin; add plugin docsWill Kahn-Greene2012-07-161-1/+4
|
* Processing panel improvementsJoar Wandborg2012-07-111-0/+2
| | | | | - Added admin processing panel - Minor fixes on the user processing panel template
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Added *very preliminary* support for webfingerJoar Wandborg2011-12-151-0/+4
|
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Get this confirm_routing import out of here.. it doesn't exist! :)Joar Wandborg2011-09-011-1/+0
|
* Feature #403 - Ability to delete media entries - Fixes according to feedbackJoar Wandborg2011-08-301-1/+0
| | | | | | | | | | * Moved `mediagoblin.confirm` stuff to `mediagoblin.user_pages`, templates too. * Removed route extension for `mediagoblin.confirm` * Created `delete_media_files` which deletes all media files on the public_store when the entry is deleted * Created a new decorator to check if a user has the permission to delete an entry.
* + 'confirm' section for confirmation dialoguesMark Holmquist2011-08-221-0/+2
| | | | | + implemented delete functionality * fixed several instances of 'must be an instance of unicode, not str'
* Added tag listing views.Christopher Allan Webber2011-07-311-0/+3
| | | | Also added routing, added templates, etc.
* Starting "edit" functionality.Elrond2011-05-261-0/+2
| | | | | This adds a link to the "edit" form, the form, the view for displaying the form and that's about it.
* Implement simple media detail pageSebastian Spaeth2011-05-101-1/+2
| | | | | | | | | | | | | | | | | This patch creates a "homepage" for each media. The URL is /u/<username>/m/<objID>. On it we display the media and some details. It is ugly and lacking some stuff but it works. The only thing left to do is to throw an 404 error if the <username> and the media uploader don't correspond. - Also create a user "home page" while at it. It is merely a place holder for now though. - Link from the entries on the homepage, to the media pages, so we actually find them. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Start of the submit view, but not much there quite yet.Christopher Allan Webber2011-04-191-3/+2
|
* Changes Mediagoblin -> MediaGoblin.Will Kahn-Greene2011-04-131-1/+1
|
* Herp derp GPL notice blocks should even be on routing.Christopher Allan Webber2011-04-031-2/+0
|
* Registering almost works right :)Christopher Allan Webber2011-04-031-0/+7
|
* Added copyright noticesMatt Lee2011-03-271-0/+16
|
* A few adustments to the routing and etcChristopher Allan Webber2010-07-181-4/+11
|
* Initial mediagoblin structureChristopher Allan Webber2010-07-171-0/+7