aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
| | | | |
| * | | | Removed ast and fixed commentssaksham11152016-07-191-16/+4
| | | | |
| * | | | Adding the migration filesaksham11152016-07-191-0/+36
| | | | |
| * | | | Adding css to textareasaksham11152016-07-192-1/+8
| | | | |
| * | | | Opening ths subtitle using absolute path and open functionsaksham11152016-07-192-5/+22
| | | | |
| * | | | Converting the path to subtitle into a tuplesaksham11152016-07-193-1/+14
| | | | |
| * | | | Removing commented codesaksham11152016-07-191-2/+0
| | | | |
| * | | | Cleaning upsaksham11152016-07-194-37/+44
| | | | |
| * | | | Customizing Subs using Wtformssaksham11152016-07-195-3/+63
| | | | |
| * | | | Working for firefoxsaksham11152016-07-191-6/+9
| | | | |
| * | | | Loading subtitle files [Not working]saksham11152016-07-192-3/+37
| | | | |
| * | | | Path decoded and sent to html pagesaksham11152016-07-191-1/+9
| | | | |
| * | | | Made decorators views for Customize Interfacesaksham11152016-07-193-3/+35
| | | | |
| * | | | Customize Interface in progresssaksham11152016-07-193-2/+14
| | | | |
| * | | | Starting Customize Interfacesaksham11152016-07-191-0/+16
| | | | |
| * | | | Minor Changesaksham11152016-07-192-4/+4
| | | | |
| * | | | Subtitle built over attachments : workingsaksham11152016-07-199-5/+203
| | | | |
| * | | | Subtitle interface using attachmentssaksham11152016-07-192-1/+5
| | | | |
| * | | | Lightbox effect for imagessaksham11152016-07-193-1/+96
| | | | |
| * | | | Revert "Import messages in blog views"saksham11152016-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | This reverts commit 41302ad2b622b340caeb13339338ab3a5d0f7e6b.
* | | | | Fix server crash on blog about page [#5572]Andrew Browning2018-07-081-1/+3
| | | | | | | | | | | | | | | | | | | | Don't bother checking for user's blog if no user returned.
* | | | | 2 bug fixes in editor viewsĎÚβĨŐÚŚ Dod2018-06-281-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `WTForms` instances get `__init__`-ed with `defaults` as `kwargs`. The first arg is a `request.form` (which is what one must supply if this is a `POST` and must *not* supply otherwise). The content of that form (empty on `GET`) has higher priority than the defaults (which makes the user get an empty form). * Fix `edit_profile()` to allow changing `location` from a non-blank value to blank (i.e. removing the location). (cherry picked from commit 75f3e23b92392b9bd309fab4c1a52fd38d453627)
* | | | | Add Creative Commons 4.0 licenses [#955]Dpg2018-05-241-10/+27
| | | | | | | | | | | | | | | | | | | | Add CC version 4.0 licenses to SORTED_LICENSES.
* | | | | Add moderation panel thumbnail header [#5563]Andrew Browning2018-04-081-0/+1
| | | | | | | | | | | | | | | | | | | | Add moderation panel column header for thumbnail column.
* | | | | Process videos with incorrect date tags [#5409]Andrew Browning2018-04-081-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Video processing expects datetime tags in a specific format. This commit allows videos with missing or incorrect datetime tags to be processed with no datetime tags instead of failing.
* | | | | Prevent video plugin from processing svg [#934]Andrew Browning2018-04-041-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to the gstreamer-1.0 upgrade, the video processing engine included a check for excluded extensions which gstreamer might accept despite us not wanting to process them. In commit 91f5f5e, the check against EXCLUDED_EXT was removed. Since then, the video plugin has accepted and attempted to process svg files. This commit adds the check against EXCLUDED_EXTS into the sniff_handler function so that we can bail out on certain file extensions before the plugins tries to sniff the file type. The previous implementation excluded nef files, which appears to be a Nikon camera image. I've copied that forward to this code. I've also added a log message to indicate that we're purposefully refusing to process the file.
* | | | | Remove backup file added in b5dd245Andrew Browning2018-04-041-60/+0
| | | | |
* | | | | Fix EXIF rotation to make the image portrait on demandchrysn2017-11-291-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | Closes: https://issues.mediagoblin.org/ticket/5525 Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com>
* | | | | move alembic.ini to python app dirBoris Bobrov2017-11-142-3/+58
| | | | |
* | | | | Added tests for tags in image API objectRomain Porte2017-11-121-0/+14
| | | | |
* | | | | Added tags in API (view them and edit them)Romain Porte2017-11-121-1/+10
| | | | |