| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes #5329.
|
|
|
|
|
|
|
| |
WTForms documentation:
> The TextField alias for StringField is deprecated.
Signed-off-by: Berker Peksag <berker.peksag@gmail.com>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Before uploaded media files were checked by extension. This led to
situations when a plugin can support file with specific extension but
doesn't due to lack of codecs, for example. Since the plugin reported
that it supports uploaded file type, the upload was being declared
successful, but transcoding failed.
The failures were not easy to debug.
The change adds a new hook that could allow two-step checking of the
content. The result of the hook execution returns a tuple with
media type name, manager and a callable sniffer, that can be used to
perform probably expensive checks of the content.
Also the change adds implementation of the hook for video.
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This helper was originally added as a "polyfill"
(backward-compatibility shim) for Firefox version 23 and older, so
that <input type="range"> that audio.js uses could render nicely in
those versions of Firefox.
Chromium did not need this shim, and Firefox 23 (released on Aug 6,
2013) added support for this. Therefore, let us remove this
dependency. By current metrics at caniuse.com
<http://caniuse.com/#feat=input-range>, 88.14% of web users support
this attribute. Opera Mini and old versions of Internet Explorer (6-8)
are the only holdouts.
Note also that the html5slider.js is uninterested in adding this to
the npm package manager (or any package manager) repository
<https://github.com/fryn/html5slider/issues/5>, meaning that keeping
it in the mediagoblin extlib section would mean manual
maintenance/updating by the GNU MediaGoblin team.
This commit also removes GMG's use of the shim.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add Location model which holds textual, geolocation coordiantes
or postal addresses. This migrates data off Image model metadata
onto the general Location model. It also adds the ability for location
to be set on MediaEntry, User, MediaComment and Collection models.
The geolocation plugin has been updated so that the location can be displayed
in more general places rather than explicitely on the MediaEntry view.
If GPS coordiantes are set for the User the profile page will also have the
OSM provided by the geolocation plugin.
|
| | |
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Has some issues, will iteratively fix!
Conflicts:
mediagoblin/gmg_commands/__init__.py
mediagoblin/gmg_commands/deletemedia.py
mediagoblin/gmg_commands/users.py
mediagoblin/oauth/views.py
mediagoblin/plugins/api/views.py
mediagoblin/tests/test_api.py
mediagoblin/tests/test_edit.py
mediagoblin/tests/test_oauth1.py
mediagoblin/tests/test_util.py
mediagoblin/tools/mail.py
mediagoblin/webfinger/views.py
setup.py
|
| |
| |
| |
| | |
This commit sponsored by Vinzenz Vietzke. Thank you!
|
| |
| |
| |
| | |
media.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Replaced Required with InputRequired.
|
| | |
|
| |
| |
| |
| | |
were uploaded
|
| |\ |
|
| | |\
| | | |
| | | |
| | | |
| | | | |
Conflicts:
mediagoblin/gmg_commands/__init__.py
|
| | | |
| | | |
| | | |
| | | | |
removed all traces of it from core.
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
into metadata
Conflicts:
mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html
|
| | |/ / |
|
| | | |
| | | |
| | | |
| | | | |
link if they have the featurer privilege
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
archivalook plugin
|
| | | |
| | | |
| | | |
| | | | |
those that have the appropriate privilege. Added a readme.
|
| | |/
| |/|
| | |
| | | |
https://gitorious.org/npigeons-mediagoblin/archivalook/source/6dbd68dab85650792456b8e24bbbd36a323c2018:
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
I will be switch to use ``from __future__ import unicode_literals`` later.
|
| | | |
|
|/ / |
|
|/
|
|
|
|
| |
- Fix code highlighting
- Wrap all lines to 80 chars
- Add more markup (eg. Response() to ``Response()``)
|
| |
|
|
|
|
| |
This commit sponsored by Zakkai Kauffman-Rogoff. Thanks! :)
|
|
|
|
| |
This commit sponsored by Roberto Capone. Thanks!
|
|
|
|
|
|
| |
This also adds upload limit checks to the piwigo plugin!
This commit sponsored by Sam Black. Thank you!
|
|
|
|
| |
This commit sponsored by Nick Adams! Thank you!
|
|
|
|
| |
This commit sponsored by Derek Holdaway. Thanks!
|
|\
| |
| |
| |
| |
| | |
Conflicts:
docs/source/index.rst
mediagoblin/templates/mediagoblin/auth/login.html
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
- added the ability to get the user's email from the ldap server upon registration
|
| |
| |
| |
| |
| | |
- added an option to connect with TLS
- unbind after when done
|