aboutsummaryrefslogtreecommitdiffstats
path: root/urls.py
AgeCommit message (Collapse)Author
2013-03-27Fix CSRF validation errors in password reset formsPaul Eggleton
Thanks to Michael Halstead <michael@yoctoproject.org> for this fix. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-03-08Redirects unknown URLs to the default applicationAlexandru DAMIAN
It's bad form to show the user a Page Not Found on the first site open, so we redirect to the default application. Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
2013-03-06Add catchall 404 URL if nothing else matchesPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-28Add CAPTCHA to submission formPaul Eggleton
This should prevent spamming even though this is less likely with this kind of site. The CAPTCHA does not show when editing, only submitting, and is also not shown for authenticated users. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-13Initial commit of layerindex-webPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>