Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply pyupgrade --py36-plus. | Ben Sturmfels | 2021-09-23 | 1 | -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 Sturmfels | 2021-03-05 | 1 | -1/+1 |
| | |||||
* | Fixing API setup with new plugin "config spec" world | Christopher Allan Webber | 2013-05-08 | 1 | -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 routes | Joar Wandborg | 2012-10-20 | 1 | -2/+0 |
| | |||||
* | Fixed OAuth access_token duplicate route | Joar Wandborg | 2012-10-15 | 1 | -3/+6 |
| | | | | Changed route name to "[...]list_connections" | ||||
* | Switched most stuff over from Routes | Joar Wandborg | 2012-10-14 | 1 | -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_login | Joar Wandborg | 2012-09-15 | 1 | -2/+3 |
| | | | | It now includes the full URI, including GET args, not just the path. | ||||
* | Added post_entry at /api/submit | Joar Wandborg | 2012-09-15 | 1 | -1/+3 |
| | |||||
* | Added /api/entries view | Joar Wandborg | 2012-09-15 | 1 | -1/+3 |
| | |||||
* | Created API plugin, moved api_auth to the API plugin | Joar Wandborg | 2012-09-13 | 1 | -0/+41 |