aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/api/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
| | | | This removes some 'u' prefixes and converts simple format() calls to f-strings.
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-1/+1
|
* Fixing API setup with new plugin "config spec" worldChristopher Allan Webber2013-05-081-2/+2
| | | | | It shouldn't reference the config until in the setup_plugin() method, else there's a race condition.
* Removed Routes dependency, added admin routesJoar Wandborg2012-10-201-2/+0
|
* Fixed OAuth access_token duplicate routeJoar Wandborg2012-10-151-3/+6
| | | | Changed route name to "[...]list_connections"
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-6/+6
| | | | | | | | | | 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.
* Fixed ?next=<url> argument for require_active_loginJoar Wandborg2012-09-151-2/+3
| | | | It now includes the full URI, including GET args, not just the path.
* Added post_entry at /api/submitJoar Wandborg2012-09-151-1/+3
|
* Added /api/entries viewJoar Wandborg2012-09-151-1/+3
|
* Created API plugin, moved api_auth to the API pluginJoar Wandborg2012-09-131-0/+41