Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
A broken statement was introduced in 2bf130581b763819672551c138cc70119005ef93.
This patch properly initializes the database and prevents SQL injection
attacks.
|
|
This commit splits the user flow when sending in an application to join
the guild into three staged:
1. Intro text
2. HTML form
3. Form submission feedback (aka. "yay it went through")
|
|
We've switched the backing server a few times:
At 45a7c91fbef2e9c2c0c6821edb06bae75077b50c Linnnus added gunicorn
because it supported SSL certificates, unlike the default server.
At 0cb2a367968ea0bc45739da5c88fd7b88ca281a7 Jannick switched to
cherrypy. I'm not sure why.
At 22d80f90b6b60b6a40a30b772716b950239b539b Jannick switched to switched
to Waitress, which worked on Windows (unlike gunicorn) but doesn't
support SSL.
Now, I'm switching to gevent which supports SSL and (apparently)
windows. Hopefully we won't have to switch again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added a log in button.
|
|
|
|
See the updates to the README for a description of the new layout.
Note that the /static/ prefix has also been removed from URLs. It felt
kind of like we were leaking implementation details. The fact that these
files are staic doesn't concern the consumer of the service.
|
|
After reading up on BEM [1] and specifically how to handle deeply nested
child elements [2] I made the changes in this patch.
[1]: https://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/
[2]: https://scalablecss.com/bem-nesting-grandchild-elements/
|
|
This commit enables various debug features in the Bottle framework which
are useful for development.
This commit should be reverted before production deployment. Doing
otherwise poses a security threat.
|
|
|
|
|
|
|