Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Attempt to fix dropdown positioning | 2018-06-02 | -1/+1 | |
| | ||||
* | Update privacy policy and related migrations | 2018-05-31 | -48/+17 | |
| | | | | | * Don't collect DOB anymore, and remove it from database * Make doubly-sure all emails are gone because I'm paranoid and "update" doesn't do what it sounds like | |||
* | Add FAQ about LPTHW | 2018-05-30 | -0/+23 | |
| | ||||
* | [FAQ] Address Nix's input | 2018-05-29 | -3/+4 | |
| | ||||
* | WS objects now keep track of their connections | 2018-05-29 | -1/+0 | |
| | ||||
* | Address input given in contrib channel, and add FAQ | 2018-05-29 | -3/+236 | |
| | ||||
* | Revision of the rules, and a channels page | 2018-05-22 | -8/+15 | |
| | ||||
* | Revision of the rules, and a channels page | 2018-05-22 | -44/+283 | |
| | ||||
* | UIKit is pushy. | 2018-05-21 | -2/+2 | |
| | ||||
* | [Jams] Fix up textarea formatting | 2018-05-21 | -2/+2 | |
| | ||||
* | Privacy/Usability updates (#75) | 2018-05-20 | -79/+323 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use less intrusive oauth scopes, add login redirect method * Remove debugging prints, add missing __init__ * Work towards new privacy policy * Fix judging state icons on code jam management page * Jammer profile retraction and punishments based on jam status * Linting * [Jams] Deny profile saving for users < 13 years, and finish removal page * Fix tests * Clean up and address Volcyy's review * Add proper login redirection to require_roles decorator * Fix template is_staff() and add staff link to navigation * Address lemon's review * Linting * Privacy page formatting * Privacy page formatting | |||
* | [Jams] Redirect user back to form from profile page | 2018-05-20 | -1/+5 | |
| | ||||
* | [Jams] Form inputs should be a flex column | 2018-05-19 | -1/+1 | |
| | ||||
* | Don't escape form preamble | 2018-05-19 | -1/+1 | |
| | ||||
* | Form preamble, jam creation fixes | 2018-05-19 | -0/+4 | |
| | ||||
* | [Jams] Basics may now be edited at any point | 2018-05-19 | -0/+6 | |
| | ||||
* | Fix various page titles | 2018-05-19 | -10/+10 | |
| | ||||
* | Update nav/privacy policy | 2018-05-19 | -2/+18 | |
| | ||||
* | Jammer profiles | 2018-05-19 | -0/+106 | |
| | ||||
* | Fix infractions setup | 2018-05-19 | -3/+3 | |
| | ||||
* | [Jams] Signups code is more or less done, just a few things left | 2018-05-19 | -22/+453 | |
| | ||||
* | [Jams] Some amount of public display, but links not ready yet | 2018-05-19 | -52/+70 | |
| | ||||
* | Added SVG file and edited navbar accordingly (#72) | 2018-05-18 | -1/+1 | |
| | ||||
* | [Jams] Huge amount of work on code jam admin area | 2018-05-18 | -1/+2 | |
| | ||||
* | Remove WIP header and highlight wiki in nav when selected | 2018-05-17 | -19/+24 | |
| | | | | Also fix highlighting in collapsed nav | |||
* | [Jams] More restructuring | 2018-05-17 | -87/+97 | |
| | ||||
* | Restructure code jams page layout | 2018-05-17 | -17/+59 | |
| | ||||
* | Commas are hard | 2018-05-15 | -2/+2 | |
| | ||||
* | Second draft of privacy page | 2018-05-15 | -13/+86 | |
| | ||||
* | First draft of privacy page | 2018-05-15 | -0/+58 | |
| | ||||
* | Add snowflake index on oauth_data and use it for deletions | 2018-05-15 | -5/+11 | |
| | | | | We were using id previously, but that was no longer the correct key | |||
* | Small code jam page fixes | 2018-05-08 | -23/+40 | |
| | ||||
* | Update the code jams info page | 2018-05-07 | -9/+10 | |
| | ||||
* | Use Discord embed image for index page button | 2018-05-05 | -2/+2 | |
| | ||||
* | Minor adjustments to payment icon alignment and margins (#60) | 2018-04-27 | -8/+15 | |
| | ||||
* | Make the nickname policy official | 2018-04-24 | -1/+29 | |
| | ||||
* | Added an About category with Partners view (#1pv7h) (#50) | 2018-04-14 | -10/+95 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Partners view, and Navbar item * Moved info/rules to about/rules and fixed references * Added Partner images, and populated the partners page * Fixed responsiveness on smaller displays Added like 2 characters to the column tag, to enable stacking of columns if the display width is lower than 960 pixels. * Fixed indentation * Updated Code Monkeys Banner Added the shiny new CM Banner, and rearranged the partner cards. * Fixed newlines at end of HTML files * Partners page updated to generate from JSON file • The templates/main/about/partners.html file now uses the static/partners.json file to generate the Partner cards. • Flexboxes are nice. * Rearranged containers on Partners page I have no idea how flexboxes work :DDD * Updated Partners page to fix styling issues * Moved tag styling to the appropriate CSS file * Changed code style of stylesheet :D * Addresses Lemon's code style issues • Partner cards now have id="partner-card", which is selected with a CSS selector for styling, rather than styling all card objects. • Removed nonbreaking spaces that PyCharm didn't tell me about • Indented conditional HTML content to match Jinja conditionals • Fixed unclosed image tag * Removed div bloating, and increased specifity of CSS selection | |||
* | Update resources page with new icons and formatting. | 2018-04-11 | -26/+22 | |
| | | | | NOTE: This does change the JSON! | |||
* | padding should be on the nav, not the container. my bad. | 2018-04-10 | -1/+1 | |
| | ||||
* | Merge branch 'master' of github.com:discord-python/site | 2018-04-10 | -0/+1 | |
|\ | ||||
| * | [Wiki] Add code highlighting | 2018-04-10 | -0/+1 | |
| | | ||||
* | | Flash of Unstyled Content fix | 2018-04-10 | -2/+9 | |
|/ | ||||
* | Add font-awesome pro, and default to port 80 | 2018-04-09 | -1/+1 | |
| | ||||
* | Bamboozled again! | 2018-04-09 | -3/+3 | |
| | ||||
* | Remove comment in template that betrays Ava's interests | 2018-04-09 | -1/+0 | |
| | ||||
* | Merge remote-tracking branch 'origin/master' | 2018-04-09 | -8/+18 | |
|\ | ||||
| * | Fix build | 2018-04-08 | -1/+1 | |
| | | ||||
| * | Fix debug mode indicator | 2018-04-08 | -1/+1 | |
| | | ||||
| * | Easier debugging and optimised imports | 2018-04-08 | -3/+7 | |
| | | | | | | | | Simply set FLASK_DEBUG=1 in your env to skip OAuth checks | |||
| * | Considerable progress on the wiki | 2018-04-07 | -5/+11 | |
| | |