Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -4/+7 |
| | | | | Changed route name to "[...]list_connections" | ||||
* | Switched most stuff over from Routes | Joar Wandborg | 2012-10-14 | 1 | -12/+12 |
| | | | | | | | | | | 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. | ||||
* | Added client registration caps to OAuth plugin | Joar Wandborg | 2012-09-21 | 1 | -4/+39 |
| | | | | | | | | | | | | | | | | | | | THE MIGRATIONS SUPPLIED WITH THIS COMMIT WILL DROP AND RE-CREATE YOUR oauth__tokens AND oauth__codes TABLES. ALL YOUR OAUTH CODES AND TOKENS WILL BE LOST. - Fixed pylint issues in db/sql/migrations. - Added __repr__ to the User model. - Added _disable_cors option to json_response. - Added crude error handling to the api.tools.api_auth decorator - Updated the OAuth README. - Added client registration, client overview, connection overview, client authorization views and templates. - Added error handling to the OAuthAuth Auth object. - Added AuthorizationForm, ClientRegistrationForm in oauth/forms. - Added migrations for OAuth, added client registration migration. - Added OAuthClient, OAuthUserClient models. - Added oauth/tools with require_client_auth decorator method. | ||||
* | Fixed a horrible security issue in the OAuth plugin. | Joar Wandborg | 2012-09-19 | 1 | -3/+6 |
| | | | | Also added some real triggering logic to the OAuthAuth Auth object. | ||||
* | Added /api/entries view | Joar Wandborg | 2012-09-15 | 1 | -20/+2 |
| | |||||
* | Created API plugin, moved api_auth to the API plugin | Joar Wandborg | 2012-09-13 | 1 | -2/+0 |
| | |||||
* | Add OAuth models, plugin DB migrations, api_auth | Joar Wandborg | 2012-09-13 | 1 | -0/+90 |