aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update batchaddmedia csv description docs [5458]Andrew Browning2017-10-081-1/+1
| | | | | | Commit c0ea2bad changed the expected location column header of csv files used by the batchaddmedia command from 'media:location' to 'location'. This change updates the docs to match.
* Fix #5460 - Log IP address for failed loginAndrew Browning2017-09-201-0/+6
| | | | This patch logs the remote address when a login attempt fails.
* Fix #5517 - Change docs to clone repo using httpsAndrew Browning2017-09-201-1/+1
|
* Add unit test for #5524Andrew Browning2017-09-203-1/+17
| | | | | | | | Add a unit test to verify that the change introduced in 07c535c no longer resulst in a zero divide error when gps data contains no divisor. This commit includes a test image created by Andrew Browning. Andrew Browning dedicates this image to the public domain under the CC0 license.
* Fix #5524 Zero division error in exif.pyAndrew Browning2017-09-201-8/+4
| | | | | | This patch implements the safe_gps_ratio_divide function for gps direction and altitude values to prevent a zero divide error on malformed GPS data.
* Fix #5514 - Add to Collection causes server errorayleph2017-08-151-7/+7
| | | | | | Re-arrange code to check whether a collection has been selected prior to checking whether an item already exists in the selected collection. This fixes a regression introduced in 0f3bf8d.
* Properly escape asterisk in *buntuAndrew Browning2017-08-151-1/+1
|
* Fix #5513 - Can't delete blog post draftsayleph2017-08-153-2/+21
| | | | | | | | | | Modify the @get_media_entry_by_id decorator to return media regardless of processing state. Separately modify all view functions that use the @get_media_entry_by_id decorator to require that the media be in the processed state, other than for the media_confirm_delete view. This allows blog post drafts to be deleted without returning a 404. Further, it adds the ability to delete unprocessed media in the future, which would be a nice addition to the user processing panel.
* Merge branch 'master' of git.sv.gnu.org:/srv/git/mediagoblinBoris Bobrov2017-06-263-6/+4
|\
| * Apply button_warning style to blog delete buttonsAndrew Browning2017-06-193-4/+4
| |
| * Fix #830 - Remove exif from blog postsAndrew Browning2017-06-191-2/+0
| |
* | Remove mongodb-related stuffBoris Bobrov2017-06-182-364/+0
|/ | | | We dropped mongodb a long time ago
* Add Robert to AUTHORSBoris Bobrov2017-06-181-0/+1
|
* Re #5308 added cascade to blog mediatypeRobert Smith2017-06-171-2/+4
|
* Fix tests to reflect that we've moved to amqpBoris Bobrov2017-06-101-4/+1
|
* move exifread to other dependenciesBoris Bobrov2017-06-101-3/+1
|
* Merge branch 'amqp-switch'Boris Bobrov2017-06-104-6/+12
|\
| * Remove upper cap on celery kombuBoris Bobrov2017-06-101-2/+1
| | | | | | | | Also remove kombu from requirements, because celery fetches it anyway
| * Switch to rabbitmq by default and in docsBoris Bobrov2017-06-093-4/+11
| |
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/mediagoblinBoris Bobrov2017-06-092-1/+2
|\ \ | |/ |/|
| * Add space between words in blog messageAndrew Browning2017-06-061-1/+1
| |
| * Add register_captcha template hookAndrew Browning2017-06-061-0/+1
| |
* | Change all tabs to spaces in js fileBoris Bobrov2017-05-231-5/+5
|/ | | | It's bad to mix them
* Remove tinymce from dependenciesBoris Bobrov2017-05-041-2/+1
| | | | | I think it was supposed to be used in blogs, but we never got there. So lets just drop it from requirements in bower.json.
* Change aria-text when state changesBoris Bobrov2017-04-031-4/+6
|
* Make play button a button instead of divBoris Bobrov2017-04-032-2/+3
| | | | More attempts to make mg acessible
* Add aria attributes to audio playerBoris Bobrov2017-04-021-3/+3
| | | | I hope this helps a bit with mediagoblin accessibility
* Move audio html out of jsBoris Bobrov2017-04-022-10/+10
|
* Commit session after alembic updates have finishedBoris Bobrov2017-04-011-2/+4
| | | | | | | | | | After alembic updates we need to add foundations. The tables to add foundations to are created as part of dbupdate process. For some reason Alembic doesn't commit a session in the end. Because the session is not commited, the tables do not really get created. And because of that, foundations fail. The solution is to commit the session after alembic updates.
* Pass connection to EnvironmentContext.configureBoris Bobrov2017-03-041-2/+1
| | | | | | In https://bitbucket.org/zzzeek/alembic/issues/419/ we were suggested use connection instead of engine. This should fix an issue reported via ml.
* Fix trivial spelling and spacing error in cli helpAndrew Browning2017-03-011-2/+2
|
* Fix #5500 UnicodeEncodeError in atom feedAndrew Browning2017-02-142-2/+2
| | | | | | This simple fix allows unicode strings in the atom feed thumb and description fields by forcing the entire atom content string to unicode.
* edit_profile.html: Consistency in the width of input fieldsvijeth-aradhya2017-02-142-3/+3
| | | | | | | | | The width of all the input fields in user profile edit form (also forms which wtforms render div function) is 100% Fixes #996 Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com>
* Headers for collection itemsBoris Bobrov2017-01-291-1/+4
| | | | Fixes issue #776
* Add Stéphane Péchard to authorsBoris Bobrov2017-01-291-0/+1
|
* Merge remote-tracking branch 'spechards-mediagoblin/master'Boris Bobrov2017-01-293-2/+18
|\ | | | | | | | | | | | | | | Conflicts: mediagoblin/submit/lib.py -- happened because of creator->actor change Fixes issue #915
| * Add creator to filter collectionsStéphane Péchard2014-09-231-2/+3
| |
| * Add collection option to 'addmedia' cli uploadingStéphane Péchard2014-07-133-2/+16
| |
* | oob.html: Removed line breaks around the verifier codevijeth-aradhya2017-01-291-3/+1
| | | | | | | | | | | | | | | | | | There was an extra space that was displayed after the verfication code which caused verification to fail when just copied. Hence, any line breaks or spaces has been removed Fixes #5476
* | Add Varadhya to AUTHORSBoris Bobrov2017-01-291-0/+1
| |
* | post_comment.js, media.html: Add AJAX for posting commentsvijeth-aradhya2017-01-292-0/+66
| | | | | | | | | | | | | | Stop reloading the page when a comment is posted which helps in not stopping the media being played (for example, a song) Fixes https://issues.mediagoblin.org/ticket/868
* | Fix #5484 - Add video icon to collection thumbnailAndrew Browning2017-01-161-0/+3
| |
* | Add media_titleinfo template hookayleph2017-01-151-0/+1
| | | | | | | | | | | | This patch is based on work by cmichi to add a template hook near the media title section of the page. I rearranged the code in the original patch to match the current media.html page.
* | Merge branch '975-spanish-translation', fixes #975.Ben Sturmfels2016-11-141-1/+1
|\ \ | | | | | | | | | Thanks to teraflops for this contribution.
| * | Update Spanish translation as reported by "teraflops" in ticket #975.Ben Sturmfels2016-09-141-1/+1
| | |
* | | Fix minor grammar issues in contributing docs; add new contributor.Ben Sturmfels2016-11-132-3/+3
| | |
* | | Add links in site-admin documentation forewordAlexandre Franke2016-11-131-3/+5
| | | | | | | | | | | | Fixes #5490
* | | Update contributor names.Ben Sturmfels2016-11-131-2/+2
| | |
* | | Merge branch 'thumbnail', fixes #592.Ben Sturmfels2016-11-131-1/+0
|\ \ \
| * | | Merge `white-space` change into main `.media_thumbnail` class.Ben Sturmfels2016-11-131-5/+0
| | | |