Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Celery Priority testing with debug statements | vijeth-aradhya | 2017-06-13 | 10 | -47/+80 | |
| | | | | | | | | | | | | | | | | | | Error at this line: `self.entry.set_file_metadata(self.curr_file, **file_metadata)` Otherwise, celery part should work fine. | |||||
| * | | Few more changes to celery priority tasking | vijeth-aradhya | 2017-06-12 | 1 | -11/+16 | |
| | | | | | | | | | | | | Addition of arguments to the celery tasks. | |||||
| * | | 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 | |||||
| * | | | 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. | |||||
* | | | | always guess the same filetype | Boris Bobrov | 2018-07-12 | 1 | -2/+5 | |
| | | | | ||||||
* | | | | finally fix url validator | Boris Bobrov | 2018-07-12 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Revert "Revert "Import messages in blog views"" | Boris Bobrov | 2018-07-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | This reverts commit 8c36ec5246828e3c99d956edd8524f3ade430571. | |||||
* | | | | fix typo | Boris Bobrov | 2018-07-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | fix auth error and simplify url and email checks | Boris Bobrov | 2018-07-11 | 2 | -18/+11 | |
| | | | | ||||||
* | | | | remove requirement for the file to be with single dot in name | Boris Bobrov | 2018-07-11 | 1 | -11/+2 | |
| | | | | ||||||
* | | | | fix default gmg help message | Boris Bobrov | 2018-07-11 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'gsoc2016/Subtitle-1' | Boris Bobrov | 2018-07-10 | 22 | -6/+794 | |
|\ \ \ \ | ||||||
| * | | | | Fixed Copyright Headers | saksham1115 | 2016-08-16 | 8 | -12/+12 | |
| | | | | | ||||||
| * | | | | Tests for handling customize interface exception | saksham1115 | 2016-08-13 | 1 | -2/+19 | |
| | | | | | ||||||
| * | | | | Exceptional handling for customizing subitles | saksham1115 | 2016-08-13 | 2 | -24/+60 | |
| | | | | | ||||||
| * | | | | Added basic tests for the subtitle plugin | saksham1115 | 2016-08-12 | 3 | -41/+51 | |
| | | | | | ||||||
| * | | | | Started the unit tests | saksham1115 | 2016-08-12 | 2 | -0/+41 | |
| | | | | | ||||||
| * | | | | Using subtitle id instead of subitle path in the url | saksham1115 | 2016-08-06 | 5 | -23/+23 | |
| | | | | | ||||||
| * | | | | Some fixes | saksham1115 | 2016-08-02 | 2 | -5/+5 | |
| | | | | | ||||||
| * | | | | Renamed plugin from custom_subtitles to subtitles | saksham1115 | 2016-07-30 | 8 | -20/+20 | |
| | | | | | ||||||
| * | | | | Checking filename and extension of subtitle uploaded | saksham1115 | 2016-07-27 | 1 | -0/+18 | |
| | | | | | ||||||
| * | | | | Removed path_subtitle from edit/views.py | saksham1115 | 2016-07-26 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Using with statement for editing files | saksham1115 | 2016-07-25 | 2 | -28/+15 | |
| | | | | | ||||||
| * | | | | Removed path_subtitle as a decorator | saksham1115 | 2016-07-19 | 2 | -29/+4 | |
| | | | | | ||||||
| * | | | | Added the feature for deleting the subtitle | saksham1115 | 2016-07-19 | 3 | -13/+39 | |
| | | | | | ||||||
| * | | | | Removed dependence on absolute path for editing | saksham1115 | 2016-07-19 | 2 | -45/+42 | |
| | | | | | ||||||
| * | | | | Deleted old templates files | saksham1115 | 2016-07-19 | 2 | -109/+0 | |
| | | | | | ||||||
| * | | | | Removed almost all of the code from core | saksham1115 | 2016-07-19 | 4 | -107/+3 | |
| | | | | | ||||||
| * | | | | Fixed media.html by using plugin hook | saksham1115 | 2016-07-19 | 1 | -31/+1 | |
| | | | | | ||||||
| * | | | | Creating plugins views.py | saksham1115 | 2016-07-19 | 1 | -0/+162 | |
| | | | | | ||||||
| * | | | | Creating plugin tools.py | saksham1115 | 2016-07-19 | 1 | -0/+20 | |
| | | | | | ||||||
| * | | | | Creating plugin templates | saksham1115 | 2016-07-19 | 3 | -0/+162 | |
| | | | | | ||||||
| * | | | | Creating models.py | saksham1115 | 2016-07-19 | 1 | -0/+49 | |
| | | | | | ||||||
| * | | | | Creating plugin forms.py | saksham1115 | 2016-07-19 | 1 | -0/+29 | |
| | | | | | ||||||
| * | | | | Making changes to plugins __init__.py | saksham1115 | 2016-07-19 | 1 | -0/+31 | |
| | | | | | ||||||
| * | | | | Converting to subtitle plugin | saksham1115 | 2016-07-19 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Deleted some files | saksham1115 | 2016-07-19 | 2 | -73/+0 | |
| | | | | | ||||||
| * | | | | Only video uploader can edit their subtitles | saksham1115 | 2016-07-19 | 3 | -3/+7 | |
| | | | | | ||||||
| * | | | | Only video owner can upload the subtitle for the video | saksham1115 | 2016-07-19 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Modified get_path function in tools/subtitles.py | saksham1115 | 2016-07-19 | 1 | -9/+6 | |
| | | | | | ||||||
| * | | | | Removed option for adding subtitles for image etc | saksham1115 | 2016-07-19 | 1 | -25/+27 | |
| | | | | | ||||||
| * | | | | Saing subtitle after edit | saksham1115 | 2016-07-19 | 2 | -2/+15 | |
| | | | | |