index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
submit
Commit message (
Expand
)
Author
Age
Files
Lines
*
prepare_queue_task: Take app not request.
Elrond
2012-12-26
2
-5
/
+8
*
Processing: Factor out prepare_entry.
Elrond
2012-12-26
2
-25
/
+31
*
Factor out the actual calling of the processing.
Elrond
2012-12-26
2
-21
/
+26
*
upload refactor: push url handling
Elrond
2012-12-26
2
-26
/
+52
*
Remove mongo style .id = ObjectId()
Elrond
2012-12-24
1
-4
/
+0
*
Mongo removal: Remove the validate=True arg to obj.save()
Elrond
2012-12-24
1
-2
/
+2
*
Move things from routing.py to tools/routing.py
Elrond
2012-12-23
1
-1
/
+1
*
Move DBModel._id -> DBModel.id
Sebastian Spaeth
2012-12-21
1
-5
/
+5
*
Added rudimentary route "mounting" w/ werkzeug routes; fixed auth routes
Christopher Allan Webber
2012-10-14
1
-1
/
+1
*
Switched most stuff over from Routes
Joar Wandborg
2012-10-14
1
-7
/
+4
*
Replaced all request.POST with request.form, ...
Joar Wandborg
2012-09-29
1
-8
/
+8
*
Switch from webob.Request to werkzeug.wrappers.Request
Joar Wandborg
2012-09-29
1
-9
/
+9
*
Added basic collection functionality
Aaron Williamson
2012-09-18
3
-1
/
+58
*
Fix docstring typo.
Brett Smith
2012-07-08
1
-1
/
+1
*
Merge remote-tracking branch 'joar/audio+sniffing'
Joar Wandborg
2012-03-27
1
-7
/
+12
|
\
|
*
Changed media processing delegation to a 'sniffing' method
Joar Wandborg
2012-02-15
1
-3
/
+6
*
|
remove unused `mg.submit.security' module
Jakob Kramer
2012-03-23
2
-27
/
+1
*
|
Move celery task into own task.py
Elrond
2012-03-21
1
-1
/
+2
*
|
Allow .id instead of ._id for the Mongo backend
Elrond
2012-02-25
1
-1
/
+1
*
|
Use task_id in generating the queue file path
Elrond
2012-02-21
1
-9
/
+9
*
|
Drop pre-rendered html: MediaEntry.description_html
Elrond
2012-02-18
1
-3
/
+1
|
/
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
5
-5
/
+5
*
Nearly complete support for Tags
Elrond
2012-01-28
1
-1
/
+1
*
License "all rights reserved" default should be None/NULL, not empty string
Christopher Allan Webber
2012-01-21
1
-1
/
+1
*
Fix unit tests with new license support
Elrond
2012-01-21
2
-3
/
+2
*
Minor formatting and syntax fix.
Aaron Williamson
2012-01-18
2
-1
/
+2
*
Merge branch 'mediagoblin-upstream' into feature544_basic_license_data
Aaron Williamson
2012-01-18
1
-0
/
+28
|
\
|
*
Cleaned the code
Michele Azzolari
2012-01-17
1
-2
/
+4
|
*
We handle exceptions if PuSH fails
Michele Azzolari
2012-01-17
1
-4
/
+14
|
*
As per spec, we permit to have more then 1 hub
Michele Azzolari
2012-01-12
1
-5
/
+7
|
*
As suggested by Elrond, we use only one setting
Michele Azzolari
2012-01-12
1
-1
/
+1
|
*
Added PuSH capability
Michele Azzolari
2012-01-11
1
-0
/
+14
*
|
Merged changes with upstream
Aaron Williamson
2012-01-17
4
-85
/
+107
|
\
|
|
*
Add Markdown for submit page, edit page, profile edit page; thus fixing ticke...
Jef van Schendel
2012-01-04
1
-1
/
+4
|
*
Dot-Notation for MediaEntry.queued_media_file
Elrond
2012-01-04
1
-1
/
+1
|
*
Fixed submission error handling and broken tests
Joar Wandborg
2011-12-31
1
-3
/
+9
|
*
ASCII media type support & fix a bug in file submission error handling
Joar Wandborg
2011-12-31
1
-2
/
+6
|
*
Fix #715: On media submit page, "Separate" is misspelled
Jef van Schendel
2011-12-30
1
-1
/
+1
|
*
Dot-Notation for MediaEntry.media_type
Elrond
2011-12-05
1
-1
/
+1
|
*
Dot-Notation for MediaEntry.description(_html)
Elrond
2011-12-05
1
-3
/
+3
|
*
Dot-Notation for MediaEntry.title
Elrond
2011-12-05
1
-1
/
+1
|
*
Dot-Notation for MediaEntry.uploader
Elrond
2011-12-05
1
-1
/
+1
|
*
Dot-Notation for Users.username
Elrond
2011-12-05
1
-1
/
+1
|
*
Merge remote branch 'remotes/manolinux/683_text_separate_tags_by_commas_and_s...
Elrond
2011-11-27
1
-1
/
+1
|
|
\
|
|
*
Fix the text "Seperate tags by commas and spaces" since spaces are not used t...
Manuel Urbano Santos
2011-11-27
1
-1
/
+1
|
*
|
Fixes after merging video into master - part 2
Joar Wandborg
2011-11-21
1
-66
/
+69
|
*
|
Fixes after merging video branch into master
Joar Wandborg
2011-11-21
1
-2
/
+5
|
*
|
Merge branch 'video_gstreamer-only'
Joar Wandborg
2011-11-21
1
-8
/
+9
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Multimedia support - Commiting from a not yet finished state - Details below
Joar Wandborg
2011-09-23
1
-6
/
+7
|
*
|
Fix for bug #467, "Add explanatory copy to add/edit picture pages saying that...
Jef van Schendel
2011-11-20
1
-1
/
+3
[next]