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
/
decorators.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace media.get_uploader()._id by media.uploader
Elrond
2011-12-24
1
-3
/
+3
*
Dot-Notation for Users.is_admin
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.username
Elrond
2011-12-05
1
-1
/
+1
*
Update the delete item to use the _id after all... it's the safest way.
Christopher Allan Webber
2011-12-05
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/lorochka85/bug852_use_media_slug_instea...
Christopher Allan Webber
2011-12-04
1
-2
/
+1
|
\
|
*
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
lora
2011-11-19
1
-5
/
+5
|
|
\
|
*
|
issue 582: use media.slug instead of media.id
lora
2011-11-19
1
-2
/
+1
*
|
|
Rename MediaEntry.uploader() to .get_uploader()
Elrond
2011-11-22
1
-1
/
+1
|
|
/
|
/
|
*
|
Dot-Notation for "_id"
Elrond
2011-11-15
1
-3
/
+3
*
|
Merge remote-tracking branch 'remotes/nyergler/pep8-ification'
Christopher Allan Webber
2011-11-13
1
-1
/
+1
|
\
\
|
*
|
Whitespace and formatting cleanup.
Nathan Yergler
2011-10-01
1
-1
/
+1
*
|
|
i592: Use full path in various places
Elrond
2011-10-03
1
-1
/
+1
|
|
/
|
/
|
*
|
Finished splitting util.py into separate files.
Aaron Williamson
2011-10-01
1
-1
/
+1
|
/
*
508. Updates copyright/license information
Will Kahn-Greene
2011-09-01
1
-1
/
+1
*
Also allow admins to delete other users' media.
Christopher Allan Webber
2011-08-30
1
-15
/
+6
*
Feature #403 - Ability to delete media entries - Fixes according to feedback
Joar Wandborg
2011-08-30
1
-0
/
+26
*
Use render_404 EVERYWHERE!
Christopher Allan Webber
2011-08-20
1
-8
/
+8
*
require_active_login now redirect's to user's homepage if not email verified
Christopher Allan Webber
2011-07-29
1
-2
/
+3
*
Move InvalidId to db.util
Elrond
2011-06-20
1
-2
/
+1
*
Create redirect shortcut and use it around
Elrond
2011-06-05
1
-3
/
+3
*
Merge remote branch 'upstream/master'
Elrond
2011-06-02
1
-3
/
+6
|
\
|
*
Just adjusting some spacing so we don't go over 80 chars
Christopher Allan Webber
2011-05-31
1
-2
/
+4
|
*
Fixed bug where someone who wasn't logged in was asked to verify
Aleksandar Micovic
2011-05-31
1
-4
/
+5
|
*
Added a temporary verification page informing the user they need
Aleksandar Micovic
2011-05-30
1
-1
/
+1
*
|
Starting "edit" functionality.
Elrond
2011-05-26
1
-0
/
+20
|
/
*
Update all the views so that they use the uploader reference instead
Christopher Allan Webber
2011-05-22
1
-2
/
+2
*
Make sure that a MediaEntry does belong to this appropriate user in
Christopher Allan Webber
2011-05-20
1
-5
/
+17
*
Cosmetic changes: removed an unused import, stripped some trailing whitespace.
Christopher Allan Webber
2011-05-20
1
-1
/
+1
*
MediaEntry slugs usable in URLs, & decorator that grabs media from the request
Christopher Allan Webber
2011-05-20
1
-0
/
+26
*
Adjusting spacing a little bit
Christopher Allan Webber
2011-05-20
1
-1
/
+1
*
pass in page number in uses_pagination view via keyword argument so ordering ...
Christopher Allan Webber
2011-05-20
1
-1
/
+1
*
Reorganizing the uses_pagination decorator a little and having it pass
Christopher Allan Webber
2011-05-19
1
-4
/
+2
*
moved check for correct page values into decorator for view function
Bernhard Keller
2011-05-19
1
-0
/
+19
*
we should check for request.user['status'] not request.user['session'], clearly.
Christopher Allan Webber
2011-04-23
1
-1
/
+1
*
Provide a next= url when we require logging in
Christopher Allan Webber
2011-04-23
1
-1
/
+3
*
New requires_active_login decorator!
Christopher Allan Webber
2011-04-19
1
-0
/
+44