aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/webfinger
Commit message (Collapse)AuthorAgeFilesLines
* Move things from routing.py to tools/routing.pyElrond2012-12-231-1/+1
| | | | | | | This stops a cyclic import. Move add_route, mount and endpoint_to_controller into tools/routing.py and change all callers.
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-7/+5
| | | | | | | | | | 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.
* It's 2012 all up in hereChristopher Allan Webber2012-02-023-3/+3
|
* Added references to docstring in mediagoblin.webfingerJoar Wandborg2011-12-202-0/+13
| | | | and mediagoblin.webfinger.views [references mediagoblin.webfinger]
* Polishing the webfinger implementationJoar Wandborg2011-12-201-13/+81
| | | | | | | - Changed quotes in the templates from " to ' - Changed all link generation to use request.urlgen - Moved xrd links data generation from template to view - Added parsing of the account URI using urlparse
* Changed some thngs to be compatible with webfinger.org, still *very preliminary*Joar Wandborg2011-12-151-2/+2
|
* Added *very preliminary* support for webfingerJoar Wandborg2011-12-153-0/+86