Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 | |
| * | | | | Removed ast and fixed comments | saksham1115 | 2016-07-19 | 1 | -16/+4 | |
| * | | | | Adding the migration file | saksham1115 | 2016-07-19 | 1 | -0/+36 | |
| * | | | | Adding css to textarea | saksham1115 | 2016-07-19 | 2 | -1/+8 | |
| * | | | | Opening ths subtitle using absolute path and open function | saksham1115 | 2016-07-19 | 2 | -5/+22 | |
| * | | | | Converting the path to subtitle into a tuple | saksham1115 | 2016-07-19 | 3 | -1/+14 | |
| * | | | | Removing commented code | saksham1115 | 2016-07-19 | 1 | -2/+0 | |
| * | | | | Cleaning up | saksham1115 | 2016-07-19 | 4 | -37/+44 | |
| * | | | | Customizing Subs using Wtforms | saksham1115 | 2016-07-19 | 5 | -3/+63 | |
| * | | | | Working for firefox | saksham1115 | 2016-07-19 | 1 | -6/+9 | |
| * | | | | Loading subtitle files [Not working] | saksham1115 | 2016-07-19 | 2 | -3/+37 | |
| * | | | | Path decoded and sent to html page | saksham1115 | 2016-07-19 | 1 | -1/+9 | |
| * | | | | Made decorators views for Customize Interface | saksham1115 | 2016-07-19 | 3 | -3/+35 | |
| * | | | | Customize Interface in progress | saksham1115 | 2016-07-19 | 3 | -2/+14 | |
| * | | | | Starting Customize Interface | saksham1115 | 2016-07-19 | 1 | -0/+16 | |
| * | | | | Minor Change | saksham1115 | 2016-07-19 | 2 | -4/+4 | |
| * | | | | Subtitle built over attachments : working | saksham1115 | 2016-07-19 | 9 | -5/+203 | |
| * | | | | Subtitle interface using attachments | saksham1115 | 2016-07-19 | 2 | -1/+5 | |
| * | | | | Lightbox effect for images | saksham1115 | 2016-07-19 | 3 | -1/+96 | |
| * | | | | Revert "Import messages in blog views" | saksham1115 | 2016-07-19 | 1 | -1/+1 | |
* | | | | | Fix server crash on blog about page [#5572] | Andrew Browning | 2018-07-08 | 1 | -1/+3 | |
* | | | | | 2 bug fixes in editor views | ĎÚβĨŐÚŚ Dod | 2018-06-28 | 1 | -7/+13 | |
* | | | | | Add Creative Commons 4.0 licenses [#955] | Dpg | 2018-05-24 | 1 | -10/+27 | |
* | | | | | Add moderation panel thumbnail header [#5563] | Andrew Browning | 2018-04-08 | 1 | -0/+1 | |
* | | | | | Process videos with incorrect date tags [#5409] | Andrew Browning | 2018-04-08 | 1 | -4/+7 | |
* | | | | | Prevent video plugin from processing svg [#934] | Andrew Browning | 2018-04-04 | 1 | -0/+10 | |
* | | | | | Remove backup file added in b5dd245 | Andrew Browning | 2018-04-04 | 1 | -60/+0 | |
* | | | | | Fix EXIF rotation to make the image portrait on demand | chrysn | 2017-11-29 | 1 | -4/+9 | |
* | | | | | move alembic.ini to python app dir | Boris Bobrov | 2017-11-14 | 2 | -3/+58 | |
* | | | | | Added tests for tags in image API object | Romain Porte | 2017-11-12 | 1 | -0/+14 | |
* | | | | | Added tags in API (view them and edit them) | Romain Porte | 2017-11-12 | 1 | -1/+10 | |
* | | | | | Improved gitignores for patch submitting | Romain Porte | 2017-11-12 | 1 | -0/+1 | |
* | | | | | Fixed flake8 errors for tests/test_api.py | Romain Porte | 2017-11-11 | 1 | -16/+30 | |
* | | | | | Added tests for custom file name using API | Romain Porte | 2017-11-11 | 1 | -2/+30 | |
* | | | | | Change API filename upload using custom header | Romain Porte | 2017-11-11 | 1 | -2/+7 | |
* | | | | | Fix location of host-meta.xml file [#5543] | Andrew Browning | 2017-10-31 | 1 | -0/+0 | |
* | | | | | Fix trivial spelling error in test comment | Andrew Browning | 2017-10-23 | 1 | -1/+1 | |
* | | | | | Port batchaddmedia command to Python 3 | Simen Heggestøyl | 2017-10-16 | 1 | -3/+9 | |
* | | | | | Make admin panel headers readable in Airy theme | Simen Heggestøyl | 2017-10-16 | 1 | -0/+4 | |
* | | | | | Handle collection in batchaddmedia command | Simen Heggestøyl | 2017-10-16 | 1 | -0/+2 | |
* | | | | | Support Unicode characters in configuration values | Simen Heggestøyl | 2017-10-16 | 3 | -2/+5 | |
* | | | | | Remove dead code in batchaddmedia.py | Simen Heggestøyl | 2017-10-16 | 1 | -4/+1 |