summaryrefslogtreecommitdiff
path: root/app.py
AgeCommit message (Collapse)Author
2024-04-29started integrating the database into the programJannick
2024-04-29Created databaseJannick
2024-04-26localhost ssl stuffJannick
2024-04-26Add form validation on join pageJannick
2024-04-26add database plugin bottleJannick
2024-04-26Merge branch 'main' of github.com:linnnus/blind-guildJannick
2024-04-26dotenvJannick
2024-04-24Add self-signed certificatesLinnnus
2024-04-10Created the foundation for OAuth2 authentication with battle.net. alsoJannick
added a log in button.
2024-04-01Add join form HTMLLinnnus
2024-03-31Move styles and images into subfolderLinnnus
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.
2024-03-31Use proper BEM conventionLinnnus
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/
2024-03-27Run server in debug modeLinnnus
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.
2024-03-20Add global CSSLinnnus
2024-03-20Add templating engine and index pageLinnnus
2024-03-20Initial commitLinnnus