| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
|
|
|
| |
Turn .save() excpetions into a HTTPConflict. Not nice, but
at least the user gets the error. Until there is a proper
way to validate things and get nice errors.
Move may_edit_media() to lib.py, as it's not a view.
|
|
|
|
|
| |
To make moving the whole thing under /u/ easier, prepare to
pass in the {user} needed for that.
|
|
|
|
|
| |
You need to own the media, or be an admin to use the edit form.
As simple as that, for now.
|
|
|
|
|
|
| |
Currently no checks. Probably not so good.
And especially, every logged in user currently can edit the
data for any other user's media.
|
|
This adds a link to the "edit" form, the form, the view for
displaying the form and that's about it.
|