aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Celery Priority testing with debug statementsvijeth-aradhya2017-06-1310-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 taskingvijeth-aradhya2017-06-121-11/+16
| | | | | | | | | | | | Addition of arguments to the celery tasks.
| * | Add priority to the celery tasksvijeth-aradhya2017-06-129-21/+42
| | | | | | | | | | | | | | | Few more changes to be made before executing the tasks. Also #1 should be handled soon after this.
| * | Add additional celery config settingsvijeth-aradhya2017-06-113-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 Aradhya2017-06-108-19/+21
| |\ \ | | | | | | | | | | | | | | | | RabbitMQ addition in master See merge request !1
| * | | Add main_task, complimentary_task and cleanupvijeth-aradhya2017-06-091-0/+25
| | | |
| * | | Modify CommonVideoPrcoessor to accomodate mulitple qualitiesvijeth-aradhya2017-06-091-47/+37
| | | | | | | | | | | | | | | | | | | | A few trivial modifciations like replacing store_metadata, etc needed to accomodate multiple qualities.
| * | | Add workflow method to other media ProcessingManagersvijeth-aradhya2017-06-056-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 VideoProcessingManagervijeth-aradhya2017-06-053-5/+13
| | | | | | | | | | | | | | | | | | | | This commit makes sure the old celery call works perfectly when workflow method is introduced.
| * | | Add workflow method to ProcessingManagervijeth-aradhya2017-06-041-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_metadatavijeth-aradhya2017-06-021-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 resolutionsvijeth-aradhya2017-05-311-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 filetypeBoris Bobrov2018-07-121-2/+5
| | | |
* | | | finally fix url validatorBoris Bobrov2018-07-121-2/+2
| | | |
* | | | Revert "Revert "Import messages in blog views""Boris Bobrov2018-07-121-1/+1
| | | | | | | | | | | | | | | | This reverts commit 8c36ec5246828e3c99d956edd8524f3ade430571.
* | | | fix typoBoris Bobrov2018-07-111-1/+1
| | | |
* | | | fix auth error and simplify url and email checksBoris Bobrov2018-07-112-18/+11
| | | |
* | | | remove requirement for the file to be with single dot in nameBoris Bobrov2018-07-111-11/+2
| | | |
* | | | fix default gmg help messageBoris Bobrov2018-07-111-1/+4
| | | |
* | | | Merge remote-tracking branch 'gsoc2016/Subtitle-1'Boris Bobrov2018-07-1022-6/+794
|\ \ \ \
| * | | | Fixed Copyright Headerssaksham11152016-08-168-12/+12
| | | | |
| * | | | Tests for handling customize interface exceptionsaksham11152016-08-131-2/+19
| | | | |
| * | | | Exceptional handling for customizing subitlessaksham11152016-08-132-24/+60
| | | | |
| * | | | Added basic tests for the subtitle pluginsaksham11152016-08-123-41/+51
| | | | |
| * | | | Started the unit testssaksham11152016-08-122-0/+41
| | | | |
| * | | | Using subtitle id instead of subitle path in the urlsaksham11152016-08-065-23/+23
| | | | |
| * | | | Some fixessaksham11152016-08-022-5/+5
| | | | |
| * | | | Renamed plugin from custom_subtitles to subtitlessaksham11152016-07-308-20/+20
| | | | |
| * | | | Checking filename and extension of subtitle uploadedsaksham11152016-07-271-0/+18
| | | | |
| * | | | Removed path_subtitle from edit/views.pysaksham11152016-07-261-1/+1
| | | | |
| * | | | Using with statement for editing filessaksham11152016-07-252-28/+15
| | | | |
| * | | | Removed path_subtitle as a decoratorsaksham11152016-07-192-29/+4
| | | | |
| * | | | Added the feature for deleting the subtitlesaksham11152016-07-193-13/+39
| | | | |
| * | | | Removed dependence on absolute path for editingsaksham11152016-07-192-45/+42
| | | | |
| * | | | Deleted old templates filessaksham11152016-07-192-109/+0
| | | | |
| * | | | Removed almost all of the code from coresaksham11152016-07-194-107/+3
| | | | |
| * | | | Fixed media.html by using plugin hooksaksham11152016-07-191-31/+1
| | | | |
| * | | | Creating plugins views.pysaksham11152016-07-191-0/+162
| | | | |
| * | | | Creating plugin tools.pysaksham11152016-07-191-0/+20
| | | | |
| * | | | Creating plugin templatessaksham11152016-07-193-0/+162
| | | | |
| * | | | Creating models.pysaksham11152016-07-191-0/+49
| | | | |
| * | | | Creating plugin forms.pysaksham11152016-07-191-0/+29
| | | | |
| * | | | Making changes to plugins __init__.pysaksham11152016-07-191-0/+31
| | | | |
| * | | | Converting to subtitle pluginsaksham11152016-07-191-1/+0
| | | | |
| * | | | Deleted some filessaksham11152016-07-192-73/+0
| | | | |
| * | | | Only video uploader can edit their subtitlessaksham11152016-07-193-3/+7
| | | | |
| * | | | Only video owner can upload the subtitle for the videosaksham11152016-07-191-1/+2
| | | | |
| * | | | Modified get_path function in tools/subtitles.pysaksham11152016-07-191-9/+6
| | | | |
| * | | | Removed option for adding subtitles for image etcsaksham11152016-07-191-25/+27
| | | | |
| * | | | Saing subtitle after editsaksham11152016-07-192-2/+15
| | | | |