Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Added *very preliminary* support for webfinger | Joar Wandborg | 2011-12-15 | 1 | -0/+4 |
| | |||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Get this confirm_routing import out of here.. it doesn't exist! :) | Joar Wandborg | 2011-09-01 | 1 | -1/+0 |
| | |||||
* | Feature #403 - Ability to delete media entries - Fixes according to feedback | Joar Wandborg | 2011-08-30 | 1 | -1/+0 |
| | | | | | | | | | | * Moved `mediagoblin.confirm` stuff to `mediagoblin.user_pages`, templates too. * Removed route extension for `mediagoblin.confirm` * Created `delete_media_files` which deletes all media files on the public_store when the entry is deleted * Created a new decorator to check if a user has the permission to delete an entry. | ||||
* | + 'confirm' section for confirmation dialogues | Mark Holmquist | 2011-08-22 | 1 | -0/+2 |
| | | | | | + implemented delete functionality * fixed several instances of 'must be an instance of unicode, not str' | ||||
* | Added tag listing views. | Christopher Allan Webber | 2011-07-31 | 1 | -0/+3 |
| | | | | Also added routing, added templates, etc. | ||||
* | Starting "edit" functionality. | Elrond | 2011-05-26 | 1 | -0/+2 |
| | | | | | This adds a link to the "edit" form, the form, the view for displaying the form and that's about it. | ||||
* | Implement simple media detail page | Sebastian Spaeth | 2011-05-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | This patch creates a "homepage" for each media. The URL is /u/<username>/m/<objID>. On it we display the media and some details. It is ugly and lacking some stuff but it works. The only thing left to do is to throw an 404 error if the <username> and the media uploader don't correspond. - Also create a user "home page" while at it. It is merely a place holder for now though. - Link from the entries on the homepage, to the media pages, so we actually find them. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | Start of the submit view, but not much there quite yet. | Christopher Allan Webber | 2011-04-19 | 1 | -3/+2 |
| | |||||
* | Changes Mediagoblin -> MediaGoblin. | Will Kahn-Greene | 2011-04-13 | 1 | -1/+1 |
| | |||||
* | Herp derp GPL notice blocks should even be on routing. | Christopher Allan Webber | 2011-04-03 | 1 | -2/+0 |
| | |||||
* | Registering almost works right :) | Christopher Allan Webber | 2011-04-03 | 1 | -0/+7 |
| | |||||
* | Added copyright notices | Matt Lee | 2011-03-27 | 1 | -0/+16 |
| | |||||
* | A few adustments to the routing and etc | Christopher Allan Webber | 2010-07-18 | 1 | -4/+11 |
| | |||||
* | Initial mediagoblin structure | Christopher Allan Webber | 2010-07-17 | 1 | -0/+7 |