5163 Commits

Author SHA1 Message Date
saksham1115
a14f4edc99 Some fixes 2016-08-02 21:31:59 +00:00
Boris Bobrov
65805ffb0d Adding compatibility stuff for themes
During our migration to federation some interfaces were changed. We
should not have done that so fast.

Provide a compatibility layer so that old themes work
2016-07-31 07:33:12 +03:00
Boris Bobrov
06d70c4b96 Fixing themes 2016-07-31 07:16:48 +03:00
saksham1115
067b1b071a Renamed plugin from custom_subtitles to subtitles 2016-07-30 18:48:24 +00:00
saksham1115
05a3958319 Checking filename and extension of subtitle uploaded 2016-07-27 17:28:56 +00:00
saksham1115
8efafec551 Removed path_subtitle from edit/views.py 2016-07-26 01:50:02 +00:00
saksham1115
1342282983 Using with statement for editing files 2016-07-25 19:23:31 +00:00
Boris Bobrov
474a56ce90 Cap kombu and celery
See issue 5464 for details
2016-07-25 05:23:16 +03:00
Boris Bobrov
dbb86ffbbf fixed bug #728 2016-07-25 04:13:04 +03:00
Boris Bobrov
4fcd2e756d Merge branch 'fix-unhelpful-smtp-error-5081' 2016-07-25 03:59:49 +03:00
Loic Dachary
6c0678576a Fix #928 - cleanup to avoid duplicated get_upload_file_limits
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-07-25 03:48:33 +03:00
Loic Dachary
d5421cc366 Fix #822 - doc typo s/Plugin/PluginManager/
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-07-25 03:45:35 +03:00
Boris Bobrov
7033fa5cca Add one more contributor
Thanks, Jonathan Sandoval!
2016-07-25 03:40:19 +03:00
Boris Bobrov
c12a97b084 Use GLib instead of GObject
Thanks mi!

Fixes bug 5399
2016-07-25 03:39:23 +03:00
Boris Bobrov
1aab84d0dc Merge branch 'login-validator-5414' 2016-07-25 03:23:25 +03:00
saksham1115
c36c683304 Removed path_subtitle as a decorator 2016-07-19 18:15:36 +00:00
saksham1115
eaeed602d3 Added the feature for deleting the subtitle 2016-07-19 17:29:25 +00:00
saksham1115
5b42f9341a Removed dependence on absolute path for editing 2016-07-19 17:29:25 +00:00
saksham1115
443a8e18c8 Deleted old templates files 2016-07-19 17:29:25 +00:00
saksham1115
6a3fe50e8f Removed almost all of the code from core 2016-07-19 17:29:25 +00:00
saksham1115
3af2d38d29 Fixed media.html by using plugin hook 2016-07-19 17:29:25 +00:00
saksham1115
945d0937a9 Creating plugins views.py 2016-07-19 17:29:25 +00:00
saksham1115
9535599c21 Creating plugin tools.py 2016-07-19 17:29:25 +00:00
saksham1115
7ebc001c9b Creating plugin templates 2016-07-19 17:29:24 +00:00
saksham1115
951013e7f9 Creating models.py 2016-07-19 17:29:24 +00:00
saksham1115
c27ecd5bdb Creating plugin forms.py 2016-07-19 17:29:24 +00:00
saksham1115
b73fcd96fe Making changes to plugins __init__.py 2016-07-19 17:29:24 +00:00
saksham1115
4688fc0582 Converting to subtitle plugin 2016-07-19 17:29:24 +00:00
saksham1115
849b498f9a Deleted some files 2016-07-19 17:29:24 +00:00
saksham1115
772a07e94f Only video uploader can edit their subtitles 2016-07-19 17:29:24 +00:00
saksham1115
def53bc3ed Only video owner can upload the subtitle for the video 2016-07-19 17:29:24 +00:00
saksham1115
4292c6aaaa Modified get_path function in tools/subtitles.py 2016-07-19 17:29:09 +00:00
saksham1115
9f8e9ff18a Removed option for adding subtitles for image etc 2016-07-19 17:29:09 +00:00
saksham1115
a8902a5edb Saing subtitle after edit 2016-07-19 17:29:09 +00:00
saksham1115
1ba4556b90 Removed ast and fixed comments 2016-07-19 17:29:09 +00:00
saksham1115
0e60155a6f Adding the migration file 2016-07-19 17:29:09 +00:00
saksham1115
885c2ad4f2 Adding css to textarea 2016-07-19 17:29:09 +00:00
saksham1115
316bef6908 Opening ths subtitle using absolute path and open function 2016-07-19 17:29:09 +00:00
saksham1115
2c36555bfe Converting the path to subtitle into a tuple 2016-07-19 17:29:09 +00:00
saksham1115
533c7ab44a Removing commented code 2016-07-19 17:29:09 +00:00
saksham1115
6721143fe3 Cleaning up 2016-07-19 17:29:09 +00:00
saksham1115
330f409ee9 Customizing Subs using Wtforms 2016-07-19 17:29:09 +00:00
saksham1115
92497b7af6 Working for firefox 2016-07-19 17:29:09 +00:00
saksham1115
7cf96b8e6d Loading subtitle files [Not working] 2016-07-19 17:29:09 +00:00
saksham1115
ff60d4a544 Path decoded and sent to html page 2016-07-19 17:29:08 +00:00
saksham1115
447d1c2533 Made decorators views for Customize Interface 2016-07-19 17:29:08 +00:00
saksham1115
991a0c911e Customize Interface in progress 2016-07-19 17:29:08 +00:00
saksham1115
682b891d91 Starting Customize Interface 2016-07-19 17:29:08 +00:00
saksham1115
913e281980 Minor Change 2016-07-19 17:29:08 +00:00
saksham1115
19ba17d950 Subtitle built over attachments : working 2016-07-19 17:29:08 +00:00