Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add priority to the celery tasks | vijeth-aradhya | 2017-06-12 | 9 | -21/+42 |
| | | | | | Few more changes to be made before executing the tasks. Also #1 should be handled soon after this. | ||||
* | Add additional celery config settings | vijeth-aradhya | 2017-06-11 | 3 | -3/+15 |
| | | | | | | Fixes older webm_video backward compatibilty issue. Add 'default' queue to be used from now. Add other necessary celery settings for priority. | ||||
* | Merge branch 'master' into 'multiple-qualities-backend' | Vijeth Aradhya | 2017-06-10 | 8 | -19/+21 |
|\ | | | | | | | | | RabbitMQ addition in master See merge request !1 | ||||
| * | Fix tests to reflect that we've moved to amqp | Boris Bobrov | 2017-06-10 | 1 | -4/+1 |
| | | |||||
| * | move exifread to other dependencies | Boris Bobrov | 2017-06-10 | 1 | -3/+1 |
| | | |||||
| * | Merge branch 'amqp-switch' | Boris Bobrov | 2017-06-10 | 4 | -6/+12 |
| |\ | |||||
| | * | Remove upper cap on celery kombu | Boris Bobrov | 2017-06-10 | 1 | -2/+1 |
| | | | | | | | | | | | | Also remove kombu from requirements, because celery fetches it anyway | ||||
| | * | Switch to rabbitmq by default and in docs | Boris Bobrov | 2017-06-09 | 3 | -4/+11 |
| | | | |||||
| * | | Merge branch 'master' of git.sv.gnu.org:/srv/git/mediagoblin | Boris Bobrov | 2017-06-09 | 2 | -1/+2 |
| |\ \ | | |/ | |/| | |||||
| | * | Add space between words in blog message | Andrew Browning | 2017-06-06 | 1 | -1/+1 |
| | | | |||||
| | * | Add register_captcha template hook | Andrew Browning | 2017-06-06 | 1 | -0/+1 |
| | | | |||||
| * | | Change all tabs to spaces in js file | Boris Bobrov | 2017-05-23 | 1 | -5/+5 |
| |/ | | | | | | | It's bad to mix them | ||||
* | | Add main_task, complimentary_task and cleanup | vijeth-aradhya | 2017-06-09 | 1 | -0/+25 |
| | | |||||
* | | Modify CommonVideoPrcoessor to accomodate mulitple qualities | vijeth-aradhya | 2017-06-09 | 1 | -47/+37 |
| | | | | | | | | | | A few trivial modifciations like replacing store_metadata, etc needed to accomodate multiple qualities. | ||||
* | | Add workflow method to other media ProcessingManagers | vijeth-aradhya | 2017-06-05 | 6 | -0/+31 |
| | | | | | | | | | | Add workflow method to all the media types other than video. Calls the old celery task as it is. | ||||
* | | Add workflow method to VideoProcessingManager | vijeth-aradhya | 2017-06-05 | 3 | -5/+13 |
| | | | | | | | | | | This commit makes sure the old celery call works perfectly when workflow method is introduced. | ||||
* | | Add workflow method to ProcessingManager | vijeth-aradhya | 2017-06-04 | 1 | -0/+7 |
| | | | | | | | | | | This method just raises NotImplementedError if the specific media processing manager does not have a workflow method. | ||||
* | | media_types/video/processing.py: Move store_metadata | vijeth-aradhya | 2017-06-02 | 1 | -11/+11 |
| | | | | | | | | | | Move store_metadata to self.common_setup() so that it's easy to parallelize self.transcode() later. | ||||
* | | media_types/video/util.py: Add accepted resolutions | vijeth-aradhya | 2017-05-31 | 1 | -0/+9 |
|/ | | | | | | Add dict consisting of all the accepted resolutions with their dimensions. This should be eventually moved to config where the instance owner can modify it. | ||||
* | Remove tinymce from dependencies | Boris Bobrov | 2017-05-04 | 1 | -2/+1 |
| | | | | | I think it was supposed to be used in blogs, but we never got there. So lets just drop it from requirements in bower.json. | ||||
* | Change aria-text when state changes | Boris Bobrov | 2017-04-03 | 1 | -4/+6 |
| | |||||
* | Make play button a button instead of div | Boris Bobrov | 2017-04-03 | 2 | -2/+3 |
| | | | | More attempts to make mg acessible | ||||
* | Add aria attributes to audio player | Boris Bobrov | 2017-04-02 | 1 | -3/+3 |
| | | | | I hope this helps a bit with mediagoblin accessibility | ||||
* | Move audio html out of js | Boris Bobrov | 2017-04-02 | 2 | -10/+10 |
| | |||||
* | Commit session after alembic updates have finished | Boris Bobrov | 2017-04-01 | 1 | -2/+4 |
| | | | | | | | | | | After alembic updates we need to add foundations. The tables to add foundations to are created as part of dbupdate process. For some reason Alembic doesn't commit a session in the end. Because the session is not commited, the tables do not really get created. And because of that, foundations fail. The solution is to commit the session after alembic updates. | ||||
* | Pass connection to EnvironmentContext.configure | Boris Bobrov | 2017-03-04 | 1 | -2/+1 |
| | | | | | | In https://bitbucket.org/zzzeek/alembic/issues/419/ we were suggested use connection instead of engine. This should fix an issue reported via ml. | ||||
* | Fix trivial spelling and spacing error in cli help | Andrew Browning | 2017-03-01 | 1 | -2/+2 |
| | |||||
* | Fix #5500 UnicodeEncodeError in atom feed | Andrew Browning | 2017-02-14 | 2 | -2/+2 |
| | | | | | | This simple fix allows unicode strings in the atom feed thumb and description fields by forcing the entire atom content string to unicode. | ||||
* | edit_profile.html: Consistency in the width of input fields | vijeth-aradhya | 2017-02-14 | 2 | -3/+3 |
| | | | | | | | | | The width of all the input fields in user profile edit form (also forms which wtforms render div function) is 100% Fixes #996 Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com> | ||||
* | Headers for collection items | Boris Bobrov | 2017-01-29 | 1 | -1/+4 |
| | | | | Fixes issue #776 | ||||
* | Add Stéphane Péchard to authors | Boris Bobrov | 2017-01-29 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'spechards-mediagoblin/master' | Boris Bobrov | 2017-01-29 | 3 | -2/+18 |
|\ | | | | | | | | | | | | | | | Conflicts: mediagoblin/submit/lib.py -- happened because of creator->actor change Fixes issue #915 | ||||
| * | Add creator to filter collections | Stéphane Péchard | 2014-09-23 | 1 | -2/+3 |
| | | |||||
| * | Add collection option to 'addmedia' cli uploading | Stéphane Péchard | 2014-07-13 | 3 | -2/+16 |
| | | |||||
* | | oob.html: Removed line breaks around the verifier code | vijeth-aradhya | 2017-01-29 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | There was an extra space that was displayed after the verfication code which caused verification to fail when just copied. Hence, any line breaks or spaces has been removed Fixes #5476 | ||||
* | | Add Varadhya to AUTHORS | Boris Bobrov | 2017-01-29 | 1 | -0/+1 |
| | | |||||
* | | post_comment.js, media.html: Add AJAX for posting comments | vijeth-aradhya | 2017-01-29 | 2 | -0/+66 |
| | | | | | | | | | | | | | | Stop reloading the page when a comment is posted which helps in not stopping the media being played (for example, a song) Fixes https://issues.mediagoblin.org/ticket/868 | ||||
* | | Fix #5484 - Add video icon to collection thumbnail | Andrew Browning | 2017-01-16 | 1 | -0/+3 |
| | | |||||
* | | Add media_titleinfo template hook | ayleph | 2017-01-15 | 1 | -0/+1 |
| | | | | | | | | | | | | This patch is based on work by cmichi to add a template hook near the media title section of the page. I rearranged the code in the original patch to match the current media.html page. | ||||
* | | Merge branch '975-spanish-translation', fixes #975. | Ben Sturmfels | 2016-11-14 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Thanks to teraflops for this contribution. | ||||
| * | | Update Spanish translation as reported by "teraflops" in ticket #975. | Ben Sturmfels | 2016-09-14 | 1 | -1/+1 |
| | | | |||||
* | | | Fix minor grammar issues in contributing docs; add new contributor. | Ben Sturmfels | 2016-11-13 | 2 | -3/+3 |
| | | | |||||
* | | | Add links in site-admin documentation foreword | Alexandre Franke | 2016-11-13 | 1 | -3/+5 |
| | | | | | | | | | | | | Fixes #5490 | ||||
* | | | Update contributor names. | Ben Sturmfels | 2016-11-13 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'thumbnail', fixes #592. | Ben Sturmfels | 2016-11-13 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | Merge `white-space` change into main `.media_thumbnail` class. | Ben Sturmfels | 2016-11-13 | 1 | -5/+0 |
| | | | | |||||
| * | | | changed css to fix text on thumbnail | Matt | 2016-08-15 | 1 | -0/+4 |
| | | | | |||||
* | | | | Apply consistency & PEP8 to atom feeds | Andrew Browning | 2016-11-04 | 2 | -38/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch applies the atom feed thumbnail changes from 65d8ca7 to user atom feeds and rearranges the code in both views for better consistency with PEP8 and with each other. It also fixes a spacing issue with the feed title on the main page. | ||||
* | | | | Add thumbnail image to Atom feed. | Ben Sturmfels | 2016-11-04 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com> | ||||
* | | | | Add kesara to list of AUTHORS | Andrew Browning | 2016-10-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | The changes applied in 7ee8e6b were written by kesara. |