aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/config_spec.ini
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Fix bug 629pythonsnake2013-02-101-0/+3
| | | |
| * | | correct typo in a comment in config_spec.iniAleksej2013-02-101-1/+1
| |/ /
| * | Removing unused geolocation_map_visible variable and turning geolocation on ↵Christopher Allan Webber2013-01-301-1/+0
| | | | | | | | | | | | in default config
| * | Changed sampling filter default to AAJoar Wandborg2013-01-221-2/+2
| | |
| * | Made the image sampling filter configurableJoar Wandborg2013-01-221-0/+4
| | | | | | | | | | | | - Changed the default to BICUBIC instead of previous ANTIALIAS
* | | Added option to skip transcodingJoar Wandborg2013-01-221-0/+6
|/ / | | | | | | | | - If the video input matches the configurable rules, just copy it to the output without transcoding it.
* / Kill db_host, db_name, and db_port from config_spec.ini.Elrond2013-01-131-3/+0
|/ | | | The last bits of mongo. Let me remove them.
* Make the theme_linked_assets_dir config option point to the right place by ↵Christopher Allan Webber2012-07-141-1/+1
| | | | | | default Should be in user_dev...
* Serve and setup the mediagoblin "linked theme" assets directoryChristopher Allan Webber2012-07-141-0/+1
|
* Add the theme domain to the application's staticdirectorChristopher Allan Webber2012-07-141-0/+1
|
* Themes are now registered and can have their templates loaded properlyChristopher Allan Webber2012-07-141-0/+5
|
* added support for original audio download; renameJakob Kramer2012-05-201-0/+1
| | | | Renamed `ogg' to `webm_audio' in core__file_keynames
* Switching BROKER_HOST to sqlite:// instead of sqlalchemy+sqlite://Christopher Allan Webber2012-04-221-1/+1
| | | | | | | | | | | | Okay, so if you run git master of kombu, this works. And if you run the older kombu + kombu-sqlalchemy, this also worked. In the last release of kombu (2.1.5) there's a bug, and sqlalchemy+sqlite:// worked for processes consuming tasks but not ones publishing tasks. Aye aye aye. I guess we might have to move our setup.py back to the old kombu + kombu-sqlalchemy setup until they put out a new kombu release? :(
* Remove kombu-sqlalchemy and use database string in modern kombu-proper formatChristopher Allan Webber2012-04-211-1/+1
| | | | | | | | | | Previously we were using kombu-sqlalchemy the library for sqlalchemy support. Newer kombu has support for this internally, so we're using that. Requires changing a celery setting and also removing kombu-sqlalchemy from your path. I hope the process of removing kombu-sqlalchemy from one's path doesn't confuse too many people...!
* Media processing, transcoding, display fixesJoar Wandborg2012-04-091-0/+12
| | | | | | | | | | | | | | | | | | - Added configurable options - Video - vp8_quality - vp8_threads - vorbis_quality - Audio - spectrogram_fft_size - ASCII - thumbnail_font - Cleaned up ascii.asciitoimage - Cleaned up video.transcoders - Changed default video quality settings to better quality - Changed default audio spectrogram solution to the double. - Added a hacky notice for Firefox users instead of the broken range input.
* Merge remote-tracking branch 'joar/audio+sniffing'Joar Wandborg2012-03-271-1/+18
|\ | | | | | | | | | | | | | | Conflicts: mediagoblin/media_types/image/processing.py mediagoblin/media_types/video/__init__.py mediagoblin/media_types/video/processing.py mediagoblin/tests/test_submission.py
| * Removed diaper patterns from audio/video sniffers, video preload set to ↵Joar Wandborg2012-03-071-0/+5
| | | | | | | | | | | | | | | | 'metadata' * mediagoblin.processing THUMB_/MEDIUM_ constants are now based on the ini settings * Removed diaper patterns from audio and video sniffing * Changed HTML5 video preload to 'metadata'
| * Audio thumbnailing & spectrograms, media plugins use sniffingJoar Wandborg2012-02-281-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added extlib/freesound/audioprocessing.py * config_spec * Added create_spectrogram setting * Added media:medium and media:thumb max_{width,height} settings * Added sniffing logic to - audio.processing:sniff_handler - video.processing:sniff_handler * Changed audio.processing:sniff_handler logic * Added audio thumbnailing functionality to audio.processing (works only with create_spectrogram enabled) * Refractored contexts in audio.processing * Added audio.transcoders:AudioThumbnailer Used for creating spectrograms and spectrogram thumbnails - Wadsworth's Constant, we meet again :) * audio.transcoders:AudioTranscoder - Added mux_string kwarg - Delete self.pipeline on self.halt() * Changed str.format formatting in image.processing:sniff_handler Had {1} without an {0}, changed to {0} * Refractored VideoTranscoder to use transcode() for transcoding instead of __init__() * Added discover() method to video.transcoders:VideoTranscoder * Added spectrogram display to media_displays/audio.html * Updated test_submission to reflect changes in media plugin delegation
| * Audio media handler, media sniffing, video fixesJoar Wandborg2012-02-141-2/+5
| | | | | | | | | | | | | | * Added audio processing code * Added audio display template * Added audio configuration setting * Changed video docstring
* | Provide a source link so we can comply with the AGPLChristopher Allan Webber2012-03-141-0/+3
| |
* | Changed celery config keys to upper case and removed upper casing of keys ↵Luke Slater2012-02-281-40/+40
| | | | | | | | when initialising the config as per issue #214
* | "database" is not the sqlalchemy kombu transport... should be "sqlalchemy"Christopher Allan Webber2012-02-261-1/+1
| |
* | Move mediagoblin dbs out of user_dev for race condition directory-creation ↵Christopher Allan Webber2012-02-261-2/+2
| | | | | | | | reasons.
* | Give kombu its own db. Responding to Elrond "sqlite will lock all the time!" :)Christopher Allan Webber2012-02-261-1/+1
| |
* | Apparently an absolute path is three slashes after sqlite:. Thx elrond.Christopher Allan Webber2012-02-261-2/+2
| | | | | | | | sqlite:///////////////////////////////////whaaaaaa.db
* | Should be all that's needed to switch celery/kombu settings to sqlalchemyChristopher Allan Webber2012-02-251-0/+8
| |
* | Start having useful defaults for SQLElrond2012-02-181-0/+1
|/ | | | | | | | | | Mostly this means: Havintg a config_spec.ini that has a local (relative to mediagoblin.ini) sqlite db with the name "mediagoblin.db". Also: - Add to .gitignore - Add a notice to mediagoblin.ini about the db
* Added exif_visisble and geolocation_map_visible to config_specJoar Wandborg2012-01-251-0/+3
|
* As per spec, we permit to have more then 1 hubMichele Azzolari2012-01-121-1/+1
|
* As suggested by Elrond, we use only one settingMichele Azzolari2012-01-121-1/+0
|
* Default is now PuSH disabledMichele Azzolari2012-01-111-2/+2
|
* Added PuSH capabilityMichele Azzolari2012-01-111-0/+3
|
* Allow administrators to disable keeping the original. That's the new default!Christopher Allan Webber2011-12-121-0/+5
|
* Merge remote branch 'remotes/manolinux/671_spaces_in_tag_list_edit'Elrond2011-12-031-1/+0
|\ | | | | | | | | | | * remotes/manolinux/671_spaces_in_tag_list_edit: * Feature #678: Drop custom delimiters in tags * Eliminate the definition of the tag delimiter for tests. * Remove a test that was related to custom tags delimiter. * Bug #671: Tags list on Edit page is not seperated by spaces and hard to read * Modify a test to include this space. * Bug #671: Tags list on Edit page is not seperated by spaces and hard to read : Make 'media_tags_as_string' function put a space after each comma. * Feature #678: Drop custom delimiters in tags : I declare a constant in the begining of text.py file.
| * * Bug #671: Tags list on Edit page is not seperated by spaces and hard to ↵Manuel Urbano Santos2011-11-271-1/+0
| | | | | | | | | | | | read : Make 'media_tags_as_string' function put a space after each comma. * Feature #678: Drop custom delimiters in tags : I declare a constant in the begining of text.py file.
* | Remove old enable_video config optionChristopher Allan Webber2011-11-251-2/+0
| |
* | Load multiple media types based on the media_types section of the config fileChristopher Allan Webber2011-11-251-2/+3
| |
* | Video support is disabled by default, set enable_video to true to enableJoar Wandborg2011-11-221-0/+3
|/
* Merge remote branch 'remotes/inconexo/613_custom_title'Christopher Allan Webber2011-11-191-0/+3
|\
| * Allow instance owners to customize html titles of page:Pablo J. Urbano Santos2011-11-191-0/+3
| | | | | | | | | | Added html_title config option. Made base.html template use html_title option as page title.
* | Allow user to set whether comments are ascending or descendingChristopher Allan Webber2011-11-191-0/+3
|/
* Some mostly cosmetic changes to CSRFElrond2011-10-141-1/+1
| | | | | | | | | | | | | | | | | * remove max_age - A session cookie is better, because it's a session thing, really. * Call the cookie mediagoblin_csrftoken, much clearer. * Use the SCRIPT_NAME for the path of the cookie, so that the cookie is sent back to the right place only. Alternatively the path= parameter could be removed, so that it defaults to '/'. * call the randomness function only once, instead of twice. 64 bits should be enough. If really more bits are needed, increase the number. * Just give the number as cookie. No point in md5 and hexdigest in my view (those functions just make another representation). * getrandbits gets a bit count directly, simpler API
* #361: Removing additional secret key, per CW's request.Nathan Yergler2011-10-011-1/+0
|
* Merge remote-tracking branch 'refs/remotes/upstream/master' into ↵Nathan Yergler2011-10-011-0/+8
|\ | | | | | | | | | | | | 569-application-middleware Conflicts: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html
| * Feature #587 - Split storage.py into submodulesJoar Wandborg2011-09-121-0/+2
| | | | | | | | | | | | | | | | | | * Removed storage.py * Created submodules for filestorage, cloudfiles, mountstorage * Changed test_storage to reflect the changes made in the storage module structure * Added mediagoblin.storage.filestorage.BasicFileStorage as a default for both publicstore and queuestore's `storage_class`
| * Merge branch 'i507_beaker_cache'Christopher Allan Webber2011-09-051-0/+6
| |\
| | * Basic beaker caching functionality added to the application.Christopher Allan Webber2011-08-231-0/+6
| | |
* | | Issue 361 Initial implementation of CSRF protection middlewareNathan Yergler2011-09-041-0/+3
|/ /
* | Merge remote branch 'remotes/jwandborg/configure_smtp'Christopher Allan Webber2011-08-271-0/+4
|\ \ | |/ |/|
| * Feature #489 - SMTP configuration options - Acts on feedback from cwebber.Joar Wandborg2011-08-251-1/+1
| | | | | | | | http://bugs.foocorp.net/issues/489#note-2