Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. ↵ | Loïc Le Ninan | 2014-06-13 | 1 | -4/+4 |
| | | | | Replaced Required with InputRequired. | ||||
* | Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms. | Aditi Mittal | 2013-04-24 | 1 | -1/+1 |
| | |||||
* | Fixed hidden fields in oauth client authorization | Joar Wandborg | 2013-03-02 | 1 | -4/+3 |
| | | | | | | Removed the translation marking and passed in empty strings to avoid WTForms automagically creating the labels from the field names (i.e. client_id => 'Client Id'). | ||||
* | Correcting a couple of spelling errors. Thanks elesa, for finding them! | Christopher Allan Webber | 2012-09-24 | 1 | -1/+1 |
| | |||||
* | Fixed typos visisble, appplication | Joar Wandborg | 2012-09-22 | 1 | -2/+2 |
| | |||||
* | Added client registration caps to OAuth plugin | Joar Wandborg | 2012-09-21 | 1 | -0/+70 |
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. |