aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/admin
Commit message (Collapse)AuthorAgeFilesLines
* Convert return HttpException to raise HttpExceptionSebastian Spaeth2012-12-231-3/+4
| | | | | | controllers (view function) raise HttpException's and do not return them. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Return code 403 when accessing admin pagesSebastian Spaeth2012-11-291-3/+4
| | | | | | | | without being an admin. Previously we were just returning a 404 page and this confused the heck out of me, as I did not understand why the admin pages were not there at all (I was no admin). Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Removed Routes dependency, added admin routesJoar Wandborg2012-10-201-4/+3
|
* Processing panel improvementsJoar Wandborg2012-07-113-0/+83
- Added admin processing panel - Minor fixes on the user processing panel template