aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Also set login_failed in case of form errorsSebastian Spaeth2013-01-211-11/+12
* | | Restructure ForgotPassword viewSebastian Spaeth2013-01-213-79/+103
* | | Normalize the email address in the same way in all placesSebastian Spaeth2013-01-211-0/+13
* | | Merge remote-tracking branch 'refs/remotes/spaetz/436_celery_push'Christopher Allan Webber2013-01-204-45/+65
|\ \ \
| * | | Don't pass request into run_process_mediaSebastian Spaeth2013-01-154-7/+18
| * | | Make PuSHing the Pubhubsubbub server an async task (#436, #585)Sebastian Spaeth2013-01-154-45/+54
* | | | Sanitize slug input on media editSebastian Spaeth2013-01-181-7/+6
* | | | Add (failing) test for editing the slug.Elrond2013-01-181-1/+7
* | | | Enable foreign key checking on sqlite.Elrond2013-01-181-1/+12
* | | | Turn comment list into a real <ul>.Elrond2013-01-181-8/+11
* | | | Add some simple collection test.Elrond2013-01-182-1/+59
* | | | Rename get_test_app to get_app.Elrond2013-01-1812-32/+32
* | | | Remove useless spaces in comment stuff.Elrond2013-01-171-4/+4
* | | | Translate account deletion.Elrond2013-01-172-4/+10
* | | | Fix linking to comments.Elrond2013-01-172-3/+4
* | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2013-01-175-6/+12
|\ \ \ \
| * | | | Return to media collection page if no collection selectedSebastian Spaeth2013-01-171-0/+4
| * | | | Move workbench into tools directory.Elrond2013-01-173-2/+2
| * | | | Remove DEFAULT_WORKBENCH_DIR.Elrond2013-01-171-4/+0
| | |/ / | |/| |
| * | | Add "Browse collections" link to profile pagesJef van Schendel2013-01-171-0/+6
* | | | Merge remote-tracking branch 'refs/remotes/spaetz/565_workbench_cleanup'Christopher Allan Webber2013-01-171-41/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Do not read complete videos in RAM (#419)Sebastian Spaeth2013-01-161-41/+21
* | | | adding back dropdown.js now that we have, well, a dropdown again :)Christopher Allan Webber2013-01-171-0/+3
* | | | Merge remote-tracking branch 'refs/remotes/origin/533-new-dropdown'Christopher Allan Webber2013-01-174-47/+80
|\ \ \ \
| * | | | CSS edits to dropdown menu; added log out button for unverified usersJef van Schendel2013-01-172-13/+10
| * | | | Add header_dropdown.jsJef van Schendel2012-12-041-0/+27
| * | | | Edit header styling (add border-bottom, remove background-color); add margin ...Jef van Schendel2012-12-041-2/+5
| * | | | Fix header width again: this is a better approachJef van Schendel2012-12-021-2/+2
| * | | | Fix header width issue on small screensJef van Schendel2012-12-021-0/+1
| * | | | Fix small user errorJef van Schendel2012-12-021-1/+1
| * | | | Give elements proper, more descriptive class namesJef van Schendel2012-12-021-3/+3
| * | | | Several edits to header dropdown:Jef van Schendel2012-12-021-8/+6
| * | | | First commit to add header dropdownJef van Schendel2012-12-023-28/+34
* | | | | Merge commit '9408938' from 565_workbench_cleanup (spaetz)Christopher Allan Webber2013-01-178-43/+96
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Add @get_workbench testSebastian Spaeth2013-01-161-2/+19
| * | | | Shorten Workbench(Manager) method namesSebastian Spaeth2013-01-163-11/+12
| * | | | Switch over media processor to use the get_workbench decorator (#565)Sebastian Spaeth2013-01-165-29/+37
| * | | | Implement @get_workbench decoratorSebastian Spaeth2013-01-161-0/+12
| * | | | Make Workbench() a context managerSebastian Spaeth2013-01-161-4/+19
* | | | | Change position of "Delete account" link, put it below the formJef van Schendel2013-01-172-6/+10
* | | | | Better "delete my account" placementSebastian Spaeth2013-01-171-1/+6
* | | | | Introduce user_deletion test.Sebastian Spaeth2013-01-171-0/+18
* | | | | Allowing to delete a user account (#302)Sebastian Spaeth2013-01-174-0/+77
* | | | | import db.sql.util -> db.utilSebastian Spaeth2013-01-171-1/+1
* | | | | Merge branch '540_User_delete_deletes_related_entries'Sebastian Spaeth2013-01-172-21/+69
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Implement User.delete() (#540)Sebastian Spaeth2013-01-171-1/+22
| * | | | Implement Collection.delete()Sebastian Spaeth2013-01-171-1/+10
| * | | | Implement MediaEntry().delete() (#540)Sebastian Spaeth2013-01-172-19/+37
| | |_|/ | |/| |
* | | | Make the workbench destroy itself for video processing also.Christopher Allan Webber2013-01-161-0/+3
* | | | Merge remote-tracking branch 'refs/remotes/spaetz/561_use_workbench_not_tempf...Christopher Allan Webber2013-01-162-8/+10
|\ \ \ \