Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added name kwarg to Column(Enum(...)) in OAuth models | Joar Wandborg | 2012-09-21 | 1 | -2/+4 |
| | |||||
* | Added flask-wtf html5 fields to extlib | Joar Wandborg | 2012-09-21 | 1 | -0/+1 |
| | |||||
* | Added client registration caps to OAuth plugin | Joar Wandborg | 2012-09-21 | 14 | -44/+602 |
| | | | | | | | | | | | | | | | | | | | 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 typo in OAuth README | Joar Wandborg | 2012-09-19 | 1 | -1/+1 |
| | |||||
* | Added security warning to OAuth README | Joar Wandborg | 2012-09-19 | 1 | -0/+5 |
| | |||||
* | 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 some more helpful links to the OAuth docs | Joar Wandborg | 2012-09-18 | 1 | -1/+7 |
| | | | | | | - OAuth v2.25 draft - IRC channel - OAuth plugin source code | ||||
* | Fixed typo in OAuth docs, recieve => receive | Joar Wandborg | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Added documentation for the OAuth plugin | Joar Wandborg | 2012-09-18 | 1 | -0/+130 |
| | |||||
* | Style fixes | Joar Wandborg | 2012-09-18 | 2 | -21/+34 |
| | |||||
* | Fixed post-collect redirect to always take user to image collected. | Aaron Williamson | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Fixed collection sidebar for media_home to user collection.url_for_self ↵ | Aaron Williamson | 2012-09-18 | 2 | -10/+4 |
| | | | | instead of incorrectly getting the session user | ||||
* | Reference collection creator through already-existing collection_item's ↵ | Aaron Williamson | 2012-09-18 | 1 | -1/+1 |
| | | | | foreign key | ||||
* | Removed unnecessary reference to may_edit_collection in edit views.py | Aaron Williamson | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Added default for 'collected' column to migration | Aaron Williamson | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Fixed migrations for Collection and CollectionItem tables | Aaron Williamson | 2012-09-18 | 1 | -2/+5 |
| | |||||
* | Added migrations for Collection and CollectionItem tables | Aaron Williamson | 2012-09-18 | 1 | -1/+30 |
| | |||||
* | Fixed collections migration to add 'collected' column to media_entries ↵ | Aaron Williamson | 2012-09-18 | 1 | -2/+2 |
| | | | | instead of 'collections' | ||||
* | Added new files for collections | Aaron Williamson | 2012-09-18 | 11 | -0/+548 |
| | |||||
* | Added basic collection functionality | Aaron Williamson | 2012-09-18 | 18 | -15/+712 |
| | |||||
* | 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 | 3 | -5/+17 |
| | | | | It now includes the full URI, including GET args, not just the path. | ||||
* | Fixed tests | Joar Wandborg | 2012-09-15 | 3 | -3/+3 |
| | | | | | - Adapt tests to new global_config arg for run_dbupdate - Account for [plugins] not being set in config | ||||
* | 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 | 4 | -23/+80 |
| | |||||
* | Created API plugin, moved api_auth to the API plugin | Joar Wandborg | 2012-09-13 | 6 | -43/+126 |
| | |||||
* | Add OAuth models, plugin DB migrations, api_auth | Joar Wandborg | 2012-09-13 | 6 | -9/+342 |
| | |||||
* | Fix for issue #491, invert latitude when neccesary. | warp | 2012-08-27 | 1 | -0/+3 |
| | |||||
* | Change version to 0.3.2.dev | Will Kahn-Greene | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | Update version to 0.3.1 final | Will Kahn-Greene | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | Committing extracted and compiled translations | Christopher Allan Webber | 2012-08-22 | 3 | -1/+1 |
| | |||||
* | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2012-08-22 | 2 | -89/+121 |
| | |||||
* | Updated flatpages example in plugins.rst to reflect reality & point to ↵ | Christopher Allan Webber | 2012-08-20 | 1 | -0/+2 |
| | | | | flatpages docs | ||||
* | Committing extracted and compiled translations | Christopher Allan Webber | 2012-08-19 | 47 | -943/+1359 |
| | |||||
* | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2012-08-19 | 6 | -173/+1104 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/merge-requests/42' | Christopher Allan Webber | 2012-08-19 | 2 | -0/+6 |
|\ | |||||
| * | add titles to two pages and fix a typo in docs | Aleksej | 2012-08-18 | 2 | -0/+6 |
| | | |||||
* | | Merge remote-tracking branch 'refs/remotes/merge-requests/40' | Christopher Allan Webber | 2012-08-19 | 2 | -6/+6 |
|\ \ | |||||
| * | | use YYYY-MM-DD HH:MM 24-hour format on panels | Aleksej | 2012-08-13 | 2 | -6/+6 |
| | | | |||||
* | | | added title tags to various pages and marked a string translatable | Aleksej | 2012-08-13 | 10 | -1/+54 |
|/ / | |||||
* / | replaced os.path.split()[0] with os.path.dirname() and corrected a couple of ↵ | Aleksej | 2012-08-13 | 2 | -3/+3 |
|/ | | | | comments | ||||
* | Duplication of rstrip unnecessary in link_assets function | Christopher Allan Webber | 2012-08-12 | 1 | -1/+1 |
| | | | | Thanks for catching AVRS! | ||||
* | Audio support now creates OGG instead of WAV | Joar Wandborg | 2012-08-12 | 1 | -3/+4 |
| | | | | | | | | | While creating the spectrogram, and alternative version of the audio file has been needed. Before this, it has been a WAV format file, the issue with WAV is that it takes a lot of space. Starting with this it will be an OGG file. Rejoice :) | ||||
* | Changed <pre> margin to confirm with <p> margins | Joar Wandborg | 2012-08-08 | 1 | -4/+2 |
| | |||||
* | allow pre+code tags in rendered HTML | Jakob Kramer | 2012-08-07 | 2 | -3/+20 |
| | |||||
* | renamed MARKDOWN_INSTANCE to UNSAFE_... | Jakob Kramer | 2012-08-07 | 1 | -2/+4 |
| | | | | | | | | | as proposed by Elrond. Conflicts: mediagoblin/tools/text.py Signed-off-by: Joar Wandborg <git@wandborg.com> |