Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for http callbacks on processing | Joar Wandborg | 2012-09-26 | 1 | -0/+6 |
| | | | | | Sends an HTTP POST request back to an URL given on submission to the API submit view. | ||||
* | Added client registration caps to OAuth plugin | Joar Wandborg | 2012-09-21 | 1 | -6/+14 |
| | | | | | | | | | | | | | | | | | | | 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 validation in API post_entry. | Joar Wandborg | 2012-09-17 | 2 | -1/+11 |
| | | | | Added state to API get_entry_serializable | ||||
* | API: Fixed media file URLs, limits | Joar Wandborg | 2012-09-15 | 2 | -4/+15 |
| | | | | | - Added default limit and limit arg to get_entries - Fixed URL generation for BasicFileStorage files in API | ||||
* | Added CORS headers to API json_response | Joar Wandborg | 2012-09-15 | 1 | -0/+5 |
| | |||||
* | Fixed ?next=<url> argument for require_active_login | Joar Wandborg | 2012-09-15 | 2 | -2/+5 |
| | | | | It now includes the full URI, including GET args, not just the path. | ||||
* | Fixed typo in API post_entry | Joar Wandborg | 2012-09-15 | 1 | -1/+1 |
| | |||||
* | Added post_entry at /api/submit | Joar Wandborg | 2012-09-15 | 2 | -1/+94 |
| | |||||
* | Added fields to /api/entries, wrote docstrings for api.tools | Joar Wandborg | 2012-09-15 | 2 | -6/+40 |
| | |||||
* | Added /api/entries view | Joar Wandborg | 2012-09-15 | 3 | -3/+78 |
| | |||||
* | Created API plugin, moved api_auth to the API plugin | Joar Wandborg | 2012-09-13 | 3 | -0/+126 |