Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the user page to two columns wide so we don't have this weird wrapping. | Christopher Allan Webber | 2012-10-22 | 1 | -1/+1 |
| | | | | This is a stopgap solution! | ||||
* | Fix thumbnail aspect ratios | Jef van Schendel | 2012-10-20 | 1 | -1/+1 |
| | |||||
* | Removed Routes dependency, added admin routes | Joar Wandborg | 2012-10-20 | 6 | -15/+13 |
| | |||||
* | Styling edits for buttons (Airy only) | Jef van Schendel | 2012-10-19 | 1 | -3/+6 |
| | |||||
* | Thumbnail styling edits plus edits to the object_gallery (4 columns instead ↵ | Jef van Schendel | 2012-10-19 | 2 | -7/+11 |
| | | | | of 5 by default) | ||||
* | Thumbnail styling edits to base theme and Airy theme | Jef van Schendel | 2012-10-19 | 2 | -3/+7 |
| | |||||
* | Fixed OAuth access_token duplicate route | Joar Wandborg | 2012-10-15 | 6 | -10/+18 |
| | | | | Changed route name to "[...]list_connections" | ||||
* | Added rudimentary route "mounting" w/ werkzeug routes; fixed auth routes | Christopher Allan Webber | 2012-10-14 | 3 | -34/+33 |
| | | | | | | auth routes fixes: - mounted the auth routes at /auth/ - removed crufty old verification email route | ||||
* | Fixed 404 page under werkzeug.routing | Joar Wandborg | 2012-10-14 | 4 | -26/+22 |
| | | | | | - Removed ?lang=<langcode> feature due to incompatibility with werkzeug routes in the current state of the architecture. | ||||
* | Switched most stuff over from Routes | Joar Wandborg | 2012-10-14 | 11 | -178/+191 |
| | | | | | | | | | | 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. | ||||
* | Fixing the airy attribution in the header. | Christopher Allan Webber | 2012-10-07 | 1 | -2/+2 |
| | | | | Not written by me, and not goblincities! :) | ||||
* | Fixed pylint issues, removed unused import | Joar Wandborg | 2012-10-02 | 2 | -2/+1 |
| | |||||
* | Added VideoThumbnailerMarkII | Joar Wandborg | 2012-10-02 | 2 | -8/+301 |
| | | | | - Set video.processing to use VideoThumbnailerMarkII. | ||||
* | Changed copy.copy(get_params) to dict(get_params) | Joar Wandborg | 2012-09-30 | 1 | -1/+1 |
| | | | | | in pagination because request.GET/request.args is immutable since the switch to werkzeug. | ||||
* | Removed debugging stuff from master | Joar Wandborg | 2012-09-30 | 1 | -8/+0 |
| | |||||
* | Use RawConfigParser instead of dict.viewitems | Joar Wandborg | 2012-09-30 | 1 | -3/+7 |
| | | | | dict.viewitems breaks python 2.6 compatibility. | ||||
* | Set up celery logging from paste ini | Joar Wandborg | 2012-09-30 | 1 | -0/+65 |
| | |||||
* | Replaced all request.POST with request.form, ... | Joar Wandborg | 2012-09-29 | 11 | -105/+144 |
| | | | | | - Fixed error handling in OAuth plugin - Changed request.POST file fields to request.files | ||||
* | Added OAuth test | Joar Wandborg | 2012-09-29 | 1 | -0/+50 |
| | |||||
* | Fixed pylint/pep8 warnings in test/tools.py | Joar Wandborg | 2012-09-29 | 1 | -2/+2 |
| | |||||
* | Switch from webob.Request to werkzeug.wrappers.Request | Joar Wandborg | 2012-09-29 | 5 | -27/+382 |
| | |||||
* | Grammar re: libasound2-dev | Joar Wandborg | 2012-09-29 | 1 | -4/+4 |
| | |||||
* | Added note about libasound2-dev to docs. | Joar Wandborg | 2012-09-29 | 1 | -0/+7 |
| | |||||
* | Added cascade all, delete-orphan to ProcessingMetaData | Joar Wandborg | 2012-09-27 | 1 | -5/+7 |
| | |||||
* | Added tests for HTTP callbacks | Joar Wandborg | 2012-09-27 | 4 | -3/+85 |
| | |||||
* | Added some OAuth plugin tests | Joar Wandborg | 2012-09-26 | 3 | -2/+138 |
| | |||||
* | HTTP callback fixes | Joar Wandborg | 2012-09-26 | 3 | -6/+21 |
| | | | | | | | | | | | - Added HTTPError catching around the callback request, to not mark the entry as failed, just log the exception. - Fixed bug where I forgot to actually fetch the entry before passing it to json_processing_callback. - Changed __main__ migration #6 to create the ProcessingMetaData table as it is currently, to prevent possible breakage if a siteadmin is lagging behind with his db migrations and more than one migration wants to fix stuff with the ProcessingMetaData table. | ||||
* | Added support for http callbacks on processing | Joar Wandborg | 2012-09-26 | 5 | -2/+111 |
| | | | | | Sends an HTTP POST request back to an URL given on submission to the API submit view. | ||||
* | Committing extracted and compiled translations | Christopher Allan Webber | 2012-09-24 | 48 | -261/+169 |
| | |||||
* | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2012-09-24 | 3 | -99/+99 |
| | |||||
* | Too much was marked for translation this gettext message. | Christopher Allan Webber | 2012-09-24 | 1 | -1/+3 |
| | | | | Thanks for catching AVRS! | ||||
* | Changed a <p/> to </p> in user.html. Removed the <p></p> wrappers in ↵ | LotusEcho | 2012-09-24 | 2 | -2/+2 |
| | | | | profile.html which was included in user.html. | ||||
* | Committing extracted and compiled translations | Christopher Allan Webber | 2012-09-24 | 48 | -91/+91 |
| | |||||
* | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2012-09-24 | 3 | -139/+140 |
| | |||||
* | Correcting a couple of spelling errors. Thanks elesa, for finding them! | Christopher Allan Webber | 2012-09-24 | 1 | -1/+1 |
| | |||||
* | Removed logging entry from sniff_handler | Joar Wandborg | 2012-09-22 | 1 | -5/+0 |
| | | | | | The logging entry caused the submit page to crash if you tried to upload an SVG with a non-ascii filename. | ||||
* | Fixed typos visisble, appplication | Joar Wandborg | 2012-09-22 | 1 | -2/+2 |
| | |||||
* | Committing extracted and compiled translations | Christopher Allan Webber | 2012-09-21 | 51 | -1399/+7953 |
| | |||||
* | 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 | 3 | -0/+157 |
| | |||||
* | 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 | 3 | -0/+132 |
| | |||||
* | 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 |