mediagoblin.git
9 years agoMake consistent quotation marks when referring to button labels
Laura Arjona Reina [Fri, 25 Jul 2014 19:16:14 +0000 (21:16 +0200)]
Make consistent quotation marks when referring to button labels

9 years agoMake translatable some strings that weren't i18n'ed
Laura Arjona Reina [Thu, 24 Jul 2014 17:09:28 +0000 (19:09 +0200)]
Make translatable some strings that weren't i18n'ed

9 years agoRemove the option about whether or not spectrograms are created. They always are.
Christopher Allan Webber [Fri, 25 Jul 2014 21:02:28 +0000 (16:02 -0500)]
Remove the option about whether or not spectrograms are created.  They always are.

This commit sponsored by Emily O'Leary.  Thanks, Emily!

9 years agoAdd __unicode__ representation to Notification and MediaCommentMixin
Tryggvi Bjorgvinsson [Sat, 19 Jul 2014 12:35:50 +0000 (12:35 +0000)]
Add __unicode__ representation to Notification and MediaCommentMixin

Instead of having __repr__ return a unicode object which it should
not do, we use the __unicode__ method to allow use of Notification
and MediaCommentMixin objects in unicode strings.

9 years agoAdding thallian to the authors list
Christopher Allan Webber [Thu, 24 Jul 2014 17:15:12 +0000 (12:15 -0500)]
Adding thallian to the authors list

9 years agoFix by thallian: use correct datetime.strptime
Christopher Allan Webber [Thu, 24 Jul 2014 17:09:17 +0000 (12:09 -0500)]
Fix by thallian: use correct datetime.strptime

datetime.dateime already imported, so....

9 years agoMerge branch 'Federation'
Jessica Tallon [Tue, 22 Jul 2014 23:23:23 +0000 (00:23 +0100)]
Merge branch 'Federation'

9 years agoSwitch from slug to ID and clean up style to conform to PEP-8
Jessica Tallon [Mon, 21 Jul 2014 17:32:47 +0000 (18:32 +0100)]
Switch from slug to ID and clean up style to conform to PEP-8

9 years agoCreate test for garbage collection
Jessica Tallon [Thu, 17 Jul 2014 10:39:24 +0000 (11:39 +0100)]
Create test for garbage collection

9 years agoAdd unseralize for API objects
Jessica Tallon [Wed, 16 Jul 2014 16:59:03 +0000 (17:59 +0100)]
Add unseralize for API objects

9 years agoAdd garbage collection task
Jessica Tallon [Tue, 15 Jul 2014 20:24:25 +0000 (21:24 +0100)]
Add garbage collection task

9 years agooops - add decorators for federated APIs
Jessica Tallon [Sat, 12 Jul 2014 08:15:16 +0000 (09:15 +0100)]
oops - add decorators for federated APIs

9 years agoAdd documentation for interacting with media entires
Jessica Tallon [Sat, 12 Jul 2014 08:04:40 +0000 (09:04 +0100)]
Add documentation for interacting with media entires

9 years agoAdd test for API object endpoint
Jessica Tallon [Sat, 12 Jul 2014 07:42:39 +0000 (08:42 +0100)]
Add test for API object endpoint

9 years agoAdd more tests for federation APIs
Jessica Tallon [Fri, 11 Jul 2014 14:23:55 +0000 (15:23 +0100)]
Add more tests for federation APIs

9 years agoRequire uploader privileges to upload media to API
Jessica Tallon [Thu, 10 Jul 2014 17:17:47 +0000 (18:17 +0100)]
Require uploader privileges to upload media to API

9 years agoRemove unneeded oauth fixtures and add test for image submission
Jessica Tallon [Thu, 10 Jul 2014 16:47:54 +0000 (17:47 +0100)]
Remove unneeded oauth fixtures and add test for image submission

9 years agoRename test_joarapi.py => test_legacy_api.py
Jessica Tallon [Wed, 9 Jul 2014 17:01:08 +0000 (18:01 +0100)]
Rename test_joarapi.py => test_legacy_api.py

9 years agoAdd fixtures to provide OAuth client, request and access models
Jessica Tallon [Wed, 9 Jul 2014 16:23:57 +0000 (17:23 +0100)]
Add fixtures to provide OAuth client, request and access models

9 years agoUpdate documentation on uploading media via API
Jessica Tallon [Tue, 8 Jul 2014 16:27:38 +0000 (17:27 +0100)]
Update documentation on uploading media via API

9 years agoFix problem in OAuth views
Jessica Tallon [Tue, 8 Jul 2014 14:39:24 +0000 (15:39 +0100)]
Fix problem in OAuth views

9 years agoClean up & Add support to update objects in feed API
Jessica Tallon [Tue, 8 Jul 2014 20:27:43 +0000 (21:27 +0100)]
Clean up & Add support to update objects in feed API

9 years agoFix problem where feed posting wasn't returning correct object
Jessica Tallon [Mon, 7 Apr 2014 16:09:08 +0000 (11:09 -0500)]
Fix problem where feed posting wasn't returning correct object

9 years agoFix image upload problem in API
Jessica Tallon [Fri, 4 Apr 2014 17:25:20 +0000 (12:25 -0500)]
Fix image upload problem in API

9 years agoAdd .jpe file extension recognition
Jessica Tallon [Fri, 4 Apr 2014 17:24:45 +0000 (12:24 -0500)]
Add .jpe file extension recognition

9 years agoFix issue where create_uuid doesn't exist nor used
Jessica Tallon [Fri, 4 Apr 2014 16:47:59 +0000 (11:47 -0500)]
Fix issue where create_uuid doesn't exist nor used

9 years agoImprove the documentation
xray7224 [Sun, 12 Jan 2014 18:19:37 +0000 (18:19 +0000)]
Improve the documentation

9 years agoAdds the unit-tests for API and cleans up API
xray7224 [Thu, 14 Nov 2013 22:42:07 +0000 (22:42 +0000)]
Adds the unit-tests for API and cleans up API

9 years agoClean up code (after linting)
xray7224 [Thu, 14 Nov 2013 17:27:06 +0000 (17:27 +0000)]
Clean up code (after linting)

9 years agoRefactors api uploading to media managers
xray7224 [Thu, 10 Oct 2013 19:19:58 +0000 (20:19 +0100)]
Refactors api uploading to media managers

9 years agoFix some problems with comments and image posting
xray7224 [Sat, 28 Sep 2013 20:37:37 +0000 (16:37 -0400)]
Fix some problems with comments and image posting

9 years agoAdd some more code to work better with image uploads
xray7224 [Sat, 28 Sep 2013 19:22:18 +0000 (15:22 -0400)]
Add some more code to work better with image uploads

9 years agoAdd basic upload image capabilities
xray7224 [Tue, 24 Sep 2013 19:30:51 +0000 (20:30 +0100)]
Add basic upload image capabilities

9 years agoAdd basic comment support and flesh out some other endpoints
Jessica Tallon [Wed, 4 Sep 2013 18:34:29 +0000 (19:34 +0100)]
Add basic comment support and flesh out some other endpoints

9 years agoAdd static pump_io to API and fix problem where null appeared in profile
Jessica Tallon [Wed, 4 Sep 2013 15:32:49 +0000 (16:32 +0100)]
Add static pump_io to API and fix problem where null appeared in profile

9 years agoRemove old webfinger support
xray7224 [Tue, 3 Sep 2013 17:50:33 +0000 (18:50 +0100)]
Remove old webfinger support

9 years agoAdd .json url for host-meta and fix host-meta problem of not having 'links'
xray7224 [Tue, 3 Sep 2013 16:24:24 +0000 (17:24 +0100)]
Add .json url for host-meta and fix host-meta problem of not having 'links'

9 years agoSupport some webfinger API's and real profile and /api/user/<user>/
xray7224 [Tue, 3 Sep 2013 16:17:07 +0000 (17:17 +0100)]
Support some webfinger API's and real profile and /api/user/<user>/

9 years agoSupport for the comments endpoint
xray7224 [Mon, 2 Sep 2013 18:25:24 +0000 (19:25 +0100)]
Support for the comments endpoint

9 years agoFixes problem where full URL was being used inplace of host
xray7224 [Mon, 2 Sep 2013 15:23:40 +0000 (16:23 +0100)]
Fixes problem where full URL was being used inplace of host

9 years agoUse the the slug as the UUID instead of a newly generated UUID
xray7224 [Mon, 2 Sep 2013 15:22:24 +0000 (16:22 +0100)]
Use the the slug as the UUID instead of a newly generated UUID

9 years agoAdd image URL's (thumb & full)
Jessica Tallon [Wed, 14 Aug 2013 18:58:01 +0000 (19:58 +0100)]
Add image URL's (thumb & full)

9 years agoFixes where User id in API would return url rather than host
Jessica Tallon [Wed, 14 Aug 2013 17:32:27 +0000 (18:32 +0100)]
Fixes where User id in API would return url rather than host

9 years agoAdds comments for the MediaEntry api
Jessica Tallon [Wed, 14 Aug 2013 17:23:52 +0000 (18:23 +0100)]
Adds comments for the MediaEntry api

9 years agoChanges serialization to .serialize method on object - MediaEntry
Jessica Tallon [Wed, 14 Aug 2013 16:51:36 +0000 (17:51 +0100)]
Changes serialization to .serialize method on object - MediaEntry

9 years agoAdds endpoint /api/image/<uuid> so that you can now view an image endpoint
Jessica Tallon [Wed, 14 Aug 2013 16:00:26 +0000 (17:00 +0100)]
Adds endpoint /api/image/<uuid> so that you can now view an image endpoint

9 years agoMake sure new media has a new uuid added on
Jessica Tallon [Wed, 14 Aug 2013 15:16:49 +0000 (16:16 +0100)]
Make sure new media has a new uuid added on

9 years agoAdds the federation routing
Jessica Tallon [Wed, 14 Aug 2013 14:49:12 +0000 (15:49 +0100)]
Adds the federation routing

9 years agoAdds migration on MediaEntry to add uuid
Jessica Tallon [Wed, 14 Aug 2013 14:41:02 +0000 (15:41 +0100)]
Adds migration on MediaEntry to add uuid

9 years agoStarts the user (profile) endpoint and lays groundwork for inbox and feed endpoint
Jessica Tallon [Mon, 29 Jul 2013 20:53:08 +0000 (21:53 +0100)]
Starts the user (profile) endpoint and lays groundwork for inbox and feed endpoint

9 years agoAdds seralize on user
Jessica Tallon [Mon, 29 Jul 2013 16:31:42 +0000 (17:31 +0100)]
Adds seralize on user

9 years agoAdd JPope's sandy 70s speedboat theme
Jessica Tallon [Sun, 20 Jul 2014 08:47:58 +0000 (09:47 +0100)]
Add JPope's sandy 70s speedboat theme

9 years agoRevert "Add JPope's sandy 70s speedboat theme"
Jessica Tallon [Sun, 20 Jul 2014 08:28:30 +0000 (09:28 +0100)]
Revert "Add JPope's sandy 70s speedboat theme"

The theme is in the wrong place. Elrond suggested in IRC
that actually it should go in mediagoblin/themes.

This reverts commit 58432bcb8cf1795b90bc08b1a9615c64d77e1e3a.

9 years agoAdd JPope's sandy 70s speedboat theme
Jessica Tallon [Fri, 18 Jul 2014 17:01:58 +0000 (18:01 +0100)]
Add JPope's sandy 70s speedboat theme

9 years agoUse unicode for logging comments
Tryggvi Bjorgvinsson [Fri, 28 Feb 2014 23:25:02 +0000 (23:25 +0000)]
Use unicode for logging comments

The comment problems detailed in issue 791 are related to logging
of comments creation. The log tries to format unicode comments into
an ascii string (that is the unicode comment content).

This also creates problems with mark seen functionality since that
also logs the comments which breaks and you end up with a lot of
international comments in your message queue.

This commit makes both log messages unicode as well as the
representation of the comment.

9 years agoExplicitly *do not* handle NEF files via the video media type.
Christopher Allan Webber [Thu, 17 Jul 2014 20:04:03 +0000 (15:04 -0500)]
Explicitly *do not* handle NEF files via the video media type.

Gstreamer might think it's a good idea, but it isn't.

9 years agoFix #894 - index User.username field
Jessica Tallon [Thu, 17 Jul 2014 13:58:24 +0000 (14:58 +0100)]
Fix #894 - index User.username field

This commit sponsored by Emily O'Leary.  Thank you!

9 years agoImplement Raw Image media type plugin
Odin Hørthe Omdal [Mon, 12 May 2014 21:41:03 +0000 (23:41 +0200)]
Implement Raw Image media type plugin

9 years agoAs Elrond points out, git submodule should come first!
Christopher Allan Webber [Sat, 12 Jul 2014 13:59:55 +0000 (08:59 -0500)]
As Elrond points out, git submodule should come first!

This commit sponsored by Sebastien Hut.  Thanks Sebastien!

9 years agoCommitting extracted and compiled translations
Christopher Allan Webber [Thu, 10 Jul 2014 17:33:32 +0000 (12:33 -0500)]
Committing extracted and compiled translations

9 years agoCommitting present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Thu, 10 Jul 2014 17:32:36 +0000 (12:32 -0500)]
Committing present MediaGoblin translations before pushing extracted messages

9 years agoTags can now be passed in for media entries submitted via the api plugin
Tryggvi Bjorgvinsson [Thu, 5 Dec 2013 22:56:53 +0000 (22:56 +0000)]
Tags can now be passed in for media entries submitted via the api plugin

9 years agoFix bad copy/paste in skip_transcoding code (Fix by Beuc, Brett Smith)
Christopher Allan Webber [Thu, 10 Jul 2014 15:58:38 +0000 (10:58 -0500)]
Fix bad copy/paste in skip_transcoding code (Fix by Beuc, Brett Smith)

9 years agoMoving the quotation.
Christopher Allan Webber [Thu, 10 Jul 2014 15:32:49 +0000 (10:32 -0500)]
Moving the quotation.

This commit sponsored by Max Lupo.  Thanks Max!

9 years agoruntests.sh was asking to install nose instead of pytest
Amirouche Boubekki [Thu, 8 Aug 2013 18:51:20 +0000 (20:51 +0200)]
runtests.sh was asking to install nose instead of pytest

9 years agoThis was a very simple update. The gmg command `adduser` was generating an
tilly-Q [Sun, 29 Sep 2013 18:34:41 +0000 (14:34 -0400)]
This was a very simple update. The gmg command `adduser` was generating an
unncessary error because we were searching for a non-unicode string value in a
Unicode column of the core__users table.

9 years agoAdding WAI-ARIA attributes to the header dropdown (Fix by Aleksej Serdjukov)
Christopher Allan Webber [Thu, 10 Jul 2014 15:22:33 +0000 (10:22 -0500)]
Adding WAI-ARIA attributes to the header dropdown (Fix by Aleksej Serdjukov)

This fixes issue #754

Thanks Aleksej!

9 years agoWrapping things to not exceed column 80 in test_ldap
Christopher Allan Webber [Thu, 10 Jul 2014 15:05:23 +0000 (10:05 -0500)]
Wrapping things to not exceed column 80 in test_ldap

9 years agoAllow crypto.random_string to take optional alphabet param
Jessica Tallon [Mon, 7 Jul 2014 23:02:16 +0000 (00:02 +0100)]
Allow crypto.random_string to take optional alphabet param

10 years agoRemoving legacy mongo-related docstring
Christopher Allan Webber [Mon, 23 Jun 2014 18:45:00 +0000 (13:45 -0500)]
Removing legacy mongo-related docstring

10 years agoAdd a modify_request hook
Christopher Allan Webber [Mon, 23 Jun 2014 03:21:42 +0000 (22:21 -0500)]
Add a modify_request hook

10 years agoUsed the codecs library to read the csv file in batchaddmedia as unicode.
Natalie Foust-Pilcher [Sat, 21 Jun 2014 19:26:23 +0000 (15:26 -0400)]
Used the codecs library to read the csv file in batchaddmedia as unicode.

10 years agoIssue #837: Moderation report page: offender's name linked to the reporter's profile.
Aleksej [Mon, 5 May 2014 12:34:47 +0000 (16:34 +0400)]
Issue #837: Moderation report page: offender's name linked to the reporter's profile.

10 years agoIssue 839: move attribution from some icons' alt into title.
Aleksej [Mon, 5 May 2014 14:05:34 +0000 (18:05 +0400)]
Issue 839: move attribution from some icons' alt into title.

10 years agoConvert media_ids to int safely.
Berker Peksag [Fri, 9 May 2014 20:37:49 +0000 (23:37 +0300)]
Convert media_ids to int safely.

With this commit, "gmg deletemedia spam,12" will not raise
ValueError anymore.

10 years agoProperly exit when "gmg deletemedia" succeed.
Berker Peksag [Fri, 9 May 2014 13:02:24 +0000 (16:02 +0300)]
Properly exit when "gmg deletemedia" succeed.

Also, fixed a typo: "to will be" -> "will be"

10 years agoMerge remote-tracking branch 'remotes/berker/remove-pkginfo'
Christopher Allan Webber [Fri, 13 Jun 2014 15:25:33 +0000 (10:25 -0500)]
Merge remote-tracking branch 'remotes/berker/remove-pkginfo'

10 years agoFixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Replaced...
Loïc Le Ninan [Mon, 9 Jun 2014 13:14:23 +0000 (15:14 +0200)]
Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Replaced Required with InputRequired.

10 years agoFixed another error created by my last fix
Natalie Foust-Pilcher [Thu, 12 Jun 2014 18:48:15 +0000 (14:48 -0400)]
Fixed another error created by my last fix

10 years agoFixed a fatal error causing mediagoblin to crash when certain types of media
Natalie Foust-Pilcher [Thu, 12 Jun 2014 18:12:34 +0000 (14:12 -0400)]
Fixed a fatal error causing mediagoblin to crash when certain types of media
were uploaded

10 years agoAdding Loïc Le Ninan to the contributor list
Christopher Allan Webber [Wed, 11 Jun 2014 22:06:11 +0000 (17:06 -0500)]
Adding Loïc Le Ninan to the contributor list

10 years ago#303 : enhancement : add a command to delete users
Loïc Le Ninan [Sat, 7 Jun 2014 21:45:50 +0000 (23:45 +0200)]
#303 : enhancement : add a command to delete users

10 years agoPut block mediagoblin_sidebar back in user_pages/media.html. Fixes issue #906.
Rodrigo Rodrigues da Silva [Mon, 9 Jun 2014 17:40:21 +0000 (14:40 -0300)]
Put block mediagoblin_sidebar back in user_pages/media.html. Fixes issue #906.

10 years agoAdding comments in the migration explaining a bit what's going on.
Christopher Allan Webber [Wed, 11 Jun 2014 16:09:28 +0000 (11:09 -0500)]
Adding comments in the migration explaining a bit what's going on.

This commit sponsored by Philip Horger.  Thank you!

10 years agoExplicitly set the column names to "user" and "privilege"
Christopher Allan Webber [Wed, 11 Jun 2014 16:01:17 +0000 (11:01 -0500)]
Explicitly set the column names to "user" and "privilege"

10 years agoSwitch "user_id" to "privilege" and "privilege_id" to "user".
Christopher Allan Webber [Tue, 10 Jun 2014 23:02:34 +0000 (18:02 -0500)]
Switch "user_id" to "privilege" and "privilege_id" to "user".

This builds on the previous code Natalie wrote, but makes some changes:
 - More direct alterations for non-sqlite code
 - In both cases, I've made it so that we switched the field names from
   privilege_id and user_id to user and privilege respectively.  This
   way we can do the name swap, but in one case it's "easy": just
   changing the name.  (In the sqlite case it's still tricky though.)

10 years agoMerge remote-tracking branch 'refs/remotes/tilly-q/ticket-874' into mergetest
Christopher Allan Webber [Tue, 10 Jun 2014 21:48:45 +0000 (16:48 -0500)]
Merge remote-tracking branch 'refs/remotes/tilly-q/ticket-874' into mergetest

Conflicts:
mediagoblin/db/migrations.py

10 years agoAdding Rodrigo to AUTHORS
Christopher Allan Webber [Tue, 10 Jun 2014 16:51:12 +0000 (11:51 -0500)]
Adding Rodrigo to AUTHORS

10 years agoAdding a template hook to the dropdown header
Rodrigo Rodrigues da Silva [Thu, 5 Jun 2014 20:07:25 +0000 (17:07 -0300)]
Adding a template hook to the dropdown header

10 years agometadata here should really be stored_metadata.
Christopher Allan Webber [Fri, 6 Jun 2014 14:57:27 +0000 (09:57 -0500)]
metadata here should really be stored_metadata.

We went through all the difficulty of converting the tags and never
saved them!

Thanks to Boris Bobrov for pointing this out.

This commit also sponsored by William Kahn-Greene.  Thanks Will... for
everything! :)

10 years agopsql, not postgres, in configure.ac
Christopher Allan Webber [Thu, 5 Jun 2014 16:01:21 +0000 (11:01 -0500)]
psql, not postgres, in configure.ac

10 years agoFix a typo in babel.ini.
Berker Peksag [Fri, 9 May 2014 13:26:09 +0000 (16:26 +0300)]
Fix a typo in babel.ini.

10 years agoremoving zh and ja from RTL list. medicalwei reports they are not RTL languages.
Christopher Allan Webber [Mon, 2 Jun 2014 15:39:23 +0000 (10:39 -0500)]
removing zh and ja from RTL list.  medicalwei reports they are not RTL languages.

This commit sponsored by Philipp Edelmann.  Thanks!

10 years agogit submodule fetch -> git submodule update
Christopher Allan Webber [Mon, 2 Jun 2014 15:31:49 +0000 (10:31 -0500)]
git submodule fetch -> git submodule update

10 years agoAdded pyld to the mediagoblin dependencies because it is necessary with the new
tilly-Q [Thu, 29 May 2014 16:57:40 +0000 (12:57 -0400)]
Added pyld to the mediagoblin dependencies because it is necessary with the new
metadata functionality.

10 years agoMerge branch 'metadata'
tilly-Q [Wed, 14 May 2014 17:02:30 +0000 (13:02 -0400)]
Merge branch 'metadata'

10 years agoFixed a small error relating to the default value of media_metadata
tilly-Q [Wed, 14 May 2014 16:34:13 +0000 (12:34 -0400)]
Fixed a small error relating to the default value of media_metadata

10 years agoAdded some tests for metadata.
tilly-Q [Wed, 14 May 2014 16:16:03 +0000 (12:16 -0400)]
Added some tests for metadata.

10 years agoCleaned up the code a little bit
tilly-Q [Wed, 14 May 2014 16:03:58 +0000 (12:03 -0400)]
Cleaned up the code a little bit

10 years agoFixed small error in the edit.metadata javascript
tilly-Q [Wed, 14 May 2014 16:02:54 +0000 (12:02 -0400)]
Fixed small error in the edit.metadata javascript